MediaWiki:Wikikuchnia.css: Różnice pomiędzy wersjami
| Linia 28: | Linia 28: | ||
font-size: larger; | font-size: larger; | ||
margin-left: inherit; | margin-left: inherit; | ||
| + | } | ||
| + | |||
| + | .small, .small * { | ||
| + | font-size: 94%; | ||
| + | line-height: 80%; | ||
} | } | ||
Wersja z 10:18, 8 cze 2006
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: .5em auto 1em auto;
padding: .2em;
text-align: left;
}
/* Infobox template style */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.small, .small * {
font-size: 94%;
line-height: 80%;
}