Created
August 16, 2012 19:12
-
-
Save procload/3372780 to your computer and use it in GitHub Desktop.
Default DNN CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* GENERIC */ | |
h1, h2{ font-size:20px;font-weight:normal;} | |
h3, h4{ font-size:12px;font-weight:normal;} | |
h5, h6, dt{ font-size:11px;font-weight:bold;} | |
tfoot, thead{font-size:12px;color:#036;} | |
th{vertical-align:baseline;font-size:12px;font-weight:bold;} | |
img{border: none;} | |
a:link, a:visited, a:active{text-decoration:none;color:#036;} | |
a:hover{text-decoration:underline;color:#f00;} | |
small{font-size:8px;} | |
big{font-size:14px;} | |
blockquote, pre{font-family:Lucida Console, monospace;} | |
ul li{list-style-type:square;} | |
ul li li{list-style-type:disc;} | |
ul li li li{list-style-type:circle;} | |
ol li{list-style-type:decimal;} | |
ol ol li{list-style-type:lower-alpha;} | |
ol ol ol li{list-style-type:lower-roman;} | |
ol ul li{list-style-type:disc;} | |
hr{color:#696969;height:1px;text-align:left;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment