User:Timothydague/vector.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.

html, body {
     font-family: 'legacy serif itc std', 'legacy serif', 'perpetua std', serif;
     font-size: 105%;
     line-height: 110%;
     color: #3d3d29;
     }
 
a   {
     color: darkslategray;
     text-decoration: none;
     border-bottom: transparent;
     }
 
a:active  {
     color: orangered;
     text-decoration: none;
     border-bottom: transparent;
     }
 
a:hover   {
     color: darkslateblue;
     text-decoration: none;
     border-bottom: dotted 1px gold;
     }
 
.new  {
      color: firebrick;
      text-decoration: none;
}
 
h4, h5, h6 {
        font-family: 'legacy serif itc std', 'legacy serif', 'perpetua std', serif;
		font-size: 100%;
		font-variant: small-caps;
    	font-weight: 600;
        font-style: normal;
        letter-spacing: 1px;
        color: #080809;
}
 
h1, h1 i, .firstHeading, h1 span.firstHeading   {
        font-family: 'helvetica neue', helvetica, sans-serif;
        font-weight: 400;
        font-size: 145%;
        letter-spacing: 2px;
        color: #26204a;
}

#firstHeading {
        font-family: 'helvetica neue', helvetica, sans-serif;
        font-weight: 300;
        font-size: 130%;
        letter-spacing: 2px;
        color: #26204a;
}
 
h2, h2 i, h2 .mw-headline, h2 span[class='mw-headline'], h2::p {
        font-family: 'legacy serif itc std', 'legacy serif', 'perpetua std', serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1px;
        font-variant: small-caps;
        color: #232320;
}
 
h3[id*="label"] {
        font-family: 'legacy serif itc std', 'legacy serif', 'perpetua std', serif;
        font-style: normal;
        font-size: 98%;
        letter-spacing: 1px;
        font-weight: 300;
        text-transform: uppercase;
        color: darkslategray;
}
 
html body table[role="presentation"] {
        background-color: #adcdee;
        border: solid 1px #77889a;
        font-size: 100%;
        font-weight: 400;
        letter-spacing: normal;
        font-variant: small-caps;
        line-height: 103%;
}
 
h2 > ::p  {
         font-style: normal !important;
}