initial commit
This commit is contained in:
@@ -0,0 +1,211 @@
|
||||
body,html{
|
||||
font-size: 16px;
|
||||
font-family: "Georgia", serif;
|
||||
line-height: 29px;
|
||||
color:#0c1a30;
|
||||
padding:0;
|
||||
height: 100%;
|
||||
margin: 0 0 1px;
|
||||
}
|
||||
|
||||
#main{
|
||||
background:#fff scroll repeat-x 0px -100px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width:100%;
|
||||
min-height: 100%;
|
||||
/*background: #FFFFFF;*/
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 960px;
|
||||
margin: 0 auto;
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h3 a:link, h3 a:visited, h2 a:link, h2 a:visited {
|
||||
color: #2C558A;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4{
|
||||
color: #2c558a;
|
||||
font-weight: normal;
|
||||
text-shadow: #fff 0px 1px 1px;
|
||||
letter-spacing:0.1em;
|
||||
font-family: "Gill Sans", "PT Sans", "Arial", sans-serif;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0 0 29px 10px;
|
||||
padding-left: 10px;
|
||||
text-indent: -13px;
|
||||
}
|
||||
|
||||
p.error {
|
||||
color: #EE3333;
|
||||
}
|
||||
|
||||
a:link,a:visited{
|
||||
color: #2B7EA1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#footer {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#heading {
|
||||
width: 100%;
|
||||
background: #132742 url(nav-back.png) scroll repeat-x bottom left;
|
||||
color: #C4E7FF;
|
||||
padding: 25px 0 0 0;
|
||||
margin:0;
|
||||
height: 60px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#heading .inner{
|
||||
width: 960px;
|
||||
margin:0 auto;
|
||||
overflow:hidden;
|
||||
line-height: 1em;
|
||||
vertical-align: top;
|
||||
height: 100px;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
/*height: 4em;*/
|
||||
}
|
||||
|
||||
#heading h1 {
|
||||
margin:0;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 50px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#heading img {
|
||||
width: 32px;
|
||||
margin:0;
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#title a {
|
||||
color: fff;
|
||||
}
|
||||
|
||||
#nav {
|
||||
overflow: hidden;
|
||||
color: #C4E7FF;
|
||||
height: 36px;
|
||||
padding: 4px 0 0 0; margin: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#nav ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
vertical-align: top;
|
||||
padding: 15 0 10px 0;
|
||||
height: 30px;
|
||||
display: block;
|
||||
list-style-type: none;
|
||||
float: left;
|
||||
letter-spacing: -0.01em;
|
||||
margin: 0 20px;
|
||||
font-family: "Droid Sans", sans-serif;
|
||||
text-shadow: 1px 1px #142845;
|
||||
}
|
||||
|
||||
#nav a:link, #nav a:visited {
|
||||
color: inherit;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#nav a:hover, #nav a:active {
|
||||
color: #fff;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a.nolink:link, a.nolink:visited {
|
||||
text-decoration: none;
|
||||
color: #FF3333;
|
||||
}
|
||||
|
||||
a.nolink:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.singlecolumn h2 {
|
||||
line-height: 44px;
|
||||
border-bottom: 1px solid #C2D1E1;
|
||||
margin-bottom: 13px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
border-top: 1px solid #C2D1E1;
|
||||
color: #a0acba;
|
||||
padding: 4px 0px;
|
||||
height: 31px;
|
||||
font-family: "PT Sans", sans-serif;
|
||||
font-size: 0.75em;
|
||||
text-align: right;
|
||||
background: #f5f9ff;
|
||||
vertical-align: middle;
|
||||
line-height: 31px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
padding: 0 20px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#footer p.left {
|
||||
float: left;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 63 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 423 B |
Reference in New Issue
Block a user