MediaWiki:Common.css: Difference between revisions

m
no edit summary
m (this should fix everything)
Tag: Reverted
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 41: Line 41:
table.talkbubble > tr > td:first-child, table.talkbubble > tbody > tr > td:first-child { text-align:center; width:90px; }
table.talkbubble > tr > td:first-child, table.talkbubble > tbody > tr > td:first-child { text-align:center; width:90px; }
table.talkbubble td:first-child img { height:auto !important; max-width:90px; }
table.talkbubble td:first-child img { height:auto !important; max-width:90px; }
/* Alignment classes */
.gocenter {
margin-left: auto;
margin-right: auto;
}
.goleft {
clear: left;
float: left;
}
.goright {
clear: right;
float: right;
}


/* KHWiki Tabber */
/* KHWiki Tabber */
Line 88: Line 74:
table.video {
table.video {
margin: 5px auto;
margin: 5px auto;
}
/* Infobox templates */
.infobox {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
padding: 2px;
}
.infobox.journal,
.infobox.journal-green {
padding: 2px 1em 1em;
}
}


Line 103: Line 101:
.notice-template + .notice-template {
.notice-template + .notice-template {
margin-top: -5px;
margin-top: -5px;
}
/* Infobox template style */
.infobox {
color: #000;
text-align: center;
border: 2px solid #000;
border-radius: 10px;
background: #f9f9f9;
float: right;
clear: right;
margin: 0 0 0.5em 1em;
padding: 2px;
}
.infobox.journal,
.infobox.journal-green {
padding: 2px 1em 1em;
}
.infobox.journal {
border-color: #0089B3;
background: #C7E2EA;
}
.infobox.journal-green {
border-color: #98C058;
background: #E8FFEE;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox.data td,
.infobox.data th {
vertical-align: middle;
}
.infobox big {
font-size: 125%;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox .k-player .control-bar {
position: relative;
margin: -3px 0 1px;
}
}


Line 510: Line 453:
height: auto !important;
height: auto !important;
}
}
}
.tabbertab > .UXdmg {
width: 100% !important;
}
}