Fidget...

This commit is contained in:
Bill Niblock 2015-07-18 17:00:46 -04:00
parent ccf102dcc5
commit c600649222

View file

@ -21,6 +21,10 @@ label {
cursor: pointer; cursor: pointer;
} }
label:hover{
color: white;
}
/********** /**********
* * * *
* Header * * Header *
@ -146,13 +150,8 @@ header {
} }
[name=projects_all] li { [name=projects_all] li {
padding: 10px;
font-weight: normal; font-weight: normal;
} margin: 0px 20px;
[name=projects_all] li:first-child {
padding: 10px;
font-weight: bold;
} }
[name=posts_all] a{ [name=posts_all] a{
@ -160,23 +159,18 @@ header {
} }
[name=posts_all] li { [name=posts_all] li {
padding: 10px;
font-weight: normal; font-weight: normal;
} margin: 0px 20px;
[name=posts_all] li:first-child {
padding: 10px;
font-weight: bold;
} }
[name=menu_buttons] { [name=menu_buttons] {
display: none; } display: none;
}
[name=menu_buttons]:checked + #menu { [name=menu_buttons]:checked + #menu {
z-index: 5; z-index: 5;
} }
#bar #footer { #bar #footer {
position: absolute; bottom: 0px; position: absolute; bottom: 0px;
width: 100%; width: 100%;