Remove trailing styles
These have been moved to MediaWiki:Common.css on (my mirror of) the w/i/ki for better multi-skin support
This commit is contained in:
parent
a5dbf20b01
commit
1d0b94a92e
1 changed files with 0 additions and 170 deletions
|
@ -496,173 +496,3 @@ div.mw-lag-warn-high {
|
|||
.visualClear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue