Fidget...
This commit is contained in:
parent
ccf102dcc5
commit
c600649222
1 changed files with 8 additions and 14 deletions
|
@ -21,6 +21,10 @@ label {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
label:hover{
|
||||
color: white;
|
||||
}
|
||||
|
||||
/**********
|
||||
* *
|
||||
* Header *
|
||||
|
@ -146,13 +150,8 @@ header {
|
|||
}
|
||||
|
||||
[name=projects_all] li {
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
[name=projects_all] li:first-child {
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
margin: 0px 20px;
|
||||
}
|
||||
|
||||
[name=posts_all] a{
|
||||
|
@ -160,23 +159,18 @@ header {
|
|||
}
|
||||
|
||||
[name=posts_all] li {
|
||||
padding: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
[name=posts_all] li:first-child {
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
margin: 0px 20px;
|
||||
}
|
||||
|
||||
[name=menu_buttons] {
|
||||
display: none; }
|
||||
display: none;
|
||||
}
|
||||
|
||||
[name=menu_buttons]:checked + #menu {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
|
||||
#bar #footer {
|
||||
position: absolute; bottom: 0px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue