Jump to content

User:TimothyBlue/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Edit Global Styles */

/* Float head */
div#mw-head {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 11em;
    right: 0;
    width: auto;
    background-color: white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAAOklEQVR42lWNWwoAQAgCde9/59mgF30EOmgKeJLmUHjGpzbBdXnl6F5oV5/J9e/tr/czydmt7RT33floBCM5ZQLqdwAAAABJRU5ErkJggg=="); /*copy Vector skin background*/
    background-position: left bottom;
    background-size: auto;
    background-repeat: repeat-x;
}
#mw-head:before {
     z-index: -1;
     content: ''; /*further hacks...*/
     position:absolute;
     top: -1px;
     left: 0;
     width: 100%;
     height: 100%;
     border-bottom: 1px solid #A7D7F9;
}
#left-navigation {
    margin-left: 0;
}

/*FIX for Visual Editor toolbar*/
.oo-ui-toolbar-bar {
    top: 80px !important;
    position: static;
}

/* Remove text shadow */
* { text-shadow:none !important; }

/* Format headings */
h1, h2, h3, h4, h5, h6 { font-weight:700; font-family:Arial; }

/* CSS rules for use with [[User:Anomie/linkclassifier.js]]. See [[User:Anomie/linkclassifier.css.]] for default css stylesheet */
A                  { color:#002db3; } /* dark blue */
A.stubcls          { color:#b3b3ff; } /* light blue text */

A:visited          { color:#990099; } /* dark purple */
A.stubcls:visited  { color:#df9fdf; } /* ligth purple */

A.redirect         { border-bottom: 1px blue dashed; }
A.self-redirect    { border-bottom: 1px blue dashed; }
A.broken-redirect  { border-bottom: 1px red dashed; }

A.disambiguation   { color:#009933; } /* green text  */

A.deletion         { background-color:#ffe6e6; } /* light red bg  */

#bodyContent a.external:visited, #bodyContent a.extiw:visited { color:#ff9933; } /* orange text  */
/* End of CSS rules for linkclassifier */

h1, h2, h3, h4, h5, h6 {font-weight:400;}