Changeset 47859 in spip-zone
- Timestamp:
- May 17, 2011, 10:53:21 AM (10 years ago)
- Location:
- _themes_/maparaan
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/maparaan/habillage.css
r46326 r47859 1 1 /**** CSS Theme Maparaan ****/ 2 2 3 div.cartouche img.spip_logos { border: 0 none; float: left; background-color:#EEEEE5; padding: 10px 20px 10px 0; width:100px !important; height:auto !important; } 3 div.cartouche img.spip_logos { border: 0 none; float: left; background-color:#EEEEE5; padding: 10px 20px 10px 0; width:100px; height:auto; } 4 .page_rubrique div.cartouche img.spip_logos { width:auto; height:auto; } 5 .page_article div.cartouche img.spip_logos { width:auto; height:auto; padding:0px 20px 10px 0; } 4 6 div#descriptif_site_spip, div#descriptif_site_spip p { margin:0; padding:0; font: normal 14px/30px Georgia,serif; text-shadow: 1px 1px #fff; color:#666; letter-spacing:0.1em; } 5 7 body.page_sommaire div#contenu div.liste ul, … … 8 10 body.page_rubrique div#contenu div.liste ul.liste-items li { border:none; background: transparent; } 9 11 div#page div.articles li.hentry { list-style-type:none; margin:20px 0 30px 0;} 10 div#page h1.h1 { font: normal 24px/50px Georgia,serif; border-bottom: 3px solid #e0e0da; } 12 div#page h1.h1 { font: normal 24px/50px Georgia,serif; } 13 div#page .cartouche { border-bottom: 3px solid #e0e0da; } 11 14 div#page h2.h2 { font: normal 20px/50px Georgia,serif; border-bottom: 3px solid #e0e0da; clear:both; } 12 15 div#page h1, div#page h2 { text-shadow: 1px 1px #fff; display: block; margin: 0; padding: 0; } 13 16 div#page div.liste li.hentry h3.entry-title a img { float:right; padding:0 0 0 20px; background-color: #EEEEE5; } 14 17 div#page abbr { border:none; cursor:help; } 15 div#page div.info-publi { font-family:Georgia,serif; text-shadow: 1px 1px #fff; color:#999; } 16 div#page div.info-publi a { font-weight:normal; } 18 div#page div.info-publi, 19 div#page p.info-publi { font-family:Georgia,serif; text-shadow: 1px 1px #fff; color:#999; } 20 div#page div.info-publi a, 21 div#page p.info-publi a { font-weight:normal; } 17 22 div#page div.meta-publi { height:24px; } 18 23 div#page div.meta-publi span.sep { display:none; } … … 285 290 286 291 287 div.liste ul.liste-items li { padding:8px 0; background: transparent url('img/border-sidebar-list-item.gif') left bottom repeat-x; } 288 div.liste ul.liste-items li:hover { background: #ebebd9 url('img/border-sidebar-list-item.gif') left bottom repeat-x; } 292 div.liste ul.liste-items li, 293 div#sidebar ul.menu-liste li.menu-entree { padding:8px 0; background: transparent url('img/border-sidebar-list-item.gif') left bottom repeat-x; } 294 div.liste ul.liste-items li:hover, 295 div#sidebar ul.menu-liste li.menu-entree:hover { background: #ebebd9 url('img/border-sidebar-list-item.gif') left bottom repeat-x; } 289 296 290 297 #comments ul.comments-list div.comment-texte { background-color:#FFF; border:1px solid #DDD; padding:1px 20px; position:relative; } … … 306 313 div#footer-content a:link, div#footer-content a:visited, div#footer-content a:active { color: #48423d; } 307 314 div#footer-content a:hover { color: #CCC } 315 316 /* 317 Forum 318 */ 319 div#page ul.forum li { list-style:none; } 320 div#page ul.forum li div.forum-message { clear:both; } 321 div#page div#contenu > p.repondre a { clear:both; display:block; float:left; padding:0 6px; background:#c85d47 url('img/bg-lirelasuite.jpg') top left repeat-x; color:#FFF; text-shadow:1px 1px #555; line-height:24px; } 322 div#page div#contenu > p.repondre a { 323 -webkit-border-radius: 6px; 324 -moz-border-radius: 6px; 325 border-radius: 6px; 326 327 -moz-box-shadow: 0px 0px 6px #aaa; 328 -webkit-box-shadow: 0px 0px 6px #aaa; 329 box-shadow: 0px 0px 6px #aaa; 330 331 -moz-transition: all 0.15s ease-in-out; 332 -o-transition: all 0.15s ease-in-out; 333 -webkit-transition: all 0.15s ease-in-out; 334 transition: all 0.15s ease-in-out; 335 } 336 div#page div#contenu > p.repondre a:hover { background:#b24a35 url('img/bg-lirelasuite.jpg') bottom left repeat-x; } 337 div#page ul.forum p.comment-reply { font-family:Georgia,serif; text-shadow: 1px 1px #fff; color:#999; float:right; } 338 339 p.traductions { float:right; padding:0; } -
_themes_/maparaan/main-loading.js.html
r46361 r47859 13 13 14 14 jQuery(document).ready(function() { 15 //jQuery.noConflict(); 15 16 paddToggle("input#recherche", "<:info_rechercher:>"); 16 17 17 /********************************************/ 18 19 paddToggle('input#recherche', '<:info_rechercher:>'); 20 21 jQuery('div.search form').click(function () { 22 jQuery('input#recherche').focus(); 18 jQuery("div.search form").click(function () { 19 jQuery("input#recherche").focus(); 23 20 }); 24 21 25 22 /**** FORMULAIRE_SITE ****/ 26 paddToggle( 'input#nom_site','<:form_prop_nom_site:>');27 paddToggle( 'input#url_site','<:form_prop_url_site:>');28 paddToggle( 'textarea#description_site','<:form_prop_description:>');23 paddToggle("input#nom_site","<:form_prop_nom_site:>"); 24 paddToggle("input#url_site","<:form_prop_url_site:>"); 25 paddToggle("textarea#description_site","<:form_prop_description:>"); 29 26 30 27 /**** FORMULAIRE_SIGNATURE / Petition ****/ 31 paddToggle( 'input#session_nom','<:form_pet_votre_nom:>');32 paddToggle( 'input#session_email','<:form_pet_votre_email:>');33 paddToggle( 'input#signature_nom_site','<:form_pet_nom_site2:>');34 paddToggle( 'input#signature_url_site','<:form_pet_adresse_site:>');35 paddToggle( 'textarea#message','<:maparaan:form_pet_message_commentaire:>');28 paddToggle("input#session_nom","<:form_pet_votre_nom:>"); 29 paddToggle("input#session_email","<:form_pet_votre_email:>"); 30 paddToggle("input#signature_nom_site","<:form_pet_nom_site2:>"); 31 paddToggle("input#signature_url_site","<:form_pet_adresse_site:>"); 32 paddToggle("textarea#message","<:maparaan:form_pet_message_commentaire:>"); 36 33 37 34 /**** FORMULAIRE_FORUM ****/ 38 paddToggle( 'input#titre','<:forum_titre:>');39 paddToggle( 'textarea#texte','<:maparaan:texte_message:>');35 paddToggle("input#titre","<:forum_titre:>"); 36 paddToggle("textarea#texte","<:maparaan:texte_message:>"); 40 37 /* cf. FORMULAIRE_SITE : nom_site, url_site. */ 41 38 /**** FORMULAIRE_INC-LOGIN_FORUM ****/ 42 paddToggle( 'input#session_nom','<:maparaan:forum_votre_nom:>');43 paddToggle( 'input#session_email','<:maparaan:forum_votre_email:>');39 paddToggle("input#session_nom","<:maparaan:forum_votre_nom:>"); 40 paddToggle("input#session_email","<:maparaan:forum_votre_email:>"); 44 41 45 42 /**** FORMULAIRE_INSCRIPTION ****/ 46 paddToggle( 'input#nom_inscription','<:form_pet_votre_nom:>');47 paddToggle( 'input#mail_inscription','<:form_pet_votre_email:>');43 paddToggle("input#nom_inscription","<:form_pet_votre_nom:>"); 44 paddToggle("input#mail_inscription","<:form_pet_votre_email:>"); 48 45 49 46 /**** FORMULAIRE_ECRIRE_AUTEUR ****/ 50 paddToggle( 'input.email_message_auteur','<:form_pet_votre_email:>');51 paddToggle( 'input.sujet_message_auteur','<:form_prop_sujet:>');52 paddToggle( 'textarea.texte_message_auteur','<:maparaan:texte_message:>');47 paddToggle("input.email_message_auteur","<:form_pet_votre_email:>"); 48 paddToggle("input.sujet_message_auteur","<:form_prop_sujet:>"); 49 paddToggle("textarea.texte_message_auteur","<:maparaan:texte_message:>"); 53 50 54 51 /**** FORMULAIRE_LOGIN ****/ 55 paddToggle( 'input#var_login','<:maparaan:login_login2:>');56 paddToggle( 'input#password','<:maparaan:login_pass2:>');52 paddToggle("input#var_login","<:maparaan:login_login2:>"); 53 paddToggle("input#password","<:maparaan:login_pass2:>"); 57 54 58 55 /**** FORMULAIRE_OUBLI ****/ 59 paddToggle( 'input#oubli','<:form_pet_votre_email:>');56 paddToggle("input#oubli","<:form_pet_votre_email:>"); 60 57 61 58 });
Note: See TracChangeset
for help on using the changeset viewer.