{"sections":[{"urls":[],"urlPrefixes":[],"domains":["en.wikibooks.org","en.wikinews.org","en.wikipedia.org","en.wikiquote.org","en.wikisource.org","en.wikiversity.org","en.wiktionary.org","wikimedia.org"],"regexps":[],"code":"/* ******************************** */\r\n/* GLOBAL                           */\r\n/* ******************************** */\r\n\r\n/*\r\nthe globalwrapper font-family is the only font-family statement throughout;\r\nall font sizes used are absolute (to avoid the problem of nesting: 'small' of '70%' of '12.5px');\r\nfont size system used is: 14px for body text, 12px for tables and 10px for header/footer;\r\n0.92: the footer sticking method of http://www.themaninblue.com/writing/perspective/2005/08/29/ has been adapted\r\nwhich means that major elements are no longer pushed down to make room for the header - instead #content has been \r\ngiven top- and bottom-padding to make room for the header and footer, respectively;\r\n*/\r\n\r\n  html, body, #globalWrapper {height: 100% !important;}   /* footerstick */\r\n  body {background: none !important;}\r\n  #globalWrapper {\r\n\tfont-family: Verdana, Arial, Sans-Serif !important;\r\n\tfont-size: 14px !important;\r\n\t}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* CONTENT                          */\r\n/* ******************************** */\r\n\r\n/*\r\n'column content' is a wrapper for 'content' which contains a heading and bodyContent;\r\ncolumn-content and content both start at the top and end at the bottom of the page but \r\ncontent is given top and bottom padding to leave room for the header and footer, respectively;\r\nz-indexing is needed for colum-content (z=1) to defer to the header and footer (z=10);\r\na width of 80% and auto-margins left and right result in 10% empty space on each side;\r\n*/\r\n\r\n  #column-content {\r\n\tposition: relative !important;\r\n\tfloat: none !important;\r\n\tz-index: 1 !important;\r\n\tclear: both !important;\r\n\twidth: 80% !important;\r\n\tmin-height: 100% !important; /* footerstick */\r\n\tmargin: 0 auto !important;\r\n\t}\r\n  #content {\r\n\tborder: none !important;\r\n\tmargin: 0 !important;\r\n\tpadding: 225px 0 200px !important; /* footerstick */\r\n\tbackground: none !important;\r\n\ttext-align: justify !important;\r\n\t}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* COLMN-ONE                        */\r\n/* ******************************** */\r\n\r\n/*\r\nColumn-one is the header, containing all portlets (.portlet) - menus, article tabs, search box, logo etc.;\r\nit is at the end of the html so to get it at the top, it is positioned absolutely;\r\nz-indexing is needed for the header (z=10) to overlap colum-content (z=1);\r\n90% width means 10% empty space to the right matching the 10% to the right of column-content;\r\n*/\r\n\r\n  #column-one {\r\n\tposition: absolute !important;\r\n\tz-index: 10 !important;\r\n\ttop: 0px !important;\r\n\twidth: 90% !important;\r\n\theight: 175px !important;\r\n\tborder: none !important;\r\n\tmargin: 0 !important;\r\n\tpadding: 0 !important;\r\n\tpadding-top: 4px !important;\r\n\tbackground-color: #3371A3 !important;\r\n\tfont-size: 10px !important;\r\n\t}\r\n  .pBody {\r\n\tborder: none !important;\r\n\tpadding: 0 !important;\r\n\tbackground-color: transparent !important;\r\n\t}\r\n\r\n\r\n\r\n/* ********************************* */\r\n/* PORTLETS/MENUS                    */\r\n/* ********************************* */\r\n\r\n/*\r\n0.93: No portlets deleted. These settings apply to all portlets and are as such default portlet \r\nsettings but they are in many cases overruled by id selectors (except for the menus in the top right \r\ncorner such as p-navigation, p-tb, p-interaction, and p-lang which are not given 'special treatment');\r\nthis way obviates the need to list those menus - something that would be problematic as they go by \r\ndifferent names from site to site; they are kept as position: relative in order to float them right;\r\nan unfortunate by-product of this is that they reverse order: p-navigation being first ends up \r\nright-most etc.; display: block is used as the simplest way to rid them of list paraphernalia;\r\nthe foreign language sister links are trimmed to a list of the top nine (excl. japanese);\r\n*/\r\n\r\n  .portlet {\r\n\tdisplay: block !important;\r\n\toverflow: visible !important;\r\n\tfloat: right !important; \r\n\tclear: both !important;\r\n\twidth: 100px !important;\r\n\tmax-height: 150px !important;\r\n\tmargin: 0 !important;\r\n\tpadding: 0 !important;\r\n\tpadding-right: 10px !important;\r\n\tline-height: 1.75em !important;\r\n\ttext-align: right !important;\r\n\ttext-transform: lowercase !important;\r\n\t}\r\n  .portlet .pBody {\r\n\tdisplay: none !important;\r\n\tposition: absolute !important;\r\n\ttext-align: left !important;\r\n\t}\r\n  .portlet:hover .pBody {\r\n\tdisplay: block !important;\r\n\ttop: 0 !important;\r\n\tright: -100px !important;\r\n\t}\r\n  .portlet ul,\r\n  .portlet li {\r\n\tdisplay: block !important;\r\n\twidth: 100px !important;\r\n\tmargin: 0 !important;\r\n\tpadding: 0 !important;\r\n\tline-height: 1.75em !important;\r\n\t}\r\n  #p-tb ul, #p-interaction ul {margin-top: 4px !important;}\r\n  .portlet li {padding-left: 10px !important;}\r\n  .portlet li:first-child {padding-bottom: 1px !important;}\r\n\r\n  .portlet * {font-weight: normal !important;}\r\n  .portlet h5 {\r\n\tpadding: 0 !important;\r\n\tcursor: pointer !important;\r\n\tcolor: white !important;\r\n\tline-height: 1.75em !important;\r\n\t}\r\n  .portlet a {\r\n\tcolor: inherit !important;\r\n\tbackground-color: transparent !important;\r\n\t} \r\n  .portlet a:hover {color: #99B8D1 !important;}\t\t\t/* a mix of white and header color */\r\n\r\n  /* language class selectors - see http://en.wikipedia.org/wiki/List_of_Wikipedias#By_article_count */\r\n  #p-lang li\r\n\t:not(.interwiki-de)\r\n\t:not(.interwiki-en)\r\n\t:not(.interwiki-es)\r\n\t:not(.interwiki-fr)\r\n\t:not(.interwiki-it)\r\n\t:not(.interwiki-nl)\r\n\t:not(.interwiki-pl)\r\n\t:not(.interwiki-pt)\r\n\t:not(.interwiki-sv)\r\n\t{display: none !important;}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* P-LOGO                           */\r\n/* ******************************** */\r\n\r\n/* \r\n0.92: p-logo now actually fullfills its role as the logo-/headergraphic container;\r\nsee 'HEADER BACKGROUND IMAGES' sections for individual images (one for each domain);\r\n*/\r\n\r\n  #p-logo {\r\n\twidth: 700px !important;\r\n\tmargin: 0 !important;\r\n\t}\r\n  #p-logo .pBody {display: block !important;}\r\n  #p-logo a, #p-logo a:hover {\r\n\tdisplay: block !important;\r\n\twidth: 700px !important;\r\n\theight: 150px !important;\r\n\tbackground-position: top left !important;\r\n\t}\r\n\r\n\r\n\r\n/* ********************************* */\r\n/* SEARCH BOX                        */\r\n/* ********************************* */\r\n\r\n/* The search box is dropped to just below the right bottom of column-one by absolute positioning; */\r\n\r\n  #p-search {\r\n\tdisplay: none !important; \r\n\tposition: absolute !important;\r\n\tright: 0 !important;\r\n\tbottom: -30px !important;\r\n\theight: 30px !important;\r\n\twidth: auto !important;\r\n\tmargin: 0 !important;\r\n\tpadding-right: 0 !important;\r\n\t}\r\n  #p-search .pBody {\r\n\tdisplay: block !important; \r\n\tposition: relative !important;\r\n\tmargin-top: 5px !important;\r\n\t}\r\n  #p-search:hover .pBody {right: 0 !important;}\r\n  #p-search h5 {display: none !important;}\r\n\r\n\r\n/* ******************************** */\r\n/* P-CACTIONS                       */\r\n/* ******************************** */\r\n\r\n/*\r\nthe article tabs menu; as with p-personal it's dropped to the bottom of the header by absolute positioning\r\n(in this case -25px to have it exactly beneath the header); left: 11.11% (1/9) is an approximation of the \r\n10% to the left of column-content: 11.11% of (column-one's) 90% of body width ~= 10% of body width; \r\nthe effect is to left align p-caction with content; selected tab(s) are moved up 25px ('flipped'); \r\nz-indexing (z=5) is needed in order to overrule p-personal (z=4) in case of conflict (narrow window);\r\na few settings are inserted in order to overrule our own 'default' portlet settings (see above);\r\nvertical centering is achieved by vertical alignment \u0026 height=line-height (same in p-personal and footer);\r\ntalk pages with no entries are indicated by inserting text (\" NEW\") after the link;\r\n*/\r\n\r\n  #p-cactions {\r\n\tposition: absolute !important;\r\n\tz-index: 5  !important;\r\n\ttop: auto !important; bottom: -25px !important;\r\n\tleft: 11.11% !important;\r\n\twidth: auto !important;\r\n\tmargin: 0 !important;\t\t\t\t/* overrule .portlet */\r\n\toverflow: visible !important;\t\t\t/* overrule .portlet */\r\n\t}\r\n  #p-cactions .pBody {\r\n\tdisplay: block !important;\r\n\tposition: relative !important;\r\n\t}\r\n  #p-cactions:hover .pBody {right: auto !important;}\r\n  #p-cactions ul, #p-cactions li {width: auto !important;}\r\n  #p-cactions li {\r\n\tposition: relative !important;\r\n\tfloat: left !important;\r\n\tpadding: 0 !important;\r\n\tborder: none !important;\r\n\tvertical-align: middle !important;\r\n\theight: 25px !important;\r\n\tline-height: 25px !important;\r\n\tcolor: black !important;\t\t\t/* overrule .portlet */\r\n\t}\r\n\r\n  #p-cactions li.selected {top: -25px !important;}\r\n  #p-cactions li.selected a:hover {color: black !important;}\r\n\r\n  #p-cactions li a {\r\n\tpadding: 0 15px !important;\r\n\ttext-transform: uppercase !important;\r\n\t}\r\n  li#ca-talk.new a:after {content: \" (NEW)\" !important;}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* P-PERSONAL                       */\r\n/* ******************************** */\r\n\r\n/* \r\nprofile links; as with p-tabs dropped to the bottom by absolute positioning \r\n(top-bottom-left-and-right all have to be invoked to combat default placing);\r\ndisplay as block/tablecell works (not sure why, though) to get the list items on a straight line;\r\nz-indexing (z=4) is needed in order to defer to p-cactions (z=4) in case of conflict (narrow window);\r\n*/\r\n\r\n  #p-personal {\r\n\ttop: auto !important; bottom: 15px !important;\r\n\tleft: auto !important; right: 0 !important;\r\n\t}\r\n  #p-personal h5 {display: block !important;}\r\n  #p-personal li {\r\n\tbackground-image: none !important;\r\n\ttext-align: left;\r\n\ttext-transform: lowercase !important;\r\n\tcolor: black !important;\r\n\t}\r\n  \r\n/*\r\n  #p-personal {\r\n\tdisplay: block !important;\r\n\tposition: absolute !important;\r\n\tz-index: 4  !important;\r\n\ttop: auto !important; bottom: 0 !important;\r\n\tleft: auto !important; right: 0 !important;\r\n\twidth: auto !important;\r\n\tmargin: 0 !important;\r\n\tpadding-right: 0 !important;\r\n\t}\r\n  #p-personal .pBody {\r\n\tdisplay: block !important;\r\n\tposition: relative !important;\r\n\t}\r\n  #p-personal:hover .pBody {right: auto !important;}\r\n  #p-personal ul, #p-personal li {width: auto !important;}\r\n  #p-personal ul {padding: 0 !important;}\r\n  #p-personal li {\r\n\tdisplay: table-cell !important;\r\n\tpadding: 0 10px !important;\r\n\tvertical-align: middle !important;\r\n\theight: 25px !important;\r\n\tline-height: 25px !important;\r\n\tbackground-image: none !important;\r\n\tcolor: white !important;\r\n\t}\r\n\r\n  #p-personal li a {text-transform: lowercase !important;}\r\n  #p-personal li a:hover {padding-bottom: 0 !important;}\r\n*/\r\n\r\n\r\n/* ******************************** */\r\n/* FOOTER                           */\r\n/* ******************************** */\r\n\r\n/*\r\nnegative top-margin (equal to height) means footer height does not add to column-content's \r\nmin-height: 100% - footer is dragged up into content's bottom-padding of 200px;\r\n90% width means 10% empty space to the right matching the 10% to the right of column-content;\r\ncontent is trimmed for a more minimalist feel (copyright notice and icons have to go);\r\nlist items are deliberately right-floated individually to reverse order (\"the first shall be the last\");\r\n*/\r\n\r\n  #footer {\r\n\tposition: relative !important;\r\n\tz-index: 10 !important;\r\n\twidth: 90% !important;\r\n\theight: 100px !important;\r\n\tborder: none !important;\r\n\tmargin: 0 !important;\r\n\tmargin-top: -100px !important; /* footerstick */\r\n\tpadding: 0 !important;\r\n\tbackground: #3371A3 !important;\r\n\tcolor: white !important;\r\n\tfont-size: 10px !important;\r\n\t}\r\n  #f-list {\r\n\tdisplay: inline !important;\r\n\tvertical-align: middle !important;\r\n\theight: 25px !important;\r\n\tline-height: 25px !important;\r\n\t}\r\n  #f-list li {\r\n\tdisplay: block !important;\r\n\tfloat: right !important;\r\n\t}\r\n  #footer a {color: inherit !important;}\r\n\r\n  #footer \u003e *:not(#f-list),\r\n  #footer #copyright\r\n\t{display: none !important;}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* TEXT                             */\r\n/* ******************************** */\r\n\r\n/* \r\nVarious preferences regarding text elements; quotes, lists and stubs: mainly undoing damage \r\nfrom table styling (as some of these are either contained within or coded as tables); \r\n*/\r\n\r\n/* paragraphs */\r\n  .infobox + p {margin-top: 0 !important;}\r\n\r\n/* Pre-arranged text block */\r\n  pre {\r\n\tborder: none !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\t}\r\n\r\n/* Headlines */\r\n  h1, h2, h3 {font-weight: normal !important;}\r\n  h1 {\r\n\tfont-size: 170% !important;\r\n\tborder-bottom: none !important;\r\n\tpadding-top: 0 !important;\r\n\t}\r\n\r\n/* Hyperlinks */\r\n  a {text-decoration: none !important;}\r\n\r\n/* Lists */\r\n  ul, ol {\r\n\tlist-style-image: none !important;\r\n\tlist-style-position: inside !important;\r\n\t}\r\n  #bodyContent \u003e ul,\r\n  #bodyContent \u003e ol \r\n\t{margin-left: 0 !important;}\r\n  table ul,\r\n  table ol\r\n\t{font-size: 14px !important;}\r\n  .references-small {overflow: hidden !important;}\r\n  .references {margin: 0 1em 0 0 !important;}\r\n\r\n/* Indentation - reinstated for talk-pages, see \"url-specific\" section */\r\n  dd {margin-left: 0 !important;} \r\n\r\n/* Quotes */\r\n  blockquote,\r\n  table.cquote {\r\n\tborder: none !important;\r\n\tbackground: transparent !important;\r\n\tfont-size: 14px !important;\r\n\tfont-style: italic !important;\r\n\t}\r\n\r\n/* Announcements - I do donate and encourage you to do the same. I just can't find a nonobtrusive place for this... Sorry :( */\r\n  #siteNotice {margin-bottom: 1em !important;}\r\n  #donate, #anontip {display: none !important;} \r\n\r\n/* Stubs / disambiguation tables / redirection notice */\r\n  #stub,\r\n  #stub table,\r\n  #disambig table\r\n\t{font-size: 14px !important;}\r\n  #stub td,\r\n  #stub th,\r\n  #disambig,\r\n  .dablink,\r\n  #contentSub  {\r\n\tmargin-left: 0 !important;\r\n\tpadding-left: 0 !important;\r\n\t}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* TABLES                           */ \r\n/* ******************************** */\r\n\r\n/*\r\nbasically four types of tables are styled: infoboxes, navboxes, wikitables and toccolours (which is probably 95% of all \r\ntables found on wp); others are left as they are apart from font size and some padding; colours used throughout \r\nis #666666 for header bg and borders and #EEEEEE for header text and (in wikitables) cell bg;\r\nthe system to identify headings (and thereby assign them a different colour scheme) is mostly concerned with header cells,\r\nfirst rows, single cell rows, cells with background color and various combinations of these traits; it is a crude sort of \r\npattern identification and as such doesn't succeed every time; \r\n*/\r\n\r\n/* ----------------- */\r\n/* Global            */\r\n/* ----------------- */\r\n  table {\r\n\tfont-size: 12px !important;\r\n\ttext-align: left !important;\r\n\t}\r\n  td, th {padding: 0.5em !important;}\r\n  caption,\r\n  th:only-child:empty,\r\n  td:only-child:empty\r\n\t{display: none !important;}\r\n\r\n/* ----------------- */\r\n/* Infoboxes         */\r\n/* ----------------- */\r\n\r\n/* \r\ninfoboxes - tables ususally placed to the right at the beginning \r\nof the article to give quick facts, statistics, key names etc. \r\n*/\r\n\r\n  .infobox {\r\n\tborder-collapse: collapse !important;\r\n\tborder: thin solid #666666 !important;\r\n\tmargin: 0 0 15px 15px !important;\r\n\t}\r\n  /* general cell settings */\r\n  .infobox th,\r\n  .infobox td {\r\n  \tborder: none !important;\r\n\tbackground-color: white !important;\r\n\t}\r\n  .infobox div {background-color: transparent !important;}\r\n\r\n  /* text alignment and weight */\r\n  .infobox td:only-child {text-align: center !important}\r\n  .infobox ul {text-align: left !important}\r\n  .infobox span,\r\n  .infobox font\r\n\t{color: inherit !important}\r\n\r\n  /* targetting headings - background */\r\n  .infobox \u003e tbody \u003e tr:first-child \u003e td:only-child,\r\n  .infobox th:only-child,\r\n  .infobox td:only-child[style*=\"background\"] {\r\n\tbackground-color: #666666 !important;\r\n\tcolor: #EEEEEE !important;\r\n\ttext-align: center !important;\r\n\t}\r\n  /* targetting headings - text */\r\n  .infobox \u003e tbody \u003e tr:first-child \u003e td:only-child \u003e *,\r\n  .infobox \u003e tbody \u003e tr:first-child \u003e td:only-child \u003e * \u003e *,\t/* in case the color element is nested in a bold/big/.. element, e.g. 'Knesset' */ \r\n  .infobox th:only-child \u003e *,\r\n  .infobox th:only-child \u003e * \u003e *,\r\n  .infobox td:only-child[style*=\"background\"] \u003e *,\r\n  .infobox td:only-child[style*=\"background\"] \u003e * \u003e *\r\n\t{color: inherit !important;}\r\n\r\n  /* Special cases */\r\n  /* moron alert: table within table, e.g. 'Discrimination' */\r\n    .infobox td:only-child table td {\r\n  \tbackground-color: white !important;\r\n  \tcolor: black !important;\r\n  \t}\r\n    .infobox td:only-child table td a {color: inherit !important;}\r\n\r\n  /* sisterproject infoboxes - little single project reference boxes */\r\n  div.sisterproject {\r\n\tborder: none !important;\r\n\tmargin-top: 15px !important;\r\n\tmargin-bottom: 15px !important;\r\n\tpadding: 1em !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\ttext-align: left !important;\r\n\t}\r\n  /* sisterproject infoboxes - tables with references to all sisterprojects\r\n  for some reason the element.style width is ignored? */\r\n  table.infobox.sisterproject {\r\n\tmargin-top: 15px !important;\r\n\tmargin-bottom: 15px !important;\r\n\tdisplay: block !important;\r\n\tpadding: 0 !important;\r\n\ttext-align: left !important;\r\n\t}\r\n\r\n\r\n/* ----------------- */\r\n/* Navigation boxes  */\r\n/* ----------------- */\r\n\r\n/* \r\nnavigation boxes are for the most part the show/hide logs at the bottom of the page;\r\nvery easy to style as the only heading is the first line; 'subheadings' are the headings \r\nin the hidden part of the table and are presented first so as not to overrule the main heading styling;\r\n*/\r\n\r\n  .navbox span[style*=\"float:\"] \r\n\t{font-size: 10px !important;}\r\n  .collapsible,\r\n  .NavFrame,\r\n  .navbox {\r\n\tclear: both !important;\r\n\tmargin-top: 15px !important;\r\n\tmargin-bottom: 15px !important;\r\n\tpadding: 0 !important;\r\n\tborder: thin solid #666666 !important;\r\n\tbackground-color: white !important;\r\n\tborder-collapse: collapse !important;\r\n\t}\r\n\r\n  /* subheadings */\r\n  .collapsible td,\r\n  .collapsible th,\r\n  .navbox td,\r\n  .navbox th,\r\n  .NavContent th {\r\n\tborder: none !important;\r\n\tbackground-color: white !important;\r\n\tcolor: black !important;\r\n\t}\r\n  .collapsible th a,\r\n  .navbox th a,\r\n  .NavContent th a {\r\n\tcolor: black !important;\r\n\tfont-weight: bold !important;\r\n\t}\r\n\r\n  /* targetting headings */\r\n  .NavHead,\r\n  table.navbox \u003e tbody \u003e tr:first-child \u003e *,\r\n  table.collapsible \u003e tbody \u003e tr:first-child \u003e *\r\n\t{background-color: #666666 !important;}\r\n  .NavHead,\r\n  .NavHead *,\r\n  table.navbox \u003e tbody \u003e tr:first-child *,\r\n  table.collapsible \u003e tbody \u003e tr:first-child *\r\n\t{color: #EEEEEE !important;}\r\n\r\n\r\n/* ----------------- */\r\n/* Toccolours        */\r\n/* ----------------- */\r\n\r\n/* \r\ntoccolours are a strange mix of tables (e.g. bottom table, see \"Shakespeare\": 'Part of a series on William Shakespeare and his work',\r\nand infobox style table, see \"Caffeine\") and text boxes (e.g. quote boxes, left or right aligned, see \"Shakespeare)\r\nwith no real common denominator; a modicum of harmonization is attempted along the lines of the navbox styling;\r\n*/\r\n\r\n  table.toccolours {\r\n\tborder-color: #666666 !important;\r\n\tborder-collapse: collapse !important;\r\n\tpadding: 0 !important;\r\n\tbackground-color: white !important;\r\n\t}\r\n  table.toccolours th,\r\n  table.toccolours td \r\n\t{border: none !important;}\r\n  table.toccolours th:not(:only-child) {\r\n\tbackground-color: white !important;\r\n\tcolor: black !important;\r\n\tfont-weight: bold !important;\r\n\t}\r\n  table.toccolours td:not(:only-child) {\r\n\tbackground-color: white !important;\r\n\tcolor: black !important;\r\n\t}\r\n  \r\n  table.toccolours \u003e tbody \u003e tr:first-child \u003e th,\r\n  table.toccolours \u003e tbody \u003e tr:first-child \u003e td,\r\n  table.toccolours \u003e tbody \u003e tr \u003e th:only-child[style*=\"background\"] {\r\n\tbackground-color: #666666 !important;\r\n\tcolor: #EEEEEE !important;\r\n\t}\r\n  table.toccolours \u003e tbody \u003e tr:first-child \u003e th *,\r\n  table.toccolours \u003e tbody \u003e tr:first-child \u003e td *,\r\n  table.toccolours \u003e tbody \u003e tr \u003e th:only-child[style*=\"background\"] *\r\n\t{color: inherit !important;}\r\n  \r\n\r\n/* ----------------- */\r\n/* Wikitable /       */\r\n/* Sortable          */\r\n/* ----------------- */\r\n\r\n/* \r\nwikitables are the 'tables tables' - spreadsheet/database like presentations; 'sortable' tables \r\nare like wikitables, only with the javascript option to sort by any column you click on; filehistory \r\ntables are used to log (mainly) picture changes; fairly easy to style as the td/th difference is well \r\nunderstood and respected here; cell background is made #EEEEEE (note that this is table, not td bg - \r\nthus use of colour coding on cells prevail, e.g. http://en.wikipedia.org/wiki/Germanic_languages) \r\nseems easier to navigate vast spreadsheets with a little less contrast, no?;\r\n*/\r\n\r\n  .wikitable,\r\n  .sortable,\r\n  .filehistory {\r\n\tmargin-top: 15px !important;\r\n\tmargin-bottom: 15px !important;\r\n\tborder: none !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\t}\r\n\r\n  /* headings */\r\n  .wikitable tr:first-child td,\r\n  .wikitable th,\r\n  .sortable th,\r\n  .sortable tr:first-child td,\r\n  .filehistory tr:first-child * {\r\n\tbackground-color: #666666 !important;\r\n\tcolor: #EEEEEE !important;\t\r\n\tfont-weight: bold !important;\r\n\t}\r\n  /* general cell settings */\r\n  .wikitable th,\r\n  .wikitable td,\r\n  .sortable th,\r\n  .sortable td,\r\n  .filehistory th,\r\n  .filehistory td\r\n\t{border: thin solid #666666 !important;}\r\n\r\n  /* text embellishments */\r\n  .wikitable a {color: inherit !important;}\r\n  .wikitable td a[href*=\"/wiki/\"],\t\t\t\t/* existing wiki article link */\r\n  .sortable tr:not(:first-child) td a[href*=\"/wiki/\"]\r\n\t{border-bottom: thin dotted #666666 !important;}\r\n  .wikitable td a[href*=\"/w/\"],\t\t\t\t\t/* as yet non-existent wiki article link */\r\n  .sortable tr:not(:first-child) td a[href*=\"/w/\"]\r\n\t{border-bottom: thin dashed #666666 !important;}\r\n  .wikitable td b {font-weight: normal !important;}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* BOXES                            */ \r\n/* ******************************** */\r\n\r\n/* \r\nBoxes are an assortment of minor tables and divs that are made to stand out in some \r\nway or other from the text flow; most of these efforts either try to integrate them \r\nin text flow or just to insert the standard colour scheme in place of the default one;\r\n*/\r\n\r\n/* ----------------- */\r\n/* Table of contents */\r\n/* ----------------- */\r\n  #toc {\r\n\tborder: none !important;\r\n\tmargin: 1em 0 !important;\r\n\tpadding: 0 !important;\r\n\tbackground-color: white !important;\r\n\tfont-size: inherit !important;\r\n\t}\r\n  #toc td {padding: 0 !important;}\r\n  #toctitle {text-align: left !important;}\r\n\r\n  .toc:not(#toc),\r\n  .toc:not(#toc) table {\r\n\tbackground: white !important; \r\n\tborder-collapse: collapse !important;\r\n\t}\r\n  .toc:not(#toc) th {\r\n\tborder: none !important;\r\n\tbackground: #666666 !important; \r\n\tcolor: #EEEEEE !important;\r\n\t}\r\n\r\n/* ----------------- */\r\n/* Category links    */\r\n/* ----------------- */\r\n  #catlinks {\r\n\ttext-align: justify !important;\r\n\tborder: none !important;\r\n\tpadding: 1em !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\t}\r\n  #catlinks a {color: black !important;}\r\n  p.catlinks \u003e a:first-child {font-weight: bold !important;}\r\n\r\n/* ----------------- */\r\n/* Messageboxes      */\r\n/* ----------------- */\r\n\r\n/* \r\namboxes are the new warning boxes (NPOV etc.); .messagebox are used for various purposes, mainly talk pages;\r\nfiletoc, imagelicense and shareduploadnotice tables are various boxes and tables used on file info pages;\r\n*/\r\n\r\n  .ambox {\r\n\tdisplay: block !important;\r\n\tmargin: 10px 0 !important;\r\n\tborder-top: none !important;\r\n\tborder-right: none !important;\r\n\tborder-bottom: none !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\tfont-size: 14px !important;\r\n\t}\r\n  .messagebox,\r\n  #filetoc,\r\n  #imageLicense,\r\n  .sharedUploadNotice table {\r\n\tborder: none !important;\r\n\tmargin: 0 !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\t}\r\n\r\n\r\n  \r\n/* ----------------- */\r\n/* Galleries         */\r\n/* ----------------- */\r\n  .gallery {\r\n\tborder: none !important;\r\n\tmargin: 15px 0 !important;}\r\n  .gallery td {background-color: #EEEEEE !important;}\r\n  .gallerybox {background-color: transparent !important;}\r\n  .gallerytext {\r\n\tbackground-color: transparent !important;  \r\n\tpadding: 15px !important;\r\n\ttext-align: justify !important;\r\n\t}\r\n\r\n\r\n/* ----------------- */\r\n/* Wikisource spec.  */\r\n/* ----------------- */\r\n\r\n  .authortemplate,\r\n  .headertemplate {\r\n\tborder: none !important;\r\n\tmargin-bottom: 0 !important;\r\n\tbackground: #666666 !important;\r\n\t}\r\n  .author_notes,\r\n  .header_notes {\r\n\tborder: thin solid #666666 !important;\r\n\tbackground: white !important;\r\n\t}\r\n  .authortemplate,\r\n  .authortemplate a,\r\n  .headertemplate,\r\n  .headertemplate a\r\n\t{color: #EEEEEE !important;}\r\n  .auhtor_notes td:empty,\r\n  .header_notes td:empty\r\n\t{display: none !important;}\r\n\r\n\r\n/* ----------------- */\r\n/* Various           */\r\n/* ----------------- */\r\n  table[style*=\"background-color: rgb(255, 206, 158)\"] td,\t/* chess boards e.g. 'chess' */\r\n  td.toccolours table td\t\t\t\t\t/* team colours e.g. 'Man U' - doesn't fix bg colour issue */\r\n\t{padding: 0 !important;}\r\n\r\n\r\n\r\n/* ******************************** */\r\n/* IMAGES                           */\r\n/* ******************************** */\r\n\r\n/* \r\nimages are for the most part encased in the .thumb class (as well as either the .left or .tright\r\nclass); the #EEEEEE/black colour scheme is used; .tnone are floated right - if not, the entire \r\nwidth is filled with background-color; \r\n*/\r\n\r\n  .thumb {\r\n\tdisplay: block !important;\r\n\tbackground-color: #EEEEEE !important;\r\n\tborder: none !important;\r\n\t}\r\n  .tnone { \r\n\tfloat: right !important;\r\n\tmargin-left: 1.5em !important;\r\n\t}\r\n  .thumbinner {\r\n\tborder: none !important;\r\n\tpadding: 5px !important;\r\n\tbackground-color: inherit !important;\r\n\t}\r\n  .thumb img {border: none !important;}\r\n  .thumbcaption {margin-top: 20px !important}\r\n  .thumbcaption .magnify {display: none !important}\r\n  \r\n/* Featured, spoken, semiprotected icons v-aligned with #content */\r\n  #cornerbox,\t\t/* source: feature */\r\n  #administrator,\t/* pedia: protected */\r\n  .topicon\t\t/* pedia: feature/spoken */\r\n\t{top: 225px !important;}\r\n  #cornerbox *,\r\n  #administrator *,\r\n  .topicon * {\r\n\tline-height: 0px !important;\r\n\tbackground-color: transparent !important;\r\n\t}"},{"urls":[],"urlPrefixes":[],"domains":["en.wikibooks.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/books_700x175.png) !important;}"},{"urls":[],"urlPrefixes":[],"domains":["en.wikipedia.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/pedia_700x175.png) !important;}"},{"urls":[],"urlPrefixes":[],"domains":["en.wikiquote.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/quote_700x175.png) !important;}"},{"urls":[],"urlPrefixes":[],"domains":["en.wikisource.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/source_700x175.png) !important;}"},{"urls":[],"urlPrefixes":[],"domains":["en.wikiversity.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/versity_700x175.png) !important;}"},{"urls":[],"urlPrefixes":[],"domains":["en.wiktionary.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/tionary_700x175.png) !important;}"},{"urls":[],"urlPrefixes":[],"domains":["wikimedia.org"],"regexps":[],"code":"#p-logo a {background-image: url(http://pics.viharpander.dk/stylish/wikisquare/media_700x175.png) !important;}"},{"urls":[],"urlPrefixes":["http://en.wikipedia.org/wiki/Talk:"],"domains":[],"regexps":[],"code":"dd {margin-left: 2em !important;}"},{"urls":["http://en.wikipedia.org/wiki/Main_Page"],"urlPrefixes":[],"domains":[],"regexps":[],"code":".MainPageBG,\r\n  table {\r\n\tborder: none !important;\r\n\tmargin-top: 0 !important;\r\n\tpadding: 0 !important;\r\n\tbackground-color: white !important;\r\n\tfont-size: 14px !important;\r\n\ttext-align: justify !important;\r\n\t}\r\n  .MainPageBG h2 {\r\n\tborder: none !important;\r\n\tfont-weight: normal !important;\r\n\tbackground-color: #CEDFF2 !important;\r\n\t}"}],"url":"http://userstyles.org/styles/3529","updateUrl":"https://userstyles.org/styles/chrome/3529.json","md5Url":"https://update.userstyles.org/3529.md5","originalMd5":"347d88e1e5281fd0b8a1f4414fc48387","name":"Wikipedia - Wiki(square)","thumbnail":"https://userstyles.org/style_screenshots/3529_after.png"}