User:Zhaladshar/monobook.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* <pre> */

/* general display */
 a:link {text-decoration: underline}
 a:visited {text-decoration: underline}
 a:hover {text-decoration: underline}

 h2  {
     font-weight: normal;
     border-bottom: none;
     }

 .similar {display: none}

 .lefttext {
           width: 35em;
           margin: 0 auto; !important
           }

 div.indented-page {
         width: 35em;
         margin: 0 auto;
         text-align: justify;
                   }

 .prose {
         width: 35em;
         margin: 0 auto;
         text-align: justify;
         }

 table.headertemplate {
                      font-size: 0.9em;
                      }

/* class for hiding links to wikipedia */
 #bodyContent a.hiddenextiw {
     color: black ;
     background: none;
     padding: 0;
     text-decoration: none;
     }

/* show hidden links in boilerplates (e.g. PD template) */
 #bodyContent .boilerplate .hiddenextiw { 
     color: #36b;
     }

 #bodyContent .boilerplate .hiddenextiw:hover { 
     text-decoration: underline;
     }

/* Hide subpage directory structure in (main), "Wikisource:" and "Author:" namespaces */
 .ns-0 .subpages, .ns-4 .subpages, .ns-102 .subpages {
     display:none;
     }

/* Styles for template box */
 #p-templates ul{
     margin: 0;
     padding-left: 2em;
     padding-top: .25em;
     padding-bottom: .25em;
     border: 1px solid #aaa;
     background:#fff !important;
     font-size: 90%;
     width: 10.8em;
     }

/* Styles for regex box */
 #p-regex ul {
     margin: 0;
     padding-left: 2em;
     padding-top: .25em;
     padding-bottom: .25em;
     border: 1px solid #aaa;
     background: #fff;
     font-size: 90%;
     width: 10.8em;
     }

/* Style for diff change size listed on RecentChanges */
 .mw-plusminus-pos {
   color: #006400;
 }
 
 .mw-plusminus-neg {
   color: #8B0000;
 }

/* </pre> */