PCQRSCANER/css/style.css

228 lines
3.4 KiB
CSS

body {
font-family: Arial;
font-size: 12px;
color: #666;
text-align: center;
margin: 0;
background: #002e3c url(../images/bg_top.png) no-repeat 3.5cm 0cm;
}
#wrapper {
width: 960px;
margin: 0 auto;
text-align: left;
}
a {
color: #273b52;
text-decoration: none;
}
p {
color: #273b52;
}
a:hover {
text-decoration: underline;
}
#logo {
float: left;
margin-top: 30px;
}
#menu {
float: right;
margin-top: 100px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0px 0px 0px 0px;
}
#menu li {
display: block;
float: left;
margin-left: 10px;
}
#menu a {
color: #fff;
font-size: 14px;
display: block;
float: left;
padding: 10px 10px 10px 10px;
text-decoration: none;
text-transform: inherit;
margin-left: 5px;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
}
#menu a:hover {
color: #fff;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #02475c;
}
.active {
color: #fff;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #046c8b;
}
#header {
width: 950px;
height: 310px;
margin-top: 20px;
float: left;
background: #FFF url(../images/bg_box.png) repeat-x bottom;
border: 5px solid #046c8b;
}
#header img {
padding: 5px;
}
#title_head {
float: left;
width: 500px;
font-family: Arial;
padding: 10px;
margin-top: -35px;
}
#title_head h2 {
color: #df6f00;
font-size: 31px;
font-family: "Times New Roman", Times, serif;
}
#title_head span {
color: #377;
font-size: 13px;
font-weight: normal;
line-height: 13px;
text-align: justify;
}
#title_head a {
color: #fff;
background: #FF9000;
font-size: 12px;
font-weight: bold;
text-transform: inherit;
padding: 10px 10px 10px 10px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.margin1 {
margin-left: 10px;
}
.margin2 {
margin-left: 50px;
}
.margin3 {
margin-left: 30px;
}
h2 {
font-size: 22px;
font-weight:normal;
color: #b10d0d;
}
#solid {
width: 940px;
float: left;
font-family: Arial, Helvetica, sans-serif;
background: #FFF url(../images/bg_box.png) repeat-x bottom;
margin-top: 10px;
padding: 10px;
}
#solid p {
font-size: 13px;
font-family: Arial;
color: #755;
clear: both;
}
#solid h2 {
color: #666;
text-shadow: #fff 0px 1px 0px;
font-size: 18px;
font-weight: normal;
float: left;
}
#solid_box {
width: 265px;
color: #666666;
float: left;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
}
#solid_box a {
color: #FF9000;
background: url(../images/bullet.gif) no-repeat left;
font-size: 12px;
font-weight: bold;
padding-left: 15px;
}
#solid_box a:hover {
text-decoration: none;
color: #455;
}
.right {
float: right;
}
#solid_box h2 {
color: #766;
text-shadow: #fff 0px 1px 0px;
font-size: 18px;
font-weight: normal;
margin: 15px 0 0 15px;
float: left;
}
#solid_box img {
float: left;
}
#solid_box p {
font-size: 13px;
font-family: Arial;
color: #555;
clear: both;
}
#footer, #footer p {
float: left;
font-size: 12px;
color: #999;
padding-left: 10px;
}
#footer a {
color: #ccc;
}