MediaWiki:Common.css

From /i/nsurgency W/i/ki
Revision as of 01:36, 3 December 2024 by Chipmunk (talk | contribs) (Add trailing styles from the insurgency skin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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%;
}