From 264d4816d9fd29b707d936a1be1f8400503d033d Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Sat, 24 May 2008 16:40:50 +0000 Subject: [PATCH] MOD restructuration des skins --- css/2/euphorik.css | 173 ---------------------- css/2/pageMinichat.css | 210 --------------------------- css/2/pageProfileRegister.css | 7 - img/{css1 => css2}/bouton_smiles.png | Bin img/{css1 => css2}/fond.png | Bin img/{css1 => css2}/logo_1.png | Bin img/{css1 => css2}/logo_2.png | Bin img/{css1 => css2}/return.png | Bin 8 files changed, 390 deletions(-) delete mode 100755 css/2/euphorik.css delete mode 100755 css/2/pageMinichat.css delete mode 100755 css/2/pageProfileRegister.css rename img/{css1 => css2}/bouton_smiles.png (100%) rename img/{css1 => css2}/fond.png (100%) rename img/{css1 => css2}/logo_1.png (100%) rename img/{css1 => css2}/logo_2.png (100%) rename img/{css1 => css2}/return.png (100%) diff --git a/css/2/euphorik.css b/css/2/euphorik.css deleted file mode 100755 index b409c80..0000000 --- a/css/2/euphorik.css +++ /dev/null @@ -1,173 +0,0 @@ -@import url(../common.css); -@import url(pageMinichat.css); -@import url(pageProfileRegister.css); - -* { - padding: 0; - margin: 0; -} - -body { - font-family: sans-serif; - font-size: 11px; - color: #4b4b4b; - text-align: center; /* uniquement pour IE */ - background-color: #e5e1ff; - background-image: url(../../img/css2/fond.png); - background-repeat: repeat-x; -} - -#container { - position: relative; - height: auto; - margin-left: 10px; - margin-right: 10px; - margin-top: 40px; -} - -#menu { - position: absolute; - z-index: 10; - font-size: 10px; - left: 350px; - text-align: left; -} -#menu div { - cursor: pointer; - display: inline; - padding: 2px; - margin-left: 2px; - background-color: #00eaa0; -} -#menu div.courante { - background-color: #00ea48; -} -#menu div:hover -{ - background-color: #00ea48 -} - -#menuCss { - position: absolute; - z-index: 10; - left: 600px; - top:0px; - border: 1px; - background-color: #FFFFFF; - border: #00eaa0 1px solid; - color: #4b4b4b; - font-size: 10px; -} - -#page { - position: relative; - padding: 20px 0px 15px 0px; - font-size: 11px; - background-color: #eff4f8; -} - -#logo { - z-index: 10; - background-image: url(../../img/css2/logo.png); - width: 253px; - height: 37px; - position: absolute; - top: 5px; - left: 5px; -} - -#footer { - text-align: right; -} -#footer a img{ - border-style: none; -} - -div#info { - width:100%; - position: fixed; - left: 0px; - top: 0px; - background-color: #FFFFFF; - border-bottom: 1px solid #aeaeae; - z-index: 20; -} - -div#info .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: #ff7070; - display: inline; - padding: 0px 5px 0px 5px; - margin: 0px 5px 0px 5px; -} -div#info .boutons div:hover { - background-color: #ffaeae; -} - -.captcha { - display:none -} - -/* Obsolète -#captcha { - margin-bottom: 5px; -} -#captcha input { - margin-left: 5px; -} -#captcha .captchaImg { - background-color: #FFFFFF; - vertical-align: bottom; -}*/ - -form input, -form button { - background-color: #FFFFFF; - border: #00eaa0 1px solid; - color: #4b4b4b; - font-size: 12px; -} - -a { - text-decoration: none; -} -a:link { - color: #4332c1; -} -a:visited { - color: #4332c1; -} -a:hover { - color: #ffad0f; -} -a:active { - color: #ffad0f; -} - diff --git a/css/2/pageMinichat.css b/css/2/pageMinichat.css deleted file mode 100755 index 2911b13..0000000 --- a/css/2/pageMinichat.css +++ /dev/null @@ -1,210 +0,0 @@ - -#page.minichat img { - margin: 0px; - vertical-align: bottom; -} - -#page.minichat #smiles { - border-width: 1px 1px 1px 1px; - border-color: #ccdfed; - border-style: solid; - position: relative; - left: 280px; - width: 300px; - margin-bottom: 10px; - padding: 1px; - height: 100%; - background-color: #FFFFFF; -} - -#page.minichat #smiles img { - cursor: pointer; - opacity: 0.5; - margin-right:1px; -} - -#page.minichat .titreSmiles:hover { - background-color: #2d8800; -} - -#page.minichat form { - text-align: left; - margin-bottom: 15px; - padding-left: 10px; -} - -#page.minichat form .pseudo { - margin-right: 5px; -} - -#page.minichat form .message { - margin-right: 5px; -} - -#page.minichat form .return { - height: 15px; - width: 32px; - background-color: #BBBBBB; - background-image: url(../../img/css1/return.png); - background-repeat: no-repeat; - background-position: 5px 2px; - vertical-align: top; -} - -/* voir pour l'astuce css "float left" des conversations : http://www.quirksmode.org/css/clearing.html */ -#page.minichat #conversations { - overflow: hidden; - width: 100% -} - -#page.minichat #conversations .conversation { - border-width: 0px; - border-style: solid; - border-color: white; - float: left; - width: 100%; -} - -#page.minichat #conversations div.message { - border-left-width: 5px; - border-left-style: solid; - border-color: transparent; - text-align: left; - padding-right: 5px; - padding-left: 4px; - cursor: pointer; -} - -#page.minichat #conversations div.messageImpair { - background-color: #e4e1ff; -} - -#page.minichat #conversations div.messagePair { - background-color: #eceaf7; -} - -#page.minichat #conversations div.cache { - opacity: 0.3; - - /* Hack IE 7 */ - filter: alpha(opacity = 30); - zoom: 1 -} - -#page.minichat #conversations div.reponse { - border-color: #d2ad73 -} -#page.minichat #conversations div.repondu { - border-color: #d066d4 -} -#page.minichat #conversations div.proprietaire { - border-color: #d74a5e -} -#page.minichat #conversations div.systeme { - background-color: #b1b1b1 -} - -#page.minichat div.message a { - font-weight: bold; -} - -#page.minichat div.message .lienConv { - color: #db960f; - font-weight: bold; - cursor: pointer -} - -#page.minichat div.message .lienConv:hover { - color: #f1c060 -} - -#page.minichat .date { - color: #cf6f21; - margin-right: 3px; - margin-left: 3px; -} - -#page.minichat div.message .pseudo, -#page.minichat form .pseudo { - margin-left: 4px; - margin-right: 2px; - font-weight: bold; - color: #2b5715; -} - -#page.minichat div.systeme .pseudo { - color: #CCCCCC -} - -/* Ca marche pas :( -#page.minichat div.message .pseudo { - min-width: 50px; - height:100px; -}*/ - -#page.minichat #conversations .repondA { - margin-left: 4px; - color: #95600d -} - -/*#page.minichat #conversations .contenu { - display: inline; -}*/ - -#page.minichat #conversations .extraire { - float: right; - padding-right: 2px; - padding-left: 2px; - background-color: #cac5f8; -} - -#page.minichat #conversations .extraire:hover { - background-color: #dfdcfd; - color: #a2a2a2 -} - -#page.minichat #conversations .titre { - padding-right: 8px; - background-color: #dedde8 -} - -#page.minichat #conversations .titre .fermer { - float: right; - padding-right: 5px; - padding-left: 5px; - background-color: #cac5f8; - color: #ff0000; - cursor: pointer; -} - -#page.minichat #conversations .titre .fermer:hover { - background-color: #dddaf8; - color: #ffAAAA; -} - -#page.minichat #conversations .titre .next, -#page.minichat #conversations .titre .prev { - display: none; -} - -#page.minichat #conversations .titre .lien { - float: right -} - -#page.minichat #conversations .titre .lien, -#page.minichat #conversations .titre .next, -#page.minichat #conversations .titre .prev, -#page.minichat #conversations .titre .numPage { - background-color: #cac5f8; - cursor: pointer; - padding-right: 5px; - padding-left: 5px; -} - -#page.minichat #conversations .titre .lien:hover, -#page.minichat #conversations .titre .next:hover, -#page.minichat #conversations .titre .prev:hover, -#page.minichat #conversations .titre .numPage:hover { - background-color: #dddaf8; - color: #a2a2a2; -} diff --git a/css/2/pageProfileRegister.css b/css/2/pageProfileRegister.css deleted file mode 100755 index 8d04e0d..0000000 --- a/css/2/pageProfileRegister.css +++ /dev/null @@ -1,7 +0,0 @@ -/* Réunit les page Profile et Register car ils ont beaucoup en commun */ - -#page.register, -#page.profile { - text-align: left; - padding: 50px 10px 10px 10px; -} diff --git a/img/css1/bouton_smiles.png b/img/css2/bouton_smiles.png similarity index 100% rename from img/css1/bouton_smiles.png rename to img/css2/bouton_smiles.png diff --git a/img/css1/fond.png b/img/css2/fond.png similarity index 100% rename from img/css1/fond.png rename to img/css2/fond.png diff --git a/img/css1/logo_1.png b/img/css2/logo_1.png similarity index 100% rename from img/css1/logo_1.png rename to img/css2/logo_1.png diff --git a/img/css1/logo_2.png b/img/css2/logo_2.png similarity index 100% rename from img/css1/logo_2.png rename to img/css2/logo_2.png diff --git a/img/css1/return.png b/img/css2/return.png similarity index 100% rename from img/css1/return.png rename to img/css2/return.png -- 2.43.0