- modified web interface: added stylesheet, personal page and divs;

This commit is contained in:
Bernhard Stampfer
2016-02-18 15:18:11 +01:00
parent 476d1b1273
commit be95db1823
6 changed files with 100 additions and 22 deletions

View File

@@ -1 +1,52 @@
static css style sheet
div.tops { background-color:#006699;
color:white;
padding:5px;
padding-left:20px;
overflow:hidden;
border-radius:5px;
border:0px solid black;
}
div.loggedin { background-color:#009966;
color:white;
padding:5px;
padding-left:20px;
overflow:hidden;
border-radius:5px;
border:0px solid black;
}
div.mainblock { background-color:white;
color:black;
padding:5px;
padding-left:20px;
overflow:hidden;
border-radius:5px;
border:1px solid black;
}
div.item { float:left;
margin:3px;
padding:5px;
border:1px solid;
border-color:black;
border-radius:4px;
min-width:80px;
#line-height:25px;
background-color:#0088AA;
color:white;
text-align:center;
text-decoration:none;
}
div.item:hover { background-color:#00AA88;
}
div.item:active { background-color:AA8800;
}
.center { text-align:center;
}
.right { float:right;
}