interhacker.space/css/style.css
vincent-peugnet 8379cc2ec7 WIP: génère la liste des hackerspace français à partir du Wiki
Il s'agît d'un énorme fail, car les liens pointent en réalité vers des pages du Wiki et non les sites des hackerspaces.

Ce script est en réalité une copie de celui proposé par Nono pour le site du camp 2026: https://git.interhacker.space/interhack/2026.camp.public.website/src/branch/main/update-guide.sh
2025-12-20 18:40:29 +01:00

96 lines
1.2 KiB
CSS

body{
font-family: CenturySchoolbook;
font-size: 1.5em;
line-height: 1.6em;
}
@font-face {
font-family: CenturySchoolbook;
src: url(../fonts/CenturySchoolbook-Regular.woff);
}
a{
color:#ff0000;
}
h1 {
font-size: 1.5em;
line-height: 1.7em;
text-align: center;
margin-top: 0;
}
h1, h2{
color:#ff0000;
}
nav {
text-align: center;
}
summary {
cursor: pointer;
list-style: none;
background: #ff0000;
color: white;
}
nav ul {
display: flex;
list-style: none;
padding: inherit;
margin: inherit;
justify-content: center;
border-bottom: solid 10px #ff0000;
}
nav li a {
margin: 0.2em 0.5em;
line-height: 2em;
display: block;
}
footer{
border-bottom: 20px solid #ff0000;
}
figure.gauche{
float: left;
}
figure.droite{
float: right;
}
figure.centre{
text-align: center;
}
img{
width: 200px;
}
footer p{
text-align: center;
margin: 0;
padding: 0;
}
hr {height: 40px; background: url('../images/separation.png') no-repeat 50% 50%; margin: 3em 0; border: 0;}
.page {
margin: auto;
max-width: 960px;
}
@media screen and (max-width: 700px) {
nav ul {
flex-direction: column;
}
}
/* hide Mediawiki section title */
article .mw-parser-output h2 {
display: none;
}