|
|
Linha 24: |
Linha 24: |
| /* Main page fixes */ | | /* Main page fixes */ |
| #interwiki-completelist { | | #interwiki-completelist { |
− | font-weight: bold;
| + | font-weight: bold; |
| } | | } |
− |
| |
| body.page-Main_Page #ca-delete { | | body.page-Main_Page #ca-delete { |
− | display: none !important;
| + | display: none !important; |
| } | | } |
− |
| |
| /* Add space below the toolbar */ | | /* Add space below the toolbar */ |
| #toolbar { | | #toolbar { |
− | margin-bottom: 6px;
| + | margin-bottom: 6px; |
| } | | } |
− |
| |
| /* make the list of references look smaller */ | | /* make the list of references look smaller */ |
| ol.references { | | ol.references { |
− | font-size: 100%;
| + | font-size: 100%; |
| + | } |
| + | .references-small { |
| + | font-size: 90%; |
| } | | } |
− |
| |
− | .references-small { font-size: 90%;}
| |
− |
| |
| /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */ | | /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */ |
| /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */ | | /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */ |
Linha 48: |
Linha 45: |
| /* Please ignore any validator errors caused by these two lines */ | | /* Please ignore any validator errors caused by these two lines */ |
| .references-2column { | | .references-2column { |
− | font-size: 90%;
| + | font-size: 90%; |
− | -moz-column-count: 2;
| + | -moz-column-count: 2; |
− | -webkit-column-count: 2;
| + | -webkit-column-count: 2; |
− | column-count: 2;
| + | column-count: 2; |
| + | } |
| + | .same-bg { |
| + | background: none; |
| } | | } |
− |
| |
− | .same-bg { background: none; }
| |
− |
| |
| /* Highlight clicked reference in blue to help navigation */ | | /* Highlight clicked reference in blue to help navigation */ |
| ol.references > li:target { | | ol.references > li:target { |
− | background-color: #DEF;
| + | background-color: #DEF; |
| } | | } |
− |
| + | sup.reference:target { |
− | sup.reference:target { | + | background-color: #DEF; |
− | background-color: #DEF;
| + | |
| } | | } |
− |
| |
| /* Styling for citations */ | | /* Styling for citations */ |
| cite { | | cite { |
− | font-style: normal;
| + | font-style: normal; |
− | word-wrap: break-word;
| + | word-wrap: break-word; |
| } | | } |
− |
| |
| /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */ | | /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */ |
− | cite:target { | + | cite:target { |
− | background-color: #DEF;
| + | background-color: #DEF; |
| } | | } |
| | | |
Linha 79: |
Linha 73: |
| | | |
| @media print { | | @media print { |
− | #content cite a.external.text:after {
| + | #content cite a.external.text:after { |
− | display: none;
| + | display: none; |
− | }
| + | } |
| } | | } |
| | | |
Linha 87: |
Linha 81: |
| | | |
| @media screen, handheld, projection { | | @media screen, handheld, projection { |
− | cite *.printonly {
| + | cite *.printonly { |
− | display: none;
| + | display: none; |
− | }
| + | } |
| } | | } |
− |
| |
− |
| |
| /* wikitable/prettytable class for skinning normal tables */ | | /* wikitable/prettytable class for skinning normal tables */ |
− | table.wikitable, | + | table.wikitable, table.prettytable { |
− | table.prettytable { | + | margin: 1em 1em 1em 0; |
− | margin: 1em 1em 1em 0;
| + | background: #f9f9f9; |
− | background: #f9f9f9;
| + | border: 1px #aaa solid; |
− | border: 1px #aaa solid;
| + | border-collapse: collapse; |
− | border-collapse: collapse;
| + | |
| } | | } |
− | .wikitable th, .wikitable td, | + | .wikitable th, .wikitable td, .prettytable th, .prettytable td { |
− | .prettytable th, .prettytable td { | + | border: 1px #aaa solid; |
− | border: 1px #aaa solid;
| + | padding: 0.2em; |
− | padding: 0.2em;
| + | |
| } | | } |
− | .wikitable th, | + | .wikitable th, .prettytable th { |
− | .prettytable th { | + | background: #f2f2f2; |
− | background: #f2f2f2;
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− | .wikitable caption, | + | .wikitable caption, .prettytable caption { |
− | .prettytable caption { | + | margin-left: inherit; |
− | margin-left: inherit;
| + | margin-right: inherit; |
− | margin-right: inherit;
| + | font-weight: bold; |
− | font-weight: bold;
| + | |
| } | | } |
− |
| |
− |
| |
| /* default skin for navigation boxes */ | | /* default skin for navigation boxes */ |
| table.navbox { /* navbox container style */ | | table.navbox { /* navbox container style */ |
− | border:1px solid #aaa;
| + | border:1px solid #aaa; |
− | width:100%;
| + | width:100%; |
− | margin:auto;
| + | margin:auto; |
− | clear:both;
| + | clear:both; |
− | font-size:88%;
| + | font-size:88%; |
− | text-align:center;
| + | text-align:center; |
− | padding:1px;
| + | padding:1px; |
| } | | } |
| table.navbox + table.navbox { | | table.navbox + table.navbox { |
− | margin-top:-1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
| + | margin-top:-1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */ |
| } | | } |
| .navbox-title, .navbox-abovebelow, table.navbox th { | | .navbox-title, .navbox-abovebelow, table.navbox th { |
− | text-align:center; /* title and above/below styles */
| + | text-align:center; /* title and above/below styles */ |
− | padding-left:1em;
| + | padding-left:1em; |
− | padding-right:1em;
| + | padding-right:1em; |
| } | | } |
| .navbox-group { /* group style */ | | .navbox-group { /* group style */ |
− | white-space:nowrap;
| + | white-space:nowrap; |
− | text-align:right;
| + | text-align:right; |
− | font-weight:bold;
| + | font-weight:bold; |
− | padding-left:1em;
| + | padding-left:1em; |
− | padding-right:1em;
| + | padding-right:1em; |
| } | | } |
| .navbox, .navbox-subgroup { | | .navbox, .navbox-subgroup { |
− | background:#fdfdfd; /* Background color */
| + | background:#fdfdfd; /* Background color */ |
| } | | } |
| .navbox-list { | | .navbox-list { |
− | border-color:#fdfdfd; /* Must match background color */
| + | border-color:#fdfdfd; /* Must match background color */ |
| } | | } |
| .navbox-title, table.navbox th { | | .navbox-title, table.navbox th { |
− | background:#ccccff; /* Level 1 color */
| + | background:#ccccff; /* Level 1 color */ |
| } | | } |
| .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { | | .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { |
− | background:#ddddff; /* Level 2 color */
| + | background:#ddddff; /* Level 2 color */ |
| } | | } |
| .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | | .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { |
− | background:#e6e6ff; /* Level 3 color */
| + | background:#e6e6ff; /* Level 3 color */ |
| } | | } |
| .navbox-even { | | .navbox-even { |
− | background:#f7f7f7; /* Even row striping */
| + | background:#f7f7f7; /* Even row striping */ |
| } | | } |
| .navbox-odd { | | .navbox-odd { |
− | background:transparent; /* Odd row striping */
| + | background:transparent; /* Odd row striping */ |
| } | | } |
− |
| |
| .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ |
− | float: right; /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
| + | float: right; /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */ |
− | font-weight: normal; /* are styled here so they can be customised. */
| + | font-weight: normal; /* are styled here so they can be customised. */ |
− | text-align: right;
| + | text-align: right; |
− | width: auto;
| + | width: auto; |
| } | | } |
− |
| |
| .navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */ | | .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. */
| + | width: 6em; /* [[Template:Tnavbar]], so they need to be the same width. */ |
| + | } |
| + | @media print { |
| + | .navbox { |
| + | display: none; |
| } | | } |
− |
| |
− |
| |
− | @media print {
| |
− | .navbox {
| |
− | display: none;
| |
− | }
| |
| } | | } |
− |
| |
| /* Infobox template style */ | | /* Infobox template style */ |
| .infobox { | | .infobox { |
− | border: 1px solid #aaa;
| + | border: 1px solid #aaa; |
− | background-color: #f9f9f9;
| + | background-color: #f9f9f9; |
− | color: black;
| + | color: black; |
− | margin: 0.5em 0 0.5em 1em;
| + | margin: 0.5em 0 0.5em 1em; |
− | padding: 0.2em;
| + | padding: 0.2em; |
− | float: right;
| + | float: right; |
− | clear: right;
| + | clear: right; |
| } | | } |
− | .infobox td, | + | .infobox td, .infobox th { |
− | .infobox th { | + | vertical-align: top; |
− | vertical-align: top;
| + | |
| } | | } |
| .infobox caption { | | .infobox caption { |
− | font-size: larger;
| + | font-size: larger; |
− | margin-left: inherit;
| + | margin-left: inherit; |
| } | | } |
| .infobox.bordered { | | .infobox.bordered { |
− | border-collapse: collapse;
| + | border-collapse: collapse; |
| } | | } |
− | .infobox.bordered td, | + | .infobox.bordered td, .infobox.bordered th { |
− | .infobox.bordered th { | + | border: 1px solid #aaa; |
− | border: 1px solid #aaa;
| + | |
| } | | } |
− | .infobox.bordered .borderless td, | + | .infobox.bordered .borderless td, .infobox.bordered .borderless th { |
− | .infobox.bordered .borderless th { | + | border: 0; |
− | border: 0;
| + | |
| } | | } |
− |
| |
| .infobox.sisterproject { | | .infobox.sisterproject { |
− | width: 20em;
| + | width: 20em; |
− | font-size: 90%;
| + | font-size: 90%; |
| + | } |
| + | @media print { |
| + | .infobox.sisterproject { |
| + | display: none; |
| } | | } |
− |
| |
− | @media print {
| |
− | .infobox.sisterproject {
| |
− | display: none;
| |
− | }
| |
| } | | } |
− |
| |
| .infobox.standard-talk { | | .infobox.standard-talk { |
− | border: 1px solid #c0c090;
| + | border: 1px solid #c0c090; |
− | background-color: #f8eaba;
| + | background-color: #f8eaba; |
| } | | } |
− | .infobox.standard-talk.bordered td, | + | .infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th { |
− | .infobox.standard-talk.bordered th { | + | border: 1px solid #c0c090; |
− | border: 1px solid #c0c090;
| + | |
| } | | } |
− |
| |
| /* styles for bordered infobox with merged rows */ | | /* styles for bordered infobox with merged rows */ |
− | .infobox.bordered .mergedtoprow td, | + | .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { |
− | .infobox.bordered .mergedtoprow th { | + | border: 0; |
− | border: 0;
| + | border-top: 1px solid #aaa; |
− | border-top: 1px solid #aaa;
| + | border-right: 1px solid #aaa; |
− | border-right: 1px solid #aaa;
| + | |
| } | | } |
− |
| + | .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { |
− | .infobox.bordered .mergedrow td, | + | border: 0; |
− | .infobox.bordered .mergedrow th { | + | border-right: 1px solid #aaa; |
− | border: 0;
| + | |
− | border-right: 1px solid #aaa;
| + | |
| } | | } |
− |
| |
| /* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */ | | /* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */ |
| .infobox.geography { | | .infobox.geography { |
− | text-align: left;
| + | text-align: left; |
− | border-collapse: collapse;
| + | border-collapse: collapse; |
− | line-height: 1.2em;
| + | line-height: 1.2em; |
− | font-size: 90%;
| + | font-size: 90%; |
| } | | } |
− |
| + | .infobox.geography td, .infobox.geography th { |
− | .infobox.geography td, | + | border-top: solid 1px #aaa; |
− | .infobox.geography th { | + | padding: 0.4em 0.6em 0.4em 0.6em; |
− | border-top: solid 1px #aaa;
| + | |
− | padding: 0.4em 0.6em 0.4em 0.6em;
| + | |
| } | | } |
− | .infobox.geography .mergedtoprow td, | + | .infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th { |
− | .infobox.geography .mergedtoprow th { | + | border-top: solid 1px #aaa; |
− | border-top: solid 1px #aaa;
| + | padding: 0.4em 0.6em 0.2em 0.6em; |
− | padding: 0.4em 0.6em 0.2em 0.6em;
| + | |
| } | | } |
− |
| + | .infobox.geography .mergedrow td, .infobox.geography .mergedrow th { |
− | .infobox.geography .mergedrow td, | + | border: 0; |
− | .infobox.geography .mergedrow th { | + | padding: 0 0.6em 0.2em 0.6em; |
− | border: 0;
| + | |
− | padding: 0 0.6em 0.2em 0.6em;
| + | |
| } | | } |
− |
| + | .infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th { |
− | .infobox.geography .mergedbottomrow td, | + | border-top: 0; |
− | .infobox.geography .mergedbottomrow th { | + | border-bottom: solid 1px #aaa; |
− | border-top: 0;
| + | padding: 0 0.6em 0.4em 0.6em; |
− | border-bottom: solid 1px #aaa;
| + | |
− | padding: 0 0.6em 0.4em 0.6em;
| + | |
| } | | } |
− |
| + | .infobox.geography .maptable td, .infobox.geography .maptable th { |
− | .infobox.geography .maptable td, | + | border: 0; |
− | .infobox.geography .maptable th { | + | padding: 0; |
− | border: 0;
| + | |
− | padding: 0;
| + | |
| } | | } |
− |
| |
| /* Style for "notices" */ | | /* Style for "notices" */ |
| .notice { | | .notice { |
− | margin: 1em;
| + | margin: 1em; |
− | padding: 0.2em;
| + | padding: 0.2em; |
| } | | } |
− |
| |
| #disambig { | | #disambig { |
− | border-top: 1px solid #ccc;
| + | border-top: 1px solid #ccc; |
− | border-bottom: 1px solid #ccc;
| + | border-bottom: 1px solid #ccc; |
| } | | } |
− |
| |
| /* Persondata and other (future) metadata */ | | /* Persondata and other (future) metadata */ |
− | table.InChI, /* temporary */ | + | table.InChI, /* temporary */ table.persondata { |
− | table.persondata { | + | border: 1px solid #aaa; |
− | border: 1px solid #aaa;
| + | display: none; |
− | display: none;
| + | speak: none; |
− | speak: none;
| + | |
| } | | } |
− | .InChI-label, /* temporary */ | + | .InChI-label, /* temporary */ .persondata-label { |
− | .persondata-label { | + | color: #aaa; |
− | color: #aaa;
| + | |
| } | | } |
− |
| |
| /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ | | /* Makes redirects appear in italics in categories and on [[Special:Allpages]] */ |
| .redirect-in-category, .allpagesredirect { | | .redirect-in-category, .allpagesredirect { |
− | font-style: italic;
| + | font-style: italic; |
| } | | } |
− |
| |
| /* Class for links with loudspeaker icon next to them */ | | /* Class for links with loudspeaker icon next to them */ |
| /* (Used in [[Template:Audio]] and the like to make the speaker clickable) */ | | /* (Used in [[Template:Audio]] and the like to make the speaker clickable) */ |
| | | |
| .audiolink a { | | .audiolink a { |
− | background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
| + | background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important; |
− | padding-left: 16px !important;
| + | padding-left: 16px !important; |
− | padding-right: 0 !important;
| + | padding-right: 0 !important; |
| } | | } |
− |
| |
| /* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */ | | /* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */ |
| | | |
| div.listenlist { | | div.listenlist { |
− | background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
| + | background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png"); |
− | padding-left: 40px;
| + | padding-left: 40px; |
| } | | } |
− |
| |
| div.videolist, div.multivideolist { | | div.videolist, div.multivideolist { |
− | background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
| + | background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png"); |
− | padding-left: 50px;
| + | padding-left: 50px; |
| } | | } |
− |
| |
| /* Style rules for media list templates */ | | /* Style rules for media list templates */ |
| div.medialist { | | div.medialist { |
− | min-height: 50px;
| + | min-height: 50px; |
− | margin: 1em;
| + | margin: 1em; |
− | background-position: top left;
| + | background-position: top left; |
− | background-repeat: no-repeat;
| + | background-repeat: no-repeat; |
| } | | } |
− |
| |
| div.medialist ul { | | div.medialist ul { |
− | list-style-type: none;
| + | list-style-type: none; |
− | list-style-image: none;
| + | list-style-image: none; |
− | margin: 0;
| + | margin: 0; |
| } | | } |
− |
| |
| div.medialist ul li { | | div.medialist ul li { |
− | padding-bottom: 0.5em;
| + | padding-bottom: 0.5em; |
| } | | } |
− |
| |
| div.medialist ul li li { | | div.medialist ul li li { |
− | font-size: 91%;
| + | font-size: 91%; |
− | padding-bottom: 0;
| + | padding-bottom: 0; |
| } | | } |
| | | |
| /* Change the external link icon to an Adobe icon for all PDF files */ | | /* Change the external link icon to an Adobe icon for all PDF files */ |
| /* (in browsers that support these CSS selectors, like Mozilla and Opera) */ | | /* (in browsers that support these CSS selectors, like Mozilla and Opera) */ |
− | #bodyContent a[href$=".pdf"].external, | + | #bodyContent a[href$=".pdf"].external, #bodyContent a[href*=".pdf?"].external, #bodyContent a[href*=".pdf#"].external, #bodyContent a[href$=".PDF"].external, #bodyContent a[href*=".PDF?"].external, #bodyContent a[href*=".PDF#"].external, #mw_content a[href$=".pdf"].external, #mw_content a[href*=".pdf?"].external, #mw_content a[href*=".pdf#"].external, #mw_content a[href$=".PDF"].external, #mw_content a[href*=".PDF?"].external, #mw_content a[href*=".PDF#"].external { |
− | #bodyContent a[href*=".pdf?"].external, | + | background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat; |
− | #bodyContent a[href*=".pdf#"].external, | + | padding-right: 16px; |
− | #bodyContent a[href$=".PDF"].external, | + | |
− | #bodyContent a[href*=".PDF?"].external, | + | |
− | #bodyContent a[href*=".PDF#"].external, | + | |
− | #mw_content a[href$=".pdf"].external, | + | |
− | #mw_content a[href*=".pdf?"].external, | + | |
− | #mw_content a[href*=".pdf#"].external, | + | |
− | #mw_content a[href$=".PDF"].external, | + | |
− | #mw_content a[href*=".PDF?"].external, | + | |
− | #mw_content a[href*=".PDF#"].external { | + | |
− | background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
| + | |
− | padding-right: 16px;
| + | |
| } | | } |
− |
| |
| /* Change the external link icon to an Adobe icon anywhere the PDFlink class */ | | /* Change the external link icon to an Adobe icon anywhere the PDFlink class */ |
| /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ | | /* is used (notably Template:PDFlink). This works in IE, unlike the above. */ |
| span.PDFlink a { | | span.PDFlink a { |
− | background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
| + | background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important; |
− | padding-right: 17px !important;
| + | padding-right: 17px !important; |
| } | | } |
− |
| |
| span.geolink a { | | span.geolink a { |
− | background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
| + | background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important; |
− | padding-right: 11px !important;
| + | padding-right: 11px !important; |
| } | | } |
− |
| |
| /* Content in columns with CSS instead of tables [[Template:Columns]] */ | | /* Content in columns with CSS instead of tables [[Template:Columns]] */ |
| div.columns-2 div.column { | | div.columns-2 div.column { |
− | float: left;
| + | float: left; |
− | width: 50%;
| + | width: 50%; |
− | min-width: 300px;
| + | min-width: 300px; |
| } | | } |
− |
| |
| div.columns-3 div.column { | | div.columns-3 div.column { |
− | float: left;
| + | float: left; |
− | width: 33.3%;
| + | width: 33.3%; |
− | min-width: 200px;
| + | min-width: 200px; |
| } | | } |
− |
| |
| div.columns-4 div.column { | | div.columns-4 div.column { |
− | float: left;
| + | float: left; |
− | width: 25%;
| + | width: 25%; |
− | min-width: 150px;
| + | min-width: 150px; |
| } | | } |
− |
| |
| div.columns-5 div.column { | | div.columns-5 div.column { |
− | float: left;
| + | float: left; |
− | width: 20%;
| + | width: 20%; |
− | min-width: 120px;
| + | min-width: 120px; |
| } | | } |
− |
| |
| /*Add formatting to make sure that "external references" from [[Template:Ref]] do | | /*Add formatting to make sure that "external references" from [[Template:Ref]] do |
| not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was | | not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was |
Linha 424: |
Linha 353: |
| | | |
| .plainlinksneverexpand { | | .plainlinksneverexpand { |
− | background: none ! important;
| + | background: none ! important; |
− | padding: 0 ! important;
| + | padding: 0 ! important; |
| } | | } |
− |
| |
| .plainlinksneverexpand .urlexpansion { | | .plainlinksneverexpand .urlexpansion { |
− | display: none ! important;
| + | display: none ! important; |
| } | | } |
− |
| |
| /* Make sure that ext links displayed within "plainlinksneverexpand" don't get | | /* Make sure that ext links displayed within "plainlinksneverexpand" don't get |
| the arrow... | | the arrow... |
| */ | | */ |
| .plainlinksneverexpand a { | | .plainlinksneverexpand a { |
− | background: none !important;
| + | background: none !important; |
− | padding: 0 !important;
| + | padding: 0 !important; |
| } | | } |
− |
| |
| /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" | | /* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" |
| following the anchor A, the anchor itself now has class "external autonumber" and the | | following the anchor A, the anchor itself now has class "external autonumber" and the |
Linha 447: |
Linha 373: |
| */ | | */ |
| .plainlinksneverexpand a.external.text:after { | | .plainlinksneverexpand a.external.text:after { |
− | display: none !important;
| + | display: none !important; |
| } | | } |
| .plainlinksneverexpand a.external.autonumber:after { | | .plainlinksneverexpand a.external.autonumber:after { |
− | display: none !important;
| + | display: none !important; |
| } | | } |
− |
| |
| /* Messagebox templates */ | | /* Messagebox templates */ |
| .messagebox { | | .messagebox { |
− | border: 1px solid #aaa;
| + | border: 1px solid #aaa; |
− | background-color: #f9f9f9;
| + | background-color: #f9f9f9; |
− | width: 80%;
| + | width: 80%; |
− | margin: 0 auto 1em auto;
| + | margin: 0 auto 1em auto; |
− | padding: .2em;
| + | padding: .2em; |
| } | | } |
| .messagebox.merge { | | .messagebox.merge { |
− | border: 1px solid #c0b8cc;
| + | border: 1px solid #c0b8cc; |
− | background-color: #f0e5ff;
| + | background-color: #f0e5ff; |
− | text-align: center;
| + | text-align: center; |
| } | | } |
| .messagebox.cleanup { | | .messagebox.cleanup { |
− | border: 1px solid #9f9fff;
| + | border: 1px solid #9f9fff; |
− | background-color: #efefff;
| + | background-color: #efefff; |
− | text-align: center;
| + | text-align: center; |
| } | | } |
| .messagebox.standard-talk { | | .messagebox.standard-talk { |
− | border: 1px solid #c0c090;
| + | border: 1px solid #c0c090; |
− | background-color: #f8eaba;
| + | background-color: #f8eaba; |
− | margin: 4px auto;
| + | margin: 4px auto; |
| } | | } |
| .messagebox.nested-talk { | | .messagebox.nested-talk { |
− | border: 1px solid #c0c090;
| + | border: 1px solid #c0c090; |
− | background-color: #f8eaba;
| + | background-color: #f8eaba; |
− | width: 100%;
| + | width: 100%; |
− | margin: 2px 0 0 0;
| + | margin: 2px 0 0 0; |
− | padding: 2px;
| + | padding: 2px; |
| } | | } |
| .messagebox.small { | | .messagebox.small { |
− | width: 238px;
| + | width: 238px; |
− | font-size: 85%;
| + | font-size: 85%; |
− | float: right;
| + | float: right; |
− | clear: both;
| + | clear: both; |
− | margin: 0 0 1em 1em;
| + | margin: 0 0 1em 1em; |
− | line-height: 1.25em;
| + | line-height: 1.25em; |
| } | | } |
| .messagebox.small-talk { | | .messagebox.small-talk { |
− | width: 238px;
| + | width: 238px; |
− | font-size: 85%;
| + | font-size: 85%; |
− | float: right;
| + | float: right; |
− | clear: both;
| + | clear: both; |
− | margin: 0 0 1em 1em;
| + | margin: 0 0 1em 1em; |
− | line-height: 1.25em;
| + | line-height: 1.25em; |
− | background: #F8EABA;
| + | background: #F8EABA; |
| } | | } |
− |
| |
− |
| |
| /* Article message box styles */ | | /* Article message box styles */ |
| table.ambox { /* 10% = Will not overlap with other elements */ | | table.ambox { /* 10% = Will not overlap with other elements */ |
− | margin: -1px 10% 0px; /* -1px = Single border between stacked boxes in all browsers */
| + | margin: -1px 10% 0px; /* -1px = Single border between stacked boxes in all browsers */ |
− | border: 1px solid #aaa;
| + | border: 1px solid #aaa; |
− | border-left: 10px solid #1e90ff; /* Default "notice" blue */
| + | border-left: 10px solid #1e90ff; /* Default "notice" blue */ |
− | background: #fbfbfb;
| + | background: #fbfbfb; |
| } | | } |
− | .ambox th.mbox-text, .ambox td.mbox-text, | + | .ambox th.mbox-text, .ambox td.mbox-text, th.ambox-text, td.ambox-text { /* The message body cell(s) */ |
− | th.ambox-text, td.ambox-text { /* The message body cell(s) */ | + | border: none; |
− | border: none;
| + | padding: 0.25em 0.5em; /* 0.5em left/right */ |
− | padding: 0.25em 0.5em; /* 0.5em left/right */
| + | width: 100%; /* Make all amboxes the same width regardless of text length */ |
− | width: 100%; /* Make all amboxes the same width regardless of text length */
| + | |
| } | | } |
− | .ambox td.mbox-image, | + | .ambox td.mbox-image, td.ambox-image { /* The left image cell */ |
− | td.ambox-image { /* The left image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */ |
− | padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− | .ambox td.mbox-imageright, | + | .ambox td.mbox-imageright, td.ambox-imageright { /* The right image cell */ |
− | td.ambox-imageright { /* The right image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */ |
− | padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− |
| |
| table.ambox-notice { | | table.ambox-notice { |
− | border-left: 10px solid #1e90ff; /* Blue */
| + | border-left: 10px solid #1e90ff; /* Blue */ |
| } | | } |
| table.ambox-speedy { | | table.ambox-speedy { |
− | border-left: 10px solid #b22222; /* Red */
| + | border-left: 10px solid #b22222; /* Red */ |
− | background: #fee; /* Pink */
| + | background: #fee; /* Pink */ |
| } | | } |
− | table.ambox-serious, /* "serious" is deprecated, use "delete" instead. */ | + | table.ambox-serious, /* "serious" is deprecated, use "delete" instead. */ table.ambox-delete { |
− | table.ambox-delete { | + | border-left: 10px solid #b22222; /* Red */ |
− | border-left: 10px solid #b22222; /* Red */
| + | |
| } | | } |
| table.ambox-content { | | table.ambox-content { |
− | border-left: 10px solid #f28500; /* Orange */
| + | border-left: 10px solid #f28500; /* Orange */ |
| } | | } |
| table.ambox-style { | | table.ambox-style { |
− | border-left: 10px solid #f4c430; /* Yellow */
| + | border-left: 10px solid #f4c430; /* Yellow */ |
| } | | } |
− | table.ambox-merge, /* "merge" is deprecated, use "move" instead. */ | + | table.ambox-merge, /* "merge" is deprecated, use "move" instead. */ table.ambox-move { |
− | table.ambox-move { | + | border-left: 10px solid #9932cc; /* Purple */ |
− | border-left: 10px solid #9932cc; /* Purple */
| + | |
| } | | } |
| table.ambox-protection { | | table.ambox-protection { |
− | border-left: 10px solid #bba; /* Gray-gold */
| + | border-left: 10px solid #bba; /* Gray-gold */ |
| } | | } |
| table.ambox-mini { /* Small floating box variant */ | | table.ambox-mini { /* Small floating box variant */ |
− | float: right;
| + | float: right; |
− | clear: right;
| + | clear: right; |
− | margin: 0 0 0 1em;
| + | margin: 0 0 0 1em; |
− | width: 25%;
| + | width: 25%; |
| } | | } |
| @media print { /* When in mainspace: Don't print article message boxes */ | | @media print { /* When in mainspace: Don't print article message boxes */ |
− | .ns-0 .ambox {
| + | .ns-0 .ambox { |
− | display: none;
| + | display: none; |
− | }
| + | } |
| } | | } |
− |
| |
| /* Image message box styles */ | | /* Image message box styles */ |
| table.imbox { | | table.imbox { |
− | margin: 4px 10%;
| + | margin: 4px 10%; |
− | border-collapse: collapse;
| + | border-collapse: collapse; |
− | border: 3px solid #1e90ff; /* Default "notice" blue */
| + | border: 3px solid #1e90ff; /* Default "notice" blue */ |
− | background: #fbfbfb;
| + | background: #fbfbfb; |
| } | | } |
− | .imbox .mbox-text .imbox, | + | .imbox .mbox-text .imbox, .imbox-text .imbox { /* For imboxes inside imbox-text cells. */ |
− | .imbox-text .imbox { /* For imboxes inside imbox-text cells. */ | + | margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ |
− | margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
| + | |
| } | | } |
| .mbox-inside .imbox { /* For imboxes inside other templates. */ | | .mbox-inside .imbox { /* For imboxes inside other templates. */ |
− | margin: 4px;
| + | margin: 4px; |
| } | | } |
− | .imbox th.mbox-text, .imbox td.mbox-text, | + | .imbox th.mbox-text, .imbox td.mbox-text, th.imbox-text, td.imbox-text { /* The message body cell(s) */ |
− | th.imbox-text, td.imbox-text { /* The message body cell(s) */ | + | border: none; |
− | border: none;
| + | padding: 0.25em 0.9em; /* 0.9em left/right */ |
− | padding: 0.25em 0.9em; /* 0.9em left/right */
| + | width: 100%; |
− | width: 100%;
| + | |
| } | | } |
− | .imbox td.mbox-image, | + | .imbox td.mbox-image, td.imbox-image { /* The left image cell */ |
− | td.imbox-image { /* The left image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ |
− | padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− | .imbox td.mbox-imageright, | + | .imbox td.mbox-imageright, td.imbox-imageright { /* The right image cell */ |
− | td.imbox-imageright { /* The right image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ |
− | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− |
| |
| table.imbox-notice { | | table.imbox-notice { |
− | border: 3px solid #1e90ff; /* Blue */
| + | border: 3px solid #1e90ff; /* Blue */ |
| } | | } |
| table.imbox-speedy { | | table.imbox-speedy { |
− | border: 3px solid #b22222; /* Red */
| + | border: 3px solid #b22222; /* Red */ |
− | background: #fee; /* Pink */
| + | background: #fee; /* Pink */ |
| } | | } |
| table.imbox-delete { | | table.imbox-delete { |
− | border: 3px solid #b22222; /* Red */
| + | border: 3px solid #b22222; /* Red */ |
| } | | } |
| table.imbox-content { | | table.imbox-content { |
− | border: 3px solid #f28500; /* Orange */
| + | border: 3px solid #f28500; /* Orange */ |
| } | | } |
| table.imbox-style { | | table.imbox-style { |
− | border: 3px solid #f4c430; /* Yellow */
| + | border: 3px solid #f4c430; /* Yellow */ |
| } | | } |
| table.imbox-move { | | table.imbox-move { |
− | border: 3px solid #9932cc; /* Purple */
| + | border: 3px solid #9932cc; /* Purple */ |
| } | | } |
| table.imbox-protection { | | table.imbox-protection { |
− | border: 3px solid #bba; /* Gray-gold */
| + | border: 3px solid #bba; /* Gray-gold */ |
| } | | } |
| table.imbox-license { | | table.imbox-license { |
− | border: 3px solid #88a; /* Dark gray */
| + | border: 3px solid #88a; /* Dark gray */ |
− | background: #f7f8ff; /* Light gray */
| + | background: #f7f8ff; /* Light gray */ |
| } | | } |
| table.imbox-featured { | | table.imbox-featured { |
− | border: 3px solid #cba135; /* Brown-gold */
| + | border: 3px solid #cba135; /* Brown-gold */ |
| } | | } |
− |
| |
| /* Category message box styles */ | | /* Category message box styles */ |
| table.cmbox { | | table.cmbox { |
− | margin: 3px 10%;
| + | margin: 3px 10%; |
− | border-collapse: collapse;
| + | border-collapse: collapse; |
− | border: 1px solid #aaa;
| + | border: 1px solid #aaa; |
− | background: #DFE8FF; /* Default "notice" blue */
| + | background: #DFE8FF; /* Default "notice" blue */ |
| } | | } |
− | .cmbox th.mbox-text, .cmbox td.mbox-text, | + | .cmbox th.mbox-text, .cmbox td.mbox-text, th.cmbox-text, td.cmbox-text { /* The message body cell(s) */ |
− | th.cmbox-text, td.cmbox-text { /* The message body cell(s) */ | + | border: none; |
− | border: none;
| + | padding: 0.25em 0.5em; /* 0.5em left/right */ |
− | padding: 0.25em 0.5em; /* 0.5em left/right */
| + | width: 100%; |
− | width: 100%;
| + | |
| } | | } |
− | .cmbox td.mbox-image, | + | .cmbox td.mbox-image, td.cmbox-image { /* The left image cell */ |
− | td.cmbox-image { /* The left image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */ |
− | padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− | .cmbox td.mbox-imageright, | + | .cmbox td.mbox-imageright, td.cmbox-imageright { /* The right image cell */ |
− | td.cmbox-imageright { /* The right image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0.8em 2px 0; /* 0px left, 0.8em right */ |
− | padding: 2px 0.8em 2px 0; /* 0px left, 0.8em right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− |
| |
| table.cmbox-notice { | | table.cmbox-notice { |
− | background: #DFE8FF; /* Blue */
| + | background: #DFE8FF; /* Blue */ |
| } | | } |
| table.cmbox-speedy { | | table.cmbox-speedy { |
− | margin-top: 4px;
| + | margin-top: 4px; |
− | margin-bottom: 4px;
| + | margin-bottom: 4px; |
− | border: 4px solid #b22222; /* Red */
| + | border: 4px solid #b22222; /* Red */ |
− | background: #FFDBDB; /* Pink */
| + | background: #FFDBDB; /* Pink */ |
| } | | } |
| table.cmbox-delete { | | table.cmbox-delete { |
− | background: #FFDBDB; /* Red */
| + | background: #FFDBDB; /* Red */ |
| } | | } |
| table.cmbox-content { | | table.cmbox-content { |
− | background: #FFE7CE; /* Orange */
| + | background: #FFE7CE; /* Orange */ |
| } | | } |
| table.cmbox-style { | | table.cmbox-style { |
− | background: #FFF9DB; /* Yellow */
| + | background: #FFF9DB; /* Yellow */ |
| } | | } |
| table.cmbox-move { | | table.cmbox-move { |
− | background: #F1D0FF; /* Purple */
| + | background: #F1D0FF; /* Purple */ |
| } | | } |
| table.cmbox-protection { | | table.cmbox-protection { |
− | background: #EFEFE1; /* Gray-gold */
| + | background: #EFEFE1; /* Gray-gold */ |
| } | | } |
− |
| |
| /* Other pages message box styles */ | | /* Other pages message box styles */ |
| table.ombox { | | table.ombox { |
− | margin: 4px 10%;
| + | margin: 4px 10%; |
− | border-collapse: collapse;
| + | border-collapse: collapse; |
− | border: 1px solid #aaa; /* Default "notice" gray */
| + | border: 1px solid #aaa; /* Default "notice" gray */ |
− | background: #f9f9f9;
| + | background: #f9f9f9; |
| } | | } |
− | .ombox th.mbox-text, .ombox td.mbox-text, | + | .ombox th.mbox-text, .ombox td.mbox-text, th.ombox-text, td.ombox-text { /* The message body cell(s) */ |
− | th.ombox-text, td.ombox-text { /* The message body cell(s) */ | + | border: none; |
− | border: none;
| + | padding: 0.25em 0.9em; /* 0.9em left/right */ |
− | padding: 0.25em 0.9em; /* 0.9em left/right */
| + | width: 100%; |
− | width: 100%;
| + | |
| } | | } |
− | .ombox td.mbox-image, | + | .ombox td.mbox-image, td.ombox-image { /* The left image cell */ |
− | td.ombox-image { /* The left image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ |
− | padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− | .ombox td.mbox-imageright, | + | .ombox td.mbox-imageright, td.ombox-imageright { /* The right image cell */ |
− | td.ombox-imageright { /* The right image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ |
− | padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− |
| |
| table.ombox-notice { | | table.ombox-notice { |
− | border: 1px solid #aaa; /* Gray */
| + | border: 1px solid #aaa; /* Gray */ |
| } | | } |
| table.ombox-speedy { | | table.ombox-speedy { |
− | border: 2px solid #b22222; /* Red */
| + | border: 2px solid #b22222; /* Red */ |
− | background: #fee; /* Pink */
| + | background: #fee; /* Pink */ |
| } | | } |
| table.ombox-delete { | | table.ombox-delete { |
− | border: 2px solid #b22222; /* Red */
| + | border: 2px solid #b22222; /* Red */ |
| } | | } |
| table.ombox-content { | | table.ombox-content { |
− | border: 1px solid #f28500; /* Orange */
| + | border: 1px solid #f28500; /* Orange */ |
| } | | } |
| table.ombox-style { | | table.ombox-style { |
− | border: 1px solid #f4c430; /* Yellow */
| + | border: 1px solid #f4c430; /* Yellow */ |
| } | | } |
| table.ombox-move { | | table.ombox-move { |
− | border: 1px solid #9932cc; /* Purple */
| + | border: 1px solid #9932cc; /* Purple */ |
| } | | } |
| table.ombox-protection { | | table.ombox-protection { |
− | border: 2px solid #bba; /* Gray-gold */
| + | border: 2px solid #bba; /* Gray-gold */ |
| } | | } |
− |
| |
| /* Talk page message box styles */ | | /* Talk page message box styles */ |
| table.tmbox { | | table.tmbox { |
− | margin: 4px 10%;
| + | margin: 4px 10%; |
− | border-collapse: collapse;
| + | border-collapse: collapse; |
− | border: 1px solid #c0c090; /* Default "notice" gray-brown */
| + | border: 1px solid #c0c090; /* Default "notice" gray-brown */ |
− | background: #f8eaba;
| + | background: #f8eaba; |
| } | | } |
| table.tmbox-small { /* For the "small=yes" option */ | | table.tmbox-small { /* For the "small=yes" option */ |
− | float: right;
| + | float: right; |
− | clear: both;
| + | clear: both; |
− | margin: 4px 0 4px 1em;
| + | margin: 4px 0 4px 1em; |
− | width: 238px;
| + | width: 238px; |
− | font-size: 85%;
| + | font-size: 85%; |
− | line-height: 1.25em;
| + | line-height: 1.25em; |
| } | | } |
− | .tmbox .mbox-text .tmbox, | + | .tmbox .mbox-text .tmbox, .tmbox-text .tmbox { /* For tmboxes inside tmbox-text cells. */ |
− | .tmbox-text .tmbox { /* For tmboxes inside tmbox-text cells. */ | + | margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ |
− | margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
| + | |
| } | | } |
| .mbox-inside .tmbox { /* For tmboxes inside other templates. */ | | .mbox-inside .tmbox { /* For tmboxes inside other templates. */ |
− | margin: 4px;
| + | margin: 4px; |
| } | | } |
− | .tmbox th.mbox-text, .tmbox td.mbox-text, | + | .tmbox th.mbox-text, .tmbox td.mbox-text, th.tmbox-text, td.tmbox-text { /* The message body cell(s) */ |
− | th.tmbox-text, td.tmbox-text { /* The message body cell(s) */ | + | border: none; |
− | border: none;
| + | padding: 0.25em 0.9em; /* 0.9em left/right */ |
− | padding: 0.25em 0.9em; /* 0.9em left/right */
| + | width: 100%; |
− | width: 100%;
| + | |
| } | | } |
− | .tmbox td.mbox-image, | + | .tmbox td.mbox-image, td.tmbox-image { /* The left image cell */ |
− | td.tmbox-image { /* The left image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0px 2px 0.9em; /* 0.9em left, 0px right */ |
− | padding: 2px 0px 2px 0.9em; /* 0.9em left, 0px right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− | .tmbox td.mbox-imageright, | + | .tmbox td.mbox-imageright, td.tmbox-imageright { /* The right image cell */ |
− | td.tmbox-imageright { /* The right image cell */ | + | border: none; |
− | border: none;
| + | padding: 2px 0.9em 2px 0px; /* 0px left, 0.9em right */ |
− | padding: 2px 0.9em 2px 0px; /* 0px left, 0.9em right */
| + | text-align: center; |
− | text-align: center;
| + | |
| } | | } |
− |
| |
| table.tmbox-speedy { | | table.tmbox-speedy { |
− | border: 2px solid #b22222; /* Red */
| + | border: 2px solid #b22222; /* Red */ |
− | background: #fee; /* Pink */
| + | background: #fee; /* Pink */ |
| } | | } |
| table.tmbox-delete { | | table.tmbox-delete { |
− | border: 2px solid #b22222; /* Red */
| + | border: 2px solid #b22222; /* Red */ |
| } | | } |
| table.tmbox-content { | | table.tmbox-content { |
− | border: 2px solid #f28500; /* Orange */
| + | border: 2px solid #f28500; /* Orange */ |
| } | | } |
| table.tmbox-style { | | table.tmbox-style { |
− | border: 2px solid #f4c430; /* Yellow */
| + | border: 2px solid #f4c430; /* Yellow */ |
| } | | } |
| table.tmbox-move { | | table.tmbox-move { |
− | border: 2px solid #9932cc; /* Purple */
| + | border: 2px solid #9932cc; /* Purple */ |
| } | | } |
− | table.tmbox-protection, | + | table.tmbox-protection, table.tmbox-notice { |
− | table.tmbox-notice { | + | border: 1px solid #c0c090; /* Gray-brown */ |
− | border: 1px solid #c0c090; /* Gray-brown */
| + | |
| } | | } |
− |
| |
− |
| |
| /* Put a checker background at the image description page only visible if the image has transparent background */ | | /* Put a checker background at the image description page only visible if the image has transparent background */ |
| #file img { | | #file img { |
− | background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
| + | background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; |
| } | | } |
− |
| |
| /* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */ | | /* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */ |
| .IPA { | | .IPA { |
− | font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
| + | font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode"; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| .Unicode { | | .Unicode { |
− | font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
| + | font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode"; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| .latinx { | | .latinx { |
− | font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
| + | font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif"; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| .polytonic { | | .polytonic { |
− | font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
| + | font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| .mufi { | | .mufi { |
− | font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
| + | font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo; |
| } | | } |
| | | |
Linha 819: |
Linha 710: |
| | | |
| :lang(he) { | | :lang(he) { |
− | font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
| + | font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman"; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(fa) { | | :lang(fa) { |
− | font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
| + | font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(ps) { | | :lang(ps) { |
− | font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
| + | font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(ur) { | | :lang(ur) { |
− | font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
| + | font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(sux-Xsux) { | | :lang(sux-Xsux) { |
− | font-family: Akkadian;
| + | font-family: Akkadian; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(ja) { | | :lang(ja) { |
− | font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
| + | font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(ko) { | | :lang(ko) { |
− | font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
| + | font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(zh-Hans) { | | :lang(zh-Hans) { |
− | font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
| + | font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(zh-Hant) { | | :lang(zh-Hant) { |
− | font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
| + | font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
| :lang(grc) { | | :lang(grc) { |
− | font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
| + | font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; |
− | font-family /**/:inherit;
| + | font-family /**/:inherit; |
| } | | } |
− |
| |
| #wpSave { | | #wpSave { |
− | font-weight: bold;
| + | font-weight: bold; |
| } | | } |
− |
| |
| /* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */ | | /* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */ |
| .hiddenStructure { | | .hiddenStructure { |
− | display: inline ! important;
| + | display: inline ! important; |
− | color: #f00;
| + | color: #f00; |
− | background-color: #0f0;
| + | background-color: #0f0; |
| } | | } |
− |
| |
| /* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */ | | /* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */ |
| /* use restricted to rail icon management pages */ | | /* use restricted to rail icon management pages */ |
| /* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */ | | /* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */ |
| .check-icon a.new { | | .check-icon a.new { |
− | display: none;
| + | display: none; |
− | speak:none;
| + | speak:none; |
| } | | } |
− |
| |
| /* Removes underlines from links */ | | /* Removes underlines from links */ |
− | .nounderlines a { | + | .nounderlines a { |
− | text-decoration: none;
| + | text-decoration: none; |
| } | | } |
− |
| |
| /* Remove underline from IPA links */ | | /* Remove underline from IPA links */ |
| .IPA a:link, .IPA a:visited { | | .IPA a:link, .IPA a:visited { |
− | text-decoration: none;
| + | text-decoration: none; |
| } | | } |
| | | |
| /* Removes useless links from printout */ | | /* Removes useless links from printout */ |
| @media print { | | @media print { |
− | #privacy, #about, #disclaimer {display:none;}
| + | #privacy, #about, #disclaimer { |
| + | display:none; |
| + | } |
| + | } |
| + | #EnWpMpBook { |
| + | background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); |
| + | } |
| + | #EnWpMpSearch { |
| + | background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; |
| + | } |
| + | #EnWpMpSearchInner { |
| + | float: right; |
| + | width: 20em; |
| + | text-align: center; |
| + | } |
| + | #EnWpMpBook2 { |
| + | background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); |
| } | | } |
− |
| |
− | #EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
| |
− | #EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
| |
− | #EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
| |
− | #EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
| |
− |
| |
| /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ | | /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ |
| | | |
− | div.Boxmerge, | + | div.Boxmerge, div.NavFrame { |
− | div.NavFrame { | + | margin: 0; |
− | margin: 0;
| + | padding: 4px; |
− | padding: 4px;
| + | border: 1px solid #aaa; |
− | border: 1px solid #aaa;
| + | text-align: center; |
− | text-align: center;
| + | border-collapse: collapse; |
− | border-collapse: collapse;
| + | font-size: 95%; |
− | font-size: 95%;
| + | |
| } | | } |
| div.Boxmerge div.NavFrame { | | div.Boxmerge div.NavFrame { |
− | border-style: none;
| + | border-style: none; |
− | border-style: hidden;
| + | border-style: hidden; |
| } | | } |
| div.NavFrame + div.NavFrame { | | div.NavFrame + div.NavFrame { |
− | border-top-style: none;
| + | border-top-style: none; |
− | border-top-style: hidden;
| + | border-top-style: hidden; |
| } | | } |
| div.NavPic { | | div.NavPic { |
− | background-color: #fff;
| + | background-color: #fff; |
− | margin: 0;
| + | margin: 0; |
− | padding: 2px;
| + | padding: 2px; |
− | float: left;
| + | float: left; |
| } | | } |
| div.NavFrame div.NavHead { | | div.NavFrame div.NavHead { |
− | height: 1.6em;
| + | height: 1.6em; |
− | font-weight: bold;
| + | font-weight: bold; |
− | background-color: #ccf;
| + | background-color: #ccf; |
− | position:relative;
| + | position:relative; |
| } | | } |
| div.NavFrame p { | | div.NavFrame p { |
− | font-size: 100%;
| + | font-size: 100%; |
| } | | } |
| div.NavFrame div.NavContent { | | div.NavFrame div.NavContent { |
− | font-size: 100%;
| + | font-size: 100%; |
| } | | } |
| div.NavFrame div.NavContent p { | | div.NavFrame div.NavContent p { |
− | font-size: 100%;
| + | font-size: 100%; |
| } | | } |
| div.NavEnd { | | div.NavEnd { |
− | margin: 0;
| + | margin: 0; |
− | padding: 0;
| + | padding: 0; |
− | line-height: 1px;
| + | line-height: 1px; |
− | clear: both;
| + | clear: both; |
| } | | } |
| a.NavToggle { | | a.NavToggle { |
− | position: absolute;
| + | position: absolute; |
− | top: 0;
| + | top: 0; |
− | right: 3px;
| + | right: 3px; |
− | font-weight: normal;
| + | font-weight: normal; |
− | font-size: 90%;
| + | font-size: 90%; |
| } | | } |
− |
| |
| /* Coloured watchlist numbers */ | | /* Coloured watchlist numbers */ |
| .mw-plusminus-pos { | | .mw-plusminus-pos { |
− | color: #006400; /* darkgreen */
| + | color: #006400; /* darkgreen */ |
| } | | } |
− |
| |
| /* .mw-plusminus-null currently at developer default */ | | /* .mw-plusminus-null currently at developer default */ |
| | | |
| .mw-plusminus-neg { | | .mw-plusminus-neg { |
− | color: #8B0000; /* darkred */
| + | color: #8B0000; /* darkred */ |
| } | | } |
− |
| |
| .dablink { | | .dablink { |
− | font-style: italic;
| + | font-style: italic; |
− | padding-left: 2em;
| + | padding-left: 2em; |
| } | | } |
− |
| |
| .dablink i { | | .dablink i { |
− | font-style: normal;
| + | font-style: normal; |
| } | | } |
− |
| |
| /* Style for horizontal UL lists */ | | /* Style for horizontal UL lists */ |
| .horizontal ul { | | .horizontal ul { |
− | padding: 0;
| + | padding: 0; |
− | margin: 0;
| + | margin: 0; |
| } | | } |
− |
| + | .horizontal li { |
− | .horizontal li { | + | padding: 0 0.6em 0 0.4em; |
− | padding: 0 0.6em 0 0.4em;
| + | display: inline; |
− | display: inline;
| + | border-right: 1px solid; |
− | border-right: 1px solid;
| + | |
| } | | } |
− |
| |
| .horizontal li:last-child { | | .horizontal li:last-child { |
− | border-right: none;
| + | border-right: none; |
− | padding-right: 0;
| + | padding-right: 0; |
| } | | } |
− |
| |
| /* Geographical coordinates | | /* Geographical coordinates |
| | | |
Linha 1 014: |
Linha 901: |
| */ | | */ |
| | | |
− | .geo-default { display: inline; } | + | .geo-default { |
− | .geo-nondefault { display: none; } | + | display: inline; |
− | .geo-dms { display: inline; } | + | } |
− | .geo-dec { display: inline; } | + | .geo-nondefault { |
− | .geo-multi-punct { display: none; } | + | display: none; |
− |
| + | } |
| + | .geo-dms { |
| + | display: inline; |
| + | } |
| + | .geo-dec { |
| + | display: inline; |
| + | } |
| + | .geo-multi-punct { |
| + | display: none; |
| + | } |
| .longitude, .latitude { | | .longitude, .latitude { |
− | white-space: nowrap;
| + | white-space: nowrap; |
| } | | } |
− |
| |
| /* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */ | | /* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */ |
− | .geo { } | + | .geo { |
− |
| + | } |
| /***** end Geo-related */ | | /***** end Geo-related */ |
| | | |
| /* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */ | | /* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */ |
− | .nonumtoc .tocnumber { display:none; } | + | .nonumtoc .tocnumber { |
− | .nonumtoc #toc ul, | + | display:none; |
− | .nonumtoc .toc ul { | + | } |
− | line-height: 1.5em;
| + | .nonumtoc #toc ul, .nonumtoc .toc ul { |
− | list-style: none;
| + | line-height: 1.5em; |
− | margin: .3em 0 0;
| + | list-style: none; |
− | padding: 0;
| + | margin: .3em 0 0; |
| + | padding: 0; |
| } | | } |
− | .nonumtoc #toc ul ul, | + | .nonumtoc #toc ul ul, .nonumtoc .toc ul ul { |
− | .nonumtoc .toc ul ul { | + | margin: 0 0 0 2em; |
− | margin: 0 0 0 2em;
| + | |
| } | | } |
− |
| |
| /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for | | /* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for |
| instance, will limit to showing ==headings== and ===headings=== but no further (as long as | | instance, will limit to showing ==headings== and ===headings=== but no further (as long as |
| there are no =headings= on the page, which there shouldn't be according to the MoS). */ | | there are no =headings= on the page, which there shouldn't be according to the MoS). */ |
− | .toclimit-2 .toclevel-2 {display:none;} | + | .toclimit-2 .toclevel-2 { |
− | .toclimit-3 .toclevel-3 {display:none;} | + | display:none; |
− | .toclimit-4 .toclevel-4 {display:none;} | + | } |
− | .toclimit-5 .toclevel-5 {display:none;} | + | .toclimit-3 .toclevel-3 { |
− | .toclimit-6 .toclevel-6 {display:none;} | + | display:none; |
− | .toclimit-7 .toclevel-7 {display:none;} | + | } |
− |
| + | .toclimit-4 .toclevel-4 { |
| + | display:none; |
| + | } |
| + | .toclimit-5 .toclevel-5 { |
| + | display:none; |
| + | } |
| + | .toclimit-6 .toclevel-6 { |
| + | display:none; |
| + | } |
| + | .toclimit-7 .toclevel-7 { |
| + | display:none; |
| + | } |
| /* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */ | | /* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */ |
− | .listify td {display:list-item;} | + | .listify td { |
− | .listify tr {display:block;} | + | display:list-item; |
− | .listify table {display:block;} | + | } |
− |
| + | .listify tr { |
| + | display:block; |
| + | } |
| + | .listify table { |
| + | display:block; |
| + | } |
| /* Styling for Template:Quote */ | | /* Styling for Template:Quote */ |
| | | |
− | blockquote.templatequote { margin-top: 0; } | + | blockquote.templatequote { |
− |
| + | margin-top: 0; |
− | blockquote.templatequote div.templatequotecite { | + | } |
− | line-height: 1em;
| + | blockquote.templatequote div.templatequotecite { |
− | text-align: left;
| + | line-height: 1em; |
− | padding-left: 2em;
| + | text-align: left; |
− | margin-top: 0;
| + | padding-left: 2em; |
| + | margin-top: 0; |
| } | | } |
− |
| |
| blockquote.templatequote div.templatequotecite cite { | | blockquote.templatequote div.templatequotecite cite { |
− | font-size: 85%;
| + | font-size: 85%; |
| } | | } |
− |
| |
| div.user-block { | | div.user-block { |
− | padding: 5px;
| + | padding: 5px; |
− | border: 1px solid #A9A9A9;
| + | border: 1px solid #A9A9A9; |
− | background-color: #FFEFD5;
| + | background-color: #FFEFD5; |
| } | | } |
− |
| |
| /* Prevents line breaks in links; see docs at Template:Nowraplinks */ | | /* Prevents line breaks in links; see docs at Template:Nowraplinks */ |
| | | |
| .nowraplinks a { | | .nowraplinks a { |
− | white-space: nowrap;
| + | white-space: nowrap; |
| } | | } |
− |
| |
| /* For template documentation */ | | /* For template documentation */ |
| .template-documentation { | | .template-documentation { |
− | clear: both;
| + | clear: both; |
− | margin: 1em 0 0 0;
| + | margin: 1em 0 0 0; |
− | border: 1px solid #aaa;
| + | border: 1px solid #aaa; |
− | background-color: #ecfcf4;
| + | background-color: #ecfcf4; |
− | padding: 5px;
| + | padding: 5px; |
| } | | } |
− |
| |
| .thumbinner { | | .thumbinner { |
− | min-width: 100px;
| + | min-width: 100px; |
| } | | } |
− |
| |
| /* Inline div's in ImageMaps (code borrowed from de.wiki) */ | | /* Inline div's in ImageMaps (code borrowed from de.wiki) */ |
| .imagemap-inline div { | | .imagemap-inline div { |
− | display: inline;
| + | display: inline; |
| } | | } |
− |
| |
| /* Increase the height of the image upload box */ | | /* Increase the height of the image upload box */ |
| #wpUploadDescription { | | #wpUploadDescription { |
− | height: 13em;
| + | height: 13em; |
| } | | } |
− |
| |
| /* Reduce line-height for <sup> and <sub> */ | | /* Reduce line-height for <sup> and <sub> */ |
| sup, sub { | | sup, sub { |
− | line-height: 1em;
| + | line-height: 1em; |
| } | | } |
− |
| |
− |
| |
| /* The backgrounds for galleries. */ | | /* The backgrounds for galleries. */ |
| #content .gallerybox div.thumb { | | #content .gallerybox div.thumb { |
− | background-color: #F9F9F9; /* Light gray padding */
| + | background-color: #F9F9F9; /* Light gray padding */ |
| } | | } |
| .gallerybox .thumb img { | | .gallerybox .thumb img { |
− | background: white url("http://upload.wikimedia.org/wikipedia/en/a/a2/Checker-soft.png") repeat;
| + | background: white url("http://upload.wikimedia.org/wikipedia/en/a/a2/Checker-soft.png") repeat; |
| } | | } |
− | .ns-0 .gallerybox .thumb img, /* Articles */ | + | .ns-0 .gallerybox .thumb img, /* Articles */ .ns-2 .gallerybox .thumb img, /* User pages */ .ns-100 .gallerybox .thumb img { /* Portals */ |
− | .ns-2 .gallerybox .thumb img, /* User pages */ | + | background: white; /* No chequered background */ |
− | .ns-100 .gallerybox .thumb img { /* Portals */ | + | |
− | background: white; /* No chequered background */
| + | |
| } | | } |
− |
| |
− |
| |
| /* </nowiki></pre> */ | | /* </nowiki></pre> */ |
| | | |
| /* Retirar a visualizacao das paginas de Discussao */ | | /* Retirar a visualizacao das paginas de Discussao */ |
− | #ca-talk { display: none !important;} | + | #ca-talk { |
− | | + | display: none !important; |
| + | } |
| /* Removing the Main Page title from the main page. */ | | /* Removing the Main Page title from the main page. */ |
− | body.page-Wiki_Sporting h1.firstHeading { display:none; } | + | body.page-Wiki_Sporting h1.firstHeading { |
− | | + | display:none; |
| + | } |
| /* Add horizontal scroll bars to these boxes whenever text is wider than the browser */ | | /* Add horizontal scroll bars to these boxes whenever text is wider than the browser */ |
− | pre { overflow: auto; } | + | pre { |
| + | overflow: auto; |
| + | } |