Changeset 107483 in spip-zone
- Timestamp:
- Nov 13, 2017, 1:15:31 PM (3 years ago)
- Location:
- _squelettes_/html5up_editorial
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_editorial/content/sommaire.html
r107460 r107483 15 15 <h2>(#TITRE)</h2> 16 16 </header>] 17 [<div class=" features#EDIT{texte}">18 (#TEXTE )17 [<div class="chapo #EDIT{texte}"> 18 (#TEXTE|adaptive_images) 19 19 </div>]#SET{exclus,#GET{exclus}|push{#ID_ARTICLE}} 20 20 </BOUCLE_major> -
_squelettes_/html5up_editorial/css/theme.scss
r107474 r107483 40 40 /* content */ 41 41 #main { 42 > .inner > section { 43 clear:both; 44 &:after { 45 display:block; 46 content:''; 47 clear:both; 48 } 49 } 50 .chapo, .texte, .ps { 51 margin-bottom:3em; 52 position:relative; 53 } 42 54 .texte { /* texte en 2 colonnes, en attendant mieux (mixin ?) */ 43 55 -moz-column-count: 2; … … 68 80 } 69 81 /* avec crayons, remettre en forme les boutons */ 70 .features {82 /*.features { 71 83 position:relative; 72 width:100%;84 margin-left:-1.5em; 73 85 .crayon-icones { 74 86 position:absolute; 75 87 right:0; 76 88 left:auto; 89 } 90 p, .spip { 91 margin-left:1.5em; 92 } 93 }*/ 94 article.feature.bloc { 95 width:calc(50% - 3em); 96 float:left; 97 clear:both; 98 padding: 2em 0 0 3.5em; 99 margin:0 3em 3em 0; 100 &:nth-child(2n) { 101 margin-right:0; 102 clear:none; 103 } 104 .icon { 105 &:after { 106 display: block; 107 position: absolute; 108 height: 7em; 109 width: 7em; 110 left: 50%; 111 top: 50%; 112 margin: -3.5em 0 0 -3.5em; 113 transform: rotate(45deg); 114 border-radius: 0.25rem; 115 border: solid 2px _palette(border); 116 content: ''; 117 } 118 &:before { 119 color: _palette(accent); 120 font-size: 2.75rem; 121 position: relative; 122 top: .05em; 123 } 124 } 125 .content { 126 margin: -5em 0 0 7em; 127 p { margin:0; } 77 128 } 78 129 } -
_squelettes_/html5up_editorial/modeles/iconebloc.html
r107475 r107483 6 6 |iconetexte=le texte 7 7 8 ]<article class="feature ">8 ]<article class="feature bloc"> 9 9 [<span class="icon (#ENV{icone})"></span>] 10 10 <div class="content"> -
_squelettes_/html5up_editorial/paquet.xml
r107475 r107483 2 2 prefix="html5up_editorial" 3 3 categorie="squelette" 4 version="1.0. 2"4 version="1.0.3" 5 5 etat="dev" 6 6 compatibilite="[3.1.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.