forked from Deuxfleurs/site
Compare commits
No commits in common. "ffe96d9c51e612b1699670124d084489c08e2f35" and "40772c46cb3d13d964af60c15c0c4a0b5a2444f0" have entirely different histories.
ffe96d9c51
...
40772c46cb
3 changed files with 580 additions and 578 deletions
|
@ -6,7 +6,13 @@ main {
|
||||||
grid-template-columns: [col-start] repeat(12, calc(100% / 12) [col-sep]);
|
grid-template-columns: [col-start] repeat(12, calc(100% / 12) [col-sep]);
|
||||||
grid-template-rows:
|
grid-template-rows:
|
||||||
[row-start] auto [jardin-end]
|
[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)
|
var(--big_margin)
|
||||||
[title-start-contact] auto [title-end-contact]
|
[title-start-contact] auto [title-end-contact]
|
||||||
var(--med_margin)
|
var(--med_margin)
|
||||||
|
@ -120,8 +126,7 @@ div#calendrier {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mois_actuel,
|
.mois_actuel, .mois_suivant{
|
||||||
.mois_suivant {
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,8 +146,7 @@ section#liste_valeurs {
|
||||||
var(--small_margin)
|
var(--small_margin)
|
||||||
[line2-start] auto [line2-end]
|
[line2-start] auto [line2-end]
|
||||||
var(--small_margin)
|
var(--small_margin)
|
||||||
[suivre-start] auto [suivre-end]
|
[suivre-start] auto [suivre-end];
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p#coop{
|
p#coop{
|
||||||
|
@ -172,10 +176,7 @@ p#suivre {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#coop,
|
#coop, #autonomie, #solidarite, #liberte{
|
||||||
#autonomie,
|
|
||||||
#solidarite,
|
|
||||||
#liberte {
|
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border: 1px dashed black;
|
border: 1px dashed black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -197,6 +198,7 @@ div#ordinateur {
|
||||||
grid-area: illu-start 2 / col-start / illu-end 2 / col-sep 7;
|
grid-area: illu-start 2 / col-start / illu-end 2 / col-sep 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div#discussion {
|
div#discussion {
|
||||||
background-color: var(--lightgrey);
|
background-color: var(--lightgrey);
|
||||||
grid-area: line1-start / col-start / line1-end / col-mid-left;
|
grid-area: line1-start / col-start / line1-end / col-mid-left;
|
||||||
|
@ -220,6 +222,7 @@ div#emails {
|
||||||
div#collaboration {
|
div#collaboration {
|
||||||
background-color: var(--lightgrey);
|
background-color: var(--lightgrey);
|
||||||
grid-area: line2-start / col-mid-right / line2-end / col-end;
|
grid-area: line2-start / col-mid-right / line2-end / col-end;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#blog {
|
div#blog {
|
||||||
|
@ -227,6 +230,7 @@ div#blog {
|
||||||
grid-area: line3-start / col-mid-right / line3-end / col-end;
|
grid-area: line3-start / col-mid-right / line3-end / col-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*GESTION DES MEDIA QUERIES*/
|
/*GESTION DES MEDIA QUERIES*/
|
||||||
|
|
||||||
/*Tablettes et petits ordinateurs*/
|
/*Tablettes et petits ordinateurs*/
|
||||||
|
@ -257,16 +261,14 @@ div#blog {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#rennes,
|
div#rennes, div#orsay{
|
||||||
div#orsay {
|
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#rennes pre.center,
|
div#rennes pre.center, div#orsay pre.center{
|
||||||
div#orsay pre.center {
|
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
margin-bottom: -5px;
|
margin-bottom: -5px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#orsay pre.center{
|
div#orsay pre.center{
|
||||||
|
@ -303,6 +305,7 @@ div#blog {
|
||||||
margin-top: var(--med_margin);
|
margin-top: var(--med_margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
section#liste_outils{
|
section#liste_outils{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
|
@ -336,6 +339,7 @@ div#blog {
|
||||||
div#collaboration {
|
div#collaboration {
|
||||||
background-color: var(--lightgrey);
|
background-color: var(--lightgrey);
|
||||||
grid-area: line2-start / col-tiers2-start / line2-end / col-tiers2-end;
|
grid-area: line2-start / col-tiers2-start / line2-end / col-tiers2-end;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#blog {
|
div#blog {
|
||||||
|
@ -354,8 +358,7 @@ div#blog {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mois_actuel,
|
#mois_actuel, #mois_suivant{
|
||||||
#mois_suivant {
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -363,8 +366,10 @@ div#blog {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*Smartphones*/
|
/*Smartphones*/
|
||||||
@media (max-width: 800px){
|
@media (max-width: 800px){
|
||||||
h2#infras{
|
h2#infras{
|
||||||
|
@ -441,9 +446,7 @@ div#blog {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#txt_infras,
|
#txt_infras, #txt_outils, #txt_connaissance{
|
||||||
#txt_outils,
|
|
||||||
#txt_connaissance {
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -496,10 +499,7 @@ div#blog {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#coop,
|
#coop, #autonomie, #solidarite, #liberte{
|
||||||
#autonomie,
|
|
||||||
#solidarite,
|
|
||||||
#liberte {
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
@ -533,6 +533,7 @@ div#blog {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 12rem;
|
margin-bottom: 12rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* En vrac */
|
/* En vrac */
|
||||||
|
@ -544,11 +545,15 @@ div#calendrier > pre.center {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mois_actuel,
|
#mois_actuel, #mois_suivant{
|
||||||
#mois_suivant {
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight{
|
||||||
|
color: var(--day-highlight-color);
|
||||||
|
background-color: var(--day-highlight-bg);
|
||||||
|
}
|
||||||
|
|
||||||
#txt_connaissance li{
|
#txt_connaissance li{
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -557,9 +562,8 @@ div#calendrier > pre.center {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#txt_infras,
|
|
||||||
#txt_outils,
|
#txt_infras, #txt_outils, #txt_connaissance{
|
||||||
#txt_connaissance {
|
|
||||||
line-height: 1.3rem;
|
line-height: 1.3rem;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
text-justify: inter-character;
|
text-justify: inter-character;
|
||||||
|
|
|
@ -92,11 +92,6 @@ img{
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight{
|
|
||||||
color: var(--day-highlight-color);
|
|
||||||
background-color: var(--day-highlight-bg);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
||||||
div#container{
|
div#container{
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -265,3 +260,4 @@ pre.center > a{
|
||||||
border-color: var(--txt-night);
|
border-color: var(--txt-night);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,3 +16,5 @@ main {
|
||||||
grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
|
grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue