mirror of
https://github.com/NohamR/Hub.git
synced 2026-01-02 12:18:52 +00:00
V2.5
This commit is contained in:
70
css/cours.css
Normal file
70
css/cours.css
Normal file
@@ -0,0 +1,70 @@
|
||||
html {
|
||||
background-color: transparent;
|
||||
--highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
color: aliceblue;
|
||||
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;
|
||||
}
|
||||
|
||||
p {
|
||||
color: aliceblue;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-weight: 700;
|
||||
}
|
||||
50
css/notion copy.css
Normal file
50
css/notion copy.css
Normal file
@@ -0,0 +1,50 @@
|
||||
html {
|
||||
background-color: #0d0f14;
|
||||
}
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
color: aliceblue;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
/* #notion {
|
||||
filter: opacity(0);
|
||||
width: 125px;
|
||||
height: 100px;
|
||||
border: 0px solid #ccc;
|
||||
border-radius: 10px;
|
||||
padding: none;
|
||||
transition: width 2s, height 2s;
|
||||
transition-delay: 0.3s;
|
||||
}*/
|
||||
|
||||
/* #notion:hover {
|
||||
filter: opacity(1);
|
||||
width: 900px;
|
||||
height: 400px;
|
||||
} */
|
||||
|
||||
iframe {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
position: fixed;
|
||||
top: 150px;
|
||||
}
|
||||
|
||||
/* iframe:hover {
|
||||
top: 70px;
|
||||
} */
|
||||
|
||||
.test {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: 50px;
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
|
||||
#a:hover~#b {
|
||||
display: none;
|
||||
}
|
||||
34
css/notion.css
Normal file
34
css/notion.css
Normal file
@@ -0,0 +1,34 @@
|
||||
html {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
color: aliceblue;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
#notion {
|
||||
filter: opacity(0);
|
||||
width: 125px;
|
||||
height: 100px;
|
||||
border: 0px solid #ccc;
|
||||
/* border-radius: 10px; */
|
||||
padding: none;
|
||||
transition: width 2s, height 2s;
|
||||
transition-delay: 0.3s;
|
||||
}
|
||||
|
||||
#notion:hover {
|
||||
filter: opacity(1);
|
||||
width: 900px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
div,
|
||||
iframe {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
168
css/raccourcis.css
Normal file
168
css/raccourcis.css
Normal file
@@ -0,0 +1,168 @@
|
||||
html {
|
||||
/* background-color: #0d0f14; */
|
||||
background-color: transparent;
|
||||
--highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
color: aliceblue;
|
||||
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;
|
||||
}
|
||||
|
||||
p {
|
||||
color: aliceblue;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
|
||||
#deroulant {
|
||||
color: aliceblue;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.extreme-down,
|
||||
.streamdeouf,
|
||||
.dopebox,
|
||||
.bloom-streaming,
|
||||
.zone-telechargement,
|
||||
.cpasbien,
|
||||
.torrent9,
|
||||
.yggtorrent,
|
||||
.torrentz2,
|
||||
.oxtorrent,
|
||||
.thepiratebay,
|
||||
.wawacity,
|
||||
.emule-island,
|
||||
.rarbg,
|
||||
.yts,
|
||||
.untroistroiseptx,
|
||||
.opensubtitles,
|
||||
.soap2day,
|
||||
.ninedocu {
|
||||
/* display: block; */
|
||||
height: 50px;
|
||||
width: auto;
|
||||
margin: 10px;
|
||||
/* border: 10px solid transparent; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.extreme-down>img:hover,
|
||||
.streamdeouf>img:hover,
|
||||
.dopebox>img:hover,
|
||||
.bloom-streaming>img:hover,
|
||||
.zone-telechargement>img:hover,
|
||||
.cpasbien>img:hover,
|
||||
.torrent9>img:hover,
|
||||
.yggtorrent>img:hover,
|
||||
.torrentz2>img:hover,
|
||||
.oxtorrent>img:hover,
|
||||
.thepiratebay>img:hover,
|
||||
.wawacity>img:hover,
|
||||
.emule-island>img:hover,
|
||||
.rarbg>img:hover,
|
||||
.yts>img:hover,
|
||||
.untroistroiseptx>img:hover,
|
||||
.opensubtitles>img:hover,
|
||||
.soap2day>img:hover
|
||||
.ninedocu>img:hover {
|
||||
|
||||
box-shadow: 0px 0px 50px rgb(119, 119, 119);
|
||||
background-color: rgba(119, 119, 119,0.3);
|
||||
}
|
||||
|
||||
.totaldebrid {
|
||||
/* display: block; */
|
||||
height: 50px;
|
||||
width: auto;
|
||||
margin: 10px;
|
||||
/* border: 10px solid transparent; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.totaldebrid>img:hover {
|
||||
box-shadow: 0px 0px 50px rgb(119, 119, 119);
|
||||
background-color: rgba(119, 119, 119,0.3);
|
||||
}
|
||||
|
||||
|
||||
.deepl {
|
||||
/* display: block; */
|
||||
height: 50px;
|
||||
width: auto;
|
||||
margin: 10px;
|
||||
/* border: 10px solid transparent; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.icone>img:hover {
|
||||
|
||||
box-shadow: 0px 0px 50px rgb(119, 119, 119);
|
||||
background-color: rgba(119, 119, 119,0.3);
|
||||
}
|
||||
60
css/reseaux.css
Normal file
60
css/reseaux.css
Normal file
@@ -0,0 +1,60 @@
|
||||
html {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* #insta,
|
||||
#twitter,
|
||||
#github,
|
||||
#discord,
|
||||
#whatsapp,
|
||||
#youtube {
|
||||
display: block;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
padding: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
} */
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
color: aliceblue;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
.insta,
|
||||
.twitter,
|
||||
.github,
|
||||
.youtube,
|
||||
.whatsapp,
|
||||
.discord,
|
||||
.telegram,
|
||||
.drive,
|
||||
.twitch,
|
||||
.reddit,
|
||||
.isoft {
|
||||
/* display: block; */
|
||||
height: 50px;
|
||||
width: auto;
|
||||
margin: 10px;
|
||||
/* border: 10px solid transparent; */
|
||||
text-decoration: none;}
|
||||
|
||||
.insta>img:hover,
|
||||
.twitter>img:hover,
|
||||
.github>img:hover,
|
||||
.youtube>img:hover,
|
||||
.whatsapp>img:hover,
|
||||
.discord>img:hover,
|
||||
.telegram>img:hover,
|
||||
.drive>img:hover,
|
||||
.twitch>img:hover,
|
||||
.reddit>img:hover,
|
||||
.isoft>img:hover {
|
||||
box-shadow: 0px 0px 50px rgb(119, 119, 119);
|
||||
background-color: rgba(119, 119, 119,0.3);}
|
||||
|
||||
|
||||
.reseau {
|
||||
text-align: center;
|
||||
}
|
||||
137
css/style.css
Normal file
137
css/style.css
Normal file
@@ -0,0 +1,137 @@
|
||||
html {
|
||||
color: aliceblue;
|
||||
--highlight-color: rgba(0, 0, 0, 0);
|
||||
/* filter: drop-shadow(0px 0px 25px rgb(63, 135, 61)); */
|
||||
background-image: url(../assets/background/img1.jpg);
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 50%
|
||||
}
|
||||
|
||||
#notion>#notion-content {
|
||||
width: 140px;
|
||||
height: 180px;
|
||||
border: 3px solid rgba(204, 204, 204, 0.425);
|
||||
border-radius: 30px;
|
||||
padding: none;
|
||||
transition: width 1.5s, height 1.5s;
|
||||
transition-delay: 0.5s;
|
||||
box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
|
||||
#notion>#notion-content:hover {
|
||||
width: 1000px;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
#notion:hover~#reseau {
|
||||
background-color: aliceblue;
|
||||
}
|
||||
|
||||
#reseaux-content {
|
||||
border: 3px solid rgba(204, 204, 204, 0.425);
|
||||
border-radius: 30px;
|
||||
padding: none;
|
||||
width: 420px;
|
||||
height: 350px;
|
||||
box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
#cours-content {
|
||||
border: 3px solid rgba(204, 204, 204, 0.425);
|
||||
border-radius: 30px;
|
||||
padding: none;
|
||||
width: 420px;
|
||||
height: 500px;
|
||||
box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
#weather-content {
|
||||
border: 3px solid rgba(204, 204, 204, 0.425);
|
||||
border-radius: 30px;
|
||||
padding: none;
|
||||
width: 400px;
|
||||
height: 420px;
|
||||
box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
#raccourcis-content {
|
||||
border: 3px solid rgba(204, 204, 204, 0.425);
|
||||
border-radius: 30px;
|
||||
padding: none;
|
||||
width: 420px;
|
||||
height: 500px;
|
||||
box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
#reload {
|
||||
background-color: transparent;
|
||||
filter: invert(1);
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
/* opacity: 0.75; */
|
||||
}
|
||||
|
||||
#google {
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* #heure {
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 30px;
|
||||
padding: none;
|
||||
} */
|
||||
|
||||
#heure {
|
||||
text-align: center;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#contenu {
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
#notion, #reseaux, #cours, #weather, #raccourcis{
|
||||
margin: 50px;
|
||||
}
|
||||
|
||||
#raccourcis {
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
/* disparition des autres élements quand notion:hover */
|
||||
#notion:hover~#reseaux,
|
||||
#notion:hover~#cours,
|
||||
#notion:hover~#weather,
|
||||
#notion:hover~#raccourcis {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user