MediaWiki:Common.css: Difference between revisions
m (Featured > green) |
(.ns-130 .mw-summary {display:none;}) |
||
Line 636: | Line 636: | ||
.allpagesredirect a { font-style:italic; color:#88C; font-size:11px;} | .allpagesredirect a { font-style:italic; color:#88C; font-size:11px;} | ||
.ns-130 .mw-summary {display:none;} /* Hide section title box from Question: namespace */ | |||
Revision as of 20:48, 5 August 2011
/** CSS placed here will be applied to all skins */ /* wikitable/prettytable class for skinning normal tables <pre>*/ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; vertical-align:top; } table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td { border: 1px #aaa solid; padding: 0.2em; vertical-align:top; } table.wikitable th, table.prettytable th { background-color: #f2f2f2; text-align: center; vertical-align:top; } table.wikitable caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } /* Messagebox templates */ .messagebox { border: 1px solid #aaa; background-color: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: .2em; } .messagebox.merge { border: 1px solid #c0b8cc; background-color: #f0e5ff; text-align: center; } .messagebox.cleanup { border: 1px solid #9f9fff; background-color: #efefff; text-align: center; } .messagebox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; } .messagebox.nested-talk { border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 4px 2px 4px; } /* Infobox template style */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; font-size: 11px; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } /* Big Tables */ .bigtable { background-color: #f8f8f8; border: 1px solid #aaa; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; border-spacing: 25px 1px; } .bigtable th { font-size: 15px; text-align: left; } .bigtable td, .bigtable th { vertical-align: top; padding: 0 5px; } .bigtable td { background-color: #f8f8f8; } div.topicon { position:absolute; z-index:100; top:10px; display: block !important; } .interProject { display:none; clear: both; border-top: 2px dotted #AAAAAA; margin-top: 2em; } /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ div.Boxmerge, div.NavFrame { margin: 0px; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0px; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position:relative; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; } a.NavToggle { position:absolute; top:0px; right:3px; font-weight:normal; font-size:smaller; } .lightlinks a { color:#CCE; } .lightlinks a.new {color:#FBB!important;} .darklinks a { color:#33A; } .whitelinks a { color:#FFF; } .whitelinks a.new {color:#FFF!important;} .blacklinks a { color:#000; } .underlinelinks a { text-decoration:underline; } .boldlinks a {font-weight: bold;} /*This hides the date field from the forum tag, when inside class=hidedate */ .hidedate .forum_edited{ display:none; } /* default skin for navigation boxes */ table.navbox { /* navbox container style */ border: 1px solid #aaa; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; padding: 1px; } table.navbox + table.navbox { /* single pixel border between adjacent navboxes */ margin-top: -1px; /* (doesn't work for IE6, but that's okay) */ } .navbox-title, .navbox-abovebelow, table.navbox th { text-align: center; /* title and above/below styles */ padding-left: 1em; padding-right: 1em; } .navbox-group { /* group style */ white-space: nowrap; text-align: right; font-weight: bold; padding-left: 1em; padding-right: 1em; } .navbox, .navbox-subgroup { background: #fdfdfd; /* Background color */ } .navbox-list { border-color: #fdfdfd; /* Must match background color */ } .navbox-title, table.navbox th { background: #ccccff; /* Level 1 color */ } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background: #ddddff; /* Level 2 color */ } .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { background: #e6e6ff; /* Level 3 color */ } .navbox-even { background: #f7f7f7; /* Even row striping */ } .navbox-odd { background: transparent; /* Odd row striping */ } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; } .navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */ width: 6em; /* [[Template:Tnavbar]], so they need to be the same width. */ } /* This just formats the centralised wikia help box on help pages */ .sharedHelp{ background-color:#FEE; border-color:#F00; margin-top:40px; } .sharedHelpInfo{ font-size:22px; margin-right:200px; border:1px solid red; width:340px; background-color:#FFF; margin-bottom:30px; font-weight:bold; font-family:verdana, sans-serif; } /* Hide title and tagline on Main Page */ body.page-Main_Page h1.firstHeading, body.page-Main_page #siteSub { display:none; } /* Recent changes byte indicators */ .mw-plusminus-pos { color: #006500; } .mw-plusminus-neg { color: #8B0000; } /* aligning to avoid content confusion */ #INCONTENT_LEADERBOARD_1_load, #INCONTENT_LEADERBOARD_2_load, #INCONTENT_LEADERBOARD_3_load, #TOP_LEADERBOARD { background-color:#DDD; padding:2px; float:right; clear:both; } .picture-attribution {display:none;} #mw-missingsummary { background: orange; margin:10px; padding:3px 10px;} .page-GTA_5_Wishlist .editsection-upper, .page-GTA_5_Wishlist #ca-edit {display:none} /* This hides the two main edit links on the GTA 5 Wishlist page. */ #sidebar-donate {margin:0 auto; width:100px;} pre,code,tt {white-space:pre-wrap; font-size:12px; font-family: monospace;} code {background-color:#DDD; padding: 0 5px 0 5px;} /* Hide links to add/remove friend/foe and giving gifts */ a[href*="Special:AddRelationship"], a[href*="Special:GiveGift"] {display:none;} .profile-actions {color:#FFF;} h4#mw-specialpagesgroup-staff {background-color:#C33; color:#FFF;} .mediawiki #mw-panel .portal .body {background:none;} /* new message box templates (mbox, fmbox, cmbox etc) */ /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ th.mbox-text, td.mbox-text { /* The message body cell(s) */ border: none; padding: 0.25em 0.9em; /* 0.9em left/right */ width: 100%; /* Make all mboxes the same width regardless of text length */ } td.mbox-image { /* The left image cell */ border: none; padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ text-align: center; } td.mbox-imageright { /* The right image cell */ border: none; padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ text-align: center; } td.mbox-empty-cell { /* An empty narrow cell */ border: none; padding: 0px; width: 1px; } /* Article message box styles */ table.ambox { margin: 0px 10%; /* 10% = Will not overlap with other elements */ border: 1px solid #aaa; border-left: 10px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb; } table.ambox + table.ambox { /* Single border between stacked boxes. */ margin-top: -1px; } .ambox th.mbox-text, .ambox td.mbox-text { /* The message body cell(s) */ padding: 0.25em 0.5em; /* 0.5em left/right */ } .ambox td.mbox-image { /* The left image cell */ padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */ } .ambox td.mbox-imageright { /* The right image cell */ padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */ } table.ambox-notice { border-left: 10px solid #1e90ff; /* Blue */ } table.ambox-speedy { border-left: 10px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ambox-delete { border-left: 10px solid #b22222; /* Red */ } table.ambox-content { border-left: 10px solid #f28500; /* Orange */ } table.ambox-style { border-left: 10px solid #f4c430; /* Yellow */ } table.ambox-move { border-left: 10px solid #9932cc; /* Purple */ } table.ambox-protection { border-left: 10px solid #bba; /* Gray-gold */ } /* Image message box styles */ table.imbox { margin: 4px 10%; border-collapse: collapse; border: 3px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb; } .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */ margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ display: block; /* Fix for webkit to force 100% width. */ } .mbox-inside .imbox { /* For imboxes inside other templates. */ margin: 4px; } table.imbox-notice { border: 3px solid #1e90ff; /* Blue */ } table.imbox-speedy { border: 3px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.imbox-delete { border: 3px solid #b22222; /* Red */ } table.imbox-content { border: 3px solid #f28500; /* Orange */ } table.imbox-style { border: 3px solid #f4c430; /* Yellow */ } table.imbox-move { border: 3px solid #9932cc; /* Purple */ } table.imbox-protection { border: 3px solid #bba; /* Gray-gold */ } table.imbox-license { border: 3px solid #88a; /* Dark gray */ background: #f7f8ff; /* Light gray */ } table.imbox-featured { border: 3px solid #00DD00; /* green */ } /* Category message box styles */ table.cmbox { margin: 3px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #DFE8FF; /* Default "notice" blue */ } table.cmbox-notice { background: #D8E8FF; /* Blue */ } table.cmbox-speedy { margin-top: 4px; margin-bottom: 4px; border: 4px solid #b22222; /* Red */ background: #FFDBDB; /* Pink */ } table.cmbox-delete { background: #FFDBDB; /* Red */ } table.cmbox-content { background: #FFE7CE; /* Orange */ } table.cmbox-style { background: #FFF9DB; /* Yellow */ } table.cmbox-move { background: #E4D8FF; /* Purple */ } table.cmbox-protection { background: #EFEFE1; /* Gray-gold */ } /* Other pages message box styles */ table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; /* Default "notice" gray */ background: #f9f9f9; } table.ombox-notice { border: 1px solid #aaa; /* Gray */ } table.ombox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ombox-delete { border: 2px solid #b22222; /* Red */ } table.ombox-content { border: 1px solid #f28500; /* Orange */ } table.ombox-style { border: 1px solid #f4c430; /* Yellow */ } table.ombox-move { border: 1px solid #9932cc; /* Purple */ } table.ombox-protection { border: 2px solid #bba; /* Gray-gold */ } /* Talk page message box styles */ table.tmbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; /* Default "notice" gray-brown */ background: #f8eaba; } .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */ margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */ width: 100%; /* For Safari and Opera */ } .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */ line-height: 1.5em; /* also "nested", so reset styles that are */ font-size: 100%; /* set in "mbox-small" above. */ } table.tmbox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.tmbox-delete { border: 2px solid #b22222; /* Red */ } table.tmbox-content { border: 2px solid #f28500; /* Orange */ } table.tmbox-style { border: 2px solid #f4c430; /* Yellow */ } table.tmbox-move { border: 2px solid #9932cc; /* Purple */ } table.tmbox-protection, table.tmbox-notice { border: 1px solid #c0c090; /* Gray-brown */ } /* Disambig and set index box styles */ table.dmbox { clear: both; margin: 0.9em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent; } /* Footer and header message box styles */ table.fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #aaa; background: #f9f9f9; /* Default "system" gray */ } table.fmbox-system { background: #f9f9f9; } table.fmbox-warning { border: 1px solid #bb7070; /* Dark pink */ background: #ffdbdb; /* Pink */ } table.fmbox-editnotice { background: transparent; } /* Div based "warning" style fmbox messages. */ div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon { clear: both; margin: 0.2em 0; border: 1px solid #bb7070; background: #ffdbdb; padding: 0.25em 0.9em; } /* Div based "system" style fmbox messages. Used in [[MediaWiki:Readonly lag]]. */ div.mw-lag-warn-normal, div.fmbox-system { clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: #f9f9f9; padding: 0.25em 0.9em; } /* These mbox-small classes must be placed after all other ambox/tmbox/ombox etc classes. "body.mediawiki" is so they override "table.ambox + table.ambox" above. */ body.mediawiki table.mbox-small { /* For the "small=yes" option. */ clear: right; float: right; margin: 4px 0 4px 1em; width: 238px; font-size: 88%; line-height: 1.25em; } body.mediawiki table.mbox-small-left { /* For the "small=left" option. */ margin: 4px 1em 4px 0; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; } /* Hide interwiki language selector */ #p-lang {display:none;} /* Edits to Special:RecentChanges to declutter the layout. Makes t|c|b and rollback|undo links grey and small, makes comments grey and slightly smaller */ .mw-usertoollinks { font-size:0.7em; text-transform:lowercase;} .mw-usertoollinks a { color:#888;} .page-Special_RecentChanges .mw-rollback-link { font-size:0.7em; } .page-Special_RecentChanges .mw-rollback-link a { color:#888;} .comment { color:#555; font-size:12px; } .comment a {color:#88C;} /* Causes redirects to be light blue, italic, small font in Special:AllPages */ .allpagesredirect a { font-style:italic; color:#88C; font-size:11px;} .ns-130 .mw-summary {display:none;} /* Hide section title box from Question: namespace */ /***********************************************************/ /* Code for automatically highlighting URLs to staff user pages */ /* currently, ALL links are highlighted using: a[href|="/User:Gboyers"], To only highlight links in diff/history pages etc, use the following code: table.diff a[href|="/User:Gboyers"], ul#pagehistory li a[href|="/User:Gboyers"], ul.special li a[href|="/User:Gboyers"] { color: #007700; font-weight:bold;} */ /* EXECUTIVE MANAGERS */ #bodyContent a.extiw[href|="http://www.wikia.com/c:gta:User:Gboyers"], a[href|="/User:Gboyers"] {color: #005; font-weight:bold; background:url(http://www.grandtheftwiki.com/images/thumb/Flight_Sergeant.png/13px-Flight_Sergeant.png) center left no-repeat;padding-left:15px; text-transform:lowercase;} #bodyContent a.extiw[href|="http://www.wikia.com/c:gta:User_talk:Gboyers"], a[href|="/User_talk:Gboyers"] { color: #88A; font-weight:bold; text-transform:lowercase;} /* MANAGERS */ a[href|="/User:Biggest_gta_fan_ever"], a[href|="/User:JFletcher"] {color: #005; font-weight:bold; background:url(http://www.grandtheftwiki.com/images/thumb/Sergeant.png/13px-Sergeant.png) center left no-repeat;padding-left:15px;} a[href|="/User_talk:Biggest_gta_fan_ever"], a[href|="/User_talk:JFletcher"] { color: #88A; font-weight:bold;} /* ADMINS */ a[href|="/User:Chimpso"], a[href|="/User:Gta-mysteries"], a[href|="/User:ZS"], a[href|="/User:A-Dust"], a[href|="/User:Spaceeinstein"], a[href|="/User:Paperworktemple"], a[href|="/User:Masterpogihaha"], a[href|="/User:GuildKnight"] { color: #005; font-weight:bold; background:url(http://www.grandtheftwiki.com/images/thumb/Corporal.png/15px-Corporal.png) center left no-repeat;padding-left:15px;} a[href|="/User_talk:Chimpso"], a[href|="/User_talk:Gta-mysteries"], a[href|="/User_talk:ZS"], a[href|="/User_talk:A-Dust"], a[href|="/User_talk:Spaceeinstein"], a[href|="/User_talk:Paperworktemple"], a[href|="/User_talk:Masterpogihaha"], a[href|="/User_talk:GuildKnight"] { color: #88A; font-weight:bold;} /* INSPECTORS a[href|="/User:Example"] { color: #005; font-weight:bold; background:url(http://www.grandtheftwiki.com/images/thumb/Inspector.png/13px-Inspector.png) center left no-repeat;padding-left:15px;} a[href|="/User_talk:Example"] { color: #88A; font-weight:bold;} */