Difference between revisions of "MediaWiki:Common.css"

From Lumipedia
Jump to: navigation, search
Line 5: Line 5:
 
     background-color: whitesmoke;
 
     background-color: whitesmoke;
 
}
 
}
/*
+
 
#p-logo {
+
#p-logo a {
 
     background-image: url(/lumipedia/images/logo/image3354.png);
 
     background-image: url(/lumipedia/images/logo/image3354.png);
 
     background-size: 70%;
 
     background-size: 70%;
 
}
 
}
*/
+
 
 
/*hide toolbox */
 
/*hide toolbox */
 
#p-tb { display: none; }
 
#p-tb { display: none; }

Revision as of 14:39, 9 February 2017

/* CSS placed here will be applied to all skins */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    background-color: whitesmoke;
}

#p-logo a {
    background-image: url(/lumipedia/images/logo/image3354.png);
    background-size: 70%;
}

/*hide toolbox */
#p-tb { display: none; }

/*
a {
    text-decoration: none;
    color: crimson;
    background: none;
}

a:visited {
    color: crimson;
}
*/