User:Shod4n/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/*Display body content in a narrower column for easier reading*/
/*adjust percentages as desired*/
div#bodyContent {
	font: 12px Georgia, Times New Roman, Times, serif;
}
 
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }
 
/* don't use any logo, move the boxes onto that area instead */
#p-logo { display: none }
#column-one { padding-top: 21px; }
 
/*************************/
/* Relativní výška řádku */
/*************************/
/* Aby se výška řádku měnila při případné změně velikosti písma,
   nesmí být definována s jednotkami, jak to bohužel je v systémovém
   monobook.css (viz též [[bugzilla:2013]]).
   Takže předefinujeme stejné výšky jako tam, jenom bez jednotek
   namísto tam používaných em. */
p {
   line-height: 1.2;
}
ul {
   line-height: 1.5;
}
ol {
   line-height: 1.5;
}
dd {
   line-height: 1.5;
}
fieldset {
   line-height: 1.5;
}
pre {
   line-height: 1.1;
}
#contentSub, #contentSub2 {
   line-height: 1.2;
}
.documentDescription {
   line-height: 1.5;
}
div.thumb div div.thumbcaption {
   line-height: 1.4;
}
.special li {
   line-height: 1.4;
}
.portlet ul {
   line-height: 1.5;
}
#p-personal {
   line-height: 1.2;
}
#p-personal ul {
   line-height: 1.4;
}
#p-personal li {
   line-height: 1.2;
}
#p-cactions {
   line-height: 1.1;
}
#login-emailforlost {
   line-height: 1.2;
}
 
/* replace the book in the background with something else */
body {
	background: url(http://img204.imageshack.us/img204/3799/wallpaperlo7.gif) repeat;
}