Difference between revisions of "User:Jcollins/monobook.css"

From AOLserver Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
     margin: 0;
 
     margin: 0;
 
     font-family: "Trebuchet MS";
 
     font-family: "Trebuchet MS";
    font-size: medium;
 
 
}
 
}
  
Line 8: Line 7:
 
     color: #335D66;
 
     color: #335D66;
 
     font-size: 14pt;
 
     font-size: 14pt;
 +
    border-bottom: 1px solid #999;
 
}
 
}
  
Line 22: Line 22:
 
}
 
}
  
li {
+
.contentSub li {
 
     list-style-type: square;
 
     list-style-type: square;
 
}
 
}

Latest revision as of 14:52, 16 February 2006

body {
    margin: 0;
    font-family: "Trebuchet MS";
}

h1 {
    color: #335D66;
    font-size: 14pt;
    border-bottom: 1px solid #999;
}

h3 {
    color: #488E48;
}

a {
    color: #336633;
}

a:hover {
    background: #ffffcc;
}

.contentSub li {
    list-style-type: square;
}