51 lines
1.1 KiB
CSS
Executable File
51 lines
1.1 KiB
CSS
Executable File
.left_column {
|
|
width: 200px;
|
|
background-image: url(graphics/bg_gradiant.gif);
|
|
background-repeat: repeat-y;
|
|
background-position: center;
|
|
}
|
|
.main_table {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border: 2px solid #666666;
|
|
}
|
|
.right_column {
|
|
background-image: url(graphics/bg_grass.gif);
|
|
background-repeat: repeat-x;
|
|
background-position: bottom;
|
|
}
|
|
.section_heading {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.content {
|
|
margin: 20px 20px 40px;
|
|
}
|
|
.link_buttons {
|
|
border-top-width: 0px;
|
|
border-right-width: 2px;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-top-color: #000000;
|
|
border-right-color: #000000;
|
|
border-bottom-color: #000000;
|
|
border-left-color: #000000;
|
|
}
|
|
.titles {
|
|
border-top-width: 0px;
|
|
border-right-width: 0px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 0px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-top-color: #000000;
|
|
border-right-color: #000000;
|
|
border-bottom-color: #000000;
|
|
border-left-color: #000000;
|
|
}
|