|
|
| (24 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the Vector skin */
| |
|
| |
|
| /* make the background behind the content area and the tabs a light grey */
| |
| #content, #content table
| |
| #p-cactions ul li a { background: #f5f5f5; }
| |
|
| |
| /* stop background image from scrolling with content area */
| |
| body { background-attachment: fixed; }
| |
|
| |
| /* replace the book in the background with something else */
| |
| body { background: Purple; }
| |
|
| |
| /* changes the background of pre areas */
| |
| pre { background: White }
| |
|
| |
| /* change the logo */
| |
| #p-logo a { background: url(https://upload.wikimedia.org/wikipedia/commons/9/93/Color-chars-logo.png) 35% 50% no-repeat; }
| |
|
| |
| /* don't use any logo, move the boxes onto that area instead */
| |
| #p-logo { display: none }
| |
| #column-one { padding-top: 0; }
| |
|
| |
| /* suppress the person icon by your username */
| |
| li#pt-userpage { background: none }
| |
|
| |
| /* use browser prefs for text size and font */
| |
| html, body, #globalWrapper { font: inherit !important; }
| |
|
| |
| /* always underline links */
| |
| :link { text-decoration: underline; }
| |
|
| |
| /*Display body content in a narrower column for easier reading*/
| |
| /*adjust percentages as desired*/
| |
| div#bodyContent {
| |
| width: 50%;
| |
| line-height: 105%;
| |
| }
| |
|
| |
| /* change background of unselected tabs */
| |
| #p-cactions ul li a { background: #C7FDC7; }
| |
|
| |
| /* change background of selected tabs */
| |
| #p-cactions ul li.selected a { background: white; }
| |
|
| |
| /* change border background of selected tabs */
| |
| #p-cactions li.selected { border-color: #aaaaaa; }
| |
|
| |
| /* tab bottom not removed on hover */
| |
| #p-cactions li a:hover { z-index: 0; text-decoration: none; }
| |
| #p-cactions li.selected a:hover { z-index: 3; }
| |
|
| |
| /* style the search box and the buttons below it */
| |
| .searchButton {
| |
| background-color: #efefef;
| |
| border: 1px outset;
| |
| }
| |
| #searchInput { border: 1px inset; }
| |
|
| |
| /* standard link colors */
| |
| a:link { color: #0645ad; }
| |
| a:visited { color: #0b0080; }
| |
| a.new:link { color: #cc2200; }
| |
| a.new:visited { color: #a55858; }
| |
| a.extiw:link { color: #3366bb; } /* links to other Wikipedias */
| |
| a.extiw:visited { color: #3366bb; }
| |
| a.external:link { color: #3366bb; } /* external links */
| |
| a.external:visited { color: #3366bb; }
| |
|
| |
| /* put scrollbar on pre sections instead of ugly cutoff/overlap in Firefox */
| |
| pre { overflow: auto; }
| |
|
| |
| /* strikeout Upload File link as a reminder to upload to Commons instead */
| |
| li#t-upload { text-decoration: line-through; }
| |
|
| |
| /* center/centre the title of each page */
| |
| .firstHeading { text-align: center; }
| |
|
| |
| /* Double-redirect warning */
| |
| div.redirectMsg a.mw-redirect:after {
| |
| content: ' <double redirect>';
| |
| color: Red;
| |
| font-style: italic;
| |
| }
| |
|
| |
| /* Prevent the new CSS in "Typography Refresh" (since early 2014) from showing page titles and headings in serif font */
| |
| h1, h2 { font-family: inherit !important; }
| |
|
| |
| /* Display persondata boxes in articles */
| |
| table.persondata { display:table; }
| |
|
| |
| /* Get rid of tedious warnings */
| |
| #editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
| |
| #editpage-head-copywarn, .editpage-head-copywarn,
| |
| #editnotice_BLP_editintro, .ve-ui-mwSaveDialog-license
| |
| { display: none !important; }
| |
|
| |
| /* Get rid of tedious noob boilerplate */
| |
| #category-namespace-editnotice, #footer-info-copyright, #sitesub, .edithelp,
| |
| .posteditwindowhelplinks, #footer-icons, .ve-ui-mwSaveDialog-summaryLabel
| |
| { display: none !important; }
| |
|
| |
| /* Save space in list of templates displayed at end of page when editing */
| |
| :templatesUsed ul, :templatesUsed li {display: inline; padding-right: 5px;}
| |
|
| |
| /* Change all text to the font “Avenir” (except headers) (you can change the font to anything else) */
| |
| .mw-body h1, .mw-body h2 {
| |
| font-family: "Avenir"
| |
| }
| |