Utilizator:Ronline/Monobook.css

De la Wikipedia, enciclopedia liberă

Notă: După salvare, trebuie să treceţi peste cache-ul browser-ului pentru a vedea modificările. Mozilla/Safari/Konqueror: ţineţi apăsat Shift în timp ce apăsaţi Reload (sau apăsaţi Ctrl-Shift-R), IE: apăsaţi Ctrl-F5, Opera: apăsaţi F5.

 body {
 font-family: Georgia;
}

/* stil pentru "De la Wikipedia, enciclopedia liberă */
 #siteSub {
   display: inline;
   font-weight: normal;
   font-size: 0.95em; 
 }

 /* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
 pre { overflow: auto; }

/* "Editează pagina asta" în aldine */
 #ca-edit a { 
   font-weight: bold !important; 
 }

 #globalWrapper { 
   font-size: 100%;
 }

/******************************************************************/
/* moving catlinks to the right                                   */
/******************************************************************/

/* move the catlinks box */
#catlinks {  
  position:absolute;
  z-index:1;
/*  border: 1px solid #aaaaaa; 
  background: #fafaff; */
  right:1em; 
  top:-0.25em;
  width:10.5em;
  float:right;
  margin: 0.2em;
  padding:0.2em;
}

/* format the catlinks itself */
p.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:67%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}

#p-personal h5 {
    display: inline;
}

/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}
a { color: #39f; text-decoration: none; background: none; }
a:hover { text-decoration: underline; }
a:active { color: Orange; }
a.stub { color: #772233; }
a.new { color: #ba0000; }
a:visited { color: #0014a6; }
#bodyContent a.external, #p-lang li a { color: #75d; }