Merge pull request #385 from lsauer/master

new theme: EULA-modern; added users
This commit is contained in:
Remy Sharp 2013-11-04 13:12:49 -08:00
commit e5325ba5d6
4 changed files with 121 additions and 0 deletions

View file

@ -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))

104
themes/eula-modern.css Normal file
View file

@ -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; }

View file

@ -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"
}

8
users/lsauer.json Normal file
View file

@ -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"
}