Updated style

This commit is contained in:
Devine Lu Linvega 2018-05-22 10:02:40 +12:00
parent 909bf966a6
commit 18d4f6b9de
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Webring # Webring
This [webring](http://wiki.xxiivv.com/webring) is an attempt to inspire artists & developers to create and maintain their own website and share traffic among each other. The webring's aim is to share personal websites such as diaries, wikis, bookmark lists, portfolios. To add yourself to the ring, submit an [edit](https://github.com/XXIIVV/webring/edit/master/index.html) to this repository. This [webring](http://wiki.xxiivv.com/webring) is an attempt to inspire artists & developers to create and maintain their own website and share traffic among each other. The webring's aim is to share personal websites such as *diaries, wikis & portfolios*. To add yourself to the ring, submit an [edit](https://github.com/XXIIVV/webring/edit/master/index.html) to this repository.
## Join the webring ## Join the webring

View File

@ -56,14 +56,14 @@
portal.start(); portal.start();
</script> </script>
<style> <style>
body { background:#fff; padding:0px; margin:0px; } body { background:#f4f4f4; padding:0px; margin:0px; }
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 { background: #111;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; border-radius: 2px }
body pre a { color:#fff; 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: 30px;height: 30px;background-image: url(icon.white.svg);background-size: cover;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:flex; flex-wrap: wrap; } body pre list { display:flex; flex-wrap: wrap; max-width: 800px}
body pre list ln { width: 16em; display:block; padding-left:5px; overflow: hidden; text-overflow: ellipsis; } 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>