Changeset 48853 in spip-zone
- Timestamp:
- Jun 16, 2011, 3:56:32 PM (10 years ago)
- Location:
- _themes_/zpip-2/KeepItSimple
- Files:
-
- 5 added
- 1 deleted
- 1 edited
- 2 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
_themes_/zpip-2/KeepItSimple/body.html
r33981 r48853 1 <div id="page"> 1 <body> 2 </body> <div id="page"> 2 3 [(#REM) Entete de la page + titre du site ] 3 4 <div id='bloc-haut'> 4 5 <div id="entete"> 5 6 [(#REM) HEADER / ENTETE ] 6 <INCLURE{fond= inclure/entete,env}>7 <INCLURE{fond=header/#ENV{type},env} /> 7 8 </div> 8 9 <div id="nav"> 9 10 [(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ] 10 <INCLURE{fond=inclure/ barre-nav,env}>11 <INCLURE{fond=inclure/nav,env} /> 11 12 </div><!--header ends--> 12 13 </div> … … 18 19 <div class="hentry" id="contenu"> 19 20 [(#REM) CONTENT / CONTENU ] 20 <INCLURE{fond=conten u/#ENV{type},env}>21 <INCLURE{fond=content/#ENV{type},env} /> 21 22 </div><!--#contenu--> 22 23 </div><!--#conteneur--> 23 24 24 25 [(#REM) Menu de navigation laterale ] 25 <div id="navigation" >26 <div id="navigation" class="col"> 26 27 [(#REM) SECONDARY NAVIGATION SIDEBAR / Navigation laterale secondaire ] 27 <INCLURE{fond= navigation/#ENV{type},env}>28 <INCLURE{fond=extra1/#ENV{type},env} /> 28 29 </div><!--#navigation--> 29 30 30 31 [(#REM) Menu de navigation laterale ] 31 <div id="extra" >32 <div id="extra" class="col"> 32 33 [(#REM) EXTRA INFORMATIONS / Informations complementaires] 33 <INCLURE{fond=extra /#ENV{type},env}>34 <INCLURE{fond=extra2/#ENV{type},env} /> 34 35 </div><!--#extra--> 35 36 … … 40 41 <div id="pied"> 41 42 [(#REM) FOOTER / Pied de page ] 42 <INCLURE{fond= inclure/pied,env}>43 <INCLURE{fond=footer/#ENV{type},env} /> 43 44 <INCLURE{fond=inc-theme-copyleft}> 44 45 </div> 45 46 </div> 46 47 </div><!--#page--> 48 </body> -
_themes_/zpip-2/KeepItSimple/css/spip.list.less
r48838 r48853 13 13 .menu > h6 {margin-bottom: 0;} 14 14 15 .menu-items { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #ddd; } 16 .menu-items .item { margin: 0; padding: @quart-margin-bottom/*@quart-margin-bottom*/;} 15 .menu-items { margin: 0; padding: 0; list-style: none; border-top: 2px solid #ebebeb; } 16 .menu-items .item { margin: 0; padding: @quart-margin-bottom/*@quart-margin-bottom*/;background: url(img/dots.gif) repeat-x left bottom;} 17 * html body .menu-items .item {height: 1%;} 18 17 19 .menu-items .menu-items { margin-left: 1em; border: 0; } 18 .menu-items .menu-items .item { padding: 0; border: 0; } 20 .menu-items .menu-items .item { padding: 0; border: 0; background: none; } 21 .menu-items .item a, 22 .menu-items .item a:visited {font-family: Georgia, 'Times New Roman', Times, Serif;background-image: none;background-color: transparent;border: none;color: #7BA857;padding-left: 0;} 23 .menu-items .item a span {color: #9F9F9F;font-family: Georgia, 'Times New Roman', Times, Serif;font-style: normal;font-size: 1em;} 24 .menu-items .item a:hover { color: #000; } 19 25 20 26 21 27 /* habillage barre de nav horizontale */ 22 .hornav {background:#eee;border-left: 1px solid #eee;border-right: 1px solid #eee;} 23 .hornav .menu {margin: 0;} 24 .hornav .menu-items {float:left;width: 100%;border: 0;} 25 .hornav .menu-items .item {float:left;padding: 0;} 26 .hornav .item a {color:#333;font-weight:bold;text-decoration: none;display:block;padding:@demi-margin-bottom/*@demi-margin-bottom*/;} 27 .hornav .item a:hover {background:#ddd;color:#222;} 28 .hornav .on {color:#000;background: #fff;} 29 .hornav .on a {color:#000;} 28 #nav .menu-items {float: left;margin-top: 5px;height: 45px;padding-left: 15px;border:0;} 29 #nav .menu-items .item {float: left;padding:0;padding-left: 10px;background:none;} 30 #nav .menu-items .item a {float: left;padding: 0 15px 0 5px;color: #666666;font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;text-transform: uppercase;} 31 #nav .menu-items .item a:hover, 32 #nav .menu-items .item a:active {border: none;color: #111;background: transparent;} 33 #nav .menu-items .item.on {background: transparent url(img/left-tab.gif) no-repeat;} 34 #nav .menu-items .item.on a {color: #444;background: transparent url(img/right-tab.gif) no-repeat right top;} 35 #nav .item .menu-items{display:none;} 36 30 37 31 38 … … 40 47 41 48 42 .liste-items {margin: 0; padding: 0; list-style: none; border-bottom:0;border-top: 1px solid #eee;margin-bottom: @margin-bottom/*@margin-bottom*/;}49 .liste-items {margin: 0; padding: 0; list-style: none; border-bottom:0;border-top: 2px solid #ebebeb;;margin-bottom: @margin-bottom/*@margin-bottom*/;} 43 50 .liste .liste-items {margin-bottom: 0;} 44 .liste-items .item {list-style:square; margin-left:0; padding:@demi-margin-bottom/*@demi-margin-bottom*/ 0; clear:both; overflow:hidden;border-bottom: 1px solid #eee;} 45 .liste-items .item .h3 { margin: @demi-margin-bottom/*@demi-margin-bottom*/ 0;} 51 .liste-items .item {list-style:square; margin-left:0; padding:@demi-margin-bottom/*@demi-margin-bottom*/ 0; clear:both; overflow:hidden;background: url(img/dots.gif) repeat-x left bottom;} 52 * html body .liste-items .item {height: 1%;} 53 .liste-items .item a, 54 .liste-items .item a:visited {font-family: Georgia, 'Times New Roman', Times, Serif;background-image: none;background-color: transparent;border: none;color: #7BA857;padding-left: 0;} 55 .liste-items .item a span {color: #9F9F9F;font-family: Georgia, 'Times New Roman', Times, Serif;font-style: normal;font-size: 1em;} 56 .liste-items .item a:hover { color: #000; } 57 46 58 .liste-items .item .h3 a:hover { text-decoration:none;} 47 59 48 .liste-items .item:hover {background-color: # eee;}60 .liste-items .item:hover {background-color: #F8F8F8;} 49 61 50 62 .liste-items .item ul {margin-left: @text-indent/*@text-indent*/;list-style-type: disc;} … … 53 65 .liste.articles .spip_logos { float: right; clear: right; margin: .8em 0 4px 16px; } 54 66 .liste .articles .item .introduction { margin-top: 0.30em; line-height: 1.40em; padding: 0.5em 0 1.5em 1em;} 67 68 69 70 /* menu */ 71 72 /* Liste d'items */ -
_themes_/zpip-2/KeepItSimple/css/spip.pagination.css
r48526 r48853 6 6 */ 7 7 /*Scott*/ 8 .pagination -green .sep,.pagination-green .label {display:none;}9 .pagination -green{8 .pagination .sep,.pagination .label {display:none;} 9 .pagination { 10 10 padding:3px; 11 11 margin:3px; … … 13 13 } 14 14 15 .pagination -green.lien_pagination {15 .pagination .lien_pagination { 16 16 padding: 2px 5px 2px 5px; 17 17 margin-right: 2px; … … 19 19 20 20 text-decoration: none; 21 color: # 88AF3F;21 color: #7BA857; 22 22 } 23 .pagination -green.tbc {margin-right:2px;}23 .pagination .tbc {margin-right:2px;} 24 24 25 .pagination -green .lien_pagination:hover, .pagination-green .lien_pagination:active {26 border:1px solid # 85BD1E;27 color: # 638425;28 background-color: # F1FFD6;25 .pagination .lien_pagination:hover, .pagination .lien_pagination:active { 26 border:1px solid #7BA857; 27 color: #444; 28 background-color: #f8f8f8; 29 29 } 30 .pagination -green.on {30 .pagination .on { 31 31 padding: 2px 5px 2px 5px; 32 32 margin-right: 2px; 33 border: 1px solid # B2E05D;33 border: 1px solid #9ccf5f; 34 34 font-weight: bold; 35 background-color: # B2E05D;35 background-color: #9ccf5f; 36 36 color: #FFF; 37 37 } 38 .pagination -green.disabled .on {38 .pagination .disabled .on { 39 39 padding: 2px 5px 2px 5px; 40 40 margin-right: 2px; … … 44 44 background:none; 45 45 } 46 47 .col .pagination .prev,.col .pagination .next {display: none;}
Note: See TracChangeset
for help on using the changeset viewer.