diff options
| author | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
|---|---|---|
| committer | radiohotline <radiohotline@disroot.org> | 2026-02-17 14:44:55 +0300 |
| commit | 435aeb674198769b61b0ee8d82f85a108bacf49e (patch) | |
| tree | 2c87322d81130062e62afc04a22ef1e664a4622c /webring/linuxring/script/onionring.css | |
maintainence
Diffstat (limited to 'webring/linuxring/script/onionring.css')
| -rw-r--r-- | webring/linuxring/script/onionring.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/webring/linuxring/script/onionring.css b/webring/linuxring/script/onionring.css new file mode 100644 index 0000000..70c2ea2 --- /dev/null +++ b/webring/linuxring/script/onionring.css @@ -0,0 +1,38 @@ +/* onionring.js is made up of four files - onionring-widget.js, onionring-index.js, onionring-variables.js and onionring.css (this one!) +// it's licensed under the cooperative non-violent license (CNPL) v4+ (https://thufie.lain.haus/NPL.html) +// it was originally made by joey + mord of allium (蒜) house, last updated 2020-10-24 */ + +#linuxring { + margin: 0 auto; + padding: 0px; +} + +#linuxring a { + color: black; +} + +#linuxring table { + background-color: #ffffff; + margin: 0 auto; + border-radius: 10px; +} + +#linuxring table tr td { + padding: 10px; +} + +#linuxring .webring-prev { + text-align:right; +} + +#linuxring .webring-info { + text-align:center; +} + +#linuxring .webring-next { + text-align:left; +} + +#linuxring .webring-links { + font-size: 11pt; +} |
