update of website
This commit is contained in:
parent
b99abdaaf7
commit
8fde119045
24 changed files with 591 additions and 361 deletions
BIN
gfx/header.jpg
BIN
gfx/header.jpg
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 16 KiB |
BIN
gfx/header2.jpg
BIN
gfx/header2.jpg
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
BIN
gfx/header4.jpg
BIN
gfx/header4.jpg
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
137
gfx/main.css
Normal file
137
gfx/main.css
Normal file
|
@ -0,0 +1,137 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 80%;
|
||||
color: #545454;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0.1em 0 0.1em 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 200%;
|
||||
font-weight: normal;
|
||||
color: #4169E1;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #8bbf75;
|
||||
color: White;
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
font-weight:800;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #FFF;
|
||||
margin: 0 auto 0 auto;
|
||||
padding:0;
|
||||
width: 740px;
|
||||
}
|
||||
.container a:link, a:visited {
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
||||
.container a:hover, a:active {
|
||||
color: #ff8a00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding: 2em;
|
||||
margin: 0;
|
||||
background-image: url(header.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
height: 78px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: block;
|
||||
width: 740px;
|
||||
font-weight: bold;
|
||||
margin: 5px 0 5px 0;
|
||||
padding: 5px 0 5px 0;
|
||||
border-top: 1px solid #C4C4C4;
|
||||
border-bottom: 1px solid #C4C4C4;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
width: 30%;
|
||||
margin: 0 0 0 0.1em;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.left h2 {
|
||||
text-align: left;
|
||||
padding: 0 0 0 0.5em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
.leftcontent {
|
||||
margin: 0.2em 0.4em 0.3em 0;
|
||||
padding: 0.3em;
|
||||
text-align: left;
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.leftcontent p {
|
||||
padding: 0 0 0.5em 0.5em;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 5px 5px 9px 30.5%;
|
||||
padding: 0.3em 1ex 0.3em 1ex;
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.content h2 {
|
||||
/* these are 2 pixels higher then those on the left side */
|
||||
padding: 0.1em 0 0.1em 0.5em;
|
||||
margin: 0.1em 0 0.1em 0;
|
||||
}
|
||||
.content p {
|
||||
padding: 0.1em 0.8em 0.1em 0.8em;
|
||||
}
|
||||
|
||||
.date {
|
||||
text-align: right;
|
||||
font-style: italic;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.onecolumn p {
|
||||
margin-bottom: 35px;
|
||||
text-align: center;
|
||||
}
|
||||
.onecolumn h2 {
|
||||
margin: 0 0.5em 0.8em 0.5em;
|
||||
padding: 0.2em 0.3em 0.2em 0.3em;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin: 20px 0 5px 0;
|
||||
padding: 5px 0 5px 0;
|
||||
border-top: 1px solid #C4C4C4;
|
||||
border-bottom: 1px solid #C4C4C4;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
BIN
gfx/screen_mini.png
Normal file
BIN
gfx/screen_mini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Add table
Add a link
Reference in a new issue