Update style to make menu items look better.
This commit is contained in:
parent
d55d3ad706
commit
492825be4a
1 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
.clean { clear:both;}
|
.clean { clear:both;}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #EBEBFA;
|
background-color: #EBEBFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ label:hover{
|
||||||
/**********
|
/**********
|
||||||
* *
|
* *
|
||||||
* Header *
|
* Header *
|
||||||
* *
|
* *
|
||||||
**********/
|
**********/
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -69,7 +69,7 @@ header {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
* *
|
* *
|
||||||
* Sidebar *
|
* Sidebar *
|
||||||
* *
|
* *
|
||||||
|
@ -77,7 +77,7 @@ header {
|
||||||
|
|
||||||
#bar {
|
#bar {
|
||||||
position: fixed; top: 0px; right: -300px; bottom: 0px;
|
position: fixed; top: 0px; right: -300px; bottom: 0px;
|
||||||
width: 300px; margin: 0px; padding: 0px; overflow-x: hidden;
|
width: 300px; margin: 0px; padding: 0px; overflow-x: hidden;
|
||||||
background-color: #202020;
|
background-color: #202020;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition: right 0.5s ease;
|
transition: right 0.5s ease;
|
||||||
|
@ -137,7 +137,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#posts li {
|
#posts li {
|
||||||
padding: 10px;
|
padding: 10px 0px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#info #cw {
|
#info #cw {
|
||||||
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
letter-spacing: 0.4em; color: grey;
|
letter-spacing: 0.4em; color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue