/styles/StyleSheet.css
http://github.com/gmhawash/SSR · CSS · 105 lines · 95 code · 9 blank · 1 comment · 0 complexity · 7d1361c575aebde8fe35c1370e1b17b0 MD5 · raw file
- body
- {
- background-image: url("../images/background.gif");
- background-repeat:no-repeat;
- width: 920px;
- padding-top: 100px;
- color: Yellow;
- }
- /* You need both these to manage the colors of the links */
- #login a:link, #login a:visited {
- color: #FFFFFF;
- }
- .field {
- float:left;
- width: 175px;
- margin-left: 10px;
- margin-right: 20px;
- height: 45px;
- vertical-align: bottom;
- }
- .date {
- width: 132px;
- }
- .editbox {
- float:left;
- width: 98%;
- }
- .float_right{
- text-align:right;
- padding-right: 50px;
- }
- .narrow{
- width: 175px;
- }
- .narrow input {
- width: 175px;
- }
- .clear {
- clear:both;
- }
- fieldset {
- -moz-border-radius-bottomleft:7px;
- -moz-border-radius-bottomright:7px;
- -moz-border-radius-topleft:7px;
- -moz-border-radius-topright:7px;
- border-radius: 5px;
- }
- .required:after {
- content: '*';
- color: #DD0000;
- position: absolute;
- left: -20;
- }
- select {
- width: 175px;
- }
- #login {
- padding-right: 28px;
- float: right;
- clear: none;
- color:white;
- font-family:"";
- font-weight: normal;
- font-size: 12px;
- top: 0px;
- text-align: center;
- letter-spacing: +1px;
- }
- h1 {
- font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
- font-size: 32px;
- font-weight: normal;
- letter-spacing: -4px;
- text-transform: lowercase;
- }
- h2, h3, h4, h5, h6 {
- font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
- font-size: 22px;
- font-weight: normal;
- color: #BBBBBB;
- text-transform: lowercase;
- letter-spacing: -2px;
- }
- .header {
- margin: 0;
- padding: 5px;
- color: #eeeeee;
- letter-spacing: -2px;
- font-size: 180%;
- }
- .menu {
- font-size: 12px;
- position:absolute;
- top: 10px;
- left: 700px;
-
- }