User:F3niX/vector.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
F3niX (talk | contribs)
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..."
 
F3niX (talk | contribs)
No edit summary
Line 1: Line 1:
body {color: white; background-color: black;}
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;}

Revision as of 05:25, 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;}