dark.css
changeset 109 70bbd11a38a7
parent 82 cb8897d7f508
child 111 27fb50daa87d
     1.1 --- a/dark.css	Sat Feb 18 04:15:43 2012 +0100
     1.2 +++ b/dark.css	Tue Feb 21 01:20:51 2012 +0100
     1.3 @@ -415,17 +415,30 @@
     1.4  #sidebar a {
     1.5      display: inline-block;
     1.6      border: 4px solid #262626;
     1.7 -    margin-right: 5px;
     1.8 +    margin-left: 18px;
     1.9 +    margin-top: 5px;
    1.10      background-image: url(images/me2.png);
    1.11      height: 64px;
    1.12 -    width: 64px;
    1.13 +    width: 64px; 
    1.14 +    color: #5D5D5D;  
    1.15  }
    1.16  
    1.17  #sidebar a:hover {
    1.18      background-image: url(images/me.png);
    1.19 +    color: #eee;  
    1.20  }
    1.21  
    1.22 -#random_quote {  
    1.23 +#sidebar p { 
    1.24 +    margin: 0px 18px 0 0;
    1.25 +    padding-top: 0px;
    1.26 +    padding-left: 74px;
    1.27 +    width: 300px;  
    1.28 +}
    1.29 +
    1.30 +#random_quote {
    1.31 +    position: relative;   
    1.32 +    left: -74px;
    1.33 +    margin-top: 5px;
    1.34      color: #c95723;
    1.35      font-style: italic;
    1.36  }