User:Shod4n/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Shod4n/monobook.js. |
/*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;
}