|
|
@ -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%; |
|
|
|
} |
|
|
|