Compare commits
No commits in common. "eba015111f090a7b7275623ac1188a4cddd032ea" and "40772c46cb3d13d964af60c15c0c4a0b5a2444f0" have entirely different histories.
eba015111f
...
40772c46cb
4 changed files with 1988 additions and 1989 deletions
|
@ -6,7 +6,13 @@ main {
|
|||
grid-template-columns: [col-start] repeat(12, calc(100% / 12) [col-sep]);
|
||||
grid-template-rows:
|
||||
[row-start] auto [jardin-end]
|
||||
repeat(3, var(--big_margin) [title-start] auto [title-end] var(--med_margin) [illu-start] auto [illu-end] auto [illu-extended-end] var(--med_margin) [txt-start] auto [txt-end])
|
||||
repeat(3,
|
||||
var(--big_margin)
|
||||
[title-start] auto [title-end]
|
||||
var(--med_margin)
|
||||
[illu-start] auto [illu-end] auto [illu-extended-end]
|
||||
var(--med_margin)
|
||||
[txt-start] auto [txt-end])
|
||||
var(--big_margin)
|
||||
[title-start-contact] auto [title-end-contact]
|
||||
var(--med_margin)
|
||||
|
@ -120,8 +126,7 @@ div#calendrier {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mois_actuel,
|
||||
.mois_suivant {
|
||||
.mois_actuel, .mois_suivant{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -141,8 +146,7 @@ section#liste_valeurs {
|
|||
var(--small_margin)
|
||||
[line2-start] auto [line2-end]
|
||||
var(--small_margin)
|
||||
[suivre-start] auto [suivre-end]
|
||||
;
|
||||
[suivre-start] auto [suivre-end];
|
||||
}
|
||||
|
||||
p#coop{
|
||||
|
@ -172,10 +176,7 @@ p#suivre {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#coop,
|
||||
#autonomie,
|
||||
#solidarite,
|
||||
#liberte {
|
||||
#coop, #autonomie, #solidarite, #liberte{
|
||||
padding: 2rem;
|
||||
border: 1px dashed black;
|
||||
text-align: center;
|
||||
|
@ -197,6 +198,7 @@ div#ordinateur {
|
|||
grid-area: illu-start 2 / col-start / illu-end 2 / col-sep 7;
|
||||
}
|
||||
|
||||
|
||||
div#discussion {
|
||||
background-color: var(--lightgrey);
|
||||
grid-area: line1-start / col-start / line1-end / col-mid-left;
|
||||
|
@ -220,6 +222,7 @@ div#emails {
|
|||
div#collaboration {
|
||||
background-color: var(--lightgrey);
|
||||
grid-area: line2-start / col-mid-right / line2-end / col-end;
|
||||
|
||||
}
|
||||
|
||||
div#blog {
|
||||
|
@ -227,6 +230,7 @@ div#blog {
|
|||
grid-area: line3-start / col-mid-right / line3-end / col-end;
|
||||
}
|
||||
|
||||
|
||||
/*GESTION DES MEDIA QUERIES*/
|
||||
|
||||
/*Tablettes et petits ordinateurs*/
|
||||
|
@ -257,16 +261,14 @@ div#blog {
|
|||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
div#rennes,
|
||||
div#orsay {
|
||||
div#rennes, div#orsay{
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
div#rennes pre.center,
|
||||
div#orsay pre.center {
|
||||
div#rennes pre.center, div#orsay pre.center{
|
||||
margin-top: -5px;
|
||||
margin-bottom: -5px;
|
||||
margin-bottom: -5px
|
||||
}
|
||||
|
||||
div#orsay pre.center{
|
||||
|
@ -303,6 +305,7 @@ div#blog {
|
|||
margin-top: var(--med_margin);
|
||||
}
|
||||
|
||||
|
||||
section#liste_outils{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
|
@ -336,6 +339,7 @@ div#blog {
|
|||
div#collaboration {
|
||||
background-color: var(--lightgrey);
|
||||
grid-area: line2-start / col-tiers2-start / line2-end / col-tiers2-end;
|
||||
|
||||
}
|
||||
|
||||
div#blog {
|
||||
|
@ -354,8 +358,7 @@ div#blog {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
#mois_actuel,
|
||||
#mois_suivant {
|
||||
#mois_actuel, #mois_suivant{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -363,8 +366,10 @@ div#blog {
|
|||
margin-bottom: 0px;
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*Smartphones*/
|
||||
@media (max-width: 800px){
|
||||
h2#infras{
|
||||
|
@ -441,9 +446,7 @@ div#blog {
|
|||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
#txt_infras,
|
||||
#txt_outils,
|
||||
#txt_connaissance {
|
||||
#txt_infras, #txt_outils, #txt_connaissance{
|
||||
text-align: left;
|
||||
hyphens: none;
|
||||
margin-top: 0;
|
||||
|
@ -496,10 +499,7 @@ div#blog {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
#coop,
|
||||
#autonomie,
|
||||
#solidarite,
|
||||
#liberte {
|
||||
#coop, #autonomie, #solidarite, #liberte{
|
||||
padding: 1rem;
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -533,6 +533,7 @@ div#blog {
|
|||
text-align: center;
|
||||
margin-bottom: 12rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* En vrac */
|
||||
|
@ -544,11 +545,15 @@ div#calendrier > pre.center {
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#mois_actuel,
|
||||
#mois_suivant {
|
||||
#mois_actuel, #mois_suivant{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
color: var(--day-highlight-color);
|
||||
background-color: var(--day-highlight-bg);
|
||||
}
|
||||
|
||||
#txt_connaissance li{
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
@ -557,9 +562,8 @@ div#calendrier > pre.center {
|
|||
margin-top: 0px;
|
||||
}
|
||||
|
||||
#txt_infras,
|
||||
#txt_outils,
|
||||
#txt_connaissance {
|
||||
|
||||
#txt_infras, #txt_outils, #txt_connaissance{
|
||||
line-height: 1.3rem;
|
||||
text-align: justify;
|
||||
text-justify: inter-character;
|
||||
|
|
|
@ -92,21 +92,13 @@ img{
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
color: var(--day-highlight-color);
|
||||
background-color: var(--day-highlight-bg);
|
||||
}
|
||||
|
||||
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
||||
div#container{
|
||||
display: grid;
|
||||
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
|
||||
grid-template-rows:
|
||||
[main-row-debut] var(--med_margin)
|
||||
[header-start] auto
|
||||
[header-end] var(--big_margin)
|
||||
[core-start] auto
|
||||
[main-row-fin] var(--big_margin)
|
||||
[main-row-debut] var(--med_margin) [header-start] auto [header-end] var(--big_margin) [core-start] auto [main-row-fin]
|
||||
var(--big_margin)
|
||||
[footer-start] auto [footer-end]
|
||||
;
|
||||
}
|
||||
|
@ -268,3 +260,4 @@ pre.center > a{
|
|||
border-color: var(--txt-night);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,3 +16,5 @@ main {
|
|||
grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -873,7 +873,7 @@
|
|||
<li role="none"><a href="https://jitsi.deuxfleurs.fr/r%C3%A9union_mensuelle_deuxfleurs">Réunion mensuelle «au coin du feu»</a> en ligne, <span class="highlight">le 4 juin 2024 à 19h00</span>.<br>Une fois par mois nous organisons une réunion en ligne informelle. C'est le bon moment pour venir faire un coucou si vous voulez parler à des gens de vive voix numérique.</li>
|
||||
<li role="none"><a href="https://jitsi.deuxfleurs.fr/infra">Réunion d'infrastructure</a> en ligne, <span class="highlight">le 5 juin 2024 à 19h15</span>.<br>Point en visioconférence sur les nouveaux sites géographiques à mettre en place pour pouvoir mieux résister aux pannes.</li>
|
||||
<li role="none"><a href="https://jitsi.deuxfleurs.fr/infra">Réunion mensuelle d'infrastructure</a> en ligne, <span class="highlight">le 19 juin 2024 à 20h00</span>.<br>Point mensuel en visioconférence où l'on aborde toutes les questions techniques qui méritent notre attention, concernant notre infrastructure ou nos services.</li>
|
||||
<li role="none"><em>Barcamp Interne</em> en Auvergne, <span class="highlight">les 21, 22 et 23 juin</span>.<br> Les membres de Deuxfleurs prennent le temps de se retrouver et de discuter de l'association.</li>
|
||||
<li role="none"><a href="#">Barcamp Interne</a> en Auvergne, <span class="highlight">les 21, 22 et 23 juin</span>.<br> Les membres de Deuxfleurs prennent le temps de se retrouver et de discuter de l'association.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="calendrier">
|
||||
|
|
Loading…
Add table
Reference in a new issue