Add web design files
This commit is contained in:
232
web-design/сайт/adios/adios.css
Normal file
232
web-design/сайт/adios/adios.css
Normal file
@@ -0,0 +1,232 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
.main {
|
||||
width: 760px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.FL {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.FR {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.otstup {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.top {
|
||||
height: 171px;
|
||||
border-bottom: 7px solid #E16629;
|
||||
}
|
||||
|
||||
.top_left {
|
||||
width: 240px;
|
||||
background-color: #29A4E1;
|
||||
height: 170px;
|
||||
}
|
||||
|
||||
.adios {
|
||||
margin: 0;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
color: #FFFFFF;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.tl_text {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
color: #FFFFFF;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.top_right {
|
||||
width: 520px;
|
||||
}
|
||||
|
||||
.toplink {
|
||||
height: 53px;
|
||||
border-top: 7px solid #29A4E1;
|
||||
}
|
||||
|
||||
.toplink:hover {
|
||||
border-top: 7px solid #1A7196;
|
||||
background-color: #DCDCDC;
|
||||
}
|
||||
|
||||
.toplinktext {
|
||||
margin-top: 15px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.home {
|
||||
width: 65px;
|
||||
}
|
||||
|
||||
.plan {
|
||||
width: 105px;
|
||||
}
|
||||
|
||||
.support {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.about {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
.contact {
|
||||
width: 115px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 760px;
|
||||
height: 425px;
|
||||
border-bottom: 7px solid #E16629;
|
||||
}
|
||||
|
||||
.content_left {
|
||||
width: 240px;
|
||||
height: 425px;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.left_list {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.left_list li {
|
||||
color: #797979;
|
||||
width: 165px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 14px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-size: 13px;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.small_text {
|
||||
font-size: 11px;
|
||||
font-family: Arial;
|
||||
margin: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.content_right {
|
||||
width: 520px;
|
||||
height: 425px;
|
||||
}
|
||||
|
||||
.small_title {
|
||||
color: #797979;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 0;
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.big_title {
|
||||
color: #797979;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
font-size: 22px;
|
||||
padding: 0;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 0;
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.line1 {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.line2 {
|
||||
width: 480px;
|
||||
}
|
||||
|
||||
.arrow_left {
|
||||
margin-top: 43px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.arrow_welcome {
|
||||
margin-right: 20px;
|
||||
margin-top: 39px;
|
||||
}
|
||||
|
||||
.text1 {
|
||||
margin-top: 25px;
|
||||
margin-bottom: 0;
|
||||
margin-left: 50px;
|
||||
width: 420px;
|
||||
font-size: 13px;
|
||||
font-family: Arial;
|
||||
color: #797979;
|
||||
}
|
||||
|
||||
.dotted_line {
|
||||
border-bottom: 2px dotted #BCBCBC;
|
||||
width: 480px;
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.left_list_div {
|
||||
width: 230px;
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.right_list_div {
|
||||
width: 230px;
|
||||
margin-right: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.middle_title {
|
||||
color: #797979;
|
||||
font-weight: bold;
|
||||
font-family: Arial;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.list_arrow {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.line3 {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
.copy {
|
||||
text-align: center;
|
||||
color: #797979;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #29A3E1;
|
||||
}
|
||||
|
||||
li {
|
||||
color: #797979;
|
||||
}
|
||||
Reference in New Issue
Block a user