Added the main page contents, currently static

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-01 14:50:25 +02:00
parent d2f982bb95
commit 60c0ef8e00
9 changed files with 267 additions and 5 deletions

111
web/css/kekrozsak_front.css Normal file
View File

@@ -0,0 +1,111 @@
* {
font-family: sans-serif;
}
body {
margin: 15px 0 0 0;
background-color: black;
}
#wrapper {
background-color: #000000;
width: 900px;
margin-left: auto;
margin-right: auto;
}
#menu {
background-color: #29140d;
background-image: gradient(top, #4e1e0b, #29140d);
border-radius: 15px 15px 0 0;
border-color: #29140d;
font-size: 80%;
height: 50px;
}
#menu ul {
margin: 0;
padding: 17px 0 0 20px;
}
#menu li {
list-style-type: none;
display: inline;
}
#menu a {
color: #ffffff;
margin-right: 5px;
padding: 0 15px;
}
#header {
height: 270px;
background-image: url('../images/fejlec.jpg');
}
#header h1 {
margin: 0;
padding-left: 96px;
padding-top: 95px;
}
#header h2 {
margin: 0;
padding-left: 15px;
padding-top: 20px;
}
#content-wrapper {
background-color: #0e0e0e;
}
#content-outline {
color:#3366ff;
text-align: justify;
width: 680px;
float: right;
}
#content {
padding: 5px;
}
#hirek {
float: left;
color: #ddddff;
width: 215px;
}
#hirek h3 {
padding: 10px;
margin: 15px 0 0 0;
}
div.hir {
padding: 5px;
font-size: 80%;
margin-bottom: 15px;
}
p.hir-cim {
font-weight: bold;
margin: 0 0 5px 0;
}
p.hir-szoveg {
text-align: justify;
margin: 10px 0;
}
p.hir-szerzo {
font-style: italic;
text-align: right;
margin: 0;
}
p.hir-datum {
text-align: right;
margin: 0;
}

BIN
web/images/fejlec.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB