Jump to content

User:Omphaloscope/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
  /*font: x-small "Verdana", serif;*/
}

div#bodyContent h1, 
div#bodyContent h2,
div#bodyContent h3,
div#bodyContent h4,
div#bodyContent h5,
div#bodyContent h6,
toctext {
  /*font-weight: bold;*/
}

a {
  text-decoration: none ! important;
}

a:hover {
  text-decoration: underline ! important;
}

/* tagcloud styles - User:AudeVivere/Contributions */

.tagcloud a {
  color:none;
  text-decoration:none;
}

.tagcloud a:hover {
  color:#5400C2;
}

.size1 {
  color:#5C8AE5;
}

.size2 {
  color:#4981F2;
}

.size3 {
  color:#266EFF;
}

.size4 {
  color:#0055FF;
}

.size5 {
  color:#004CE5;
}

.size6 {
  color:#004CE5;
}

.size1 a {
  color:#5C8AE5;
}

.size2 a {
  color:#4981F2;
}

.size3 a {
  color:#266EFF;
}

.size4 a {
  color:#0055FF;
}

.size5 a {
  color:#004CE5;
}

.size6 a {
  color:#004CE5;
}

/* end tagcloud styles */