Fidget...
This commit is contained in:
parent
54bed26463
commit
ccf102dcc5
1 changed files with 26 additions and 2 deletions
|
@ -17,6 +17,10 @@ a,a:visited,a:link,a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/**********
|
/**********
|
||||||
* *
|
* *
|
||||||
* Header *
|
* Header *
|
||||||
|
@ -51,7 +55,7 @@ header {
|
||||||
|
|
||||||
#toggle {
|
#toggle {
|
||||||
position: absolute; right: 0px;
|
position: absolute; right: 0px;
|
||||||
margin: 0px; padding: 13px 25px; z-index: 3;
|
margin: 0px; padding: 8px 25px; z-index: 3;
|
||||||
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
color: darkgrey; text-shadow: 0px 0px 5px white;
|
color: darkgrey; text-shadow: 0px 0px 5px white;
|
||||||
}
|
}
|
||||||
|
@ -141,10 +145,30 @@ header {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
[name=posts_all] {
|
[name=projects_all] li {
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
[name=projects_all] li:first-child {
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
[name=posts_all] a{
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[name=posts_all] li {
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
[name=posts_all] li:first-child {
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
[name=menu_buttons] {
|
[name=menu_buttons] {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue