Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Style by Lupurus
- */
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("wikipedia.org") {
- }
- @-moz-document regexp("(.*wikipedia.org/wiki/(?!.*:)(?!Main_Page).*)|(.*secure.wikimedia.org/wikipedia/../wiki/(?!.*:)(?!Main_Page).*)") {
- /* unvisited link */
- a:link {
- color: #8fa1b3;
- }
- /* visited link */
- a:visited {
- color: #8fa1b3;
- }
- /* hover link */
- a:hover {
- color: #8fa1b3;
- }
- #firstHeading {
- width: 600px !important;
- text-align: center !important;
- font-size: 4em !important;
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- font-weight: bold !important;
- }
- #firstHeading i:first-child {
- font-style: normal !important;
- }
- #firstHeading, h1, h2, h3, h4 {
- font-family: serif !important;
- }
- #bodyContent {
- width: 600px !important;
- text-align: justify;
- font-family: serif !important;
- font-size: 10pt !important;
- }
- /*
- * border around the article
- */
- #content {
- margin: auto !important;
- width: 600px !important;
- padding: 80px !important;
- padding-top: 20px !important;
- border: 1px !important;
- }
- body {
- background: #ffffff !important;
- }
- #content {
- background: #FFF !important; /* removes the border of the menu */
- }
- /* margins */
- .infobox, .tright, .vertical-navbox {
- margin: 0 0 0.5em 2em !important;
- }
- .tleft {
- margin: 0 2em 0.5em 0 !important;
- }
- /*
- * hide things
- *
- */
- #p-personal, #left-navigation, #mw-head-base, #mw-page-base, #p-views, #footer, #mw-indicator-pp-default {
- display: none !important;
- }
- /*
- * searchbar
- */
- #mw-head {
- height: 32px;
- position: fixed !important;
- background: #eeeeee;
- }
- #content {
- margin-top: 32px !important;
- }
- #simpleSearch {
- color: #cc6666 !important;
- margin-top: 6px !important;
- margin-left: 15px !important;
- width: 500px !important;
- border: 0px !important;
- background-color: #eeeeee !important;
- }
- .imeselector {
- display: none !important;
- }
- #mw-panel {
- opacity: 0;
- top: 195px !important;
- }
- #mw-panel:hover {
- opacity: 1;
- }
- #right-navigation {
- margin: 0 !important;
- float: left !important;
- }
- #searchInput {
- background-color: #eeeeee !important;
- font-size: 9pt !important;
- color: #81A2BE !important;
- }
- #searchform {
- background-color: #eeeeee !important;
- }
- #searchButton {
- background-image: none !important;
- background-color: #eeeeee !important;
- }
- /*
- * numbering of the headings
- */
- body {
- counter-reset: headingOne;
- }
- #toctitle h2:before {
- content: "" !important;
- counter-reset: headingOne;
- }
- #content h2 {
- counter-reset: headingTwo;
- }
- #content h2:before {
- counter-increment: headingOne;
- content: counter(headingOne) ".";
- }
- #content h3 {
- counter-reset: headingThree;
- }
- #content h3:before {
- counter-increment: headingTwo;
- content: counter(headingOne) "." counter(headingTwo) ".";
- }
- #content h4 {
- counter-reset: headingFour;
- }
- #content h4:before {
- counter-increment: headingThree;
- content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree) ".";
- }
- #content h5:before {
- counter-increment: headingFour;
- content: counter(headingOne) "." counter(headingTwo) "." counter(headingThree) "." counter(headingFour) ".";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment