contact info stuff
This commit is contained in:
parent
bc1e35d0fe
commit
bee19349bb
8 changed files with 111 additions and 93 deletions
35
where.css
35
where.css
|
@ -1,34 +1,19 @@
|
|||
@import url(base.css);
|
||||
|
||||
main { max-width: 1100px; }
|
||||
|
||||
main {
|
||||
max-width: 1100px;
|
||||
}
|
||||
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
|
||||
|
||||
#headerpic {
|
||||
filter: drop-shadow(0 0 30px var(--glow-col));
|
||||
}
|
||||
|
||||
dl.contact {
|
||||
.contact {
|
||||
grid-template-columns: repeat(3, 3em auto);
|
||||
width: 100%;
|
||||
row-gap: 1em;
|
||||
}
|
||||
.contact dd { margin-left: 8px; }
|
||||
|
||||
.contact .at {
|
||||
--shadow-filter: drop-shadow(2px 2px 2px hsla(0, 0%, 0%, 80%));
|
||||
vertical-align: -0.2em;
|
||||
max-width: 1em;
|
||||
max-height: 1em;
|
||||
padding: 0 0.1em;
|
||||
filter: var(--shadow-filter);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.at.outline {
|
||||
.o {
|
||||
filter:
|
||||
drop-shadow(0.3px 0.3px black)
|
||||
drop-shadow(-0.3px 0.3px black)
|
||||
drop-shadow(-0.3px -0.3px black)
|
||||
drop-shadow(0.3px -0.3px black)
|
||||
var(--shadow-filter);
|
||||
drop-shadow(0.5px 0.5px black)
|
||||
drop-shadow(-0.5px 0.5px black)
|
||||
drop-shadow(-0.5px -0.5px black)
|
||||
drop-shadow(0.5px -0.5px black);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue