MediaWiki:Monobook.css: Porovnání verzí
Z asap
Skočit na navigaciSkočit na vyhledávání
asap>Tvavrda Bez shrnutí editace |
asap>Tvavrda Bez shrnutí editace |
||
| Řádek 22: | Řádek 22: | ||
font-size: large; | font-size: large; | ||
margin-top:50; | margin-top:50; | ||
} | } | ||
h1 | h1 | ||
{ | { | ||
font-weight:normal; | font-weight:normal; | ||
} | } | ||
Verze z 22. 4. 2009, 13:10
/* Zde uvedené CSS bude ovlivňovat pouze styl „Monobook“ */ body { background: #ffffff; font-family: Tahoma;font-size:8pt; } <nowiki>
body
{
background: #ffffff;
font-family: Tahoma;
font-size: small;
}
h1, h2, h3, h4, h5, h6, h7
{
color: #000000;
font-family: Tahoma, sans-serif;
font-size: medium;
font-style: normal;
font-weight:bold;
}
h1, h2
{
color: #800000;
font-family: Tahoma, sans-serif;
font-size: large;
margin-top:50;
}
h1
{
font-weight:normal;
}
p
{
margin-top:0;
}
table
{
border-collapse: collapse;
margin: 0px;
padding: 0px;
font-size:10pt;
width:700px;
margin-bottom:20px
}
table.toc
{
width:auto;
margin:3px;
}
th
{
margin: 0px;
padding: 0px;
background-color:#FFB56A;
}
tr
{
margin: 0px;
padding: 0px 0px 0px 0px;
}
td
{
border-width: 1px;
border-style: none;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
margin: 0px;
padding: 2px 2px 2px 2px;
}
table.title
{
margin-top: 15;
margin-bottom: 5;
}
</nowiki>