MediaWiki:Common.css: Difference between revisions
From /i/nsurgency W/i/ki
Jump to navigationJump to search
>Admin Created page with '→CSS placed here will be applied to all skins: .tagcloud { width: 98%; text-align: center; background-color: #FDFDFD; border: 1px solid #EEEEEE; padding: 15px 10px 15px...' |
Add trailing styles from the insurgency skin |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.secondaryarticlecontainer { | |||
position: relative; | |||
} | |||
.affiliates { | |||
width: 90%; | |||
margin: 0; | |||
padding: 0; | |||
margin-left: 5%; | |||
position: relative; | |||
} | |||
.affiliates td, .affiliates tr { | |||
border: 0; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.affiliates td { | |||
width: 33%; | |||
padding: 3px !important; | |||
margin: 3px !important; | |||
} | |||
.affiliates tr { | |||
height: 60px; | |||
} | |||
.affiliates a { | |||
display: block; | |||
border: 3px #dddddd solid; | |||
width: 100%; | |||
height: 60px; | |||
background-color: #dddddd; | |||
overflow: hidden; | |||
text-decoration: none; | |||
} | |||
.affiliates a:hover { | |||
border: 3px #c40126 solid; | |||
} | |||
.descaff, .submenu { | |||
display: none; | |||
} | |||
.activeaff:hover .descaff { | |||
display: block; | |||
position: absolute; | |||
top: -55px; | |||
left: 0; | |||
right: 0; | |||
height: 40px; | |||
padding: 7px; | |||
text-align: center; | |||
filter:alpha(opacity=80); | |||
-moz-opacity:0.8; | |||
-khtml-opacity: 0.8; | |||
opacity: 0.8; | |||
background-color: #ffffff; | |||
border: 1px #333333 solid; | |||
color: #000000; | |||
z-index: 80; | |||
} | |||
.threetable { | |||
width: 100%; | |||
margin-left: 8px; | |||
padding: 0; | |||
} | |||
.threetable td { | |||
width: 33%; | |||
border: 0; | |||
padding: 0; | |||
margin: 0; | |||
margin-left: 3px; | |||
margin-right: 3px; | |||
} | |||
.threetable tr { | |||
padding: 0; | |||
margin: 0; | |||
} | |||
.affiliates img { | |||
width: 100%; | |||
height: auto; | |||
border: 0; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.relsmaller10 { | |||
font-size: 90%; | |||
} | |||
.fixedheightbox1 a { | |||
clear: both; | |||
display: block; | |||
width: 100%; | |||
font-size: 130%; | |||
border-bottom: 1px #dddddd solid; | |||
margin-bottom: 10px; | |||
} | |||
.secondaryarticle a { | |||
font-size: 140%; | |||
} | |||
.readmorelink a { | |||
font-size: 85%; | |||
clear: none; | |||
text-align: right; | |||
display: block; | |||
float: right; | |||
text-decoration: none; | |||
border: 0; | |||
} | |||
.toparticlecontainer { | |||
width: 100%; | |||
margin-right: 30px; | |||
} | |||
#topartco h2 { | |||
border: 0 !important; | |||
} | |||
.fixeddesc1 { | |||
height: 100px; | |||
} | |||
.breaker { | |||
width: 100%; | |||
height: 1px; | |||
clear: both; | |||
} | |||
.fixedheightbox1 { | |||
margin-top: 20px; | |||
min-height: 200px; | |||
} | |||
.fixedheightbox1 .new { | |||
font-size: 150%; | |||
} | |||
.readmorelink { | |||
font-size: 60%; | |||
} | |||
.secondaryarticlecontainer .readmorelink { | |||
font-size: 100%; | |||
} |
Latest revision as of 01:36, 3 December 2024
/* CSS placed here will be applied to all skins */ .secondaryarticlecontainer { position: relative; } .affiliates { width: 90%; margin: 0; padding: 0; margin-left: 5%; position: relative; } .affiliates td, .affiliates tr { border: 0; margin: 0; padding: 0; } .affiliates td { width: 33%; padding: 3px !important; margin: 3px !important; } .affiliates tr { height: 60px; } .affiliates a { display: block; border: 3px #dddddd solid; width: 100%; height: 60px; background-color: #dddddd; overflow: hidden; text-decoration: none; } .affiliates a:hover { border: 3px #c40126 solid; } .descaff, .submenu { display: none; } .activeaff:hover .descaff { display: block; position: absolute; top: -55px; left: 0; right: 0; height: 40px; padding: 7px; text-align: center; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; background-color: #ffffff; border: 1px #333333 solid; color: #000000; z-index: 80; } .threetable { width: 100%; margin-left: 8px; padding: 0; } .threetable td { width: 33%; border: 0; padding: 0; margin: 0; margin-left: 3px; margin-right: 3px; } .threetable tr { padding: 0; margin: 0; } .affiliates img { width: 100%; height: auto; border: 0; margin: 0; padding: 0; } .relsmaller10 { font-size: 90%; } .fixedheightbox1 a { clear: both; display: block; width: 100%; font-size: 130%; border-bottom: 1px #dddddd solid; margin-bottom: 10px; } .secondaryarticle a { font-size: 140%; } .readmorelink a { font-size: 85%; clear: none; text-align: right; display: block; float: right; text-decoration: none; border: 0; } .toparticlecontainer { width: 100%; margin-right: 30px; } #topartco h2 { border: 0 !important; } .fixeddesc1 { height: 100px; } .breaker { width: 100%; height: 1px; clear: both; } .fixedheightbox1 { margin-top: 20px; min-height: 200px; } .fixedheightbox1 .new { font-size: 150%; } .readmorelink { font-size: 60%; } .secondaryarticlecontainer .readmorelink { font-size: 100%; }