/stylesheets/base.css
http://raihan.googlecode.com/ · CSS · 141 lines · 102 code · 22 blank · 17 comment · 0 complexity · 1a999b0acfde9455cd51757118c41794 MD5 · raw file
- body
- {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- margin: 10px;
- }
-
- td
- {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- padding: 4px;
- }
-
- th
- {
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- background: #d3d3d3;
- font-weight: bold;
- padding: 6px;
- }
-
-
- /*
- a
- {
- color: #cd0a0a;
- text-decoration: underline;
- padding: 1px;
- }
-
- a:hover
- {
- color: white;
- text-decoration: none;
- background: #cd0a0a;
- }
- */
-
- img
- {
- border: none;
- }
-
- code
- {
- color: #000;
- font-family: Courier;
- }
-
- tt
- {
- font-size: 12px;
- color: #666;
- }
-
- form label
- {
- margin-top: 5px;
- display: block;
- font-weight: bold;
- }
-
- input[type=submit]
- {
- margin-top: 15px;
- /* display: block; */
- }
-
- input[type=button]
- {
- margin-top: 15px;
- /* display: block; */
- }
-
- .error-messages
- {
- background: red;
- color: white;
- padding: 5px;
- }
-
- .info-messages
- {
- background: green;
- color: white;
- padding: 5px;
- }
-
- .warning-messages
- {
- color: red;
- }
-
- .field-with-errors
- {
- color: red;
- }
-
- .footer-info
- {
- color: gray;
- font-size: 12px;
- }
-
- .tableHead
- {
- font-weight: bold;
- background: #800000;
- color: white;
- }
-
- .tableHead td
- {
- text-align: center;
- }
-
- .stripeColor
- {
- background: #ececec;
- }
-
- .add
- {
- background: url(images/add.png) no-repeat center left;
- }
-
- .edit
- {
- background: url(images/edit.png) no-repeat center left;
- }
-
- .delete
- {
- background: url(images/close.png) no-repeat center left;
- }
-
- .fieldWithErrors input {
- border: 1px solid red;
- }