You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
3.5 KiB
65 lines
3.5 KiB
[(#REM) |
|
|
|
Ce squelette definit les styles de l'espace prive |
|
|
|
Note: l'entete "Vary:" sert a repousser l'entete par |
|
defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) |
|
genant en cas de "rotation du cookie de session" apres |
|
un changement d'IP (effet de clignotement). |
|
|
|
ATTENTION: il faut absolument le charset sinon Firefox croit que |
|
c'est du text/html ! |
|
<style> |
|
] |
|
#CACHE{3600*100,cache-client} |
|
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} |
|
#HTTP_HEADER{Vary: Accept-Encoding} |
|
|
|
#SET{claire,##ENV{couleur_claire,edf3fe}} |
|
#SET{foncee,##ENV{couleur_foncee,3874b0}} |
|
#SET{left,#ENV{ltr}|choixsiegal{left,left,right}} |
|
#SET{right,#ENV{ltr}|choixsiegal{left,right,left}} |
|
#SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}} |
|
|
|
.item.message .rv {color:#666;font-size:0.9em;padding-#GET{left}:20px;background:url(#CHEMIN_IMAGE{heure-16.png}) no-repeat [(#GET{left}) ]top;} |
|
.item.message .rv.on {color:#000;background-image:url(#CHEMIN_IMAGE{heure-on-16.png});} |
|
|
|
.liste-objets.messages tr > .new, |
|
.liste-objets.messages tr > .type, |
|
.liste-objets.messages tr > .isrv {width: 16px; padding-left:2px;padding-right:2px;text-align:center;} |
|
.liste-objets.messages tr.new td {font-weight: bold;} |
|
|
|
/* exec=message */ |
|
.message #wysiwyg {position: relative;} |
|
.message #wysiwyg .contenu_from .label, |
|
.message #wysiwyg .contenu_destinataires .label, |
|
.message #wysiwyg .contenu_titre .label, |
|
.message #wysiwyg .contenu_date_heure .label, |
|
.message #wysiwyg .contenu_date_fin .label {display: block;float:#GET{left};width:6em;clear:#GET{left};text-align:#GET{right};padding:0 10px;} |
|
.message #wysiwyg .contenu_date_heure img {vertical-align: middle;} |
|
.message #wysiwyg .contenu_date_fin img {vertical-align: middle;visibility: hidden;} |
|
.message #wysiwyg .contenu_from .spip_logo {position: absolute;#GET{right}: 0;top:0;border-radius: 50%;} |
|
|
|
.message #wysiwyg .contenu_titre {display: block;} |
|
.message #wysiwyg .contenu_texte {clear:both;border-top: 1px solid #999;margin-top: 1em;padding-top: 1em;} |
|
|
|
/* formulaire editer_message */ |
|
.formulaire_editer_message span.dest {padding:1px 3px;background:#EEE;border:1px solid #CCC;display:block;float:left;margin:0 4px 3px 0;} |
|
.formulaire_editer_message span.dest:hover {background:#DDD;} |
|
.formulaire_editer_message span.dest img {cursor:pointer;padding:1px;} |
|
.formulaire_editer_message .fake-input {background:#FFF;border:1px solid #999;padding: 3px 3px 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;-ms-box-sizing: border-box;} |
|
.formulaire_editer_message .fake-input input.text {width:200px;border: 0;padding: 1px 0;margin-bottom: 3px;} |
|
.formulaire_editer_message .editer_date_debut {padding-bottom: 0;} |
|
.formulaire_editer_message .editer_date_fin {padding-top: 0;} |
|
|
|
/* autocompletion */ |
|
.formulaire_editer_message input.ac_loading { background-image : url(#CHEMIN_IMAGE{'searching.gif'});background-position: right center;background-repeat: no-repeat;} |
|
/*.ac_input { width: 200px; }*/ |
|
.ac_results { padding: 0px; border: 1px solid WindowFrame; background-color: Window; text-align:left;z-index:1000;margin-top: 3px;margin-left: -3px;} |
|
.ac_results ul { width: 100%; overflow: hidden !important;list-style-position: outside; list-style: none; padding: 0; margin: 0;} |
|
|
|
/*.ac_results iframe {position:absolute; top:0; left:0; z-index:-1; filter:mask(); width:3000px; height:3000px;}*/ |
|
.ac_results li { margin: 0px; padding: 2px 5px; cursor: pointer; display: block; width: 100%; font-size: 1em; overflow: hidden;} |
|
.ac_over { background-color: Highlight; color: HighlightText;} |
|
|
|
/* ?exec=messages*/ |