99 lines
1.3 KiB
CSS

body {
color: gold;
}
.threecol_parent{
position: absolute;
display: table;
//width: 1000px;
width: 100%;
}
.threecol_row{
display: table-row;
}
.threecol_col{
display: table-cell;
position: relative;
}
.clear {
clear:both;
}
.link-color a{
color: black;
}
.fadeout {
opacity: 0.3;
}
.fadein {
opacity: 0.9;
-webkit-filter: brightness(80%);
}
.selected {
opacity: 1.0;
-webkit-filter: sepia(0%);
-webkit-filter: brightness(160%);
-webkit-filter: contrast(120%);
}
#frame_main {
//width: 1000px;
position: absolute;
width: 60%;
top: 20%;
left: 20%;
-webkit-box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1);
box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 1);
border-radius: 5px;
}
#frame_logo {
text-align: center;
margin-top: 25px;
}
#frame_header {
height: 26px;
}
#frame_right_border {
width: 26px;
}
#frame_left_border {
width: 26px;
}
#frame_content {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 75px;
}
#frame_content_left {
float: left;
color: black;
width: 33%;
}
#frame_content_center {
width: 33%;
}
#frame_content_right {
float: right;
padding-right: 10px;
width: 33%;
}
#frame_footer{
width: 100%;
position: relative;
height: 26px;
}