/styles/provider.css
http://github.com/gmhawash/SSR · CSS · 139 lines · 120 code · 19 blank · 0 comment · 0 complexity · 38865e2e013c2d7c8c73b21e6aca5a16 MD5 · raw file
- body {padding:50px 100px; margin:0; font-family:Tahoma, Geneva, sans-serif; background-image:url(../images/body_bg.jpg);}
- .field {
- float:left;
- width: 175px;
- margin-left: 10px;
- margin-right: 20px;
- height: 45px;
- vertical-align: bottom;
- }
- .field div {
- font-weight:bolder;
- color: Maroon;
- width: 7em;
- float:left;
- }
- .field span {
- position: relative;
- left: 30px;
- font-family: Verdana Aharoni Arial Sans-Serif;
- font-size: 110%;
- }
- .date {
- width: 132px;
- }
- .editbox {
- float:left;
- width: 98%;
- }
- .required:after {
- content: '*';
- color: #DD0000;
- position: absolute;
- left: -20;
- }
- select {
- width: 175px;
- }
- .showfield {
- float:left;
- width: 25em;
- margin-left: 10px;
- margin-right: 20px;
- vertical-align: bottom;
- }
- .showfield div, .editbox div {
- font-weight:bolder;
- color: Maroon;
- width: 12em;
- float:left;
- text-align:right;
- padding-right:1em;
- margin-left: -3em;
- }
- table .showfield{
- height: 3.5em;
- color: Navy;
- }
- .showfield label {
- text-align:right;
- }
- #container {background-color:#FFFFFF; padding:10px; width:1024px;}
- #login {float:right; }
- #login a {float:right; color:Yellow; text-decoration:none; padding: 7px;}
- #header {height:150px; background-image:url(../images/header_bg.png);}
- #logo {color:Navy;font-size:30px; background:url(../images/header.png) no-repeat; height:100px; padding:50px 0 0 30px;}
- #logo a {color:Navy; text-decoration:none;}
- #slogan {float:right; font-size:18px; color:Maroon; padding:60px 30px 0 0;}
- #menu {height:40px; background-image:url(../images/menu_bg.png); margin-top:5px;}
- #menu ul {margin:0; padding:0;}
- #menu li {list-style:none; float:left; background:url(../images/menu_border.png) right no-repeat;}
- #menu a {float:left; height:20px; padding:10px 30px; color:#FFFFFF; font-size:15px; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
- #menu a:hover {background:url(../images/menu_border.png);}
- .float_right{
- text-align:right;
- padding-right: 50px;
- }
- fieldset {
- -moz-border-radius-bottomleft:7px;
- -moz-border-radius-bottomright:7px;
- -moz-border-radius-topleft:7px;
- -moz-border-radius-topright:7px;
- border-radius: 5px;
- }
- .note {
- background: silver;
- padding: 10px;
-
- }
- .note2 {
- background: white;
- padding: 10px;
- }
- #main
- {
- background-position: right center;
- width: 1024px;
- margin: 5px 0;
- background-color:#ECF8FF;
- color: #0D1D2F;
- font-size: 11px;
- background-repeat: repeat;
- }
- #main a {color:#1F416B;}
- #main a:hover {color:#000000;}
- #main br {line-height:8px;}
- #sidebar {width:160px; float:right; padding:0 30px 30px 30px; margin-top:10px;}
- #sidebar h3 {font-size:17px; font-weight:normal; margin:20px 0 5px 0;}
- #sidebar ul {margin:0; padding:0; border-top:1px solid #EFEFF7;}
- #sidebar li {list-style:none; border-bottom:1px solid #EFEFF7;}
- #sidebar li a {color:#0D1D2F; text-decoration:none; padding:3px; display:block;}
- #sidebar li a:hover {background-color:#EFEFF7;}
- #text {line-height:14px; width:900px;padding:10px 30px 30px 30px;}
- #text h1 {font-size:22px; font-weight:normal; margin:20px 0 10px 0;}
- #text h2 {font-size:19px; font-weight:normal; margin:20px 0 10px 0;}
- #text ol, #text ul {padding:0; margin:8px 0;}
- #text li {margin-left:40px;}
- #footer {padding: 1em; height:40px; color:#FFFFFF; font-size:11px; background-image:url(../images/footer_bg.png); clear:both;}
- #footer a {color:#FFFFFF;}
- #footer a:hover {color:#D9F0FF;}
- #footer_left {float:left; padding:13px 0 0 30px;}
- #footer_right {float:right; padding:13px 30px 0 0;}