User:Fenhl/vector.css: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(added Wanya font, gray color for skipped links)
(removed link CSS (moved to Stylebot), added CSS to remove the “not logged in” warning added by Stylebot)
 
Line 1: Line 1:
/* add Wanya to the font stack */
div#bodyContent {
div#bodyContent {
     font-family: Wanya, "Times New Roman", Times, Georgia, serif; font-size: 14px;
     font-family: Wanya, "Times New Roman", Times, Georgia, serif; font-size: 14px;
}
}


#mw-panel div.portal div.body ul li a:visited,
/* hide the “not logged in” warning */
a:visited {
    color: #0645ad;
}
 
a.new:visited,
#p-personal a.new:visited {
    color: #CC2200;
}
 
.skipped a:visited {
    color: gray;
}


.skipped a.new:visited {
body::before {
     color: gray;
     display: none !important;
}
}

Latest revision as of 04:08, 29 January 2015

/* add Wanya to the font stack */

div#bodyContent {
    font-family: Wanya, "Times New Roman", Times, Georgia, serif; font-size: 14px;
}

/* hide the “not logged in” warning */

body::before {
    display: none !important;
}