Changeset 119797 in spip-zone
- Timestamp:
- Jan 16, 2020, 7:17:57 PM (14 months ago)
- Location:
- _themes_/spipr/v2/patisson
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/spipr/v2/patisson/css/composants/_footer.scss
r119792 r119797 1 1 .footer { 2 font-family: $font-family-alt; 2 3 background-color: $gray-100; 3 4 margin-top: 4 * $spacer; 4 padding-top: 2* $spacer;5 padding-top: 3 * $spacer; 5 6 padding-bottom: 2 * $spacer; 6 7 margin-bottom:0; 7 8 text-align: left; 8 9 position:relative; 9 .colophon {padding-right: 100px} 10 .generator {position: absolute;top:2 * $spacer;right:0;max-width: 100px;} 10 .site-title { 11 font-size: 2.5rem; 12 } 13 .footer-nav-title { 14 text-transform: uppercase; 15 font-size: 1rem; 16 font-family: $font-family-alt; 17 } 18 .footer-nav { 19 margin:0; padding:0; 20 list-style-type: none; 21 } 22 .footer-nav-item { 23 font-size: .9rem; 24 } 11 25 } -
_themes_/spipr/v2/patisson/css/composants/_second-footer.scss
r119792 r119797 1 1 .second-footer { 2 font-family: $font-family-alt; 2 3 background-color: $gray-900; 3 4 text-align:center; 4 5 color: white; 5 padding: 1em; 6 .site-info { 7 font-family: $font-family-alt; 6 padding: 1em 1em .3em; 7 .colophon { 8 8 text-transform: uppercase; 9 9 font-size:.8rem; 10 10 letter-spacing: 1px; 11 margin:0; 12 position:relative; 13 } 14 .generator { 15 margin-left: 1em; 16 position: relative; 17 top: -8px; 18 a { 19 display: inline-block; 20 transition: background-color .3s; 21 padding: 3px; 22 border-radius: 10px; 23 &:hover, &:focus { 24 background-color: rgba(100, 100, 100, .3); 25 } 26 } 11 27 } 12 28 } -
_themes_/spipr/v2/patisson/inclure/second-footer.html
r119792 r119797 1 1 <div class="row"> 2 2 <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> 3 <div class="site-info">#NOM_SITE_SPIP</div> 3 <p class="colophon"> 4 <BOUCLE_annee(ARTICLES){par date}{0,1}>[(#DATE|annee|!={#VAL{Y}|date}|oui)[(#DATE|annee)]]</BOUCLE_annee>-</B_annee>[(#DATE|annee) ] 5 — <span class="site-info">#NOM_SITE_SPIP</span> 6 <small class="generator"><a href="https://www.spip.net/" rel="generator" title="<:site_realise_avec_spip:>" class="spip_out">[(#CHEMIN{spip.png}|balise_img{SPIP})]</a></small> 7 </p> 8 4 9 </div> 5 10 </div>
Note: See TracChangeset
for help on using the changeset viewer.