summaryrefslogtreecommitdiff
path: root/src/css/_sommaire.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/_sommaire.scss')
-rwxr-xr-xsrc/css/_sommaire.scss57
1 files changed, 34 insertions, 23 deletions
diff --git a/src/css/_sommaire.scss b/src/css/_sommaire.scss
index 15947ef..68d43a0 100755
--- a/src/css/_sommaire.scss
+++ b/src/css/_sommaire.scss
@@ -1,7 +1,6 @@
.sommaire_blien {
- display: inline-block;
- width: 33%;
text-align: left;
+ line-height: 1.45rem;
color: #121311;
font-size: 0.8em;
font-weight: bold;
@@ -22,20 +21,39 @@
}
#side-bar {
- text-align: center;
- display: block;
- height: auto;
- text-rendering: optimizelegibility;
- box-sizing: border-box;
- background: #F5F6F5;
- padding-top: 10px;
+ ul {
+ columns: 2;
+ list-style-type: none;
+ }
+
+ @mixin darkMode {
+ background: #101110;
+ color: #FFF;
+ #logo-ache {
+ filter: invert(1);
+ }
+ #desc_intro {
+ text-shadow: 2px 4px 0 #333;
+ }
+ .about_bar {
+ }
+ .sommaire_blien {
+ text-shadow: 0 1px 0 #444;
+ color: #F5F5F5;
+ a {
+ color: #F5F5F5;
+ }
+ }
+ .about {
+ color: #BBB;
+ }
+ }
+ @media (prefers-color-scheme: dark) { @include darkMode; } &.dark { @include darkMode; }
+
+
h1 {
font-family: monospace, "Helvetica Neue", Arial, sans-serif;
-
- /*
- font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
- */
}
svg {
margin: 0 auto;
@@ -50,10 +68,6 @@
transition: left 0.5s ease-in 0.25s;
text-align: center;
- /*
- background: none repeat scroll 0% 0% #F5F6F5;
- */
- background: #FFF;
border-right: 3px solid rgba(51, 51, 51, 0.1);
&.hidden {
@@ -94,7 +108,7 @@
@keyframes typing {
0% {
width: 0;
- }
+ };
}
.about_bar {
display: inline-block;
@@ -116,19 +130,16 @@
@media screen and (max-height: 519px) {
visibility: hidden;
}
- padding-left: 0;
position: absolute;
bottom: 0px;
left: 0px;
+ width: var(--width_panel);
+
ul {
- position: initial;
- width: 30vh;
padding-left: 0;
display: flex;
justify-content: space-evenly;
- li {
- }
}
}
}