Merge branch 'master' into master

This commit is contained in:
Лu Лinveгa 2018-05-21 09:08:16 +12:00 committed by GitHub
commit 3cd2d434dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
, "https://systems.ws" , "https://systems.ws"
, "https://jamesin.space" , "https://jamesin.space"
, "https://nathanwentworth.co" , "https://nathanwentworth.co"
, "https://eswat.ca"
// Don't forget the comma! // Don't forget the comma!
] ]
var portal = new Portal(sites); var portal = new Portal(sites);
@ -56,14 +57,14 @@
</script> </script>
<style> <style>
body { background:#fff; padding:0px; margin:0px; } body { background:#fff; padding:0px; margin:0px; }
body pre { background: #000;height: calc(100vh - 60px);width: calc(100vw - 60px);margin: 15px;color: #555;padding: 15px;font-family: 'Courier New',courier;font-size:12px; position: relative; } body pre { background: #000;min-height: calc(100vh - 60px);width: calc(100vw - 60px);margin: 15px;color: #555;padding: 15px;font-family: 'Courier New',courier;font-size:12px; position: relative; }
body pre a { color:#fff; display: inline-block; padding:0px 5px; line-height: 20px} body pre a { color:#fff; padding:0px 5px; line-height: 20px}
body pre a:hover { color:#eee; background:#000; text-decoration: none; } body pre a:hover { color:#eee; background:#000; text-decoration: none; }
body pre #icon { display: block;width: 20px;height: 20px;background-image: url(icon.white.svg);background-size: 20px;background-repeat: no-repeat;position: absolute;bottom: 10px;right:10px;background-position: center;padding:0px } body pre #icon { display: block;width: 20px;height: 20px;background-image: url(icon.white.svg);background-size: 20px;background-repeat: no-repeat;position: absolute;bottom: 10px;right:10px;background-position: center;padding:0px }
body pre p { display:block; padding:0px 5px} body pre p { display:block; padding:0px 5px}
body pre p b { font-weight: normal; color:#ccc; } body pre p b { font-weight: normal; color:#ccc; }
body pre list { display:block; columns:3; } body pre list { display:flex; flex-wrap: wrap; }
body pre list ln { display:block; padding-left:5px} body pre list ln { width: 16em; display:block; padding-left:5px; overflow: hidden; text-overflow: ellipsis; }
body pre list ln a:visited { color:#ccc;} body pre list ln a:visited { color:#ccc;}
</style> </style>
</body> </body>