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,117 @@
@charset "utf-8";
/* CSS Document */
*{
padding: 0;
border: 0;
margin: 0 auto;
}
body{background-image: url(images/0008d-background.jpg)}
.container{
width: 700px;
margin-top: 30px;
}
.verh{
width: 700px;
height: 60px;
background-color: #A1AEEF;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.FL{float: left;}
.FR{float:right;}
.clearB{clear:both;}
.VerhTextDiv{
width:700px;
padding-top: 10px
}
.fairyblue{
margin-top: 14px;
margin-left: 10px;
color: #1E0074;
font-family: Arial;
font-size: 25px;
}
.templates{
margin-top: 18px;
margin-right: 10px;
color: #1E0074;
font-size: 18px;
font-family: Arial;
}
.menudiv{
width: 700px;
height: 32px;
background-image: url(images/img03.gif);
}
ul{
list-style-type: none;
float: left;
margin-top: 7px;
margin-left: 10px;
}
li{display: inline;}
.menulink{
text-decoration: none;
color: #FFFFFF;
font-family: Arial;
font-size: 12px;
margin-right: 15px;
}
.content{
width: 700px;
height: 450px;
background-image: url(images/img04.gif);
}
.contentL{
width: 225px;
margin-top: 30px;
margin-left: 25px;
}
.contentR{
width: 415px;
margin-top: 30px;
margin-right: 15px;
}
.welcome{
color: #1E0074;
font-size: 19px;
font-family: Arial;
margin-bottom: 20px;
}
.zagolovok{
color: #1E0074;
font-size: 16px;
font-family: Arial;
}
.text{
color: #4C5AC0;
font-size: 12px;
font-family: Arial;
}
.otstup{
margin-top: 13px;
}
.data{
color: #1E0074;
font-size: 13px;
font-family: Arial;
}
.niz{
height: 22px;
background-color: #829EDF;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.niztext{
color: #1E0074;
font-family: Arial;
font-size: 11px;
margin-left: 15px;
padding-top: 4px;
}
.nizlink{
color: #1E0074;
font-family: Arial;
font-size: 11px;
padding-top: 4px;
}