customizing

This commit is contained in:
Markus Dieckmann 2019-04-08 11:32:21 +02:00
parent aa6d6097f0
commit d3967a43a4
3 changed files with 5 additions and 3 deletions

View File

@ -36,7 +36,9 @@ var sites = {
"E-Mail": { "E-Mail": {
"GMail" : "https://mail.google.com/mail/u/0/", "GMail" : "https://mail.google.com/mail/u/0/",
"Posteo" : "https://www.posteo.de", "Posteo" : "https://www.posteo.de",
"edata" : "https://mail.edatasystems.de" "edata" : "https://mail.edatasystems.de",
"gCal" : "https://calendar.google.com/calendar/r",
"Keep" : "https://keep.google.com/u/0/"
}, },
"Work": { "Work": {
"TFS" : "http://192.168.30.70:8080/tfs", "TFS" : "http://192.168.30.70:8080/tfs",

View File

@ -36,7 +36,7 @@
background-color: #121B18; background-color: #121B18;
opacity: 1; opacity: 1;
z-index: 100; z-index: 100;
transition: .5s opacity .5s, .5s z-index .5s; transition: .1s opacity .1s, .1s z-index .1s;
} }
html, body { html, body {
margin: 0; margin: 0;

View File

@ -112,7 +112,7 @@ div#links > div.section {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
text-align: left; text-align: left;
height: 200px; min-height: 200px;
width: 300px; width: 300px;
margin: 2px; margin: 2px;
overflow: hidden; overflow: hidden;