X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;fp=css%2F1%2Feuphorik.css;h=0000000000000000000000000000000000000000;hb=ec451ce279c76f96f7d12c1261770ea1108a7ca5;hp=76e50bed833ca3901f4c348a076bdb1c6728866d;hpb=264d4816d9fd29b707d936a1be1f8400503d033d;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css deleted file mode 100755 index 76e50be..0000000 --- a/css/1/euphorik.css +++ /dev/null @@ -1,214 +0,0 @@ -@import url(../common.css); -@import url(pageMinichat.css); -@import url(pageAdmin.css); -@import url(pageProfileRegister.css); -@import url(pageAbout.css); - - -* { - padding: 0px; - margin: 0px; -} - -body { - font-family: sans-serif; - font-size: 12px; - color: #EEEEEE; - /*text-align: center;*/ /* uniquement pour IE */ - background-color: #DFDFDF; - background-image: url(../../img/css1/fond.png) -} - -#container { - position: relative; - height: auto; - margin-left: 10px; - margin-right: 10px; - margin-top: 40px; -} - -ul#menu { - /* - left: 300px; - top: 2px;*/ - padding-left: 300px; - /*position: absolute;*/ - height: 23px; - font-size: 11px; - background-color: #000000; - list-style-type:none; -} -#menu li { - cursor: pointer; - z-index: 20; - float: left; - padding: 2px; - margin-left: 2px; - background-color: #4f5519; -} -#menu li.courante { - background-color: #818c27; -} -#menu li:hover { - background-color: #818c27 -} - -#menuCss { - position: absolute; - z-index: 10; - left: 600px; - top:0px; - font-size: 9px; -} - -#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; - font-size: 14px; - 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); - width: 253px; - height: 37px; - position: absolute; - top: -20px; - left: 4px; -} - -#footer { - text-align: right; -} -#footer a img{ - border-style: none; -} - -div#info { - text-align: center; - width:100%; - position: fixed; - left: 0px; - top: 0px; - background-color: #000000; - border-bottom: 1px solid #aeaeae; - z-index: 20; -} - -div#info div.fermer { - float:right; - cursor: pointer; - height:16px; - width: 16px; - background-image: url(../../img/fermer.gif) -} - -div#info #icone { - float:left; - height:16px; - width: 16px; -} -div#info #icone.interrogation { - background-image: url(../../img/interrogation.gif) -} -div#info #icone.information { - background-image: url(../../img/information.gif) -} -div#info #icone.exclamation { - background-image: url(../../img/exclamation.gif) -} - -div#info .boutons { - padding: 1px; -} - -div#info .boutons div { - cursor: pointer; - background-color: #770000; - display: inline; - padding: 0px 5px 0px 5px; - margin: 0px 5px 0px 5px; -} -div#info .boutons div:hover { - background-color: #bc0000; -} - -.captcha { - display:none -} - -form input, -form button, -form select { - background-color: #164200; - 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; -} -