MediaWiki:Common.css: Difference between revisions

Hrm, what happened to the revlink alternate font/color?
No edit summary
(Hrm, what happened to the revlink alternate font/color?)
Line 1,069: Line 1,069:


/* Styles used in Template:VersionCompatibilityVersion and Template:VersionCompatibility */
/* Styles used in Template:VersionCompatibilityVersion and Template:VersionCompatibility */
 
.versioncompatibility{
overflow:auto;
}
.versioncompatibility .heading{
background:#FFF;
position: relative;
font-size:10px;
font-weight:bold;
}
.versioncompatibility .heading div:first-child{
float:left;
}
.versioncompatibility .heading div:last-child{
float:right;
}
.versioncompatibility .ratings{
line-height:12px;
border:1px solid #000;
height:13px;
background:#000;
overflow:hidden;
position:relative;
clear:left;
}
.versioncompatibilityversion{
position:absolute;
text-align:right;
height:13px;
border-right:1px solid #000;
margin-right:-1px;
overflow:hidden;
}
.versioncompatibilityversion a{
padding-right:0 !important;
background:transparent !important;
color: black !important;
}
.versioncompatibilityversion span:first-child{
font-size:9px;
font-weight:bold;
padding-right:1px;
}
/*
/*
</source>
</source>
*/
*/