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,254 @@
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
.FL {
float: left;
}
.FR {
float: right;
}
.CB {
clear: both;
}
.top_bg {
background-color: #918b24;
height: 190px;
padding-top: 15px;
margin-bottom: 5px;
}
.inside {
width: 760px;
margin: 0 auto;
height: auto;
}
.bg_image {
background-image: url(images/img02.jpg);
height: 180px;
}
.affection {
color: white;
font-size: 35px;
margin-left: 120px;
padding-top: 110px;
}
.templates {
color: white;
font-size: 10px;
margin-left: 150px;
font-family: Arial;
font-weight: bold;
}
.left_img {
background-image: url(images/img04.gif);
width: 95px;
height: 248px;
}
.right_img {
background-image: url(images/img05.gif);
width: 60px;
height: 63px;
}
.content {
margin-left: 95px;
margin-right: 60px;
width: 605px;
}
.content_left {
background-color: #d7ce32;
width: 400px;
height: 580px;
}
.content_right {
background-color: #d7ce32;
width: 200px;
height: 580px;
}
.footer {
background-image: url(images/img06.gif);
width: 760px;
height: 50px;
}
.welcome {
color: white;
font-weight: normal;
margin-left: 20px;
margin-top: 15px;
}
.line {
height: 2px;
width: 100%;
background-image: url(images/img08.gif);
margin-top: 10px;
}
.text {
color: white;
text-align: justify;
margin-top: 20px;
padding-left: 20px;
padding-right: 15px;
font-family: Arial;
font-size: 14px;
line-height: 25px;
}
.text a {
color: black;
text-decoration: none;
}
.split {
margin-top: 25px;
margin-bottom: 15px;
}
.left_info {
width: 160px;
margin-left: 20px;
}
.right_info {
width: 160px;
margin-right: 15px;
}
.title {
color: white;
font-family: Arial;
font-weight: normal;
}
.info {
color: white;
text-align: justify;
margin-top: 12px;
font-family: Arial;
font-size: 11px;
line-height: 15px;
}
.left_list {
margin-top: 15px;
list-style-image: url(images/img09.gif);
margin-left: 20px;
}
.left_list li {
font-size: 11px;
margin-bottom: 5px;
font-family: Arial;
}
.heading {
font-family: Arial;
font-size: 12px;
margin-top: 15px;
font-weight: normal;
}
.right_list {
color: white;
margin-left: 20px;
margin-top: 15px;
margin-bottom: 40px;
}
.right_list li p {
color: black;
font-size: 11px;
margin-bottom: 2px;
font-family: Arial;
}
.menu {
margin-left: 40px;
margin-top: 20px;
list-style-image: url(images/img09.gif);
}
.menu li {
margin-bottom: 8px;
font-family: Arial;
font-size: 14px;
}
.menu li a {
color: black;
text-decoration: none;
}
.menu li a:hover {
color: #db5614;
text-decoration: underline;
}
.otstup {
margin-top: 25px;
margin-left: 20px;
}
.blockquote {
margin-top: 20px;
margin-left: 20px;
background-image: url(images/img11.gif);
background-repeat: no-repeat;
}
.quote {
color: white;
text-align: justify;
padding-top: 15px;
margin-left: 20px;
margin-right: 20px;
font-family: Arial;
font-size: 12px;
line-height: 25px;
}
.credits {
margin-left: 95px;
margin-top: 13px;
}
.credits li {
display: inline;
font-size: 11px;
color: #d7ce32;
}
.credits li a{
color: #d7ce32;
text-decoration: none;
}
.decoration {
border-bottom: 1px #d7ce32 dotted;
}
.copyright {
color: #d7ce32;
margin-top: 13px;
margin-right: 60px;
font-size: 11px;
}