Jump to content

MediaWiki:Common.css: Difference between revisions

From Carbon Accounting Alliance Wiki
WikiSysop (talk | contribs)
Created page with "CSS placed here will be applied to all skins: #header { background-color: #333; color: white; padding: 10px; display: flex; justify-content: space-between; align-items: center; font-size: 18px; } #logo { font-weight: bold; font-size: 22px; padding-left: 15px; } #nav { padding-right: 15px; } #nav a { color: white; text-decoration: none; margin: 0 10px; } #nav a:hover { text-decoration: underline; } #con..."
 
Alex-CAAwiki (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#header {
    background-color: #333;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}


#logo {
.ns-Emission Factors #firstHeading {
     font-weight: bold;
     display: none;
    font-size: 22px;
    padding-left: 15px;
}


#nav {
    padding-right: 15px;
}


#nav a {
body, td, th {
     color: white;
     font-family: 'Aptos', 'sans-serif';
    text-decoration: none;
    margin: 0 10px;
}
 
#nav a:hover {
    text-decoration: underline;
}
 
#content {
    padding: 20px;
}
}

Latest revision as of 10:57, 11 June 2025

/* CSS placed here will be applied to all skins */

.ns-Emission Factors #firstHeading {
    display: none;


body, td, th {
    font-family: 'Aptos', 'sans-serif';
}