105 lines
1.4 KiB
CSS
105 lines
1.4 KiB
CSS
#mojopulse {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
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.8;
|
|
-webkit-filter: brightness(80%);
|
|
}
|
|
|
|
.selected {
|
|
opacity: 1.0;
|
|
-webkit-filter: sepia(20%);
|
|
-webkit-filter: brightness(160%);
|
|
-webkit-filter: contrast(120%);
|
|
}
|
|
|
|
#frame_main {
|
|
//width: 1000px;
|
|
position: absolute;
|
|
width: 1000px;
|
|
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 {
|
|
padding: 15px;
|
|
display: table-cell;
|
|
}
|
|
|
|
#frame_content_left {
|
|
float: left;
|
|
color: black;
|
|
width: 300px;
|
|
}
|
|
|
|
#frame_content_center {
|
|
width: 300px;
|
|
margin: 1.5%;
|
|
margin-left: 320px;
|
|
}
|
|
|
|
#frame_content_right {
|
|
float: right;
|
|
width: 280px;
|
|
margin-left: 1.5%;
|
|
margin-right: 1.5%;
|
|
}
|
|
|
|
#frame_footer{
|
|
width: 100%;
|
|
position: relative;
|
|
height: 26px;
|
|
} |