dark.css
changeset 80 ba69edadfc4c
parent 78 1e4ba37124e3
child 82 cb8897d7f508
     1.1 --- a/dark.css	Thu Jan 05 15:32:41 2012 +0100
     1.2 +++ b/dark.css	Thu Jan 05 17:03:06 2012 +0100
     1.3 @@ -102,32 +102,6 @@
     1.4      border: 4px solid #262626;  
     1.5  } 
     1.6  
     1.7 -#logo {
     1.8 -    border-style: none; 
     1.9 -    position: relative;
    1.10 -    margin: 0; 
    1.11 -    padding: 0;
    1.12 -    color: #F8F8F8;    
    1.13 -    /* change the values of top and left to adjust the position of the logo*/
    1.14 -    top: 40px; 
    1.15 -    left: 25px;
    1.16 -    height: 100px;
    1.17 -    width: 670px;
    1.18 -}
    1.19 -
    1.20 -#sim {
    1.21 -    border-style: none; 
    1.22 -    position: relative;
    1.23 -    margin: 0; 
    1.24 -    padding: 0;
    1.25 -    color: #F8F8F8;    
    1.26 -    /* change the values of top and left to adjust the position of the logo*/
    1.27 -    top: 37px;
    1.28 -    left: 25px;
    1.29 -    height: 30px;
    1.30 -    width: 670px;
    1.31 -}
    1.32 -
    1.33  code {
    1.34      margin: 5px 0;
    1.35      padding: 15px;
    1.36 @@ -223,6 +197,32 @@
    1.37  /* ------------------------------------------
    1.38     LAYOUT
    1.39     ------------------------------------------- */ 
    1.40 +#logo {
    1.41 +    border-style: none; 
    1.42 +    position: relative;
    1.43 +    margin: 0; 
    1.44 +    padding: 0;
    1.45 +    color: #F8F8F8;    
    1.46 +    /* change the values of top and left to adjust the position of the logo*/
    1.47 +    top: 20px; 
    1.48 +    left: 25px;
    1.49 +    height: 100px;
    1.50 +    width: 670px;
    1.51 +}
    1.52 +
    1.53 +#sim {
    1.54 +    border-style: none;
    1.55 +    position: relative;
    1.56 +    margin: 0; 
    1.57 +    padding: 0;
    1.58 +    color: #F8F8F8;    
    1.59 +    /* change the values of top and left to adjust the position of the logo*/
    1.60 +    top: 20px;
    1.61 +    left: 25px;
    1.62 +    height: 50px;
    1.63 +    width: 670px;
    1.64 +}
    1.65 +
    1.66  #wrap { 
    1.67      position: relative;
    1.68      width: 1020px;
    1.69 @@ -239,9 +239,9 @@
    1.70  #header {
    1.71      position: relative;
    1.72      width: 1020px;	
    1.73 -    height: 150px;	
    1.74 +    height: 170px;	
    1.75      margin: 0; 
    1.76 -    padding: 0;			
    1.77 +    padding: 0;		
    1.78  }
    1.79  #header h1#logo-text a {
    1.80      position: absolute;
    1.81 @@ -408,6 +408,19 @@
    1.82  /*border: 4px solid #262626;*/
    1.83  }
    1.84  
    1.85 +#sidebar a {
    1.86 +    display: inline-block;
    1.87 +    border: 4px solid #262626;
    1.88 +    margin-right: 5px;
    1.89 +    background-image: url(images/me2.png);
    1.90 +    height: 64px;
    1.91 +    width: 64px;
    1.92 +}
    1.93 +
    1.94 +#sidebar a:hover {
    1.95 +    background-image: url(images/me.png);
    1.96 +}
    1.97 +
    1.98  #random_quote {  
    1.99      color: #c95723;
   1.100      font-style: italic;