38 lines
No EOL
776 B
CSS
Executable file
38 lines
No EOL
776 B
CSS
Executable file
/*
|
|
Wedding, Vagabond Template
|
|
Written by Bill Niblock, The Internet Vagabond
|
|
http://www.theinternetvagabond.com
|
|
*/
|
|
|
|
html{
|
|
background: #660066;
|
|
}
|
|
|
|
header{
|
|
position:fixed; top:0px; left:0px; right:0px; height:60px;
|
|
}
|
|
|
|
slideshow{
|
|
position:fixed; top: 70; margin-left: auto; margin-right: auto; width: 800px;
|
|
}
|
|
|
|
.main{
|
|
margin-top: 270px; margin-left: auto; margin-right: auto; width: 800px;
|
|
border-left: 1px black solid; border-right: 1px black solid; border-bottom: 2px black solid;
|
|
background: #F8F8F8;
|
|
}
|
|
|
|
footer{
|
|
position:fixed; bottom:0px; left:0px; height:20px;
|
|
}
|
|
|
|
|
|
.nav{
|
|
margin-left: auto; margin-right: auto; width: 700px;
|
|
}
|
|
|
|
.nav_button{
|
|
float:left; width: 200px; height: 20px;
|
|
border: 2px solid white; border-radius:25px;
|
|
text-align:center;
|
|
} |