Commit 19bb7ae1e9c95623eba21862d97ed5c6b6ad5317

Authored by Elena.Budnik
1 parent 7d6d814f

css

Showing 1 changed file with 285 additions and 1 deletions   Show diff stats
js/resources/css/AccueilAmda.css
1   -@charset "UTF-8"; @import url("../fonts/stylesheet.css"); /* CSS Document */ body{ text-align: left; background-color: #FFF; } /*•••••••••••••• couvercle et trou ••••••••••••*/ #trou{ position: relative; margin-right: 50%; margin-left: 50%; left: -1050px; top: -10px; width: 1920px; height: 1170px; z-index: 1; background-attachment: scroll; background-image: url(../images/trou.jpg); background-repeat: no-repeat; } #couvercle{ position: relative; margin-right: auto; margin-left: auto; left: -276px; top: -130px; width: 676px; height: 676px; z-index: 1; background: url(../images/Couvercle_complet.png) 0 0 no-repeat scroll; background-repeat: no-repeat; background-image: url(../images/Couvercle_complet.png); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; } #couvercle:hover{ left: -400px; top: -100px; } /*•••••••••••••• boutons ••••••••••••*/ #TousLesBoutons{ left: 937px; top: -608px; z-index: 6; position: relative; width: 350px; height: 500px; } #Btn_GuestLogin, #Btn_Login{ background: url(../images/boutonLogin_off.png) 0 0 no-repeat scroll; z-index: 6; position: relative; width: 50px; height: 50px; } #Btn_GuestLogin:hover, #Btn_Login:hover { background: url(../images/boutonLogin_over.png) 0 0 no-repeat scroll; } #Btn_About, #Btn_FirstVisit, #Btn_Rules, #Btn_Register, #Btn_Contact{ background: url(../images/bouton_off.png) 0 0 no-repeat scroll; z-index: 6; position: relative; width: 40px; height: 40px; } #Btn_About:hover, #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Register:hover, #Btn_Contact:hover{ background: url(../images/bouton_over.png) 0 0 no-repeat scroll; } #Btn_EnterLogin, #Btn_EnterPassword{ left: 90px; z-index: 6; position: relative; width: 230px; height: 25px; background-color: rgba(0, 0, 0, 1); border-radius:5px 0px 10px 5px; padding: 1px 0px 0px 15px; border:none; } #Btn_EnterLogin:hover, #Btn_EnterPassword:hover{ background-color: rgba(66, 66, 66, 1); } #Btn_EnterLogin, #Btn_EnterPassword{ font-family: orbitronbold; font-size: 10px; text-align: left; } .PlaceHolder { color: #0CF; } /*••••••••••••••••••••••••••• positionnement des boutons ••••••••••••••••••*/ #Btn_FirstVisit{ left: 83px; top: 0px; } #Btn_Rules{ left: 92px; top: 13px; } #Btn_EnterLogin{ top: 35px; } #Btn_EnterPassword{ top: 45px; } #Btn_Login{ left: 80px; top: 70px; border: none; } #Btn_Register{ left: 59px; top: 73px; display: block; } #Btn_Contact{ left: 28px; top: 85px; display: block; } #Btn_About{ left: -15px; top: 100px; } #Logo_CDPP{ width: 209px; height: 144px; display: block; top: -70px; left:400px; z-index: 50; position: absolute; background: url(../images/Logo_CDPP_off.png) 0 0 no-repeat scroll; } #Logo_CDPP:hover{ background: url(../images/Logo_CDPP_over.png) 0 0 no-repeat scroll; z-index: 100; } #Logos_partenaires{ margin-right: auto; margin-left: auto; left:15%; right:10%; width: 1500px; height: 42px; bottom: 50px; z-index: 50; position: fixed; background: url(../images/LogosPartenaires.png) 0px 0px no-repeat scroll; } #PaveGuest{ left: 450px; top: -130px; position: relative; width: 180px; background-color: rgba(255, 255, 255, 0.2); border-radius:10px 10px 10px 10px; /* border: 3px solid rgba(0, 107, 179, 0.3);*/ } #Btn_GuestLogin{ left: 0px; top: 8px; border: none; } #TitrePaveGuest{ position: relative; left: 50px; top: -22px; font-family: orbitronbold; font-size: 16px; color: rgba(0, 107, 179, 0.7); font-weight: bold; } /* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/ #textAbout { z-index: 6; position: relative; left: 40px; top: 80px; font-family: orbitronlight; font-size: 14px; color: rgba(255, 255, 255, 0.5); font-weight: bold; } #textLogin { z-index: 6; position: relative; left: 185px; top: 40px; font-family: orbitronlight; font-size: 14px; color: rgba(255, 255, 255, 0.5); font-weight: bold; } /* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/ #PaveAnnoucements{ font-family: orbitronbold; font-size: 30px; color: rgba(0, 0, 42, 0.3); left: 300px; top: -100px; width: 300px; height: 300px; z-index: 100; padding:20px 20px 20px 20px; position: relative; background-color: rgba(255, 255, 255, 0); border-radius:0px 30px 0px 30px; } #TitrePaveAnnoucement{ font-family: orbitronlight; font-size: 35px; color: rgba(0, 0, 0, 0.2); background-color: rgba(255, 100, 255, 0); margin-top:20px; } #DateAnnoucement{ font-family: orbitronbold; font-size: 12px; color: rgba(163, 224, 255, 1); background-color: rgba(0, 0, 0, 1); padding:4px 5px 2px 5px; border-radius:3px 3px 3px 3px; width: 100px; } #DateAnnoucementRed{ font-family: orbitronbold; font-size: 12px; color: #F00; background-color: rgba(0, 0, 0, 1); padding:4px 5px 2px 5px; border-radius:3px 3px 3px 3px; width: 100px; } #TexteAnnoucement{ font-family: orbitronlight; font-size: 14px; color: rgba(0, 0, 0, 0.5); background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 5px 10px; border-top:1px solid rgba(255, 255, 255, 1); border-radius:0px 0px 20px 0px; } #TexteAnnoucementRed{ font-family: orbitronbold; font-size: 14px; color: #F00; text-decoration: blink; background-color: rgba(255, 255, 255, 0.2); padding:5px 10px 5px 10px; border-top:1px solid rgba(255, 255, 255, 1); border-radius:0px 0px 20px 0px; }
2 1 \ No newline at end of file
  2 +@charset "UTF-8";
  3 +@import url("../fonts/stylesheet.css");
  4 +/* CSS Document */
  5 +body{
  6 + text-align: left;
  7 + background-color: #FFF;
  8 +}
  9 +/*•••••••••••••• couvercle et trou ••••••••••••*/
  10 +
  11 +#trou{
  12 + position: relative;
  13 + margin-right: 50%;
  14 + margin-left: 50%;
  15 + left: -1050px;
  16 + top: -10px;
  17 + width: 1920px;
  18 + height: 1170px;
  19 + z-index: 1;
  20 + background-attachment: scroll;
  21 + background-image: url(../images/trou.jpg);
  22 + background-repeat: no-repeat;
  23 +}
  24 +
  25 +
  26 +#couvercle{
  27 + position: relative;
  28 + margin-right: auto;
  29 + margin-left: auto;
  30 + left: -276px;
  31 + top: -130px;
  32 + width: 676px;
  33 + height: 676px;
  34 + z-index: 1;
  35 + background: url(../images/Couvercle_complet.png) 0 0 no-repeat scroll;
  36 + background-repeat: no-repeat;
  37 + background-image: url(../images/Couvercle_complet.png);
  38 + -webkit-transition: all 0.5s ease-in-out;
  39 + -moz-transition: all 0.5s ease-in-out;
  40 + }
  41 +
  42 +#couvercle:hover{
  43 + left: -400px;
  44 + top: -100px;
  45 + }
  46 +/*•••••••••••••• boutons ••••••••••••*/
  47 +
  48 +#TousLesBoutons{
  49 + left: 937px;
  50 + top: -608px;
  51 + z-index: 6;
  52 + position: relative;
  53 + width: 350px;
  54 + height: 500px;
  55 + }
  56 +
  57 +#Btn_GuestLogin, #Btn_Login{
  58 + background: url(../images/boutonLogin_off.png) 0 0 no-repeat scroll;
  59 + z-index: 6;
  60 + position: relative;
  61 + width: 50px;
  62 + height: 50px;
  63 + }
  64 +
  65 +#Btn_GuestLogin:hover, #Btn_Login:hover {
  66 + background: url(../images/boutonLogin_over.png) 0 0 no-repeat scroll;
  67 + }
  68 +
  69 +#Btn_About, #Btn_FirstVisit, #Btn_Rules, #Btn_Register, #Btn_Contact{
  70 + background: url(../images/bouton_off.png) 0 0 no-repeat scroll;
  71 + z-index: 6;
  72 + position: relative;
  73 + width: 40px;
  74 + height: 40px;
  75 + }
  76 +
  77 +#Btn_About:hover, #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Register:hover, #Btn_Contact:hover{
  78 + background: url(../images/bouton_over.png) 0 0 no-repeat scroll;
  79 + }
  80 +
  81 +#Btn_EnterLogin, #Btn_EnterPassword{
  82 + left: 90px;
  83 + z-index: 6;
  84 + position: relative;
  85 + width: 230px;
  86 + height: 25px;
  87 + background-color: rgba(0, 0, 0, 1);
  88 + border-radius:5px 0px 10px 5px;
  89 + padding: 1px 0px 0px 15px;
  90 + border:none;
  91 + }
  92 +
  93 +#Btn_EnterLogin:hover, #Btn_EnterPassword:hover{
  94 + background-color: rgba(66, 66, 66, 1);
  95 + }
  96 +
  97 +#Btn_EnterLogin, #Btn_EnterPassword{
  98 + font-family: orbitronbold;
  99 + font-size: 10px;
  100 + text-align: left;
  101 + }
  102 +
  103 +.PlaceHolder {
  104 + color: #0CF;
  105 + }
  106 +
  107 +/*••••••••••••••••••••••••••• positionnement des boutons ••••••••••••••••••*/
  108 +
  109 +#Btn_FirstVisit{
  110 + left: 83px;
  111 + top: 0px;
  112 + }
  113 +
  114 +#Btn_Rules{
  115 + left: 92px;
  116 + top: 13px;
  117 + }
  118 +
  119 +#Btn_EnterLogin{
  120 + top: 35px;
  121 + }
  122 +
  123 +#Btn_EnterPassword{
  124 + top: 45px;
  125 + }
  126 +
  127 +#Btn_Login{
  128 + left: 80px;
  129 + top: 70px;
  130 + border: none;
  131 + }
  132 +
  133 +#Btn_Register{
  134 + left: 59px;
  135 + top: 73px;
  136 + display: block;
  137 + }
  138 +
  139 +#Btn_Contact{
  140 + left: 28px;
  141 + top: 85px;
  142 + display: block;
  143 + }
  144 +
  145 +#Btn_About{
  146 + left: -15px;
  147 + top: 100px;
  148 + }
  149 +
  150 +#Logo_CDPP{
  151 + width: 209px;
  152 + height: 144px;
  153 + display: block;
  154 + top: -70px;
  155 + left:400px;
  156 + z-index: 50;
  157 + position: absolute;
  158 + background: url(../images/Logo_CDPP_off.png) 0 0 no-repeat scroll;
  159 + }
  160 +#Logo_CDPP:hover{
  161 + background: url(../images/Logo_CDPP_over.png) 0 0 no-repeat scroll;
  162 + z-index: 100;
  163 +}
  164 +
  165 +#Logos_partenaires{
  166 + margin-right: auto;
  167 + margin-left: auto;
  168 + left:15%;
  169 + right:10%;
  170 + width: 1500px;
  171 + height: 42px;
  172 + bottom: 50px;
  173 + z-index: 50;
  174 + position: fixed;
  175 + background: url(../images/LogosPartenaires.png) 0px 0px no-repeat scroll;
  176 +}
  177 +
  178 +#PaveGuest{
  179 + left: 450px;
  180 + top: -130px;
  181 + position: relative;
  182 + width: 180px;
  183 + background-color: rgba(255, 255, 255, 0.2);
  184 + border-radius:10px 10px 10px 10px;
  185 + /* border: 3px solid rgba(255, 255, 255, 0.7); */
  186 +}
  187 +
  188 +#Btn_GuestLogin{
  189 + left: 0px;
  190 + top: 8px;
  191 + border: none;
  192 + }
  193 +
  194 +#TitrePaveGuest{
  195 + position: relative;
  196 + left: 50px;
  197 + top: -22px;
  198 + font-family: orbitronbold;
  199 + font-size: 16px;
  200 + color: rgba(0, 107, 179, 0.7);
  201 + font-weight: bold;
  202 +}
  203 +
  204 +/* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/
  205 +#textAbout {
  206 + z-index: 6;
  207 + position: relative;
  208 + left: 40px;
  209 + top: 80px;
  210 + font-family: orbitronlight;
  211 + font-size: 14px;
  212 + color: rgba(255, 255, 255, 0.5);
  213 + font-weight: bold;
  214 +}
  215 +
  216 +#textLogin {
  217 + z-index: 6;
  218 + position: relative;
  219 + left: 185px;
  220 + top: 40px;
  221 + font-family: orbitronlight;
  222 + font-size: 14px;
  223 + color: rgba(255, 255, 255, 0.5);
  224 + font-weight: bold;
  225 +}
  226 +
  227 +/* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/
  228 +
  229 +#PaveAnnoucements{
  230 + font-family: orbitronbold;
  231 + font-size: 30px;
  232 + color: rgba(0, 0, 42, 0.3);
  233 + left: 300px;
  234 + top: -100px;
  235 + width: 300px;
  236 + height: 300px;
  237 + z-index: 100;
  238 + padding:20px 20px 20px 20px;
  239 + position: relative;
  240 + background-color: rgba(255, 255, 255, 0);
  241 + border-radius:0px 30px 0px 30px;
  242 +}
  243 +#TitrePaveAnnoucement{
  244 + font-family: orbitronlight;
  245 + font-size: 35px;
  246 + color: rgba(0, 0, 0, 0.2);
  247 + background-color: rgba(255, 100, 255, 0);
  248 + margin-top:20px;
  249 +}
  250 +#DateAnnoucement{
  251 + font-family: orbitronbold;
  252 + font-size: 12px;
  253 + color: rgba(163, 224, 255, 1);
  254 + background-color: rgba(0, 0, 0, 1);
  255 + padding:4px 5px 2px 5px;
  256 + border-radius:3px 3px 3px 3px;
  257 + width: 100px;
  258 +}
  259 +#DateAnnoucementRed{
  260 + font-family: orbitronbold;
  261 + font-size: 12px;
  262 + color: #F00;
  263 + background-color: rgba(0, 0, 0, 1);
  264 + padding:4px 5px 2px 5px;
  265 + border-radius:3px 3px 3px 3px;
  266 + width: 100px;
  267 +}
  268 +#TexteAnnoucement{
  269 + font-family: orbitronlight;
  270 + font-size: 14px;
  271 + color: rgba(0, 0, 0, 0.5);
  272 + background-color: rgba(255, 255, 255, 0.2);
  273 + padding:5px 10px 5px 10px;
  274 + border-top:1px solid rgba(255, 255, 255, 1);
  275 + border-radius:0px 0px 20px 0px;
  276 +}
  277 +#TexteAnnoucementRed{
  278 + font-family: orbitronbold;
  279 + font-size: 14px;
  280 + color: #F00;
  281 + text-decoration: blink;
  282 + background-color: rgba(255, 255, 255, 0.2);
  283 + padding:5px 10px 5px 10px;
  284 + border-top:1px solid rgba(255, 255, 255, 1);
  285 + border-radius:0px 0px 20px 0px;
  286 +}
... ...