toolkit/exemples/tapisserie/css/designTapestry.css
changeset 48 1b2dffb4ac2b
parent 47 c0b4a8b5a012
equal deleted inserted replaced
47:c0b4a8b5a012 48:1b2dffb4ac2b
    14 }
    14 }
    15 
    15 
    16 /* -- General style -- */
    16 /* -- General style -- */
    17 
    17 
    18 body {
    18 body {
    19 	position: absolute;
    19 	position: left;
    20 	margin: auto;
    20 	margin: 0px;
    21 	width: 960px;
    21 	width: 960px;
    22 	font: 14px Helvetica Neue;
    22 	font: 14px Helvetica Neue;
    23 	text-rendering: optimizeLegibility;
    23 	text-rendering: optimizeLegibility;
    24 	margin: 30px 20px;
    24 	/* margin: 30px 20px; */
    25 	overflow-y: scroll;
    25 	overflow-y: scroll;
    26 	z-index: 1;
    26 	z-index: 1;
    27 }
    27 }
    28 
    28 
    29 h1 {
    29 h1 {
    30   font-size: 36px;
    30   font-size: 36px;
    31   position: relative;
    31   position: left;
    32   left : 690px;
    32   left : 690px;
    33   font-weight: 300;
    33   font-weight: 300;
    34   margin-bottom: .3em;
    34   margin-bottom: .3em;
    35 }
    35 }
    36 
    36