154 lines
2.0 KiB
CSS
154 lines
2.0 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.FL {
|
|
float: left;
|
|
}
|
|
|
|
.FR {
|
|
float: right;
|
|
}
|
|
|
|
.CB {
|
|
clear: both;
|
|
}
|
|
|
|
.main {
|
|
width: 674px;
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
border: 1px solid black;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.image_block {
|
|
background-image: url(webctlogo_matted_2.gif);
|
|
background-repeat: no-repeat;
|
|
background-color: #B5C4E0;
|
|
height: 75px;
|
|
width: 258px;
|
|
border-bottom: 1px solid black;
|
|
border-right: 1px solid black;
|
|
border-bottom-right-radius: 10px;
|
|
margin-bottom: 50px;
|
|
box-shadow: 3px 3px 5px grey;
|
|
}
|
|
|
|
.image_text {
|
|
font-size: 11px;
|
|
margin-top: 50px;
|
|
margin-left: 75px;
|
|
}
|
|
|
|
.content {
|
|
width: 454px;
|
|
}
|
|
|
|
.text {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.otstup {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.title {
|
|
background-color: #B5C4E0;
|
|
width: 177px;
|
|
padding-left: 5px;
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.line {
|
|
width: 454px;
|
|
height: 1px;
|
|
background-color: #7276CE;
|
|
}
|
|
|
|
.names {
|
|
width: 177px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
.names .text {
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.names2 {
|
|
width: 177px;
|
|
padding-top: 1px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.names2 .text {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.inputs {
|
|
width: 257px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
input {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
select {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.grey_line {
|
|
width: 454px;
|
|
height: 2px;
|
|
background-color: grey;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.checkOtstup {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.checkboxOtstup {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.submit {
|
|
margin-top: 30px;
|
|
margin-left: 205px;
|
|
}
|
|
|
|
.largeOtstup {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 40px;
|
|
background-color: #0030C8;
|
|
}
|
|
|
|
.navigation li {
|
|
display: inline;
|
|
color: #ffffff;
|
|
font-size: 11px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.navigation li a {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.navigationLink {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
font-size: 11px;
|
|
}
|