mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #120 from desandro/2bedc0d896a844f62ca04604aecc7753d7a2c825
Add desandro user and double-windsor theme
This commit is contained in:
commit
9d20160884
3 changed files with 79 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ Current available themes:
|
|||
* 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))
|
||||
* double-windsor - [preview](http://jsbin.com/uzubos/5/) (by [@desandro](https://github.com))
|
||||
|
||||
## Formats & URLs
|
||||
|
||||
|
|
|
|||
73
themes/double-windsor.css
Normal file
73
themes/double-windsor.css
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic);
|
||||
|
||||
body {
|
||||
font-family: Lora, Constantia, Georgia, serif;
|
||||
padding: 8px;
|
||||
line-height: 1.6em;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 660px;
|
||||
margin: 10px auto 0;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
letter-spacing: 0.25em;
|
||||
font-size: 1.9em;
|
||||
border-bottom: 1px solid #EEE;
|
||||
padding-bottom: 0.8em;
|
||||
margin-bottom: 5px;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
article p:nth-of-type(1) {
|
||||
border-top: 1px solid #EEE;
|
||||
margin-top: 0;
|
||||
padding-top: 1.2em;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
font-size: 1.05em;
|
||||
}
|
||||
|
||||
article p:last-child {
|
||||
padding-bottom: 1.3em;
|
||||
margin-bottom: 0.0em;
|
||||
border-bottom: 1px solid #EEE;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #C53;
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: #D64;
|
||||
color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
background: #920;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
5
users/desandro.json
Normal file
5
users/desandro.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "David DeSandro",
|
||||
"url": "http://desandro.com",
|
||||
"theme": "double-windsor"
|
||||
}
|
||||
Loading…
Reference in a new issue