CSS files/software
From the group that combats the Wikia skin, the Anti-Wikia alliance.
/***** CSS placed here will be applied to all skins on the entire site. *****/ /************************************/ a, table.gallery td a, div.thumbinner a { color: #70B8FF; } a:visited, table.gallery td a:visited { color: #7078FF; } a.new { color: #ED1901 !important; } table { background-color: transparent; } /* Mark redirects in Special:Allpages and Special:Watchlist */ .allpagesredirect { font-style: italic; } .allpagesredirect:after { color: #808080; content: " (redirect)" } .watchlistredir { font-style: italic; } /* Giving headers and TOC a little extra space */ h2 { margin-top: 20px; } .toc { margin-top: 20px; } /* Table of Contents and Category Links and Forum Header. Also code tags. */ #toc, .toc, #catlinks, #userloginForm form, .forumheader, ul#filetoc { background: #282828; border: 1px solid #000; color: #FFF; } code { background-color: #191919; color: #FFF; } pre { background: #2C2C2C; border: 1px dashed #555; color: #FFF; } /* Forum formatting (by -Algorithm & -Splaka) */ .forumheader { border: 1px solid #aaa; margin-top: 1em; padding: 12px; } .forumlist td.forum_edited a { color: black; text-decoration: none; } .forumlist td.forum_title a { padding-left: 20px; } .forumlist td.forum_title a.forum_new { font-weight: bold; background: url(/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; } .forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; } .forumlist th.forum_title { padding-left: 20px; } /* Recent changes byte indicators */ .mw-plusminus-pos { color: #006500; } .mw-plusminus-neg { color: #8B0000; } /* Image frame fix */ div.tright, div.tleft { border: 1px solid silver; } div.thumbinner { background: inherit; border: none; color: inherit; } #article div.thumb { color:inherit; } /* === Babel === */ div.babelbox { float: right; margin-left: 1em; margin-bottom: 0.5em; width: 246px; border: 1px solid #99B3FF; padding: 2px 0 2px 0; } .lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 { margin: 2px 4px 2px 4px; /* t, l, b, r */ width:238px; border-collapse: collapse; } td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 { text-align:center; font-size:14pt; width:45px; height:45px; } td.lang-descriptionN, td.lang-description0, td.lang-description1, td.lang-description2, td.lang-description3 { font-size:8pt; padding:4pt; line-height:1.25em; } .lang-block0 { border:1px solid #FFB3B3; } td.lang-code0 { background-color: #FFB3B3; color: black; } td.lang-description0 { background-color: #FFE0E8; color: black; } .lang-block1, .lang-block2, .lang-block3 { border:1px solid #99B3FF; } td.lang-code1, td.lang-code2, td.lang-code3 { background-color: #99B3FF; color: black; } td.lang-description1, td.lang-description2, td.lang-description3 { background-color: #E0E8FF; color: black; } .lang-blockN { border:1px solid #6EF7A7; } td.lang-codeN { background-color: #6EF7A7; color: black; } td.lang-descriptionN { background-color: #C5FCDC; color: black; } .wideInput input[type="text"] { width:95%; } #mainpagelist li { text-transform: lowercase; } #mainpagelist li a { text-transform: none; } /* Infobox template style */ .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; width: 300px; font-size: 91%; } .infobox .header { font-size: large; padding:1em; font-weight: bold; } .infobox .header, .infobox .logo, .infobox .image, .infobox .title { text-align:center; } .infobox .image { font-style: italic; } .infobox .row { display: table; margin-top: 1px; width: 100%; } .infobox .title, .infobox .info { display: inline-block; display: table-cell; vertical-align: middle; } .infobox .title { width: 90px; margin: 1px 3px 1px 0; font-weight: bold; } .infobox .info { padding-left:4px; } .mainpage div.smwfact { display: none; } .mainpage div.wk_blogs_post ul.list li.list { border-bottom: none; margin: 0; padding: 0; } textarea#free_text { width: 100%; } .mainpage h1.firstHeading { display: none; } /** CSS style file for Semantic MediaWiki. */ span.smwbuiltin, span.smwttactiveinline span.smwbuiltin { /* highlighting for builtin elements */ font-style: italic; } div.smwpre { /* make divs look like <pre> */ white-space: pre; font-family: monospace; padding: 1em; border: 1px dashed #2f6fab; color: black; background-color: #f9f9f9; line-height: 1.1em; margin-bottom: 0.5em; margin-top: 0.5em; } /* tables for inline queries */ table.smwtable{ background-color: #EEEEFF;/* Note: here and below, we use six digits, since some users had problems with the three digit short forms */ } table.smwtable th{ background-color: #EEEEFF; text-align: left; } table.smwtable td{ background-color: #FFFFFF; padding: 1px; padding-left: 5px; padding-right: 5px; text-align: left; vertical-align: top; } table.smwtable tr.smwfooter td{ font-size: 90%; line-height: 1; background-color: #EEEEFF; padding: 0px; padding-left: 5px; padding-right: 5px; text-align: right; vertical-align: top; } /*hide keys for sorting table entries*/ span.smwsortkey{ display: none; } /* buttons for sort-arrows */ a.sortheader:hover{ text-decoration: none; } /* "semantic" span classes for Timeline */ div.smwtimeline{ border: 1px solid #AAAAAA; background-color: #F9F9F9; /*text-align: center;*/ /* After hours of debugging and frustration I now can savely say: IE sucks. (mak) You can support Semantic MediaWiki development by not using Internet Explorer. Thanks. (IE centers the Timeline *elements*, which messes up the whole layout) */ } span.smwtlevent, span.smwtlband, span.smwtlsize, span.smwtlposition{ display: none; speak: none; } span.smwtlcomment{ font-style: italic; padding: 5px; } /* Factbox */ #article-sidebar { width: 275px; float: right; margin: 0 0 1em 1em; } div.smwfact{ clear: both; background-color: #F9F9F9; padding: 5px; margin: 0 0 5px 0 !important; border: 1px solid #AAAAAA; font-size: 95%; } div.smwfact td, div.smwfact tr, div.smwfact table{ background-color: #F9F9F9; } span.smwfactboxhead{ font-size: 110%; font-weight: bold; float: left; } table.smwfacttable{ border: 1px 0 dotted #AAAAAA; width: 100%; clear: both; } td.smwpropname, th.smwpropname, td.smwspecname{ text-align: right; vertical-align: top; padding-right: 1em; } td.smwprops, td.smwspecs{ vertical-align: top; width: 75%; } div.smwhr hr{ background-color: #DDDDDD; color: #DDDDDD; } /* warning messages */ span.smwwarning{ color: #888888; font-style: italic; font-size: 90%; } /* search, browse, RDF icons */ span.smwsearchicon { /*FIXME: this was only used for Factbox docu, should be removed from code*/ padding-right: 16px; margin-right: 2px; color: #888888; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/searchgray_iconsmall.png) center right no-repeat; } #bodyContent span.smwsearch a{ padding-right: 16px; margin-right: 2px; color: #888888; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/searchgray_iconsmall.png) center right no-repeat; } #bodyContent span.smwsearch a:hover{ text-decoration: none; color: #0000FF; padding-right: 18px; margin-right: 0px; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/search_icon.png) center right no-repeat; } #bodyContent span.swmfactboxheadbrowse a{ padding-right: 16px; margin-right: 2px; color: #000000; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/browse_iconsmall.png) center right no-repeat; } #bodyContent span.swmfactboxheadbrowse a:hover{ text-decoration: none; color: #0000FF; padding-right: 18px; margin-right: 0px; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/browse_icon.png) center right no-repeat; } #bodyContent span.smwbrowse a{ padding-right: 16px; margin-right: 2px; color: #888888; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/browse_iconsmall.png) center right no-repeat; } #bodyContent span.smwbrowse a:hover{ text-decoration: none; color: #0000FF; padding-right: 18px; margin-right: 0px; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/browse_icon.png) center right no-repeat; } #bodyContent span.smwmap a{ padding-right: 20px; color: #888888; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/world.png) center right no-repeat; } #bodyContent span.smwmap a:hover{ padding-right: 20px; color: #0000FF; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/world.png) center right no-repeat; } #bodyContent span.rdflink{ float: none !important; } #bodyContent span.rdflink a{ padding-right: 20px; color: #888888; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/rdf_flyer.18.gif) center right no-repeat; } #bodyContent span.rdflink a:hover{ text-decoration: none; color: #0000FF; padding-right: 20px; margin-right: 0px; background: url(http://images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/rdf_flyer.18.gif) center right no-repeat; } /* Tooltips */ div.smwtt { /* style for content of the bubble */ color: #000000; } span.smwttpersist span.smwttcontent{ /* show persistent tooltips for non-JavaScript clients */ color: #888888; font-style: italic; font-size: 90%; } span.smwttinline span.smwttcontent{ /* hide inline tooltips for non-JavaScript clients */ display: none; speak: none; } span.smwtticon{ /* style for image anchor for persistent tooltips */ display: none; } span.smwttactivepersist { /* colored anchors? */ cursor: help; color: #0000C8; } span.smwttactiveinline { /* colored anchors */ color: #BB7700; text-decoration: none; } img.smwttimg { /* images for tooltip icons */ padding-right: 5px; padding-left: 4px; } /** CSS style file for Semantic MediaWiki Special Browse. */ table.smwb-factbox { border-left: 8px solid #DDDDDD; width:100% } tr.smwb-title { font-size: 200%; background-color: #DDDDDD; line-height: 1.5; } tr.smwb-title td { padding-left:5px; border-bottom: 2px solid white; } tr.smwb-propvalue { width:100%; background-color: #EEEEEE; } tr.smwb-propvalue th { text-align: right; vertical-align: top; font-weight: bold; font-size: 120%; background-color: #DDDDDD; padding:0.2em 0.6em; border-bottom: 2px solid white; border-top: 2px solid white; } tr.smwb-propvalue td { padding-left:0.4em; background-color: #EEEEEE; border: 0px solid white; border-bottom: 2px solid white; border-top: 2px solid white; width:90%; } tr.smwb-center { background-color: #DDDDDD; } span.smwb-value { } /** Inverse factbox */ table.smwb-ifactbox { border-right: 8px solid #DDDDDD; width:100% } tr.smwb-ititle { font-size: 200%; background-color: #DDDDDD; line-height: 1.5; } tr.smwb-ititle td { padding-left:5px; border-bottom: 2px solid white; } tr.smwb-ipropvalue { width:100%; background-color: #EEEEEE; text-align:right; } tr.smwb-ipropvalue th { text-align: left; font-weight: bold; font-size: 120%; background-color: #DDDDDD; padding:0.2em 0.6em; border-bottom: 3px solid white; border-top: 3px solid white; } tr.smwb-ipropvalue td { background-color: #EEEEEE; border-bottom: 3px solid white; border-top: 3px solid white; padding-right:1em; width:90%; } span.smwb-ivalue { } #mw-data-after-content { display: none; } #hardware_requirements_table input { width: 8em; } /* Main page style */ .striped, .mainpage #featured_article, .mainpage #random_software, .mainpage #news, .mainpage #activity, .mainpage #screenshots, .mainpage #computersfooter, .mainpage #software_answers, .mainpage #footer { background:#252525 url(/skins/monaco/carbon/images/background.gif) repeat scroll 0 0; border:2px solid #404040 !important; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px; -moz-box-shadow:2px 3px 5px #000000; -webkit-box-shadow:2px 3px 5px #000000; box-shadow:2px 3px 5px #000000; margin-bottom: 5px; } .mainpage #header, .mainpage #portals, .mainpage #create_article { text-align: center; } .mainpage #create_article input:first-child { width: 60%; } .mainpage #screenshots .wikia-slideshow-addimage { display: none; } .mainpage h2 { border-bottom: 0; margin: 0; } .mainpage #header { font-size: large; } .mainpage #articleFooter { display: none; } .mainpage #computersfooter { padding: 0 !important; } .mainpage #computersfooter #computerwikilink, .mainpage #computersfooter #computerwikilogo, .mainpage #computersfooter #software_answers, .mainpage #computersfooter > table tbody tr:first-child { display: none; } .mainpage #computersfooter #linkstable { height:100% !important; padding-right:0 !important; } #portals { font-variant: small-caps; } .portallinks a { display: inline-block; } /* === Template:Ambox designs === */ /* Ambox design */ .ambox { font-size: 95%; margin: -1px auto 0 auto !important; border:1px #606060 solid; border-left: 10px solid #228b22; border-collapse: collapse; background-color:#404040; clear: both; } /* Ambox colours */ .ambox-blue { border-left: 10px solid #1e90ff; /* Blue (notice) */ } .ambox-red { border-left: 10px solid #b22222; /* Red (delete/serious) */ } .ambox-orange { border-left: 10px solid #f28500; /* Orange (content) */ } .ambox-yellow { border-left: 10px solid #f4c430; /* Yellow (style) */ } .ambox-purple { border-left: 10px solid #9932cc; /* Purple (merge) */ } .ambox-gray { border-left: 10px solid #bba; /* Gray (protection) */ } .ambox-green { border-left: 10px solid #228b22; /* Green */ } /* Ambox small text */ .ambox-smalltext { font-size: smaller; margin-top:0.5em; margin-left:0.8em; } /* Ambox image */ .ambox-image { /* The left image cell */ width: 60px; padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */ text-align: center; } @media print { .ambox { display: none; } } /* no ambox when printing */ #portal_form input[type="text"] { width: 90% !important; } /* USERBOXES */ table.userbox {float: left; margin: 0.2em; padding: 0; border-width: 1px; border-style: solid} table.userbox td.left, table.userbox td.right {text-align: center; vertical-align: middle; font-size: 1.6em; padding: 0} table.userbox td.main {padding: 0 4px; vertical-align: middle; line-height: 125%; font-size: 0.90em} table.userbox {border-color:#444; background:#222;} table.userbox td.left, table.userbox td.right {background:#161616;} .articlecounter { border: 1px solid #707070; width: 300px; margin: 0 auto; background: #252525 url(/skins/monaco/carbon/images/background.gif); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow:2px 3px 5px #000000; -webkit-box-shadow:2px 3px 5px #000000; box-shadow:2px 3px 5px #000000; } .articlecounter div { color: white; text-align: center; font-weight: bold; background-color: #006400; } .distribution { background:#252525 url(/skins/monaco/carbon/images/background.gif); border:2px solid #404040; padding:1px 2px; } .distribution .header, .distribution .row { margin: 1px 0; padding: 0 5px; overflow: hidden; } .distribution .header { font-weight: bold; text-align: center; } .distribution .row { background-color: #004200; } .distribution .header, .distribution .row.alt { background-color: #006400; } /*******SMW*******/ div.smwpre, div.smwtimeline, div.smwfact, div.smwfact table, div.smwfact tr, div.smwfact td { background: #212121 !important; } div.smwpre { border: 1px dashed #2f6fab !important; color: black !important; } table.smwtable, table.smwtable th, table.smwtable tr.smwfooter td { background: #333333 !important; border-color: #111111 !important; } table.smwtable td { background: #555555 !important; border-color: #111111 !important; } div.smwtimeline, div.smwfact { border: 1px solid #777777 !important; } table.smwfacttable { border: 1px 0 dotted #777777 !important; } div.smwhr hr, tr.smwb-title, tr.smwb-propvalue th, tr.smwb-center, tr.smwb-ititle, tr.smwb-ipropvalue th { background: #555555 !important; } div.smwhr hr { color: #555555 !important; } span.smwwarning, span.smwsearchicon, span.smwsearch a, span.smwbrowse a, span.smwmap a, span.rdflink a, span.smwttpersist span.smwttcontent { color: #888 !important; } span.smwsearchicon, span.smwsearch a { background: url(http: //images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/searchgray_iconsmall.png) center right no-repeat !important; } span.smwsearch a:hover, span.swmfactboxheadbrowse a:hover, span.smwbrowse a:hover, span.smwmap a:hover, span.rdflink a:hover { color: #6666FF !important; } span.smwsearch a:hover { background: url(http: //images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/search_icon.png) center right no-repeat !important; } span.swmfactboxheadbrowse a, div.smwtt { color: #DDDDDD !important; } span.swmfactboxheadbrowse a, span.smwbrowse a { background: url(http: //images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/browse_iconsmall.png) center right no-repeat !important; } span.swmfactboxheadbrowse a:hover, span.smwbrowse a:hover { background: url(http: //images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/browse_icon.png) center right no-repeat !important; } span.smwmap a, span.smwmap a:hover { background: url(http: //images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/world.png) center right no-repeat !important; } span.rdflink a, span.rdflink a:hover { background: url(http: //images.wikia.com/common/releases_201001.3/extensions/SemanticMediaWiki/skins/images/rdf_flyer.18.gif) center right no-repeat !important; } span.smwttactivepersist { color: #0000c8 !important; } span.smwttactiveinline { color: #b70 !important; } img.smwttimg { padding-right: 5px !important; } table.smwb-factbox { border-left: 8px solid #555555 !important; } tr.smwb-title td, tr.smwb-ititle td { padding-left: 5px !important; } tr.smwb-title td, tr.smwb-propvalue th, tr.smwb-propvalue td, tr.smwb-ititle td { border-bottom: 2px solid #333333 !important; } tr.smwb-propvalue, tr.smwb-propvalue td, tr.smwb-ipropvalue, tr.smwb-ipropvalue td { background: #333333 !important; } tr.smwb-propvalue th { vertical-align: top !important; font-size: 120% !important; padding: 0.2em 0.6em !important; } tr.smwb-propvalue th, tr.smwb-propvalue td { border-top: 2px solid #333333 !important; } tr.smwb-propvalue td { padding-left: 0.4em !important; border: 0 solid #333333 !important; width: 90% !important; } table.smwb-ifactbox { border-right: 8px solid #555555 !important; } tr.smwb-ipropvalue th, tr.smwb-ipropvalue td { border-bottom: 3px solid #333333 !important; border-top: 3px solid #333333 !important; } /* dark table style */ table.darktable, table.wikitable, table.smwtable { background:#202020; border:1px solid #606060; font-size:90%; padding:5px; } table.darktable th, table.wikitable th, table.smwtable th { background-color:#113A5E; padding:0 0.5em; } table.darktable caption, table.wikitable caption, table.smwtable caption { font-size:120%; font-weight:700; } table.darktable tr:not(:first-child) th, table.wikitable tr:not(:first-child) th, table.smwtable tr:not(:first-child) th { background-color:#112A44; } .formedit-only { display: none; } .page-Special_FormEdit span.formedit-only { display: inline; } .page-Special_FormEdit div.formedit-only { display: block; } /* @group Preferences */ #preferences { background-color: #202020; border-color: #606060; color: #FFF; } .prefsection table, .prefsection legend { background-color: #202020; color: #FFF; } div.prefsectiontip { color: #AAA; } #preftoc li { border-color: #606060; background-color: #151515; } #preftoc li:hover { background-color: #252525; } #preftoc li.selected { background-color: #202020; border-color: #606060; } #preftoc li a { color: #FFF; } #preftoc li a:active { color: #FFF; } /* @end */ /* @group Gallery */ table.gallery { background-color: inherit; border: none; } table.gallery td { background-color: inherit; border: none; color: inherit; } div.gallerybox { border-color: #606060; } div.gallerybox div.thumb { background-color: #1F1F1F; border: 1px solid #777; } div.gallerybox div.thumb:hover, div.gallerybox div.thumb div:hover { background-color: #2A2A2A; } /* @end */ /* @group History */ #pagehistory li { border: 1px solid #333; } #pagehistory li.selected { background: #252525; border: 1px dashed #404040; color: #EEE; } table.diff { background: #191919; } td.diff-otitle, td.diff-ntitle { background: transparent; } td.diff-context { background: #252525; } .WikiaArticle td.diff-deletedline { background: #331100; color: white; } .WikiaArticle td.diff-addedline { background: #113300; color: white; } /* @end */ /* @group Thumb */ div.thumb div { background: #202020; border-color: #606060; } div.thumb div a img { border-color: #444; } /* @end */ /* @group Problem Reports */ .problemReportsList thead tr { background: #252525; } .problemReportsList .odd { background: #252525; } /* @end */ /* @group Recent Changes */ .mw-plusminus-neg { color: #FFA932; } .mw-plusminus-pos { color: #4EFF43; } .mw-plusminus-null { color: #AAAAAA; } /* @end */ /* @group Misc */ .TablePager, .TablePager td, .TablePager th { background: #222 !important; border: 1px solid #555; color: #FFF !important; } table.mw_metadata td { background-color: #222; color: #EEE; } div.noarticletext { background: #222; border: 1px solid #777; color: #EEE; } .usermessage { background-color: #222; border: 1px solid #777; color: #EEE; } /* @end */ #software_answers .widgetTag { width:100%; } .hidden { display: none; } .tooltip-content { display: none; /* required */ position: absolute; /* required */ } #portal_form span.checkboxSpan { display:inline-block; padding-right:9px; width:24%; } .usermessage, .rcoptions, #wikia-mediawiki-recentchangestext { background:transparent url(/skins/monaco/carbon/images/background.gif) repeat scroll 0 0; border:1px solid #2F6FAB; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .rcoptions, #wikia-mediawiki-recentchangestext { margin: 0; } #wikia-mediawiki-recentchangestext { padding:0.2em 0.5em; } .rcoptions legend { color:#2F6FAB; font-weight:bold; text-shadow:0 0 10px #2F6FAB; } .css.source-css .kw1 { color:pink; } #screenshot-toc-right .toc { width:100%; } #software_article .wikia-single-button a { font-weight: bold; font-size: medium; padding-right: 7px !important; }