1
0
Fork 0

Webinterface: CSS verbessert (+Favicon)

This commit is contained in:
Findus23 2014-05-15 16:29:22 +02:00
parent b313512a3e
commit e929db9eb5
2 changed files with 4 additions and 4 deletions

BIN
Webinterface/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -17,9 +17,9 @@ li {
display: inline; display: inline;
} }
a:link,a:visited { a:link,a:visited {
transition: background-color,width 0.5s; transition: 0.5s;
display: inline-block; display: inline-block;
width:150px; width:200px;
font-weight:bold; font-weight:bold;
color:#FFFFFF; color:#FFFFFF;
background-color:#98bf21; background-color:#98bf21;
@ -29,10 +29,10 @@ li {
} }
a:hover,a:active { a:hover,a:active {
background-color:#7A991A; background-color:#7A991A;
width: 180px; width: 220px;
} }
h1 { h1 {
padding-top: 20px; padding-top: 20px;
color: #4B5E10; color: #4B5E10;
font-family: "Verdana",sans-serif; font-family: "Verdana",sans-serif;
} }