Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m Tags: Reverted Manual revert |
m |
||
(16 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
ol li > ol li > ol { | ol li > ol li > ol { | ||
list-style-type: lower-roman; | list-style-type: lower-roman; | ||
} | |||
.infobox { | |||
background: #eee; | |||
border: 1px solid #aaa; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
padding: 1em; | |||
width: 300px; | |||
} | |||
.infobox-title { | |||
font-size: 1em; | |||
text-align: center; | |||
} | |||
.infobox-image { | |||
text-align: center; | |||
} | |||
.infobox-table th { | |||
text-align: right; | |||
vertical-align: top; | |||
width: 120px; | |||
} | |||
.infobox-table td { | |||
vertical-align: top; | |||
} | } |
Latest revision as of 20:04, 4 March 2023
/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }
.res-img img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
ol {
list-style-type: decimal;
}
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.infobox-title {
font-size: 1em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}