Changeset 119919 in spip-zone
- Timestamp:
- Jan 23, 2020, 5:37:45 PM (13 months ago)
- Location:
- _squelettes_/escal/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/trunk/modeles/escal_conditions_tempsreel.html
r113234 r119919 4 4 --> 5 5 ] 6 #CACHE{300}7 6 8 7 <div class="rainette_conditions"> -
_squelettes_/escal/trunk/paquet.xml
r119886 r119919 2 2 prefix="escal" 3 3 categorie="squelette" 4 version="4.3.3 8"4 version="4.3.39" 5 5 schema="1.0.13" 6 6 etat="stable" -
_squelettes_/escal/trunk/styles/general.css
r119779 r119919 1978 1978 /* adaptation de plugins */ 1979 1979 /*************************/ 1980 /**************************************/ 1981 /* personnalisation du couteau suisse */ 1982 /**************************************/ 1980 /***************************/ 1981 /* Le sommaire automatique */ 1982 /***************************/ 1983 /* == plugin couteau suisse == */ 1984 div.cs_sommaire{ 1985 background: #fff; 1986 border: none; 1987 margin-left: 1em; 1988 margin-right: 0; 1989 } 1990 div.cs_sommaire_inner { 1991 padding: 5px; 1992 margin-left: 20px; 1993 background: #eee; 1994 } 1995 div.cs_sommaire_titre_avec_fond, div.cs_sommaire_titre_sans_fond { 1996 color: #E73A72; 1997 } 1998 div.cs_sommaire a{ 1999 font-family:'texgyreadventorregular', sans-serif; 2000 } 2001 div.cs_sommaire{ 2002 margin-left: 1em; 2003 margin-right: 0; 2004 } 2005 a.sommaire_ancre { 2006 background: url("../images/map_pin.png") no-repeat scroll left center transparent; 2007 padding-left: 10px; 2008 text-decoration: none; 2009 border-bottom: none; 2010 } 2011 /* == plugin sommaire automatique == */ 2012 .nav-sommaire { 2013 float: right; 2014 margin-left: 0; 2015 background: white; 2016 padding-left: 20px; 2017 border: none; 2018 max-width: 300px; 2019 font-size: 1rem; 2020 } 2021 .nav-sommaire h2, .nav-sommaire ul { 2022 background: #eee; 2023 } 2024 .nav-sommaire h2 { 2025 text-transform: none; 2026 text-align: center; 2027 margin: 0; 2028 padding: 5px; 2029 border-bottom: 1px dotted silver; 2030 } 2031 .nav-sommaire ul { 2032 list-style-type: none; 2033 margin: 0; 2034 padding: 5px 10px; 2035 } 2036 .nav-sommaire a { 2037 font-family: 'texgyreadventorregular', sans-serif; 2038 } 1983 2039 /* ===== Les onglets ===== */ 1984 2040
Note: See TracChangeset
for help on using the changeset viewer.