From 47f0ce2dd2485719aea09786d075f14679c0e4f9 Mon Sep 17 00:00:00 2001 From: JoanaChicau Date: Wed, 20 Oct 2021 13:00:10 +0200 Subject: [PATCH] Upload files to '' --- narrowstyle.css | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/narrowstyle.css b/narrowstyle.css index 642d277..d759d34 100644 --- a/narrowstyle.css +++ b/narrowstyle.css @@ -70,6 +70,10 @@ button { cursor: pointer; } +marquee { + +} + #about { margin: 5rem 2%; width: 60%; @@ -95,7 +99,7 @@ p.about { position: fixed; top: 0; right: 0; - margin: 1%; + margin: 3% 1% 0% 1%; color: var(--color-lightyellow); z-index: 99; max-width: 80px; @@ -108,7 +112,7 @@ p.about { color: var(--color-lightyellow); text-decoration: none; text-shadow: 0.1rem 0.01rem 0.05rem var(--color-purple); - padding: 0rem 0rem 2rem 0rem; + padding: 0rem 0rem 0rem 0rem; } .linkmore a:hover { @@ -214,6 +218,18 @@ button.minimize:hover { margin: 0px; } +.middle p a, .middle p a:visited { + font-family: "Computer Modern Typewriter Light"; + color: var(--color-lightpink); + text-decoration: none; + font-size: 14pt; + line-height: 16pt; +} + +.middle p a:hover { + color: var(--color-lightblue); +} + #livetitle { font-size: 1.8rem; animation: glow 1.6s infinite alternate; @@ -264,7 +280,7 @@ button.minimize:hover { .b_allmedia { top: 100px; - margin: 1%; + margin: 0% 1% 1% 1%; z-index: 99; } @@ -534,6 +550,14 @@ img { }*/ +.b_allmedia button { + font-size: 0.7rem; + line-height: 1rem; + } + +.linkmore a { + font-size: 0.8rem; +} p.about { width: 95%; }