188 lines
2.6 KiB
CSS
188 lines
2.6 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.FL {
|
|
float: left;
|
|
}
|
|
|
|
.FR {
|
|
float: right;
|
|
}
|
|
|
|
a {
|
|
color: #324d32;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.top {
|
|
background-color: #659aff;
|
|
border-bottom: 6px solid black;
|
|
height: 244px;
|
|
}
|
|
|
|
.inside {
|
|
width: 850px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.inside_top{
|
|
width: 850px;
|
|
margin: 0 auto;
|
|
height: 244px;
|
|
}
|
|
.undefined {
|
|
margin-top: 125px;
|
|
font-family: Arial;
|
|
letter-spacing: -2px;
|
|
}
|
|
|
|
.templates {
|
|
margin-top: 140px;
|
|
margin-left: 10px;
|
|
font-family: Arial;
|
|
letter-spacing: -1px;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content {
|
|
background-color: #659a66;
|
|
}
|
|
|
|
.left_block {
|
|
width: 225px;
|
|
}
|
|
|
|
.right_block {
|
|
width: 410px;
|
|
height: 575px;
|
|
margin-top: -55px;
|
|
}
|
|
|
|
.middle_block {
|
|
padding-top: 20px;
|
|
margin-left: 245px;
|
|
margin-right: 430px;
|
|
}
|
|
|
|
.title_block {
|
|
padding-top: 12px;
|
|
height: 25px;
|
|
margin-top: 20px;
|
|
background-color: #303030;
|
|
}
|
|
|
|
.arrow {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.title_text {
|
|
margin-left: 20px;
|
|
font-family: Arial;
|
|
color: #659a66;
|
|
font-weight: bold;
|
|
letter-spacing: -1px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.text {
|
|
font-family: Arial;
|
|
margin-top: 15px;
|
|
margin-left: 15px;
|
|
text-align: justify;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.XHTML {
|
|
border-bottom: 1px dotted black;
|
|
}
|
|
|
|
.first_title_block {
|
|
padding-top: 12px;
|
|
height: 25px;
|
|
background-color: #303030;
|
|
}
|
|
|
|
.search_block {
|
|
height: 80px;
|
|
background-color: #303030;
|
|
}
|
|
|
|
.search_text {
|
|
color: white;
|
|
font-family: Arial;
|
|
font-size: 13px;
|
|
margin-top: 35px;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.text_input {
|
|
margin-top: 33px;
|
|
margin-left: 5px;
|
|
width: 120px;
|
|
height: 17px;
|
|
}
|
|
|
|
.search_button {
|
|
margin-left: 5px;
|
|
height: 24px;
|
|
width: 70px;
|
|
}
|
|
|
|
.post_block {
|
|
background-color: #303030;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.post_title_block {
|
|
padding-top: 12px;
|
|
height: 25px;
|
|
margin-top: 10px;
|
|
background-color: #303030;
|
|
}
|
|
|
|
.otstup {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.post_text {
|
|
font-family: Arial;
|
|
padding-top: 15px;
|
|
margin: 0 15px 30px 15px;
|
|
text-align: justify;
|
|
font-size: 13px;
|
|
color: white;
|
|
}
|
|
|
|
.posted{
|
|
font-family: Arial;
|
|
margin-left: 15px;
|
|
padding-bottom: 30px;
|
|
text-align: justify;
|
|
font-size: 11px;
|
|
color: white;
|
|
}
|
|
.footer{
|
|
height: 80px;
|
|
margin-top: 30px;
|
|
background-color: #303030;
|
|
clear: both;
|
|
border-bottom: 10px solid #659a66;
|
|
}
|
|
.copyright{
|
|
color: #797a7a;
|
|
font-family: Arial;
|
|
padding-top: 35px;
|
|
margin-left: 15px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.grey{
|
|
color: #4c4c4c;
|
|
text-decoration: underline;
|
|
} |