Got a spare minute? The Archives need some love. See the to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an admin or see our FAQ page.

MediaWiki:Common.css

From Bulbagarden Archives
Revision as of 03:24, 9 January 2011 by Jello (talk | contribs)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* <pre> */
div.listcol 
{
  padding: 0.5em 1.0em 0.5em 0;
  margin: 0.25em;
  min-width: 21.5%;
  border: 1px solid #aaf;
  float: left;
  clear: right;
  line-height: 130%;
}

div.listcolend
{
  clear: both;
}

table.copytag
{
  border: 1px solid #88a;
  background: #f8f8ff;
  margin: 0.25em 0;
  padding: 0;
  width: 100%;
}

table.copytag-red { border: 1px solid #a88; background: #fdd; }
table.copytag-yellow { border: 1px solid #aa8; background: #fffff8; }
table.copytag td.copytag-text { padding: 0.5em; text-align: center; width: 99%; }
table.copytag td.copytag-sym { padding: 0; }

div.docutag
{
  background: #f8f8ff;
  border: 1px solid #88a;
  padding: 0.25em;
}

div.docutag ul
{
  list-style: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
}

.noticebar {
  background: #efe url('http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
  border: 1px solid #8a8;
  margin-top: 0.2em;
  padding: 0.2em;
  text-align: center;
}

/* coding to highlight staff members in the RecentChanges, designed by User:Jioruji Derako. (requires manual updating!) */
/* makes all admins italic in the RecentChanges. */

.page-Special_RecentChanges [title="User:AiedailEclipsed"], 
.page-Special_RecentChanges [title="User:Archaic"], 
.page-Special_RecentChanges [title="User:Argy"], 
.page-Special_RecentChanges [title="User:BulbaBot"], 
.page-Special_RecentChanges [title="User:Clarky13"], 
.page-Special_RecentChanges [title="User:CoolPikachu!"], 
.page-Special_RecentChanges [title="User:Darkeiya"], 
.page-Special_RecentChanges [title="User:ElectAbuzzzz"], 
.page-Special_RecentChanges [title="User:Evkl"], 
.page-Special_RecentChanges [title="User:Fabu-Vinny"], 
.page-Special_RecentChanges [title="User:Ht14"], 
.page-Special_RecentChanges [title="User:Jello"],
.page-Special_RecentChanges [title="User:Jioruji Derako"], 
.page-Special_RecentChanges [title="User:Kevzo8"], 
.page-Special_RecentChanges [title="User:Kenji-girl"], 
.page-Special_RecentChanges [title="User:Kogoro"], 
.page-Special_RecentChanges [title="User:MAGNEDETH"], 
.page-Special_RecentChanges [title="User:Mamady"], 
.page-Special_RecentChanges [title="User:Maverick Nate"], 
.page-Special_RecentChanges [title="User:Pie"], 
.page-Special_RecentChanges [title="User:PsychicRider"], 
.page-Special_RecentChanges [title="User:RexRacer"], 
.page-Special_RecentChanges [title="User:Sketch"],  
.page-Special_RecentChanges [title="User:Tc26"], 
.page-Special_RecentChanges [title="User:TTEchidna"], 
.page-Special_RecentChanges [title="User:The dark lord trombonator"],
.page-Special_RecentChanges [title="User:UltimateSephiroth"], 
.page-Special_RecentChanges [title="User:Umeko"],
.page-Special_RecentChanges [title="User:Vegard"], 
.page-Special_RecentChanges [title="User:Werdnae"],
.page-Special_RecentChanges [title="User:Zesty Cactus"], 
.page-Special_RecentChanges [title="User:Zeta"], 
.page-Special_RecentChanges [title="User:Zhen Lin"]
{
font-style: italic;
}

/* gives all editorial board members evil text. */

.page-Special_RecentChanges [title="User:Kogoro"], 
.page-Special_RecentChanges [title="User:Jello"], 
.page-Special_RecentChanges [title="User:Jioruji Derako"],
.page-Special_RecentChanges [title="User:Ht14"], 
.page-Special_RecentChanges [title="User:Maverick Nate"],
.page-Special_RecentChanges [title="User:PsychicRider"], 
.page-Special_RecentChanges [title="User:The dark lord trombonator"] 
{
color: #666;
font-weight: bold;
}

/* gives all non-EB bureaucrats a darker green highlight. */

.page-Special_RecentChanges [title="User:Archaic"], 
.page-Special_RecentChanges [title="User:Argy"], 
.page-Special_RecentChanges [title="User:Evkl"], 
.page-Special_RecentChanges [title="User:MAGNEDETH"], 
.page-Special_RecentChanges [title="User:RexRacer"], 
.page-Special_RecentChanges [title="User:Sketch"], 
.page-Special_RecentChanges [title="User:TTEchidna"], 
.page-Special_RecentChanges [title="User:Zhen Lin"]
{
color: #537838;
}


/* cutting down on the usage of Template:Roundy with div and table classes for use in larger pages. */
.roundy { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; }

.roundytl { border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -o-border-top-left-radius: 10px; }

.roundytr { border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; }

.roundybl { border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; }

.roundybr { border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; }

.roundybottom { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-left-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-left-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-left-radius: 10px; -o-border-bottom-right-radius: 10px; }

.roundytop { border-top-left-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-left-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-left-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-left-radius: 10px; -o-border-top-right-radius: 10px; }

.roundyleft { border-top-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-top-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-top-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-top-left-radius: 10px; -o-border-bottom-left-radius: 10px; }

.roundyright { border-bottom-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-bottom-right-radius: 10px; -o-border-top-right-radius: 10px; }

/* </pre> */