1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
#play {
background: transparent url("images/blocks/play/block_play_bg.png");
height: 124px;
margin: 0 0 2em;
}
#play-left {
background: transparent url("images/blocks/play/block_play_cl.png") no-repeat scroll top left;
width: 20px;
height: 124px;
float: left;
margin: 0;
padding: 0;
}
#play-right {
background: transparent url("images/blocks/play/block_play_cr.png") no-repeat scroll top left;
width: 20px;
height: 124px;
float: right;
margin: 0;
padding: 0;
}
#play h3 {
text-indent: -9000px;
height: 124px;
width: 58px;
float: left;
background: transparent url("images/blocks/play/block_play_arrow.png") no-repeat scroll top left;
margin: 0 8% 0 5%;
padding: 0;
}
#play p {
text-indent: -9000px;
height: 124px;
width: 203px;
float: left;
background: transparent url("images/blocks/play/block_play_text.png") no-repeat scroll top left;
margin: 0;
padding: 0;
}
h3#abcs {
display: none;
}
#fleche123 {
background: transparent url("images/blocks/fleche123.png") no-repeat scroll top left;
width: 393px;
height: 155px;
list-style-type: none;
padding: 0;
margin: 2em 0;
position: relative;
}
#fleche123 li a {
text-indent: -9000px;
display: block;
margin: 0;
padding: 0;
height: 132px;
position: absolute;
}
#fleche123 li#fleche123-is a {
width: 113px;
}
#fleche123 li#fleche123-dl a {
width: 135px;
left: 113px;
}
#fleche123 li#fleche123-ej a {
width: 82px;
left: 248px;
}
div.step {
margin: 0;
border: solid #C9F;
border-width: 0 1px 1px;
background-color: #FCF;
margin-bottom: 1em;
}
div.step h3 {
height: 20px;
margin: 0 -1px;
background: #906 url("images/tabs/tab_red_bg.png") repeat-x scroll top left;
}
div.step h3 span.left, div.step h3 span.right {
display: block;
height: 20px;
width: 10px;
background: transparent no-repeat scroll top left;
}
div.step h3 span.left {
background-image: url("images/tabs/tab_red_l.png");
float: left;
}
div.step h3 span.right {
background-image: url("images/tabs/tab_red_r.png");
float: right;
background-position: right top;
}
div.step h3 span.text {
padding: 0 0.5em;
margin-right: 2em;
float: right;
display: block;
text-indent: -9000px;
height: 18px;
background: #FFF no-repeat scroll center top;
}
div.step h3 span#step-download {
width: 68px;
background-image: url("images/tabs/btn_dl.png");
}
div.step h3 span#step-install {
width: 92px;
background-image: url("images/tabs/btn_iands.png");
}
div.step h3 span#step-enjoy {
width: 119px;
background-image: url("images/tabs/btn_eys.png");
}
div.step .step-content {
margin: 0;
padding: 0 0.5em;
text-align: justify;
font-size: 10pt;
}
div.step .step-content p {
text-indent: 1em;
}
|