mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-25 14:47:41 +00:00
commit
4c325cfacd
2 changed files with 23 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ Current available themes:
|
|||
* solarized - [preview](http://jsbin.com/yimax/1) (by [@anmoljagetia](https://github.com/anmoljagetia))
|
||||
* willpower - [preview](http://jsbin.com/piheyicoyi/1) (by [@willpowerart](https://github.com/willpowerart))
|
||||
* rokkitt - [preview](http://jsbin.com/zudayiqeco/1) (by [@luizpicolo](https://github.com/luizpicolo))
|
||||
* mitserrat - [preview](http://jsbin.com/xeqekutuwe/1) (by [@WouterJanson](https://github.com/WouterJanson))
|
||||
* material - [preview](http://ahaasler.github.io/mit-license-material-theme/) (by [@ahaasler](https://github.com/ahaasler)). *Available colours: blue gray (default), red, pink, purple, deep purple, indigo, blue, light blue, cyan, teal, green, light green, lime, yellow, amber, orange, deep orange, brown and grey. To use a specific colour, add it as a dash-separated suffix on the theme name, such as `material-deep-orange`.*
|
||||
|
||||
## Formats & URLs
|
||||
|
|
|
|||
22
themes/mitserrat.css
Normal file
22
themes/mitserrat.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*-----------------------------------------------------------------------------
|
||||
|
||||
MIT-license Theme: MITserrat
|
||||
|
||||
version: 1.0
|
||||
date: 17/09/2016
|
||||
author: Wouter Janson
|
||||
github: https://github.com/WouterJanson
|
||||
|
||||
description: A simple theme based on the Montserrat font
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
|
||||
html{padding:0;margin:0;}
|
||||
body{background-color:#F9F9F9;}
|
||||
h1{color:#B93A32;font-family:Montserrat;font-size:72px;font-weight:600;line-height:72px;letter-spacing:-4px;margin-bottom:48px;text-transform:uppercase;text-align:center;}
|
||||
p{color:#3E4147;font-family:Montserrat;font-size:22px;font-weight:500;line-height:32px;margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:80%;}
|
||||
a{color:#3E4147;border-bottom:3px solid #B93A32;font-weight:700;text-decoration:none;}
|
||||
a:hover{color:#B93A32;}
|
||||
p:first-of-type,footer{text-align:center;}
|
||||
#gravatar{display:block;margin-left:auto;margin-right:auto;height:80px;width:80px;margin-top:72px;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;}
|
||||
Loading…
Reference in a new issue