This commit is contained in:
√(noham)²
2022-11-25 23:56:45 +01:00
parent c25d2b2409
commit b951560db0
36 changed files with 623 additions and 165 deletions

81
css/minuteur.css Normal file
View File

@@ -0,0 +1,81 @@
html {
background-color: black;
color: aliceblue;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.slider {
display: flex;
justify-content: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
font-size: 300px;
font-weight: 500;
}
.minuteur {
display: flex;
justify-content: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
font-size: 300px;
font-weight: 500;
}
.content {
margin: 30px;
}
.ligne2 {
color: black;
display: flex;
justify-content: center;
align-items: center;
margin: 0px;
}
#texte3 {
margin: 0px;
padding: 0px;
}
.heure {
position: absolute;
bottom: 0px;
right: 20px;
}
#start_timer10 {
background-color: #4D4D4D;
border: none;
color: white;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
cursor: pointer;
font-family: 'roboto', sans-serif;
border: 2px #aaa solid;
border-radius: 5px;
}
#start_timer10:hover {
background-color: #757575;
}
footer {
font-size: large;
color: aliceblue;
text-align: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
position:relative;
display: none;
}

View File

@@ -14,55 +14,12 @@ html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.ent,
.pronote,
.elea,
.pearltrees,
.mediacentre {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}
.ent>img:hover,
.pronote>img:hover,
.elea>img:hover,
.pearltrees>img:hover,
.mediacentre>img:hover {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
.sites {
text-align: center;
}
.maths,
.physique,
.histoire,
.geographie,
.français,
.es {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}
.maths>img:hover,
.physique>img:hover,
.histoire>img:hover,
.geographie>img:hover,
.français>img:hover,
.es>img:hover {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
.livre {
text-align: center;
@@ -152,7 +109,16 @@ p {
}
.deepl {
.deepl,
.nperf,
.yt4k,
.yt5s,
.savetube,
.ytzoopid,
.reverso,
.linksys,
.awesome,
.getintopc {
/* display: block; */
height: 50px;
width: auto;
@@ -165,4 +131,13 @@ p {
box-shadow: 0px 0px 50px rgb(119, 119, 119);
background-color: rgba(119, 119, 119,0.3);
}
img {
/* display: block; */
height: 50px;
width: auto;
margin: 10px;
/* border: 10px solid transparent; */
text-decoration: none;
}