301db68281
It has some limitations, though, as ForumTopic.last_post and ForumTopicGroup.last_post is not updated automagically...
221 lines
2.7 KiB
CSS
221 lines
2.7 KiB
CSS
* {
|
|
font-family: sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
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: #aaaacc;
|
|
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;
|
|
}
|
|
|
|
h3 a {
|
|
color: #3366ff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.forum-lista {
|
|
border: 1px solid #3366ff;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.forum-lista thead td {
|
|
font-weight: bold;
|
|
height: 1.5em;
|
|
border-bottom: 2px solid #3366ff;
|
|
padding: 3px;
|
|
}
|
|
|
|
.forum-lista thead td a {
|
|
color: #3366ff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.forum-lista tbody td {
|
|
padding: 5px;
|
|
border-bottom: 1px solid #3366ff;
|
|
}
|
|
|
|
.forum-lista tbody tr.odd td {
|
|
background-color: #060c16;
|
|
}
|
|
|
|
.forum-lista tbody tr.even td {
|
|
background-color: #000000;
|
|
}
|
|
|
|
.forum-lista tbody td a {
|
|
color: #3366ff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.post-lista {
|
|
border: 1px solid #3366ff;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.post-lista td {
|
|
border-style: solid;
|
|
border-color: #3366ff;
|
|
border-width: 3px 1px;
|
|
vertical-align: top;
|
|
padding: 5px;
|
|
}
|
|
|
|
.post-lista td.felado {
|
|
width: 150px !important;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.post-lista td.szoveg {
|
|
width: 510px;
|
|
}
|
|
|
|
.post-lista td.szoveg div {
|
|
width: 510px;
|
|
overflow: auto;
|
|
}
|
|
|
|
td.uj-post {
|
|
}
|
|
|
|
td.uj-post textarea {
|
|
width: 500px;
|
|
background-color: #000000;
|
|
color: #3366ff;
|
|
border-style: solid;
|
|
border-color: #3366ff;
|
|
border-width: 0 0 2px 0;
|
|
height: 15em;
|
|
}
|
|
|
|
td.uj-post p {
|
|
clear: both;
|
|
float: none;
|
|
margin: 0;
|
|
}
|
|
|
|
td.uj-post p .eszkoztar {
|
|
float: left;
|
|
}
|
|
|
|
td.uj-post p .kuldes-gomb {
|
|
float: right;
|
|
}
|
|
|
|
.u {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.i {
|
|
font-style: italic;
|
|
}
|
|
|