initial commit
This commit is contained in:
73
hershewe5.css
Normal file
73
hershewe5.css
Normal file
@@ -0,0 +1,73 @@
|
||||
/*****************************
|
||||
Cascading Style Sheet
|
||||
for Hershewe.com
|
||||
*****************************/
|
||||
|
||||
body {
|
||||
font-family: Arial;
|
||||
margin: 0px;
|
||||
background-color: #000000;
|
||||
}
|
||||
a:link {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #999999;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*****************************
|
||||
Main page elements
|
||||
*****************************/
|
||||
#contact_info {
|
||||
position: relative;
|
||||
z-index: 4;
|
||||
top: -50px;
|
||||
left: 275px;
|
||||
padding: 0px 0px 0px 10px;
|
||||
font-size: 11px;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
#contact_info_box {
|
||||
visibility:hidden;
|
||||
}
|
||||
.contact_type {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#top_bar {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
top: 90px;
|
||||
height: 150px;
|
||||
border-width: 2px 0px 2px 0px;
|
||||
border-style: solid;
|
||||
border-color: #999999;
|
||||
background-color: #000000;
|
||||
background-image: url(graphics/kc_panorama.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
#slogan_box {
|
||||
position: relative;
|
||||
z-index: 4;
|
||||
top: -89px;
|
||||
padding-left: 350px;
|
||||
}
|
||||
#slogan {
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#halo {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
top: -25px;
|
||||
}
|
||||
#hershewe2 {
|
||||
position: relative;
|
||||
top: 90px;
|
||||
}
|
||||
Reference in New Issue
Block a user