Files
jasoc.org/archive/version_02/jairus_index.css
2017-03-02 21:32:16 -06:00

222 lines
4.5 KiB
CSS
Executable File

/* CSS Document for the Jairus Society*/
body
{
margin-top: 10px;
font-family: "Futura Lt BT", Arial;
background-color: #FFCC33;
}
.top_left_corn { width: 10px; background-image: url("graphics/top_left_corn.gif"); background-repeat: no-repeat; }
.top_right_corn { width: 10px; background-image: url("graphics/top_right_corn.gif"); background-repeat: no-repeat; }
.bottom_left_corn { width: 10px; background-image: url("graphics/bottom_left_corn.gif"); background-repeat: no-repeat; }
.bottom_right_corn { width: 10px; background-image: url("graphics/bottom_right_corn.gif"); background-repeat: no-repeat; }
.horz_top { background-image: url("graphics/horz_border_top.gif"); background-repeat: repeat-x; height: 10px; }
.horz_bottom { background-image: url("graphics/horz_border_bottom.gif"); background-repeat: repeat-x; height: 10px; }
.vert_left { width: 10px; background-image: url("graphics/vert_border_left.gif"); background-repeat: repeat-y; width: 10px; }
.vert_right { width: 10px; background-image: url("graphics/vert_border_right.gif"); background-repeat: repeat-y; width: 10px; }
#header
{
position: relative;
top: -150px;
z-index: 1;
padding: 10px 0px 21px 0px;
width: 100%;
border-width: 2px 0px 0px 0px;
border-style: solid;
border-color: #3366CC;
}
#logo_img
{
position: relative;
left: 250px;
width: 100%;
border: 0px solid #3366CC;
padding: 5px;
width: 160px;
position: relative;
z-index:2;
}
#logo_text
{
position: relative;
top: -118px;
left: -100px;
z-index: 3;
width: 100%;
}
#main_links_div
{
position: relative;
top: -60px;
padding: 10px 0px 0px 0px;
z-index: 3;
}
.main_link
{
background-color: #FFCC33;
padding: 2px 5px 2px 0px;
}
#home_btn { left: 0px; top: 0px; }
#ourmission_btn { left: 0px; top: 0px; }
#ourfamilies_btn { left: 0px; top: 0px; }
#support_btn { left: 0px; top: 0px; }
#legal_btn { left: 0px; top: 0px; }
#contactus_btn { left: 0px; top: 0px; }
#links_btn { left: 0px; top: 0px; }
#locator
{
margin-bottom: 10px;
color: #FFFFFF;
font-weight: bold;
text-align: left;
text-transform: uppercase;
font-size: 12px;
}
a.locator_link:link { color: #FFFFFF; text-decoration: none; }
a.locator_link:visited { color: #FFFFFF; text-decoration: none; }
a.locator_link:hover { color: #3366FF; text-decoration: none; }
#content_table
{
position: relative;
top: -80px;
width: 800px;
background-color: #FFCC33;
}
.page_content_cell
{
vertical-align: top;
padding: 30px 10px 10px 10px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #000000;
}
.random_img_cell
{
vertical-align: top;
padding: 0px 0px 0px 0px;
}
#random_img
{
margin: 0px 20px 0px 20px;
border-width: 1px;
border-style: ridge;
border-color: #000000;
}
#caption
{
font-size: 14px;
text-align: right;
}
.header { font-size: 20px; color: #3366FF; font-family: "Futura Md BT", "Arial Black"; }
.body_text { font-size: 18px; }
.section_heading { font-variant: small-caps; font-size: 18px; font-weight: bold; }
.family { height: 165px; }
.portrait
{
position: relative;
z-index: 7;
margin: 0px 10px 0px 0px;
padding: 8px;
border-style: solid;
border-color: #3366CC;
border-width: 1px;
background-color: #FFCC33;
}
.portrait_alt
{
position: relative;
z-index: 7;
margin: 0px 0px 0px 10px;
padding: 8px;
border-style: solid;
border-color: #3366CC;
border-width: 1px;
background-color: #FFCC33;
}
.families_link
{
position: relative;
left: -10px;
padding: 0px 0px 0px 50px;
font-size: 30px;
border-style: solid;
border-color: #3366CC;
border-width: 0px 0px 1px 0px;
}
.families_link_alt
{
position: relative;
left: 15px;
padding: 0px 50px 0px 0px;
font-size: 30px;
border-style: solid;
border-color: #3366CC;
border-width: 0px 0px 1px 0px;
}
.connection_lines
{
width: 100%;
height: 41px;
}
.conn_left
{
width: 90%;
height: 20px;
border-style: solid;
border-color: #3366CC;
border-width: 0px 0px 1px 1px;
}
.conn_left_alt
{
width: 90%;
height: 20px;
border-style: solid;
border-color: #3366CC;
border-width: 1px 0px 0px 1px;
}
.conn_right
{
width: 90%;
height: 20px;
border-right: 1px solid #3366CC;
}
.intext_img
{
cursor: pointer;
margin: 10px;
}
/*Stuff for guestbook page*/
.guestbook_header
{
padding: 2px 2px 3px 0px;
margin-bottom: 10px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #3366CC;
font-size: 12px;
}
.guestbook_entry
{
margin: 0px 0px 10px 20px;
padding: 5px 10px 10px 10px;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #3366CC;
}
.gb_text
{
margin-top: 0px;
font-size: 14px;
color: #333333;
}