bin
config
dockers
apikaz
cachet
cadvisor
castopod
cloud
collabora
dokuwiki
ethercalc
etherpad
framadate
gitea
grafana
imapsync
jirafeau
ldap
mastodon
mattermost
mobilizon
paheko
peertube
portainer
portainer_agent
postfix
postfix2
quotas
redis
roundcube
snappymail
sympa
traefik
translucid
vaultwarden
web
html
assets
cgi-bin
colorlib-regform-16
images
m
Readme.txt
coche.png
email.css
kaz-50.png
kaz-du-libre-23.png
logo.png
mail
LICENSE.txt
README.txt
actualite.html
confiance.html
deja_kaznaute.html
elements.html
favicon.ico
index.html
mail-cleanup
mentions_legales.html
offre_associations.html
offre_decouverte.html
offre_dedie.html
offre_dediee.html
offre_entreprises.html
offre_familles.html
offre_organisations.html
offre_particuliers.html
pourquoi_choisir_kaz.html
qui_sommes_nous.html
rgpd.html
robot.txt
sites_amis.html
.env
Readme.txt
autoconfig.yml.dist
build.sh
docker-compose.yml
first.sh
web-gen.sh
secret.tmpl
.dummy
.gitignore
LICENSE
README.md
70 lines
1.7 KiB
CSS
70 lines
1.7 KiB
CSS
div.kaz:hover {
|
|
font-size: initial !important;
|
|
color: initial !important;
|
|
}
|
|
div.kaz:hover a.kaz {
|
|
background-size: initial !important;
|
|
padding: 4px 0 4px 230px;
|
|
}
|
|
div.kaz a.kaz {
|
|
background-size: 110px 12px;
|
|
padding: 4px 0 4px 120px;
|
|
}
|
|
div.kaz {
|
|
font-size: 10px;
|
|
color: #969696;
|
|
padding: 1pc 0 0 0;
|
|
margin: 0 0 0 80px;
|
|
min-height: 200px;
|
|
clear: left;
|
|
}
|
|
|
|
div.kaz>p.gray {
|
|
font-size: 10px;
|
|
color: #969696;
|
|
}
|
|
|
|
div.kaz::before {
|
|
content: url("/m/logo.png");
|
|
position: absolute;
|
|
padding: 0;
|
|
margin: 0 0 0 -70px;
|
|
width: 50px;
|
|
height: 100px;
|
|
}
|
|
div.kaz>ul>li {
|
|
list-style-type: none; /* Remove bullets */
|
|
}
|
|
div.kaz>ul>li::before {
|
|
content: "\2713";
|
|
color: green;
|
|
margin-left: -20px;
|
|
margin-right: 10px;
|
|
}
|
|
a.kaz {
|
|
background-image: url("/m/coche.png");
|
|
background-repeat: no-repeat;
|
|
padding: 4px 0 4px 230px;
|
|
margin: 0 0 0 0;
|
|
min-height: 25px;
|
|
}
|
|
div.kaz:hover::after {
|
|
font-size: initial !important;
|
|
color: initial !important;
|
|
border-width: medium;
|
|
border-color: red;
|
|
}
|
|
div.kaz::after {
|
|
font-size: 10px;
|
|
color: #969696;
|
|
content: "Attention : Kaz a dépollué ce message. Les pièces jointes ont été retirées et placées dans un dépôt provisoire. Elles seront automatiquement supprimées dans 1 mois. Si elles sont importantes et que vous souhaitez les conserver, vous devez utiliser les liens ci-dessus. Pour mieux comprendre la politique de nos services visitez kaz.bzh";
|
|
width: 40pc;
|
|
padding: 1pc;
|
|
margin: 0 0 0 -70px;
|
|
display: block;
|
|
border-radius: 30px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
border-color: red;
|
|
}
|