35 lines
1.4 KiB
CSS
Executable File
35 lines
1.4 KiB
CSS
Executable File
/* CSS Document for the Jairus Society*/
|
|
|
|
body
|
|
{
|
|
font-family: "Futura Lt BT", Arial;
|
|
}
|
|
|
|
.top_left_corn { background-image: url(en/graphics/top_left_corn.gif); background-repeat: no-repeat; }
|
|
.top_right_corn { background-image: url(en/graphics/top_right_corn.gif); background-repeat: no-repeat; }
|
|
.bottom_left_corn { background-image: url(en/graphics/bottom_left_corn.gif); background-repeat: no-repeat; }
|
|
.bottom_right_corn { background-image: url(en/graphics/bottom_right_corn.gif); background-repeat: no-repeat; }
|
|
.horz_top { background-image: url(en/graphics/horz_border_top.gif); background-repeat: repeat-x; height: 10px; }
|
|
.horz_bottom { background-image: url(en/graphics/horz_border_bottom.gif); background-repeat: repeat-x; height: 10px; }
|
|
.vert_left { background-image: url(en/graphics/vert_border_left.gif); background-repeat: repeat-y; width: 10px; }
|
|
.vert_right { background-image: url(en/graphics/vert_border_right.gif); background-repeat: repeat-y; width: 10px; }
|
|
|
|
#logo { margin-bottom: 10px; }
|
|
#spacer
|
|
{
|
|
margin-bottom: 5px;
|
|
border-width: 3px 0px 3px 0px;
|
|
border-style: solid;
|
|
border-color: #3366CC;
|
|
background-color: #3366CC;
|
|
height: 5px;
|
|
width: 631px;
|
|
}
|
|
#content_div
|
|
{
|
|
padding: 10px 15px 10px 15px;
|
|
width: 581px;
|
|
background-color: #FFCC33;
|
|
}
|
|
.header { font-size: 18px; color: #3366FF; font-family: "Futura Md BT", "Arial Black"; }
|
|
.body_text { font-size: 12px; } |