Files
dist
gammel dokumentasjon
inc
nix
src
www
.well-known
PNG
admin
aktiviteter
anime
brettspill
css
fonts
admin.css
afterlogic.svg
calendar.css
events.css
gallery.css
landing.css
logo-disk-white.png
logo-white.png
mail.css
normalize.css
projects.css
pvv-background.png
rainloop.png
roundcube.png
services.css
slideshow.css
squirrelmail.png
style.css
door
driftkveld
galleri
hendelser
js
kalender
kontakt
nerdepitsa
om
paamelding
prosjekt
sosiale
tjenester
favicon.ico
index.php
pvv-logo.png
pvv.svg
robots.txt
spaceapi.php
.envrc
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.php-cs-fixer.php
Dockerfile
README.md
composer.json
composer.lock
docker-compose.yaml
flake.lock
flake.nix

74 lines
1.5 KiB
CSS

ul#webmail {
margin-top: 0;
margin-left: auto;
margin-right: auto;
table-layout: fixed;
display: table;
width: 100%;
padding: 0;
}
ul#webmail li {
display: table-cell;
text-align: center;
}
ul#webmail li .mailname {
font-size: 1.2em;
}
@media all and (min-width: 980px) {
ul#webmail {
max-width: 1280px;
}
ul#webmail li {
display: table-cell;
text-align: center;
}
}
@media all and (max-width: 980px) {
ul#webmail {
max-width: 650px;
}
ul#webmail li {
display: table-row;
text-align: center;
}
}
ul#webmail li div {
position: relative;
background: white;
margin: 1em 1em;
box-shadow: rgba(0,0,0,.3) 0 .1em .17em;
border-radius: .5rem;
cursor: pointer;
}
ul#webmail li:hover div {
box-shadow: rgba(0,0,0,.5) 0 .15em .2em;
}
ul#webmail li div a {
padding-top: 10em;
display: block;
text-decoration: none;
color: black;
}
ul#webmail li#afterlogic div {
background: white url('afterlogic.png') no-repeat;
background: white url('afterlogic.svg') no-repeat;
background-size: auto 8em;
background-position: 50% 60%;
}
ul#webmail li#squirrelmail div {
background: white url('squirrelmail.png') no-repeat;
background-size: auto 10em;
background-position: 50% 0;
}
ul#webmail li#roundcube div {
background: white url('roundcube.png') no-repeat;
background-size: auto 10em;
background-position: 50% 0;
}
ul#webmail li#rainloop div {
background: white url('rainloop.png') no-repeat;
background-size: auto 10em;
background-position: 50% 0;
}