Initial commit
This commit is contained in:
84
_old/version_1/bobsled.css
Executable file
84
_old/version_1/bobsled.css
Executable file
@@ -0,0 +1,84 @@
|
||||
/* CSS for John Nielsen's Bobsled Photos Website*/
|
||||
|
||||
a:link {
|
||||
color: #336699;
|
||||
}
|
||||
a:visited {
|
||||
color: #336699;
|
||||
}
|
||||
a:hover {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/*************************
|
||||
Main Div Tag Styles
|
||||
***********************/
|
||||
#main_div {
|
||||
font-family: Arial;
|
||||
}
|
||||
#header {
|
||||
width: 700px;
|
||||
}
|
||||
#linkbar {
|
||||
width: 700px;
|
||||
padding: 5px 20px 5px 20px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
border-width: 4px 0px 0px 0px;
|
||||
border-color: #336699;
|
||||
border-style: solid;
|
||||
}
|
||||
#body {
|
||||
width: 700px;
|
||||
padding: 20px;
|
||||
border-width: 4px 0px 0px 0px;
|
||||
border-color: #336699;
|
||||
border-style: solid;
|
||||
}
|
||||
#teamindexheader {
|
||||
width: 680px;
|
||||
padding: 10px;
|
||||
margin-top: 30px;
|
||||
border-width: 4px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
text-align: left;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#teamindex {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
height: 155px;
|
||||
width: 680px;
|
||||
overflow: auto;
|
||||
}
|
||||
#picture {
|
||||
width: 550px;
|
||||
padding: 5px;
|
||||
border-width: 3px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.indented_para {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.admin_section {
|
||||
margin-bottom: 5px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.alert {
|
||||
padding: 5px;
|
||||
margin-bottom: 20px;
|
||||
border-width: 2px;
|
||||
border-color: red;
|
||||
border-style: solid;
|
||||
}
|
||||
.description {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.team {
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user