Add web design files

This commit is contained in:
2025-11-20 21:37:53 +02:00
parent 258f24570a
commit 9192716bfb
510 changed files with 12551 additions and 0 deletions

View File

@@ -0,0 +1,213 @@
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
.FL {
float: left;
}
.FR {
float: right;
}
a {
color: #5d0e0e;
}
.containter {
width: 760px;
height: 940px;
margin: 0 auto;
}
.top {
background-image: url(images/img1.jpg);
width: 760px;
height: 120px;
}
.content {
width: 760px;
height: 700px;
margin-top: 20px;
margin-bottom: 10px;
}
.zion {
color: white;
padding-top: 100px;
padding-left: 10px;
font-family: Arial;
font-weight: bold;
}
.menu {
height: 50px;
width: 760px;
background-color: #3A3A3A;
border-bottom: 4px solid #5d0e0e;
}
.menu_list {
list-style-type: none;
margin-top: 23px;
}
.menu_list li {
display: inline;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.menu_list li a {
color: white;
text-decoration: none;
font-family: Arial;
font-size: 13px;
}
.blog {
background-color: #5d0e0e;
}
.left_block {
width: 350px;
}
.middle_block {
margin-left: 370px;
margin-right: 195px;
}
.right_block {
width: 180px;
}
.last_line {
width: 760px;
border-bottom: 3px solid #5d0e0e;
}
.copyright {
margin-top: 15px;
margin-left: 15px;
font-size: 11px;
color: grey;
font-family: Arial;
}
.square {
margin-top: 7px;
margin-right: 5px;
}
.title {
font-family: Arial;
}
.posted_block {
border: 1px solid black;
background-color: #5d0e0e;
height: 20px;
}
.posted_text {
color: white;
font-family: Arial;
font-size: 9px;
margin-top: 5px;
margin-left: 10px;
}
.post {
background-color: #f2f2f2;
height: auto;
border-bottom: 3px solid #5d0e0e;
margin-bottom: 5px;
}
.red_link {
color: #fc0036;
text-decoration: none;
}
.post_content {
margin-left: 17px;
margin-right: 17px;
padding-top: 25px;
margin-bottom: 30px;
color: #666666;
}
.filed {
color: #666666;
margin-left: 7px;
margin-bottom: 10px;
}
.ordered_list {
margin-left: 35px;
margin-top: 20px;
margin-bottom: 20px;
}
.blockquote {
margin-left: 40px;
}
.title_block {
border: 1px solid black;
background-color: #5d0e0e;
height: 30px;
}
.title_block_text {
color: white;
font-family: Arial;
margin-top: 6px;
margin-left: 10px;
}
.search_field {
width: 120px;
height: 20px;
background-color: #5d0e0e;
}
.search_button {
height: 22px;
width: 30px;
background-color: #5d0e0e;
color: white;
font-size: 10px;
}
.list {
padding-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
list-style-type: none
}
.list li {
padding-bottom: 1px;
border-bottom: 1px dotted #5d0e0e;
margin-bottom: 5px;
}
.list li a {
text-decoration: none;
}
.days {
color: #999;
font-family: Arial;
font-size: 15px;
margin-left: 7px;
}