Added the main page contents, currently static
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
111
web/css/kekrozsak_front.css
Normal file
111
web/css/kekrozsak_front.css
Normal 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
BIN
web/images/fejlec.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
web/images/kek_rozsak_felirat.jpg
Normal file
BIN
web/images/kek_rozsak_felirat.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
web/images/okkultista_kor_felirat.jpg
Normal file
BIN
web/images/okkultista_kor_felirat.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Reference in New Issue
Block a user