29c3 design
This commit is contained in:
parent
d0c82e1037
commit
734447b40c
|
@ -15,7 +15,7 @@ $themes = array (
|
||||||
"4" => "Test Style",
|
"4" => "Test Style",
|
||||||
"9" => "Test Style 21c3",
|
"9" => "Test Style 21c3",
|
||||||
"10" => "Engelsystem 2.0",
|
"10" => "Engelsystem 2.0",
|
||||||
"11" => "msquare (28c3)"
|
"11" => "msquare (29c3)"
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -88,7 +88,7 @@ function form_select($name, $label, $values, $selected) {
|
||||||
return form_element($label, html_select_key('form_' . $name, $name, $values, $selected), 'form_' . $name);
|
return form_element($label, html_select_key('form_' . $name, $name, $values, $selected), 'form_' . $name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rendert ein Formular-Element
|
* Rendert ein Formular-Element
|
||||||
*/
|
*/
|
||||||
function form_element($label, $input, $for = "") {
|
function form_element($label, $input, $for = "") {
|
||||||
|
|
|
@ -1,9 +1,29 @@
|
||||||
|
body.background {
|
||||||
|
background: #000532;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer, footer a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#body {
|
||||||
|
background: #fff;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 20px;
|
||||||
|
margin: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
background: url('../pic/engelsystem_logo_28c3.png') top left no-repeat;
|
background: url('../pic/engelsystem_logo_29c3.png') top left no-repeat #fff;
|
||||||
display: block;
|
display: block;
|
||||||
height: 69px;
|
height: 100px;
|
||||||
margin: 10px auto;
|
margin: 10px;
|
||||||
width: 378px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover > td {
|
tr:hover > td {
|
||||||
|
@ -18,3 +38,10 @@ tr:hover > td {
|
||||||
.selection ul li:nth-child(even) {
|
.selection ul li:nth-child(even) {
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
background: #fff;
|
||||||
|
border-color: #ed1a3b;
|
||||||
|
color: #ed1a3b;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
|
@ -30,6 +30,7 @@
|
||||||
%content%
|
%content%
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue