Nils pls
This commit is contained in:
parent
ed179b004d
commit
24ee908a1f
|
@ -60,180 +60,162 @@ form input[type=submit]:hover {
|
||||||
|
|
||||||
/* {{{ Logo */
|
/* {{{ Logo */
|
||||||
|
|
||||||
header
|
header {
|
||||||
{
|
margin: 100px auto 40px;
|
||||||
margin: 100px auto 40px;
|
width: 500px;
|
||||||
width: 500px;
|
font-size: 20pt;
|
||||||
font-size: 20pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header p#left a#n3
|
|
||||||
{
|
|
||||||
text-decoration: none;
|
|
||||||
position: relative;
|
|
||||||
left: 6px;
|
|
||||||
}
|
|
||||||
header p#left a#n3 sup
|
|
||||||
{
|
|
||||||
font-size: 12pt;
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
header p#left
|
header p#left a#n3 {
|
||||||
{
|
text-decoration: none;
|
||||||
padding: 0;
|
position: relative;
|
||||||
margin: 0;
|
left: 6px;
|
||||||
display: inline-block;
|
}
|
||||||
font-weight: bold;
|
|
||||||
text-align: right;
|
header p#left a#n3 sup {
|
||||||
width: 210px;
|
font-size: 12pt;
|
||||||
}
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
header p#center
|
right: 3px;
|
||||||
{
|
}
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
header p#left {
|
||||||
display: inline-block;
|
padding: 0;
|
||||||
text-align: center;
|
margin: 0;
|
||||||
color: #999;
|
display: inline-block;
|
||||||
font-size: 22pt;
|
font-weight: bold;
|
||||||
|
text-align: right;
|
||||||
width: 68px; /* hmm... to align stuff correctly */
|
width: 210px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header p#right
|
header p#center {
|
||||||
{
|
padding: 0;
|
||||||
padding: 0;
|
margin: 0;
|
||||||
margin: 0;
|
display: inline-block;
|
||||||
display: inline-block;
|
text-align: center;
|
||||||
text-align: left;
|
color: #999;
|
||||||
color: #999;
|
font-size: 22pt;
|
||||||
|
width: 68px; /* hmm... to align stuff correctly */
|
||||||
width: 210px;
|
}
|
||||||
}
|
|
||||||
|
header p#right {
|
||||||
header p#info
|
padding: 0;
|
||||||
{
|
margin: 0;
|
||||||
width: 500px;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
font-size: 12pt;
|
color: #999;
|
||||||
}
|
width: 210px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header p#info {
|
||||||
|
width: 500px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
|
|
||||||
/* {{{ Menu */
|
/* {{{ Menu */
|
||||||
|
|
||||||
menu
|
menu {
|
||||||
{
|
float: left;
|
||||||
float: left;
|
margin: 107px 20px auto;
|
||||||
margin: 107px 20px auto;
|
padding: 40px 0 40px;
|
||||||
padding: 40px 0 40px;
|
list-style-type: none;
|
||||||
list-style-type: none;
|
position: fixed;
|
||||||
position: fixed;
|
top: 100px;
|
||||||
top: 100px;
|
left: 20px;
|
||||||
left: 20px;
|
vertical-align: middle;
|
||||||
vertical-align: middle;
|
background-color: #666;
|
||||||
background-color: #666;
|
border-radius: 5px;
|
||||||
border-radius: 5px;
|
box-shadow: 3px 3px 10px #444;
|
||||||
box-shadow: 3px 3px 10px #444;
|
|
||||||
}
|
}
|
||||||
menu li
|
|
||||||
{
|
|
||||||
padding: 5px;
|
|
||||||
width: 170px;
|
|
||||||
background-color: #666;
|
|
||||||
color: #ccc;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
menu li.highlight:hover,
|
menu li {
|
||||||
menu li.active
|
padding: 5px;
|
||||||
{
|
width: 170px;
|
||||||
background-color: #777;
|
background-color: #666;
|
||||||
}
|
color: #ccc;
|
||||||
menu li > ul.hidden {
|
text-align: center;
|
||||||
display: none;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
menu li p
|
menu li.highlight:hover,
|
||||||
{
|
menu li.active {
|
||||||
display: inline;
|
background-color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu li a {
|
menu li > ul.hidden {
|
||||||
width: 100%;
|
display: none;
|
||||||
display: inline-block;
|
}
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
menu hr
|
menu li p {
|
||||||
{
|
display: inline;
|
||||||
margin: 0 auto 0;
|
}
|
||||||
width: 60%;
|
|
||||||
border: 0;
|
|
||||||
height: 1px;
|
|
||||||
background-color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
menu ul.submenu
|
menu li a {
|
||||||
{
|
width: 100%;
|
||||||
border-top: 1px dotted #aaa;
|
display: inline-block;
|
||||||
list-style-type: none;
|
color: #fff;
|
||||||
margin: 4px auto 0;
|
}
|
||||||
padding: 0;
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
menu ul.submenu li {
|
menu hr {
|
||||||
margin: 4px 2px 2px;
|
margin: 0 auto 0;
|
||||||
padding: 0;
|
width: 60%;
|
||||||
font-size: 10px;
|
border: 0;
|
||||||
width: 100%;
|
height: 1px;
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu ul.submenu li span.info {
|
menu ul.submenu {
|
||||||
color: #aaa;
|
border-top: 1px dotted #aaa;
|
||||||
}
|
list-style-type: none;
|
||||||
|
margin: 4px auto 0;
|
||||||
|
padding: 0;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
menu ul.submenu li a {
|
menu ul.submenu li {
|
||||||
color: #ddd;
|
margin: 4px 2px 2px;
|
||||||
}
|
padding: 0;
|
||||||
|
font-size: 10px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
menu ul.submenu li span.info {
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
menu ul.submenu li a {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
section#main
|
section#main {
|
||||||
{
|
margin: 20px 20px 0 270px;
|
||||||
margin: 20px 20px 0 270px;
|
width: 760px;
|
||||||
width: 760px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section#main .error
|
section#main .error {
|
||||||
{
|
font-weight: bold;
|
||||||
font-weight: bold;
|
color: #c20;
|
||||||
color: #c20;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
section#main .warning
|
section#main .warning {
|
||||||
{
|
color: #c20;
|
||||||
color: #c20;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
section#main .success
|
section#main .success {
|
||||||
{
|
color: #0a3;
|
||||||
color: #0a3;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
section#main .info
|
section#main .info {
|
||||||
{
|
font-weight: bold;
|
||||||
font-weight: bold;
|
font-style: italic;
|
||||||
font-style: italic;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
section#main p.moreless
|
section#main p.moreless {
|
||||||
{
|
text-align: right;
|
||||||
text-align: right;
|
}
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user