Difference between revisions of "User:Ianrbibtitlht/monobook.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/*
 
div#content {
 
div#content {
 
     background-color: #333333;
 
     background-color: #333333;
Line 8: Line 9:
 
a {
 
a {
 
     color: #ffffff;
 
     color: #ffffff;
 +
}
 +
*/
 +
#p-cactions li {
 +
    font-size: 120%;
 +
    line-height: 0.8em;
 
}
 
}

Latest revision as of 16:58, 11 May 2019

/*
div#content {
    background-color: #333333;
    color: #cccccc;
}
#firstHeading {
    color: #ffffff;
}
a {
    color: #ffffff;
}
*/
#p-cactions li {
    font-size: 120%;
    line-height: 0.8em;
}