v2/style.css
changeset 16 acc31f291dd5
parent 15 057231ebef3c
child 17 2eb0d8ba4a9c
     1.1 --- a/v2/style.css	Mon Nov 15 23:14:44 2010 +0100
     1.2 +++ b/v2/style.css	Tue Nov 16 00:23:42 2010 +0100
     1.3 @@ -13,12 +13,22 @@
     1.4  	color:					#333;
     1.5  }
     1.6  
     1.7 +.red
     1.8 +{
     1.9 +	color: #b22;
    1.10 +}
    1.11 +
    1.12  a 
    1.13  {
    1.14  	text-decoration: none;
    1.15  	color: #aaa;
    1.16  }
    1.17  
    1.18 +p
    1.19 +{
    1.20 +	padding-bottom: 10px;
    1.21 +}
    1.22 +
    1.23  a:hover
    1.24  {
    1.25  	color: #333;
    1.26 @@ -89,8 +99,8 @@
    1.27  {
    1.28  	display: none;
    1.29  	font: 12px/15px sans-serif;	
    1.30 -	width: 100%;
    1.31 -	height: 45%;
    1.32 +	width: 50%;
    1.33 +	height: 50%;
    1.34  	color: #333;
    1.35  	position: fixed;
    1.36  	margin: 30px 80px;
    1.37 @@ -109,7 +119,7 @@
    1.38  body > .content
    1.39  {
    1.40  	font: 12px/15px sans-serif;	
    1.41 -	width: 100%;
    1.42 +	width: 50%;
    1.43  	color: #333;
    1.44  	position: fixed;
    1.45  	margin: 30px 80px;
    1.46 @@ -130,17 +140,18 @@
    1.47  	border-bottom: 0; 
    1.48  }
    1.49  
    1.50 -body > .content .entry
    1.51 +.content .entry
    1.52  {
    1.53  	padding-bottom: 20px;
    1.54 +	width: 400px;
    1.55  }
    1.56  
    1.57 -body > .content .entry .details
    1.58 +.content .entry .details
    1.59  {
    1.60  	display: none;
    1.61  	font: 12px/15px sans-serif;	
    1.62  	width: 30%;
    1.63 -	height: 45%;
    1.64 +	height: 50%;
    1.65  	color: #333;
    1.66  	position: fixed;
    1.67  	margin: 30px 80px;
    1.68 @@ -150,7 +161,7 @@
    1.69  	background: #fafafa;
    1.70  }
    1.71  
    1.72 -body > .content .entry:hover .details
    1.73 +.content .entry:hover .details
    1.74  {
    1.75  	display: block;
    1.76  }
    1.77 @@ -170,8 +181,6 @@
    1.78  
    1.79  div.universe1:hover
    1.80  {
    1.81 -	background: #eee;
    1.82 -	color: #aaa;
    1.83  }
    1.84  
    1.85  div.universe2
    1.86 @@ -193,8 +202,6 @@
    1.87  
    1.88  div.universe2:hover
    1.89  {
    1.90 -	background: #eee;
    1.91 -	color: #aaa;
    1.92  }
    1.93  
    1.94  
    1.95 @@ -247,11 +254,13 @@
    1.96  #menu1
    1.97  {
    1.98  	left: 0;
    1.99 +	width: 400px;
   1.100  }
   1.101  
   1.102  #menu2
   1.103  {
   1.104  	left: 50%;
   1.105 +	width: 400px;
   1.106  }
   1.107  
   1.108  div.info {