X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F2%2Feuphorik.css;h=4ba935273e59053ff9067497b0d2cbb0465a22b8;hp=d15acad32319cbeee3fd8b5f0057aac440f978dc;hb=384d85d53813f191ec34860ec9c69efad8e5366e;hpb=303b11558402d03cd5b1a87f2632bfd365b23905 diff --git a/css/2/euphorik.css b/css/2/euphorik.css index d15acad..4ba9352 100755 --- a/css/2/euphorik.css +++ b/css/2/euphorik.css @@ -1,38 +1,33 @@ - +/* coding: utf-8 */ + @import url(pageMinichat.css); -@import url(pageAdmin.css); +@import url(pageAdmin.css); @import url(pageProfileRegister.css); @import url(pageAbout.css); - - -* { - padding: 0px; - margin: 0px; -} - -body { - font-family: sans-serif; + +* { + padding: 0px; + margin: 0px; +} + +body { + font-family: monospace; font-size: 12px; - color: #EEEEEE; - /*text-align: center;*/ /* uniquement pour IE */ - background-color: #DFDFDF; - background-image: url(../../img/css1/fond.png) -} - + color: #EEEEEE; + background-color: #DFDFDF; + background-image: url(../../img/css2/fond.png) +} + #container { - position: relative; - height: auto; - margin-left: 10px; - margin-right: 10px; - margin-top: 40px; + height: auto; + margin-left: 10px; + margin-right: 10px; + margin-top: 40px; } +/***** Menu *****/ ul#menu { - /* - left: 300px; - top: 2px;*/ padding-left: 300px; - /*position: absolute;*/ height: 23px; font-size: 11px; background-color: #000000; @@ -53,35 +48,33 @@ ul#menu { background-color: #818c27 } +/***** Le menu pour le choix de la CSS *****/ #menuCss { position: absolute; z-index: 10; left: 600px; - top:0px; + top:40px; font-size: 9px; } +/***** Le style du contenu des pages *****/ #page { - position: relative; font-size: 12px; background-color: #000000; padding: 10px 10px 15px 10px; } - #page > h1 { margin-top: 10px; margin-left: 0px; font-size: 18px; color : #a6b80e } - #page > h2 { margin-top: 10px; margin-left: 10px; font-size: 16px; color : #899714; } - #page > h3 { margin-top: 10px; margin-left: 20px; @@ -89,54 +82,57 @@ ul#menu { color : #79841a; background-color : #1e2201 } - #page > h4 { margin-top: 10px; margin-left: 25px; font-size: 12px; color : #646d1d } - #page > p { margin-top: 3px; margin-left: 35px; color : #e9e9e9 } - #page > ul { margin-top: 3px; margin-left: 45px; color: #e9e9e9 } - #logo { z-index: 10; - background-image: url(../../img/css1/logo_2.png); + background-image: url(../../img/css2/logo_2.png); width: 253px; height: 37px; position: absolute; - top: -20px; + top: 20px; left: 4px; -} +} +/***** Le pied de page *****/ #footer { text-align: right; -} -#footer a img{ - border-style: none; -} - + font-size: 9px +} +#footer a img{ + border-style: none; + vertical-align: middle; + margin-right: 5px; +} +#footer span{ + margin-right: 10px; +} + +/***** La boite d'information (s'apparente à une MessageBox) *****/ div#info { - text-align: center; - width:100%; - position: fixed; - left: 0px; - top: 0px; + text-align: center; + width:100%; + position: fixed; + left: 0px; + top: 0px; background-color: #000000; - border-bottom: 1px solid #aeaeae; - z-index: 20; + border-bottom: 1px solid #aeaeae; + z-index: 20; } - div#info div.fermer { float:right; cursor: pointer; @@ -144,7 +140,6 @@ div#info div.fermer { width: 16px; background-image: url(../../img/fermer.gif) } - div#info #icone { float:left; height:16px; @@ -159,11 +154,9 @@ div#info #icone.information { div#info #icone.exclamation { background-image: url(../../img/exclamation.gif) } - div#info .boutons { padding: 1px; } - div#info .boutons div { cursor: pointer; background-color: #770000; @@ -174,11 +167,51 @@ div#info .boutons div { div#info .boutons div:hover { background-color: #bc0000; } - -.captcha { - display:none + +/***** Les infos bulles *****/ +#flecheBulle { + position: absolute; + z-index: 50; + display: none +} +.flecheBulleHaut { + background-image: url(../../img/css2/fleche_bulle_haut.png); + width: 15px; + height: 8px; +} +.flecheBulleDroite { + background-image: url(../../img/css2/fleche_bulle_droite.png); + width: 8px; + height: 15px; +} +.flecheBulleBas { + background-image: url(../../img/css2/fleche_bulle_bas.png); + width: 15px; + height: 8px; +} +.flecheBulleGauche { + background-image: url(../../img/css2/fleche_bulle_gauche.png); + width: 8px; + height: 15px; +} +#messageBulle { + position: absolute; + z-index: 50; + color: #ffffff; + background-color: #164200; + display: none; + font-size: 10px; +} +#messageBulle p { + padding: 3px 6px; } +/***** Le faux captcha *****/ +.captcha { + display:none +} + +/***** Les formulaires *****/ form input, form button, form select { @@ -186,29 +219,29 @@ form select { border: #2d8800 1px solid; color: #EEEEEE; } - form input, form select { font-size: 12px; } - form button { font-size: 11px; } - -a { - text-decoration: none; -} -a:link { - color: #7664ff; -} -a:visited { - color: #7664ff; -} -a:hover { - color: #ffad0f; -} -a:active { - color: #ffad0f; -} - +form input[readonly] { + background-color: #484e46 +} + +/***** Les liens *****/ +.lien, a { + text-decoration: none; + color: #7664ff; +} +.lien { + cursor: pointer; +} +a:link, a:visited { + color: #7664ff; +} +.lien:hover, .lien:active, a:hover, a:active { + color: #ffad0f; +} +