v2/style.css
changeset 21 32923d84e8fb
parent 20 ea66b23342a3
child 22 38931aca0bff
     1.1 --- a/v2/style.css	Tue Nov 16 16:00:03 2010 +0100
     1.2 +++ b/v2/style.css	Tue Nov 16 20:05:52 2010 +0100
     1.3 @@ -16,6 +16,15 @@
     1.4  	font: 15px/15px sans-serif;
     1.5  	margin: 30px 80px;
     1.6  	color: #333;
     1.7 +	text-align: center;
     1.8 +}
     1.9 +
    1.10 +#container
    1.11 +{
    1.12 +	margin-left: auto;
    1.13 +	margin-right: auto;
    1.14 +	width: 1000px;
    1.15 +	text-align: left;
    1.16  }
    1.17  
    1.18  .red
    1.19 @@ -122,16 +131,15 @@
    1.20  	display: block;	
    1.21  }
    1.22  
    1.23 -body > .content
    1.24 +body > #container > .content
    1.25  {
    1.26  	font: 12px/15px sans-serif;	
    1.27  	width: 50%;
    1.28  	height: 400px;
    1.29  	color: #555;
    1.30 -	position: fixed;
    1.31 -	margin: 30px 80px;
    1.32 -	left: 0;
    1.33 -	top: 0;
    1.34 +	position: absolute;
    1.35 +	margin-left: auto;
    1.36 +	margin-right: auto;
    1.37  	text-transform: none;
    1.38  	z-index: 1;
    1.39  }
    1.40 @@ -160,9 +168,9 @@
    1.41  	width: 400px;
    1.42  	height: 400px;
    1.43  	color: #333;
    1.44 -	position: fixed;
    1.45 -	margin: 30px 80px;
    1.46 -	left: 50%;
    1.47 +	position: absolute;
    1.48 +	margin-left: 500px;
    1.49 +	margin-right: auto;
    1.50  	top: 0;
    1.51  	text-transform: none;
    1.52  	background: #fafafa;
    1.53 @@ -260,47 +268,50 @@
    1.54  {
    1.55  	position: absolute;
    1.56  	bottom: 150px;
    1.57 -	margin: 0 80px;
    1.58 +	
    1.59  }
    1.60  
    1.61  #menu1
    1.62 -{
    1.63 -	left: 0;
    1.64 +{	
    1.65  	width: 400px;
    1.66  }
    1.67  
    1.68  #menu2
    1.69  {
    1.70 -	left: 50%;
    1.71 +	margin-left: 500px;
    1.72 +	margin-right: auto;
    1.73  	width: 400px;
    1.74  }
    1.75  
    1.76 -div.info {
    1.77 +#info 
    1.78 +{
    1.79  	position: absolute;
    1.80  	bottom: 30px;
    1.81 +	width: 400px;
    1.82  	color: #aaa;
    1.83  }
    1.84  
    1.85 -div.info:hover
    1.86 +#info:hover
    1.87  {
    1.88  	color: #333;
    1.89  }
    1.90  
    1.91 -div.info li.name
    1.92 +#info li.name
    1.93  {
    1.94  	font-weight: bold;
    1.95  }
    1.96  
    1.97 -div.info li.misc
    1.98 +#info li.misc
    1.99  {
   1.100  	font-weight: normal;
   1.101  }
   1.102  
   1.103 -#copy 
   1.104 +#container #copy 
   1.105  {
   1.106  	position:	absolute;
   1.107  	bottom:		30px;
   1.108 -	right:		80px;
   1.109 +	margin-left: 812px;
   1.110 +	margin-right: auto;
   1.111  	color: 		#aaa;
   1.112  }
   1.113