mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
122 lines
5.3 KiB
HTML
122 lines
5.3 KiB
HTML
[(#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}
|
|
|
|
/* **************** EXEC ADMIN PLUGIN ***************** */
|
|
.box .inner .hd h3 img.close { float: #ENV{right}; }
|
|
.box .inner .hd h3 img.close:hover { cursor: pointer; }
|
|
.onglets_simple.second ul.verrouille li.first {margin-#ENV{left}:30px;}
|
|
.onglets_simple.second ul li span.off {
|
|
display: block;
|
|
float: left;
|
|
padding: 4px 7px;
|
|
margin-bottom: 5px;
|
|
margin-left: 0;
|
|
margin-right: 5px;
|
|
border: 1px solid #909090;
|
|
background-color: #eeeeee;
|
|
color: #6c6c6c;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.actions_multiples .boutons { }
|
|
.actions_multiples .action { width: 30%; }
|
|
|
|
.liste-plugins fieldset,
|
|
.liste-plugins .liste.plugins,
|
|
.liste-plugins .liste.plugins .liste-items { margin-bottom: 0; }
|
|
.liste-plugins .liste-items .item {padding-#ENV{right}:30px;}
|
|
.liste-plugins .liste-items .item .check {float:#ENV{right};margin-#ENV{right}:-25px;}
|
|
|
|
.liste-plugins .liste-items .item .cfg_link {position: absolute;top:4px; #ENV{right}: 24px;}
|
|
|
|
.liste-plugins .liste-items .item h3 a { color: #ENV{foncee}; }
|
|
|
|
.liste-plugins .liste-items .item .actions { float:none;position:absolute;#ENV{right}:0;bottom:0;padding:5px;padding-bottom:0; background: #e8e8e8; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; z-index: 100; }
|
|
.liste-plugins .liste-items .item:hover .actions { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
|
|
|
|
.liste-plugins .liste-items .item .picto_actif {position: absolute;top:4px;#ENV{left}: 4px;}
|
|
.liste-plugins .liste-items .item .picto_err {position: absolute;top:4px;#ENV{left}: 4px;}
|
|
.liste-plugins .liste-items .item .picto_verrou {position: absolute;top:24px;#ENV{left}: 4px;filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;}
|
|
|
|
.liste-plugins .liste-items .item .picto_up { position: absolute; #ENV{right}: 46px; top:4px; }
|
|
|
|
.liste-plugins .liste-items .item.actif { background: #e8e8e8; }
|
|
.liste-plugins .liste-items .item.actif:hover {background:#eee;}
|
|
.liste-plugins .liste-items .item.verrou { background: #e8e8e8; }
|
|
.liste-plugins .liste-items .item.inactif { background: #ffffff; }
|
|
.liste-plugins .liste-items .item.inactif:hover { background: #eee; }
|
|
.liste-plugins .liste-items .item.inactif:hover .actions { background: #eee; }
|
|
|
|
|
|
.liste-plugins .liste-items .item .details { clear: both;}
|
|
.liste-plugins .liste-items .item .details dl { float: none; width: auto; margin-bottom: 0; }
|
|
.liste-plugins .liste-items .item .details dl.tech { float: none; clear: both; width: auto; text-align: #ENV{left}; font-size: 1em; word-wrap: break-word; }
|
|
.liste-plugins .liste-items .item .details dl dt { float: #ENV{left}; padding-#ENV{right}: 0.5em; }
|
|
.liste-plugins .liste-items .item .details dd { margin-bottom:0;}
|
|
.liste-plugins .liste-items .item .details .description .desc { margin-bottom: 10px; }
|
|
|
|
#afficher_incompatibles { float: right; padding: 0.5em 0; }
|
|
|
|
/* Styles des etats provoquant un affichage specifique des plugins */
|
|
/* -- installe (donc actif) */
|
|
.installe { color: #999; background: url(#CHEMIN_IMAGE{fond-installe.png}) repeat fixed 0 0 !important; }
|
|
.installe:hover { background-color:#F0F0F0 !important; }
|
|
/* -- non stable (tous les états différents de stable : à confirmer si on met test aussi dans les non stables) */
|
|
.charger_plugin .nonstable { opacity: 0.5; }
|
|
/* -- verrouille (plugins_dist)
|
|
.verrou { background:url(#CHEMIN_IMAGE{fond-verrou.png}) repeat fixed 0 0 #FDFDFD !important;}
|
|
.verrou:hover { background-color:#F0F0F0 !important; }
|
|
*/
|
|
/* -- obsolete, incompatible */
|
|
.disabled,.disabled { background:url(#CHEMIN_IMAGE{fond-obsolete.png}) repeat fixed 0 0 #ddd !important;}
|
|
.disabled:hover { background-color:#ccc !important; }
|
|
.liste-plugins .liste-items .item.disabled:hover .actions {background:url(#CHEMIN_IMAGE{fond-obsolete.png}) repeat fixed 0 0 #ccc !important}
|
|
|
|
.liste-plugins .liste-items .item.disabled h3 a { color: #aaa; }
|
|
.liste-plugins .liste-items .item.disabled .icon {filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
|
|
/* -- Notice d'information sur le plugin */
|
|
.liste-plugins .liste-items .item .information { color: #8A1F11;font-weight: bold;}
|
|
|
|
/* Liste des depots */
|
|
.liste-objets.depots .caption {
|
|
background-image: url(#CHEMIN_IMAGE{depot-24.png});
|
|
padding-#ENV{left}: 30px;
|
|
}
|
|
|
|
/* Validation des actions par popin */
|
|
#colorbox #charger_plugin_confirm {font-size:110%; padding-bottom:25px;}
|
|
#colorbox #charger_plugin_confirm .reponse_formulaire {margin-bottom:1em; line-height: 1.4em;}
|
|
#colorbox #charger_plugin_confirm .boutons {
|
|
font-size:120%;
|
|
margin-top:.5em; margin-bottom:0;
|
|
display:block;
|
|
text-align:#ENV{right};
|
|
background:#b8beb2;
|
|
border-radius:3px;
|
|
position:absolute; bottom:0; width:100%;
|
|
}
|
|
#colorbox #charger_plugin_confirm .boutons .submit {
|
|
margin-top:.5em;
|
|
margin-#ENV{right}:.5em;
|
|
margin-bottom:.5em;
|
|
margin-#ENV{left}:0;
|
|
}
|
|
|
|
/* Presentation des actions effectuees */
|
|
.svp_retour .fail {color:#c30000;}
|
|
.svp_retour ul {margin-#ENV{left}: 0.5em;}
|
|
.svp_retour li {list-style-type:square; margin-#ENV{left}: 0.5em;}
|