mirror of
https://github.com/ilyakooo0/webring.git
synced 2024-11-22 13:35:24 +03:00
Updated style
This commit is contained in:
parent
909bf966a6
commit
18d4f6b9de
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -56,14 +56,14 @@
|
||||
portal.start();
|
||||
</script>
|
||||
<style>
|
||||
body { background:#fff; 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 { background:#f4f4f4; padding:0px; margin:0px; }
|
||||
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: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 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 a:visited { color:#ccc;}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user