User:Video8/vector.css: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "h2 { font-size: 2.0em; text-decoration: none; } h3 { font-size: 1.5em; }")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#firstHeading {
font-size: 2.0em;
}
h1, h2, h3, h4, h5, h6 {
color: #b55858;
}
h1 {
font-size: 2.0em;
border-bottom: none;
}
h2 {
h2 {
font-size: 2.0em;
font-size: 2.0em;
text-decoration: none;
border-bottom: none;
}
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
background-color: #f6f6f6;
}
}
h3 {
h3 {
font-size: 1.5em;
font-size: 1.4em;
}
.editsection {
display:none;
font-size: 1.2em;
}
h1:hover .editsection,
h2:hover .editsection,
h3:hover .editsection,
h4:hover .editsection,
h5:hover .editsection,
h6:hover .editsection {
display: block;
}
}

Latest revision as of 19:19, 19 March 2014

#firstHeading {
font-size: 2.0em;
}
h1, h2, h3, h4, h5, h6 {
color: #b55858;
}
h1 {
font-size: 2.0em;
border-bottom: none;
}
h2 {
font-size: 2.0em;
border-bottom: none;
}
h2:hover,
h3:hover, 
h4:hover, 
h5:hover,
h6:hover {
background-color: #f6f6f6;
}
h3 {
font-size: 1.4em;
}
.editsection {
display:none;
font-size: 1.2em;
}
h1:hover .editsection,
h2:hover .editsection,
h3:hover .editsection,
h4:hover .editsection,
h5:hover .editsection,
h6:hover .editsection {
display: block;
}