Gebruiker:Taka/cologneblue.css

Opmerking: na het publiceren is het wellicht nodig uw browsercache te legen om de veranderingen te zien.

  • Firefox / Safari: houd Shift ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Edge: houd Ctrl ingedrukt terwijl u:je op Vernieuwen klikt of druk op Ctrl-F5.
/* links niet onderstreept, wel anders */

a {
  color:#4455CC;
  text-decoration:none!important;
}
a:visited { color: #6644BB;text-decoration:none}
a:hover {background-color:#EEFFFF}
a.external:hover {background-color:yellow} 

/* gebruikersboxen onzichtbaar */
.gebruikersbox {display:none;}
.ZanaqBox {display:none;}

/* Ignore some users */
.negeergebruiker {
  background-color: pink;
}
.reactienegeergebruiker {
  background-color: lightblue;
}


/* achtergrond kleur artikel tekst */
#article {
  background-color: #F6F6EB;
}

/* backgroundimage */
td.bgimage {
    background-image: url (/wiki/Afbeelding:P_philosophy.png);
}

/* (Doorverwezen vanaf ....), moet kleiner */
#article p.subtitle {
  font-weight: normal
  font-size: 9pt;
}

.editsection {
  font-size: 8pt;
}



/* start tooltip code  */

div.info {
  position:relative; /*required */
  z-index:24; /*required */
  background-color:yellow; /*use any color you like */
  cursor:help /*optional, or use another cursor */
}

div.info:hover {
  z-index:25; /*required */
  background-color:pink /*use any color you like */
}

div.info:hover div.urlexpansion {
  display:block; /*required */
  position:absolute; /*required */
  /*border and size specifications, change as you like */
  top:0px;
  left:-5px;
  width:15em;
  /* colors, change as you like */
  border:1px solid #0cf;
  background-color:#cff;
  color:#000;
}

/* extra's Mar 2005 */

@media print {div.info {display: none;}}

.info:hover .tooltip {
  display:block; /*required */
  position:absolute; /*required */
  /*border and size specifications, change as you like */
  top:0px;
  left:-5px;
  width:15em;
  /* colors, change as you like */
  border:1px solid #0cf;
  background-color:#cff;
  color:#000;
}

/* end tooltip code  */