MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
div#content h1 { | div#content h1 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
div#content h2 { | div#content h2 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
div#content h3 { | div#content h3 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
div#content h4 { | div#content h4 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
div#content h5 { | div#content h5 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
div#content h6 { | div#content h6 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
div#content h7 { | div#content h7 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
Revision as of 03:35, 23 January 2018
/* CSS placed here will affect users of the Vector skin */
#content { background-color: #1e1615ff; color:#ffffff;}
#content a { color:#e5b964ff; }
div#content h1 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
div#content h2 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
div#content h3 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
div#content h4 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
div#content h5 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
div#content h6 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
div#content h7 {
color:#FFF0D1;
font-family: Arial, sans-serif;
}
#catlinks { background-color:#1e1615ff;}
div.editOptions {
color:#000000;
}