From 1ce0c7978a3ae047f6f6e9492368316f831d4c29 Mon Sep 17 00:00:00 2001 From: Lorenz Lo Sauer Date: Mon, 4 Nov 2013 21:54:51 +0100 Subject: [PATCH] new theme: EULA-modern; added users --- README.md | 1 + themes/eula-modern.css | 104 +++++++++++++++++++++++++++++++++++++ users/lorenz-lo-sauer.json | 8 +++ users/lsauer.json | 8 +++ 4 files changed, 121 insertions(+) create mode 100644 themes/eula-modern.css create mode 100644 users/lorenz-lo-sauer.json create mode 100644 users/lsauer.json diff --git a/README.md b/README.md index 490e2b93..016787d9 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Current available themes: [@evertton](http://github.com/evertton)) * flesch - [preview](http://jsbin.com/ufefid/3) (by [@flesch](http://github.com/flesch)) +* eula-modern - [preview](http://jsbin.com/uzubos/10) (by [@sauerlo](http://github.com/lsauer)) * afterdark - [preview](http://jsbin.com/ivufon/4) (by [@rmartindotco](http://github.com/rmartindotco)) * orange - [preview](http://jsbin.com/uzubos/2) (by [@kirbylover4000](http://github.com/kirbylover4000)) * plaintext - [preview](http://jsbin.com/uzubos/4) (by [@barberboy](https://github.com/barberboy)) diff --git a/themes/eula-modern.css b/themes/eula-modern.css new file mode 100644 index 00000000..cf200d2a --- /dev/null +++ b/themes/eula-modern.css @@ -0,0 +1,104 @@ +/*@import url(http://fonts.googleapis.com/css?family=Dosis:400,400italic);*/ + +* { + scrollbar-base-color: white; + scrollbar-track-color: white; + scrollbar-darkshadow-color: white; + scrollbar-3dlight-color: white; + scrollbar-arrow-color: #757778; + scrollbar-shadow-color: #bec1c4; + scrollbar-highlight-color: #bec1c4; +} +::-webkit-scrollbar { + width: 8px; + height: 8px; +} +::-webkit-scrollbar-thumb { + background: #888; + border-radius: 8px; + border:1px solid rgba(0,0,0,0.3); + box-shadow: -3px -3px 6px rgba(180,180,160,.5) inset,3px 3px 3px rgba(226,226,225,.5) inset; +} +::-webkit-scrollbar-track { + background:#FBFBFB; + box-shadow: 3px 3px 10px rgba(0,0,0,.25) inset; +} + +body { + font-family: Segoe UI, 'SegoeUIWF',Arial,sans-serif; + padding: 10px; + line-height: 1.5em; +} +article { + color: #444444; + max-width: 700px; + margin: 10px auto 0; + text-align: justify; +} + +h1 { + font-size: 4.2em; + font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif; + color: #000; + padding: 0px; + font-weight: normal; + clear: both; +} + +article p:nth-of-type(1) { background: #666; + color: white; + border: none; + border-top: 1px solid #EEE; + margin-top: 0; + padding: .3em .3em; + font-style: normal; + text-align: center; + font-size: 1.05em; +} + +article p:last-child { + line-height: 26px; + padding-left: 15px; + border-width: 0px 0px 0px 3px; + border-style: solid; + padding-bottom: 1.3em; + margin-bottom: 0.0em; + font-size: 0.9em; +} + +a { + padding: 0.1em; +} + +a:link, +a:visited { + text-decoration: none; + color: #666; + border: none; +} + +a:hover { + background: #666; + color: white; + border: none; +} + +article a:link { + color: #fff; + background: #666; +} + +a:active { + background: #999; +} + +footer { + border-top: 1px solid #EEE; + font-size: 0.8em; + text-align: center; + max-width: 660px; + margin: 0 auto; + margin-top: 5px; + font-style: italic; +} +#gravatar { position: relative; float: right; border: 3px solid #CCCCCC; top: -4.3em; z-index: 1; border-radius: 10px; } \ No newline at end of file diff --git a/users/lorenz-lo-sauer.json b/users/lorenz-lo-sauer.json new file mode 100644 index 00000000..7a590acc --- /dev/null +++ b/users/lorenz-lo-sauer.json @@ -0,0 +1,8 @@ +{ + "copyright": "Lorenz Lo Sauer, https://www.lsauer.com", + "url": "http://www.lsauer.com", + "format": "html", + "email": "lorenz.lo.sauer@gmail.com", + "gravatar": false, + "theme": "eula-modern" +} diff --git a/users/lsauer.json b/users/lsauer.json new file mode 100644 index 00000000..7a590acc --- /dev/null +++ b/users/lsauer.json @@ -0,0 +1,8 @@ +{ + "copyright": "Lorenz Lo Sauer, https://www.lsauer.com", + "url": "http://www.lsauer.com", + "format": "html", + "email": "lorenz.lo.sauer@gmail.com", + "gravatar": false, + "theme": "eula-modern" +}