Ajustements divers
This commit is contained in:
parent
485d6a8ac3
commit
c8afc0e4c7
67
css/images/fleche-arrondie-2.svg
Normal file
67
css/images/fleche-arrondie-2.svg
Normal file
@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="1.2566192mm"
|
||||
height="1.558068mm"
|
||||
viewBox="0 0 1.2566192 1.558068"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
|
||||
sodipodi:docname="fleche-arrondie-2.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.225224"
|
||||
inkscape:cx="13.856181"
|
||||
inkscape:cy="-0.34894919"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<sodipodi:guide
|
||||
position="0.11465461,0.78328061"
|
||||
orientation="0,-1"
|
||||
id="guide837" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-12.974498,-17.909543)">
|
||||
<path
|
||||
style="fill:#3cb371;stroke-width:0.18236;paint-order:markers fill stroke;stop-color:#000000"
|
||||
d="m 13.033724,17.946862 c 0.122417,-0.194307 1.202124,0.417837 1.197378,0.737469 -0.0084,0.32324 -1.065464,0.873127 -1.207239,0.770771 -0.212087,-0.106044 0.327873,-0.773421 0.327873,-0.773421 0.06232,-0.02703 -0.508337,-0.568228 -0.318012,-0.734819 z"
|
||||
id="path835"
|
||||
sodipodi:nodetypes="cccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -40,11 +40,8 @@ a {
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
padding-left: 0.8em;
|
||||
list-style: disclosure-closed;
|
||||
}
|
||||
|
||||
blockquote,figure {
|
||||
@ -53,7 +50,7 @@ blockquote,figure {
|
||||
}
|
||||
|
||||
/* font-sizing for content */
|
||||
p,ul,ol,dl,blockquote,pre,td,th,label,textarea,caption,details,figure {
|
||||
ul,ol,dl,blockquote,pre,td,th,label,textarea,caption,details,figure {
|
||||
margin-top: 0.75em;
|
||||
margin-bottom: 0;
|
||||
line-height: 1.5;
|
||||
@ -66,7 +63,9 @@ ul,ol {
|
||||
|
||||
li {
|
||||
padding-left: 0em;
|
||||
list-style-image: url("images/fleche-arrondie-1.svg");
|
||||
list-style-image: url("images/fleche-arrondie-2.svg");
|
||||
line-height: 1.4em;
|
||||
padding-bottom: 0.8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -85,7 +84,7 @@ h3 {
|
||||
|
||||
h4 {
|
||||
font-size: 2rem;
|
||||
color: #5b7979;
|
||||
color: #2f4f4f;
|
||||
font-family: 'metropolisregular','sans-serif';
|
||||
}
|
||||
|
||||
@ -97,6 +96,13 @@ h6 {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0.75em;
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
||||
|
||||
code, pre, samp, kbd {
|
||||
/* IE fix */
|
||||
white-space: pre-line;
|
||||
@ -126,10 +132,23 @@ img, table, td, blockquote, code, pre, textarea, input, video, svg {
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.2);
|
||||
padding: 5px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: #365E51;
|
||||
font-family: 'metropolisregular';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ----------------------------- */
|
||||
/*#layout
|
||||
@ -186,17 +205,65 @@ img {
|
||||
}
|
||||
}
|
||||
|
||||
@media ((min-width: 640px) and (max-width: 800px)) {
|
||||
|
||||
#layout_body_center {
|
||||
padding: 3rem 4rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 639px){
|
||||
|
||||
#layout_body_center {
|
||||
padding: 1.5rem 4rem;
|
||||
}
|
||||
|
||||
#layout_head_content {
|
||||
height: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------- */
|
||||
/* .evenement-
|
||||
/* ----------------------------- */
|
||||
|
||||
.evenement-Date {
|
||||
color: #203636;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.evenement-Details {
|
||||
background-color: #fbfdf8e8;
|
||||
}
|
||||
|
||||
.evenement-Summary {
|
||||
padding: 1rem;
|
||||
background-color: #eef4e5e8;
|
||||
font-family: 'metropolislight';
|
||||
color: #203636;
|
||||
font-size: 1.7rem;
|
||||
box-shadow: 0px 2px 2px rgba(97, 138, 115, 0.23);
|
||||
}
|
||||
|
||||
.evenement-Summary:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.evenement-Table td {
|
||||
vertical-align: top;
|
||||
border: 1px solid #cbddafe8;
|
||||
vertical-align: inherit;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.evenement-Total {
|
||||
display: inline-block;
|
||||
margin-left: 1rem;
|
||||
font-size: 1.2rem;
|
||||
color: #203636;
|
||||
}
|
||||
|
||||
|
||||
@ -243,7 +310,8 @@ img {
|
||||
/* ----------------------------- */
|
||||
|
||||
.header-Active a {
|
||||
text-decoration: underline;
|
||||
text-decoration: inherit;
|
||||
border-bottom: 2px dotted #2f4f4f;
|
||||
}
|
||||
|
||||
.header-Banner {
|
||||
@ -285,6 +353,11 @@ img {
|
||||
color: #2f4f4f;
|
||||
}
|
||||
|
||||
.header-Menu a:hover {
|
||||
color: #2f4f4f;
|
||||
border-bottom: 2px dotted #2f4f4f;
|
||||
}
|
||||
|
||||
.header-Nav {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
@ -299,13 +372,16 @@ img {
|
||||
.header-Slogan {
|
||||
color: #2f4f4f;
|
||||
font-weight: bold;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.9em;
|
||||
text-align: right;
|
||||
width: 210px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.header-Slogan p {
|
||||
font-weight: normal;
|
||||
font-family: metropolismedium;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
}
|
||||
@ -328,15 +404,6 @@ img {
|
||||
|
||||
@media (max-width: 639px) {
|
||||
|
||||
#layout_head_content {
|
||||
height: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#layout_body_center {
|
||||
padding: 1.5rem 2rem;
|
||||
}
|
||||
|
||||
.header-Banner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -427,10 +494,6 @@ img {
|
||||
.header-Slogan, .header-Logo {
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
#layout_body_center {
|
||||
padding: 3rem 4rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -442,6 +505,7 @@ img {
|
||||
.lef-Avertissement {
|
||||
padding: 2rem;
|
||||
background-color: #ecffe3;
|
||||
border: 1px solid #c2e8b0;
|
||||
margin: 2rem auto;
|
||||
}
|
||||
|
||||
@ -454,7 +518,8 @@ img {
|
||||
color: #2f4f4f;
|
||||
padding-top: 25px;
|
||||
font-size: 4.0rem;
|
||||
font-family: 'metropolisregular', 'sans-serif';
|
||||
font-family: 'metropolismedium', 'sans-serif';
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
@ -467,9 +532,33 @@ h3.spip {
|
||||
font-size: 2.5rem;
|
||||
font-weight: bold;
|
||||
color: darkslategray;
|
||||
font-family: 'metropolisregular','sans-serif';
|
||||
font-family: 'metropolismedium','sans-serif';
|
||||
}
|
||||
|
||||
a.spip_out {
|
||||
color: #365E51;
|
||||
h4.spip {
|
||||
margin-bottom: inherit;
|
||||
}
|
||||
|
||||
a.spip_out, a.spip_in, a.spip_mail{
|
||||
color: #365E51;
|
||||
border-bottom: 1px dotted #365E51;
|
||||
}
|
||||
|
||||
a.spip_in.cboxElement {
|
||||
border-bottom: inherit;
|
||||
}
|
||||
|
||||
ul.spip, ol.spip {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.spip_documents.spip_documents_center {
|
||||
margin-top: 2em;
|
||||
}
|
||||
.spip_code {
|
||||
border: 1px solid #66cdaa;
|
||||
background-color: rgba(236, 236, 234, 0.5);
|
||||
color: #203636;
|
||||
box-shadow: inset 3px 0px 5px rgba(166, 166, 166, 0.5);
|
||||
padding: 1rem;
|
||||
}
|
@ -5,4 +5,34 @@
|
||||
(#SESSION{id_auteur}|oui)<a href="#URL_LOGOUT" rel="nofollow" class="footer-Link"><:icone_deconnecter:></a>]
|
||||
</li>
|
||||
</ul>
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push([function() {
|
||||
var self = this;
|
||||
function getOriginalVisitorCookieTimeout() {
|
||||
var now = new Date(),
|
||||
nowTs = Math.round(now.getTime() / 1000),
|
||||
visitorInfo = self.getVisitorInfo();
|
||||
var createTs = parseInt(visitorInfo[2]);
|
||||
var cookieTimeout = 33696000; // 13 mois en secondes
|
||||
var originalTimeout = createTs + cookieTimeout - nowTs;
|
||||
return originalTimeout;
|
||||
}
|
||||
this.setVisitorCookieTimeout( getOriginalVisitorCookieTimeout() );
|
||||
}]);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://statistiques.april.org/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '5']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//statistiques.april.org/matomo.php?idsite=5&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Matomo Code -->
|
||||
</footer>
|
||||
|
||||
|
@ -13,9 +13,8 @@ les elements specifiques (title, description) figurent dans chaque squelette
|
||||
[<link rel="stylesheet" href="(#CHEMIN{css/spip.css}|direction_css)" type="text/css" />]
|
||||
#INSERT_HEAD_CSS
|
||||
|
||||
[<link rel="stylesheet" href="(#CHEMIN{css/import.css})" type="text/css">]
|
||||
|
||||
<link rel="stylesheet" href="https://bardelli.fr/test/perso-antoine-lef2021.css" type="text/css">
|
||||
[<link rel="stylesheet" href="(#CHEMIN{css/fonts.css})" type="text/css">]
|
||||
[<link rel="stylesheet" href="(#CHEMIN{css/main.css})" type="text/css">]
|
||||
|
||||
[(#REM)
|
||||
Balise permettant aux plugins d'inserer des appels javascript ;
|
||||
@ -38,33 +37,3 @@ Balise permettant aux plugins d'inserer des appels javascript ;
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push([function() {
|
||||
var self = this;
|
||||
function getOriginalVisitorCookieTimeout() {
|
||||
var now = new Date(),
|
||||
nowTs = Math.round(now.getTime() / 1000),
|
||||
visitorInfo = self.getVisitorInfo();
|
||||
var createTs = parseInt(visitorInfo[2]);
|
||||
var cookieTimeout = 33696000; // 13 mois en secondes
|
||||
var originalTimeout = createTs + cookieTimeout - nowTs;
|
||||
return originalTimeout;
|
||||
}
|
||||
this.setVisitorCookieTimeout( getOriginalVisitorCookieTimeout() );
|
||||
}]);
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://statistiques.april.org/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '5']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//statistiques.april.org/matomo.php?idsite=5&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Matomo Code -->
|
||||
|
Loading…
Reference in New Issue
Block a user