User:F3niX/vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "body {color: white; background-color: black;} h1 { background-color: black; color: white; } h2 { background-color: black; color: white;} h3 { background-color: black; color: w..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
body {color: | body {background-color: black; color: white;} | ||
h1 { background-color: black; color: white; } | head {background-color: black; color: white;} | ||
h1 { background-color: black; color: white;} | |||
h2 { background-color: black; color: white;} | h2 { background-color: black; color: white;} | ||
h3 { background-color: black; color: white;} | h3 { background-color: black; color: white;} | ||
| Line 11: | Line 13: | ||
p { background-color: black; color: white;} | p { background-color: black; color: white;} | ||
ul { background-color: black; color: white;} | ul { background-color: black; color: white;} | ||
title {background-color: black; color: white;} | |||
div {background-color: black; color: white;} | |||
table {background-color: black; color: white;} | |||
th {background-color: black; color: white;} | |||
tr {background-color: black; color: white;} | |||
pre {background-color: black; color: white;} | |||
link {background-color: black; color: white;} | |||
li {background-color: black; color: white;} | |||
div#content {background-color: black; color: white;} | |||
Latest revision as of 05:36, 19 February 2012
body {background-color: black; color: white;}
head {background-color: black; color: white;}
h1 { background-color: black; color: white;}
h2 { background-color: black; color: white;}
h3 { background-color: black; color: white;}
h4 { background-color: black; color: white;}
h5 { background-color: black; color: white;}
h6 { background-color: black; color: white;}
h7 { background-color: black; color: white;}
p { background-color: black; color: white;}
ul { background-color: black; color: white;}
title {background-color: black; color: white;}
div {background-color: black; color: white;}
table {background-color: black; color: white;}
th {background-color: black; color: white;}
tr {background-color: black; color: white;}
pre {background-color: black; color: white;}
link {background-color: black; color: white;}
li {background-color: black; color: white;}
div#content {background-color: black; color: white;}