v2/style.css
changeset 20 ea66b23342a3
parent 19 36c26564cd18
child 21 32923d84e8fb
     1.1 --- a/v2/style.css	Tue Nov 16 15:01:40 2010 +0100
     1.2 +++ b/v2/style.css	Tue Nov 16 16:00:03 2010 +0100
     1.3 @@ -1,27 +1,33 @@
     1.4 -* {
     1.5 -	margin:					0;
     1.6 -	padding:				0;
     1.7 -	border:					0;
     1.8 +*
     1.9 +{
    1.10 +	margin: 0;
    1.11 +	padding: 0;
    1.12 +	border:	0;
    1.13  }
    1.14 -ul, ol {
    1.15 -	list-style-type:		none;
    1.16 +
    1.17 +ul, ol 
    1.18 +{
    1.19 +	list-style-type: none;
    1.20  }
    1.21 -body {
    1.22 -	background:				#fafafa;
    1.23 -	font:					15px/15px sans-serif;
    1.24 -	margin:					30px 80px;
    1.25 -	color:					#333;
    1.26 +
    1.27 +body 
    1.28 +{
    1.29 +	background:	#fafafa;
    1.30 +	font: 15px/15px sans-serif;
    1.31 +	margin: 30px 80px;
    1.32 +	color: #333;
    1.33  }
    1.34  
    1.35  .red
    1.36  {
    1.37 -	color: #b22;
    1.38 +	/*color: #b22;*/
    1.39 +	color: #aaa;
    1.40  }
    1.41  
    1.42  a 
    1.43  {
    1.44  	text-decoration: none;
    1.45 -	color: #aaa;
    1.46 +	color: #777;
    1.47  }
    1.48  
    1.49  p
    1.50 @@ -38,18 +44,18 @@
    1.51  {
    1.52  	border-bottom: dashed 1px #aaa; 
    1.53  	position: relative; 
    1.54 -	color: #aaa;
    1.55 +	color: #777;
    1.56  }
    1.57  
    1.58  .menu > span.link
    1.59  {
    1.60  	border-bottom: 0;
    1.61 -	font-size:				60px;/*72px;*/
    1.62 +	font-size: 60px;
    1.63  	font-weight: bold;
    1.64 -	letter-spacing:			0.2px;
    1.65 -	line-height:			80%;
    1.66 -	text-transform:			uppercase;
    1.67 -	color:					#333;	
    1.68 +	letter-spacing: 0.2px;
    1.69 +	line-height: 80%;
    1.70 +	text-transform: uppercase;
    1.71 +	color: #333;	
    1.72  }
    1.73  
    1.74  span.missinglink
    1.75 @@ -101,7 +107,7 @@
    1.76  	font: 12px/15px sans-serif;	
    1.77  	width: 50%;
    1.78  	height: 400px;
    1.79 -	color: #333;
    1.80 +	color: #555;
    1.81  	position: fixed;
    1.82  	margin: 30px 80px;
    1.83  	left: 0;
    1.84 @@ -121,7 +127,7 @@
    1.85  	font: 12px/15px sans-serif;	
    1.86  	width: 50%;
    1.87  	height: 400px;
    1.88 -	color: #333;
    1.89 +	color: #555;
    1.90  	position: fixed;
    1.91  	margin: 30px 80px;
    1.92  	left: 0;
    1.93 @@ -132,7 +138,7 @@
    1.94  
    1.95  .content a
    1.96  { 
    1.97 -	border-bottom: dashed 1px #699; 
    1.98 +	border-bottom: dashed 1px red; 
    1.99  	position: relative; 
   1.100  }
   1.101  
   1.102 @@ -167,6 +173,11 @@
   1.103  	display: block;
   1.104  }
   1.105  
   1.106 +.content .entry:hover .red
   1.107 +{
   1.108 +	color: #d22;
   1.109 +}
   1.110 +
   1.111  
   1.112  div.universe1
   1.113  {
   1.114 @@ -248,7 +259,7 @@
   1.115  div.menu
   1.116  {
   1.117  	position: absolute;
   1.118 -	bottom: 20%;
   1.119 +	bottom: 150px;
   1.120  	margin: 0 80px;
   1.121  }
   1.122