Created
June 4, 2012 13:28
-
-
Save Dynyx/2868374 to your computer and use it in GitHub Desktop.
Default site.css
This file contains 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
*{font-family:"lucida grande",tahoma,verdana,arial,sans-serif} | |
.aligncenter{text-align:center} | |
body{padding:0;margin:0;color:#333;line-height:1.3} | |
body,input.textbox,select,ul.nav li a{font-size:14px} | |
.centered{margin:0 auto} | |
.floatleft{float:left} | |
.floatright{float:right} | |
h1,h2,h3,h4{margin:0;padding:0} | |
input.textbox{padding:5px} | |
select{height:31px;padding:5px} | |
table{border-collapse:collapse;padding:0;margin:0} | |
th{background:#333;color:#fff;padding:10px;cursor:pointer} | |
td{margin:0;padding:4px} | |
table.bordered th{border-left:1px solid #555;border-top:1px solid #555;border-bottom:1px solid #555} | |
table.bordered th.last{border-right:1px solid #555} | |
table.bordered td{border-left:1px solid #555;border-bottom:1px solid #555} | |
table.bordered tr:hover{background:#FFF4D1;cursor:pointer} | |
table.bordered td.last{border-right:1px solid #555} | |
ul.nav{margin:0;padding:0;list-style-type:none} | |
ul.nav li{display:inline;float:left} | |
ul.nav li a{display:block;text-decoration:none} | |
.field-validation-error{color:red} | |
.field-validation-valid{display:none} | |
.input-validation-error{border:1px solid red;background-color:#fee} | |
.validation-summary-errors{} | |
.validation-summary-valid{display:none} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment