mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-04 11:05:48 +00:00
commit
5efbd28f6d
1270 changed files with 6394 additions and 334 deletions
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#### Before you create your license page
|
||||
|
||||
Hosting costs $7 a month. I need help, so please donate a few months to keep this service going.
|
||||
|
||||
I've already had support to run the domain until 2032, but the hosting needs help too.
|
||||
|
||||
**[Please donate and keep this project running](https://www.paypal.me/rem)**
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
.DS_Store
|
||||
.idea
|
||||
./config.json
|
||||
|
|
|
|||
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
5.3
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
language: node_js
|
||||
sudo: false
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "stable"
|
||||
|
|
|
|||
22
CODE_OF_CONDUCT.md
Normal file
22
CODE_OF_CONDUCT.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Contributor Code of Conduct
|
||||
|
||||
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
|
||||
|
||||
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery
|
||||
* Personal attacks
|
||||
* Trolling or insulting/derogatory comments
|
||||
* Public or private harassment
|
||||
* Publishing other's private information, such as physical or electronic addresses, without explicit permission
|
||||
* Other unethical or unprofessional conduct.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
|
||||
|
||||
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
|
||||
14
CONTRIBUTING.md
Normal file
14
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Contributing
|
||||
|
||||
This project is PHP based but may one day move to node (as this is my preferred development language).
|
||||
|
||||
If you are a collaborator (with push permissions), you can merge any open PR with the following conditions:
|
||||
|
||||
1. It passes the JSON validity test (this is a github integration in travis)
|
||||
2. Merge anything that adds or updates a `<user>.json` file
|
||||
|
||||
If you're unsure, cc @remy into the PR with a question and we can work out what to do.
|
||||
|
||||
The site is hosted on heroku and will automatically deploy merges into master, which means once a PR is merged, it'll be live shortly thereafter (so there's nothing to do 🎉).
|
||||
|
||||
Also, thank you, your help is appreciated 💙
|
||||
1
LICENSE
Normal file
1
LICENSE
Normal file
|
|
@ -0,0 +1 @@
|
|||
SEE: http://rem.mit-license.org/
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
<html id="home" lang="en">
|
||||
<head>
|
||||
<title>MIT License</title>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content="width=device-width, initial-scale=0.70;">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
||||
<!--
|
||||
Welcome fellow open source developer. This project is here for you to
|
||||
link to if you're like me and keep forgetting to include the
|
||||
|
|
@ -61,6 +61,5 @@ <h1>The MIT License (MIT)</h1>
|
|||
<footer>
|
||||
<p><a href="https://github.com/remy/mit-license">Fork this project to create your own MIT license that you can always link to.</a></p>
|
||||
</footer>
|
||||
<script>var _gaq=[['_setAccount','UA-1656750-28'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)})(document,'script')</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
209
README.md
209
README.md
|
|
@ -1,51 +1,37 @@
|
|||
# A permalink for your MIT License
|
||||
|
||||
I always forget to add an MIT-license.txt file to my projects, so I
|
||||
wanted to link to a single resource that would always be up to date and
|
||||
would always have my details online.
|
||||
I always forget to add an MIT-license.txt file to my projects, so I wanted to link to a single resource that would always be up to date and would always have my details online.
|
||||
|
||||
But why keep this to myself, there's two ways to create your *own* MIT
|
||||
license page:
|
||||
Why keep this to myself, there's two ways to create your *own* MIT license page:
|
||||
|
||||
1. Make a request to the API (details below)
|
||||
2. Fork this project and send a pull request
|
||||
|
||||
Now I can always include http://rem.mit-license.org in all my projects
|
||||
which links `rem` (the cname) against my copyright holder name `Remy
|
||||
Sharp` - all stored in the `users` directory.
|
||||
Now I can always include http://rem.mit-license.org in all my projects which links `rem` (the cname) against my copyright holder name `Remy Sharp` - all stored in the `users` directory.
|
||||
|
||||
## Requesting your own MIT license page
|
||||
|
||||
You can fork this project, send me a pull request and wait for me to
|
||||
pull (which I'll do as quickly as possible) or if the user is still
|
||||
available you can do it yourself from the command line:
|
||||
You can fork this project, send me a pull request and wait for me to pull (which I'll do as quickly as possible) or if the user is still available you can do it yourself from the command line:
|
||||
|
||||
```bash
|
||||
curl -d'{ "copyright": "Remy Sharp" }' http://rem.mit-license.org
|
||||
curl -d'{ "copyright": "Remy Sharp" }' https://rem.mit-license.org
|
||||
```
|
||||
|
||||
If the `rem` user isn't taken already, then this will create the new
|
||||
user file on the fly and the url will be immediately available.
|
||||
If the `rem` user isn't taken already, then this will create the new user file on the fly and the url will be immediately available.
|
||||
|
||||
You can send a full JSON file to the API, not *just* the copyright, so this works too:
|
||||
|
||||
```bash
|
||||
curl -d'{ "copyright": "Remy Sharp", "url": "http://remysharp.com", "email": "me@mysite.com", "format": "txt" }' http://rem.mit-license.org
|
||||
curl -d'{ "copyright": "Remy Sharp", "url": "http://remysharp.com", "email": "me@mysite.com", "format": "txt" }' https://rem.mit-license.org
|
||||
```
|
||||
|
||||
If there's any problems in the automated creation, send me a pull
|
||||
request and it'll go live soon after.
|
||||
If there's any problems in the automated creation, send me a pull request and it'll go live soon after.
|
||||
|
||||
Equally if you need to update the user file to include more details that
|
||||
you didn't initially include (extra fields in the next section) you will
|
||||
need to send a pull request on that `user.json` file via GitHub.
|
||||
Equally if you need to update the user file to include more details that you didn't initially include (extra fields in the next section) you will need to send a pull request on that `user.json` file via GitHub.
|
||||
|
||||
## The user.json file
|
||||
|
||||
The `users` directory contains a list of files, each representing a host
|
||||
on mit-license.org. The minimum requirement for the JSON is that is
|
||||
contains a `copyright` field - everything else is optional. Remember to ensure
|
||||
the `user.json` file is [valid JSON](http://jsonlint.com/).
|
||||
The `users` directory contains a list of files, each representing a host on mit-license.org. The minimum requirement for the JSON is that is contains a `copyright` field - everything else is optional. Remember to ensure the `user.json` file is [valid JSON](http://jsonlint.com/).
|
||||
|
||||
Available fields:
|
||||
|
||||
|
|
@ -59,9 +45,7 @@ Available fields:
|
|||
|
||||
### copyright
|
||||
|
||||
Create a new file and give it the name of the CNAME you want (in my case
|
||||
it's `rem.json`). This file contains a JSON object containing at least a
|
||||
`copyright` property:
|
||||
Create a new file and give it the name of the CNAME you want (in my case it's `rem.json`). This file contains a JSON object containing at least a `copyright` property:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -69,13 +53,11 @@ it's `rem.json`). This file contains a JSON object containing at least a
|
|||
}
|
||||
```
|
||||
|
||||
Means I can now link to: http://rem.mit-license.org and it will show my
|
||||
license name (note that the date will always show the current year).
|
||||
Means I can now link to: http://rem.mit-license.org and it will show my license name (note that the date will always show the current year).
|
||||
|
||||
### url
|
||||
|
||||
In addition to the `copyright` property, if you want to make a link from
|
||||
the copyright text, you can include a `url` property:
|
||||
In addition to the `copyright` property, if you want to make a link from the copyright text, you can include a `url` property:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -86,9 +68,7 @@ the copyright text, you can include a `url` property:
|
|||
|
||||
### email
|
||||
|
||||
You can also include a link to your email which is displayed after the
|
||||
copyright notice using the `email` property (note the `mailto:` is
|
||||
automatically added):
|
||||
You can also include a link to your email which is displayed after the copyright notice using the `email` property (note the `mailto:` is automatically added):
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -100,8 +80,7 @@ automatically added):
|
|||
|
||||
### format
|
||||
|
||||
And if you want your license to appear as plain text, just add the
|
||||
`format` property (currently only `txt` and `html` are supported):
|
||||
And if you want your license to appear as plain text, just add the `format` property (currently only `txt` and `html` are supported):
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -113,8 +92,7 @@ And if you want your license to appear as plain text, just add the
|
|||
|
||||
### gravatar
|
||||
|
||||
And if you want to show your gravatar, just add the `gravatar`
|
||||
boolean property:
|
||||
And if you want to show your gravatar, just add the `gravatar` boolean property:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -125,25 +103,17 @@ boolean property:
|
|||
}
|
||||
```
|
||||
|
||||
Note that the gravatar requires the email property. You also need to check the
|
||||
compatibility of the chosen theme. Currently, only the default theme supports
|
||||
Gravatar.
|
||||
Note that the gravatar requires the email property. You also need to check the compatibility of the chosen theme. Currently, only the default theme supports Gravatar.
|
||||
|
||||
### License version targeting
|
||||
|
||||
License version targeting allows you to link your MIT license to a
|
||||
specific revision in this project - therefore fixing it permanently to
|
||||
a specific license text.
|
||||
License version targeting allows you to link your MIT license to a specific revision in this project - therefore fixing it permanently to a specific license text.
|
||||
|
||||
Though I don't expect the license text to change ever, this is just some
|
||||
extra assurance for you.
|
||||
Though I don't expect the license text to change ever, this is just some extra assurance for you.
|
||||
|
||||
Targeting requires the [sha from the license commit](https://github.com/remy/mit-license/commits/master/LICENSE.html). This can be
|
||||
specified on the URL (in your permalink) or in the JSON file.
|
||||
Targeting requires the [sha from the license commit](https://github.com/remy/mit-license/commits/master/LICENSE.html). This can be specified on the URL (in your permalink) or in the JSON file.
|
||||
|
||||
For example: http://rem.mit-license.org/a526bf7ad1 (make sure to view-source)
|
||||
shows an older version of the LICENSE.html file (compared to the [latest version](http://rem.mit-license.org)
|
||||
- the older version didn't have the new themes).
|
||||
For example: http://rem.mit-license.org/a526bf7ad1 (make sure to view-source) shows an older version of the LICENSE.html file (compared to the [latest version](http://rem.mit-license.org) - the older version didn't have the new themes).
|
||||
|
||||
This can also be targeted in my JSON file:
|
||||
|
||||
|
|
@ -155,17 +125,13 @@ This can also be targeted in my JSON file:
|
|||
}
|
||||
```
|
||||
|
||||
Note that if no version is supplied, the latest copy of the LICENSE.html
|
||||
will be displayed with your information included.
|
||||
Note that if no version is supplied, the latest copy of the LICENSE.html will be displayed with your information included.
|
||||
|
||||
### Themes
|
||||
|
||||
If you've got an eye for design (or like me: not): you can contribute a
|
||||
theme by adding a CSS file to the `themes` directory. The default theme
|
||||
is simple and clean, but you can add your own as you like.
|
||||
If you've got an eye for design (or like me: not): you can contribute a theme by adding a CSS file to the `themes` directory. The default theme is simple and clean, but you can add your own as you like.
|
||||
|
||||
To use a theme, add the `theme` property to your `user.json` file, for
|
||||
example:
|
||||
To use a theme, add the `theme` property to your `user.json` file, for example:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -178,14 +144,14 @@ example:
|
|||
Current available themes:
|
||||
|
||||
* default - [preview](http://mit-license.org) (by
|
||||
[@remy](http://github.com/remy),
|
||||
[@raphaelbastide](http://github.com/raphaelbastide) &
|
||||
[@evertton](http://github.com/evertton))
|
||||
[@remy](https://github.com/remy),
|
||||
[@raphaelbastide](https://github.com/raphaelbastide) &
|
||||
[@evertton](https://github.com/evertton))
|
||||
* flesch - [preview](http://jsbin.com/ufefid/3) (by
|
||||
[@flesch](http://github.com/flesch))
|
||||
* eula-modern - [preview](http://jsbin.com/ExiVida/1/) (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))
|
||||
[@flesch](https://github.com/flesch))
|
||||
* eula-modern - [preview](http://jsbin.com/ExiVida/1/) (by [@sauerlo](https://github.com/lsauer))
|
||||
* afterdark - [preview](http://jsbin.com/ivufon/4) (by [@rmartindotco](https://github.com/rmartindotco))
|
||||
* orange - [preview](http://jsbin.com/uzubos/2) (by [@kirbylover4000](https://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))
|
||||
* cherry - [preview](http://jsbin.com/ufefid/5/) (by [@mustafa-x](https://github.com/mustafa-x))
|
||||
|
|
@ -193,16 +159,26 @@ Current available themes:
|
|||
* blackwood - [preview](http://jsbin.com/uzezas/) (by [@mustafa-x](https://github.com/mustafa-x))
|
||||
* hipster-gray - [preview](http://jsbin.com/ivufon/10) (by [@noformnocontent](https://github.com/noformnocontent))
|
||||
* xtansia - [preview](http://jsbin.com/ereren/1/) (by [@tomass1996](https://github.com/tomass1996))
|
||||
* magic-mint - [preview](http://jsbin.com/obibot/1/) (by [@ekhager](http://github.com/ekhager))
|
||||
* magic-mint - [preview](http://jsbin.com/obibot/1/) (by [@ekhager](https://github.com/ekhager))
|
||||
* default-dark - [preview](http://jsbin.com/uhagaw/10) (by
|
||||
[@remy](http://github.com/remy),
|
||||
[@raphaelbastide](http://github.com/raphaelbastide) &
|
||||
[@evertton](http://github.com/evertton))
|
||||
* black-beauty - [preview](http://jsbin.com/dovivu) (by [@evertton](http://github.com/evertton))
|
||||
[@remy](https://github.com/remy),
|
||||
[@raphaelbastide](https://github.com/raphaelbastide) &
|
||||
[@evertton](https://github.com/evertton))
|
||||
* black-beauty - [preview](http://jsbin.com/dovivu) (by [@evertton](https://github.com/evertton))
|
||||
* silver-style - [preview](http://jsbin.com/erezijI/2) (by [@dev-dipesh](https://github.com/Dev-Dipesh))
|
||||
* friendly - [preview](http://jsbin.com/hilula) (by [@evertton](http://github.com/evertton))
|
||||
* opensans - [preview](http://jsbin.com/UfepUvah) (by [@pburtchaell](http://github.com/pburtchaell))
|
||||
* solarized - [preview](http://jsbin.com/yimax/1) (by [@anmoljagetia](http://github.com/anmoljagetia))
|
||||
* friendly - [preview](http://jsbin.com/hilula) (by [@evertton](https://github.com/evertton))
|
||||
* opensans - [preview](http://jsbin.com/UfepUvah) (by [@pburtchaell](https://github.com/pburtchaell))
|
||||
* 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`.*
|
||||
* hmt-blue - [preview](https://jsbin.com/naqorar/) (by [@J2TeaM](https://github.com/J2TeaM))
|
||||
* dusk - [preview](https://output.jsbin.com/giqivoh) (by [@georapbox](https://github.com/georapbox))
|
||||
* 8bits - [preview](https://matricali.github.io/mit-license-8bits-theme/) (by [@matricali](https://github.com/matricali)). *Available colours: monochrome, monochrome-white, monochrome-blue-white, monochrome-green, monochrome-amber. To use a specific colour, add it as a dash-separated suffix on the theme name, such as `8bits-monochrome`.*
|
||||
* hacker - [preview](https://tommy.mit-license.org/) (by [@TommyPujol06](https://github.com/TommyPujol06))
|
||||
* anon-pro - [preview](https://b.mit-license.org) (by [@bbbrrriiiaaannn](https://github.com/bbbrrriiiaaannn))
|
||||
* richienb - [preview](https://richienb.github.io/mit-license-richienb-theme/demo) (by [@Richienb](https://github.com/Richienb)). *Dark variant: `richienb-dark` - [preview](https://richienb.github.io/mit-license-richienb-theme/demo-dark).*
|
||||
|
||||
## Formats & URLs
|
||||
|
||||
|
|
@ -223,66 +199,81 @@ text
|
|||
The url also supports including a start year:
|
||||
|
||||
* [http://rem.mit-license.org/2009/](http://rem.mit-license.org/2009/) will
|
||||
show a license year range of 2009-2011 (2011 being the current year)
|
||||
show a license year range of 2009-2016 (2016 being the current year)
|
||||
* [http://rem.mit-license.org/2009-2010](http://rem.mit-license.org/2009-2010/)
|
||||
allows me to force the year range
|
||||
* [http://rem.mit-license.org/a526bf7ad1/2009-2010/license.txt](http://rem.mit-license.org/a526bf7ad1/2009-2010/license.txt) a526bf7ad1 version, with year range of 2009-2010 in plain text
|
||||
|
||||
Finally, the url also supports pinning the year
|
||||
|
||||
* [http://rem.mit-license.org/@2009](http://rem.mit-license.org/@2009)
|
||||
this is useful for when your software copyright should expire ([as discussed here](https://github.com/remy/mit-license/issues/771))
|
||||
|
||||
## Ways to contribute
|
||||
|
||||
Aside from code contributions that make the project better, there are a
|
||||
few other specific ways that you can contribute to this project.
|
||||
Aside from code contributions that make the project better, there are a few other specific ways that you can contribute to this project.
|
||||
|
||||
Development contributions from:
|
||||
|
||||
* [remy](http://github.com/remy)
|
||||
* [batuhanicoz](http://github.com/batuhanicoz)
|
||||
* [georgebashi](http://github.com/georgebashi)
|
||||
* [mathiasbynens](http://github.com/mathiasbynens)
|
||||
* [evertton](http://github.com/evertton)
|
||||
* [remy](https://github.com/remy)
|
||||
* [batuhanicoz](https://github.com/batuhanicoz)
|
||||
* [georgebashi](https://github.com/georgebashi)
|
||||
* [mathiasbynens](https://github.com/mathiasbynens)
|
||||
* [evertton](https://github.com/evertton)
|
||||
|
||||
**SSL and wildcard DNS is supported by [CloudFlare](https://www.cloudflare.com) - thank you 🙏💙**
|
||||
|
||||
### 1. Donate domain years
|
||||
|
||||
I host the domain with namecheap.com and yearly renewal is $9.69 per
|
||||
year. If you want to contribute a year, send me a message and I'll add
|
||||
the years on.
|
||||
I host the domain with namecheap.com and yearly renewal is $9.69 per year. If you want to contribute a year, send me a message and I'll add the years on.
|
||||
|
||||
Of course I'll do my best to continue running the domain and hosting,
|
||||
but this is your chance to contribute to the community project.
|
||||
Of course I'll do my best to continue running the domain and hosting, but this is your chance to contribute to the community project.
|
||||
|
||||
Domain contributions:
|
||||
|
||||
* [remy](http://github.com/remy) - 2011-2012
|
||||
* [barberboy](http://github.com/barberboy) - 2012-2013
|
||||
* [paulirish](http://github.com/paulirish) - 2013-2014
|
||||
* [batuhanicoz](http://github.com/batuhanicoz) - 2014-2015
|
||||
* [buritica](http://github.com/buritica) - 2015-2016
|
||||
* [adamstrawson](http://github.com/adamstrawson) - 2016-2018 (2 years)
|
||||
* [keithamus](http://github.com/keithamus) - 2018-2026 (8 years)
|
||||
* [pmuellr](http://github.com/pmuellr) - 2026-2027
|
||||
* [danielknell](http://github.com/danielknell) - 2027-2029 (2 years)
|
||||
* [barberboy](http://github.com/barberboy) - 2029-2030
|
||||
* [mostly-magic](http://github.com/mostly-magic) - 2030-2032
|
||||
* [remy](https://github.com/remy) - 2011-2012
|
||||
* [barberboy](https://github.com/barberboy) - 2012-2013
|
||||
* [paulirish](https://github.com/paulirish) - 2013-2014
|
||||
* [batuhanicoz](https://github.com/batuhanicoz) - 2014-2015
|
||||
* [buritica](https://github.com/buritica) - 2015-2016
|
||||
* [adamstrawson](https://github.com/adamstrawson) - 2016-2018 (2 years)
|
||||
* [keithamus](https://github.com/keithamus) - 2018-2026 (8 years)
|
||||
* [pmuellr](https://github.com/pmuellr) - 2026-2027
|
||||
* [danielknell](https://github.com/danielknell) - 2027-2029 (2 years)
|
||||
* [barberboy](https://github.com/barberboy) - 2029-2030
|
||||
* [mostly-magic](https://github.com/mostly-magic) - 2030-2032
|
||||
|
||||
*Please note that the whois says 2021 as you can only have 10 active
|
||||
registered years with ICCAN - but the domain is set to auto-renew, so
|
||||
it's all good :)*
|
||||
*Please note that the whois says 2021 as you can only have 10 active registered years with ICANN - but the domain is set to auto-renew, so it's all good :)*
|
||||
|
||||
### 2. Hosting
|
||||
|
||||
Currently the project is hosted on my own server, and I don't expect my
|
||||
server to go away any time soon, but if a lovely hosting company, like
|
||||
Joyent or Media Temple or someone equally as lovely wants to step in and
|
||||
contribute a simple server to host from - then we'll credit you
|
||||
appropriately and you'll get lots of kudos from the web community for
|
||||
being lovely.
|
||||
For the first 5 years mit-license.org was hosted on my own dedicated server, but I've now moved to Heroku and am paying a monthly fee. If you would like to donate **[please donate here](https://www.paypal.me/rem)** include a message and I will add your name to the credit. Hosting is currently costs $7 per month, if you want to donate in months or years, it's gratefully received ❤
|
||||
|
||||
Hosting contributions:
|
||||
|
||||
* [remy](https://github.com/remy) - 2011-2016 Apr...
|
||||
* [therebelrobot](https://github.com/therebelrobot) 1 month
|
||||
* [mkody](https://github.com/mkody) 2 months
|
||||
* [dan9186](https://github.com/dan9186) 1 year
|
||||
* Kristin Anthony 1 year
|
||||
* [zhengyi-yang](https://github.com/zhengyi-yang) 5 months
|
||||
* [catodd](https://github.com/catodd) 2 months
|
||||
* [lrz0](https://github.com/lrz0) 1 month
|
||||
* [matricali](https://github.com/matricali) 3 months
|
||||
* [youchenlee](https://github.com/youchenlee) 12 months
|
||||
* [ramsey](https://github.com/ramsey) 12 months
|
||||
* [rmm5t](https://github.com/rmm5t) 1 month
|
||||
* [wrainaud](https://github.com/wrainaud) 3 months
|
||||
* [romkey](https://github.com/romkey) 12 months
|
||||
* [kylewelsby](https://github.com/kylewelsby) 6 months
|
||||
* [wiesner](https://github.com/wiesner) 1 month
|
||||
* [rajinwonderland](https://github.com/rajinwonderland) 3 months
|
||||
* [miszo](https://github.com/miszo) 1 month
|
||||
* [you?](https://www.paypal.me/rem)
|
||||
|
||||
### 3. A lick of paint
|
||||
|
||||
I'm a developer, I seem only capable of *grey*! If you're a designer and
|
||||
want to contribute a decent lick of paint on the project that would be
|
||||
super. Just create a new theme and send me a pull request.
|
||||
I'm a developer, I seem only capable of *grey*! If you're a designer and want to contribute a decent lick of paint on the project that would be super. Just create a new theme and send me a pull request.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
1
composer.json
Normal file
1
composer.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
24
index.php
24
index.php
|
|
@ -16,6 +16,9 @@
|
|||
$user_file = 'users/' . $cname . '.json';
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST' && $cname) {
|
||||
echo ('>>> curl API has been temporarily disabled. Please send a pull request in the short term. Service will resume as normal again soon ❤');
|
||||
exit;
|
||||
|
||||
try {
|
||||
$data = json_decode(file_get_contents('php://input'));
|
||||
if (!property_exists($data, 'copyright')) {
|
||||
|
|
@ -37,7 +40,7 @@
|
|||
exec('cd /WWW/mit-license && /usr/bin/git push origin master -v 2>&1', $out, $r);
|
||||
//print_r($out); echo "\n"; print_r($r); echo "\n";
|
||||
|
||||
echo '>>> MIT license page created: http://' . $_SERVER['HTTP_HOST'] . "\n\n";
|
||||
echo '>>> MIT license page created: https://' . $_SERVER['HTTP_HOST'] . "\n\n";
|
||||
} catch (Exception $e) {
|
||||
echo $e->getMessage() . "\n\n";
|
||||
}
|
||||
|
|
@ -56,11 +59,11 @@
|
|||
|
||||
if (property_exists($user, 'email')) {
|
||||
$holder = $holder . ' <<a href="mailto:' . $user->email . '">' . $user->email . '</a>>';
|
||||
|
||||
|
||||
if(property_exists($user, 'gravatar') && $user->gravatar === true){
|
||||
$gravatar = '<img id="gravatar" src="http://www.gravatar.com/avatar/' . md5(strtolower(trim($user->email))) . '" />';
|
||||
$gravatar = '<img id="gravatar" src="https://www.gravatar.com/avatar/' . md5(strtolower(trim($user->email))) . '" />';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (property_exists($user, 'format')) {
|
||||
|
|
@ -101,13 +104,18 @@
|
|||
|
||||
// check if we have a year or a year range up front
|
||||
$year = date('Y');
|
||||
preg_match('/^(\d{4})(?:(?:\-)(\d{4}))?$/', $request, $match);
|
||||
preg_match('/^(@?\d{4})(?:(?:\-)(\d{4}))?$/', $request, $match);
|
||||
|
||||
if (count($match) > 1) {
|
||||
if ($match[2]) {
|
||||
if ($match[2] && $match[1][0] != '@') { // 2nd segment
|
||||
$year = $match[2];
|
||||
}
|
||||
if ($match[1]) {
|
||||
$year = $match[1] == $year ? $year : $match[1] . '-' . $year;
|
||||
if ($match[1][0] == '@') {
|
||||
$year = substr($match[1], 1);
|
||||
} else {
|
||||
$year = $match[1] == $year ? $year : $match[1] . '-' . $year;
|
||||
}
|
||||
}
|
||||
$request = array_pop($request_uri);
|
||||
}
|
||||
|
|
@ -128,7 +136,7 @@
|
|||
exec("/usr/local/bin/git show " . $sha . ":LICENSE.html", $out, $r);
|
||||
if ($r == 0) {
|
||||
$license = implode("\n", $out);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// if we didn't manage to read one in, use latest
|
||||
|
|
|
|||
16
package.json
16
package.json
|
|
@ -10,10 +10,12 @@
|
|||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"bugs": { "url": "https://github.com/remy/mit-license/issues" },
|
||||
"licenses": [
|
||||
{ "type": "MIT",
|
||||
"url": "http://rem.mit-license.org/"
|
||||
}
|
||||
]
|
||||
}
|
||||
"bugs": {
|
||||
"url": "https://github.com/remy/mit-license/issues"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"dependencies": {
|
||||
"nconf": "^0.8.4",
|
||||
"request": "^2.72.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
22
test.js
22
test.js
|
|
@ -1,13 +1,13 @@
|
|||
#!/bin/env node
|
||||
|
||||
var fs = require('fs');
|
||||
var users = fs.readdirSync("users");
|
||||
for(i in users){
|
||||
try{
|
||||
var content = fs.readFileSync("users/"+users[i]).toString();
|
||||
JSON.parse(content);
|
||||
}
|
||||
catch(e){
|
||||
console.error("Invalid JSON in file: " + users[i]);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
var users = fs.readdirSync('users');
|
||||
users.forEach(function (user) {
|
||||
try {
|
||||
var content = fs.readFileSync('users/' + user).toString();
|
||||
JSON.parse(content);
|
||||
} catch (e) {
|
||||
console.error('Invalid JSON in file: ' + user);
|
||||
process.exit(1);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
101
themes/8bits-monochrome-amber.css
Normal file
101
themes/8bits-monochrome-amber.css
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
/* 8bit theme v1.0.0 by Jorge Matricali, https://github.com/matricali/mit-license-8bits-theme */
|
||||
/* MIT License https://jorge-matricali.mit-license.org/ */
|
||||
@import url('https://fonts.googleapis.com/css?family=PT+Mono|VT323');
|
||||
body {
|
||||
font-family: 'PT Mono', monospace;
|
||||
padding: .4em;
|
||||
font-size: 1.1em;
|
||||
background: #000;
|
||||
color: #ffbf00;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #ffbf00;
|
||||
}
|
||||
article {
|
||||
display: block;
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
article h1 {
|
||||
color: #ffbf00;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 1.5em;
|
||||
font-size: 3em;
|
||||
}
|
||||
article h1,
|
||||
article h1 + p {
|
||||
font-family: 'VT323', monospace;
|
||||
padding-left: 6%;
|
||||
}
|
||||
article h1 + p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
article h1 + p a:link,
|
||||
article h1 + p a:visited {
|
||||
color: #ffbf00;
|
||||
}
|
||||
article p {
|
||||
padding: 0 2em;
|
||||
text-align: justify;
|
||||
}
|
||||
article p:last-child {
|
||||
padding-bottom: 1.8em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
}
|
||||
#gravatar {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
#gravatar {
|
||||
position: absolute;
|
||||
top: 4em;
|
||||
right: 3em;
|
||||
}
|
||||
#gravatar + h1 + p + p {
|
||||
padding-top: 2em;
|
||||
}
|
||||
h1 + p {
|
||||
padding-right: 6em;
|
||||
}
|
||||
h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
#gravatar {
|
||||
position: relative;
|
||||
top: 4em;
|
||||
right: 2em;
|
||||
}
|
||||
article h1 + p {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
article h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
footer {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
}
|
||||
img {
|
||||
-webkit-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10);
|
||||
-moz-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10);
|
||||
-ms-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10);
|
||||
-o-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10);
|
||||
filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10);
|
||||
}
|
||||
101
themes/8bits-monochrome-blue-white.css
Normal file
101
themes/8bits-monochrome-blue-white.css
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
/* 8bits theme v1.1.0 by Jorge Matricali, https://github.com/matricali/mit-license-8bits-theme */
|
||||
/* MIT License https://jorge-matricali.mit-license.org/ */
|
||||
@import url('https://fonts.googleapis.com/css?family=PT+Mono|VT323');
|
||||
body {
|
||||
font-family: 'PT Mono', monospace;
|
||||
padding: .4em;
|
||||
font-size: 1.1em;
|
||||
background: #00f;
|
||||
color: #fff;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
article {
|
||||
display: block;
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
article h1 {
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 1.5em;
|
||||
font-size: 3em;
|
||||
}
|
||||
article h1,
|
||||
article h1 + p {
|
||||
font-family: 'VT323', monospace;
|
||||
padding-left: 6%;
|
||||
}
|
||||
article h1 + p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
article h1 + p a:link,
|
||||
article h1 + p a:visited {
|
||||
color: #fff;
|
||||
}
|
||||
article p {
|
||||
padding: 0 2em;
|
||||
text-align: justify;
|
||||
}
|
||||
article p:last-child {
|
||||
padding-bottom: 1.8em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
}
|
||||
#gravatar {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
#gravatar {
|
||||
position: absolute;
|
||||
top: 4em;
|
||||
right: 3em;
|
||||
}
|
||||
#gravatar + h1 + p + p {
|
||||
padding-top: 2em;
|
||||
}
|
||||
h1 + p {
|
||||
padding-right: 6em;
|
||||
}
|
||||
h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
#gravatar {
|
||||
position: relative;
|
||||
top: 4em;
|
||||
right: 2em;
|
||||
}
|
||||
article h1 + p {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
article h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
footer {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
}
|
||||
img {
|
||||
-webkit-filter: contrast(700%) invert(100%) brightness(80%) sepia(100%) saturate(5) invert(100%);
|
||||
-moz-filter: contrast(700%) invert(100%) brightness(80%) sepia(100%) saturate(5) invert(100%);
|
||||
-ms-filter: contrast(700%) invert(100%) brightness(80%) sepia(100%) saturate(5) invert(100%);
|
||||
-o-filter: contrast(700%) invert(100%) brightness(80%) sepia(100%) saturate(5) invert(100%);
|
||||
filter: contrast(700%) invert(100%) brightness(80%) sepia(100%) saturate(5) invert(100%);
|
||||
}
|
||||
101
themes/8bits-monochrome-green.css
Normal file
101
themes/8bits-monochrome-green.css
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
/* 8bits theme v1.1.0 by Jorge Matricali, https://github.com/matricali/mit-license-8bits-theme */
|
||||
/* MIT License https://jorge-matricali.mit-license.org/ */
|
||||
@import url('https://fonts.googleapis.com/css?family=PT+Mono|VT323');
|
||||
body {
|
||||
font-family: 'PT Mono', monospace;
|
||||
padding: .4em;
|
||||
font-size: 1.1em;
|
||||
background: #000;
|
||||
color: #0f0;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #0f0;
|
||||
}
|
||||
article {
|
||||
display: block;
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
article h1 {
|
||||
color: #0f0;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 1.5em;
|
||||
font-size: 3em;
|
||||
}
|
||||
article h1,
|
||||
article h1 + p {
|
||||
font-family: 'VT323', monospace;
|
||||
padding-left: 6%;
|
||||
}
|
||||
article h1 + p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
article h1 + p a:link,
|
||||
article h1 + p a:visited {
|
||||
color: #0f0;
|
||||
}
|
||||
article p {
|
||||
padding: 0 2em;
|
||||
text-align: justify;
|
||||
}
|
||||
article p:last-child {
|
||||
padding-bottom: 1.8em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
}
|
||||
#gravatar {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
#gravatar {
|
||||
position: absolute;
|
||||
top: 4em;
|
||||
right: 3em;
|
||||
}
|
||||
#gravatar + h1 + p + p {
|
||||
padding-top: 2em;
|
||||
}
|
||||
h1 + p {
|
||||
padding-right: 6em;
|
||||
}
|
||||
h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
#gravatar {
|
||||
position: relative;
|
||||
top: 4em;
|
||||
right: 2em;
|
||||
}
|
||||
article h1 + p {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
article h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
footer {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
}
|
||||
img {
|
||||
-webkit-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10) hue-rotate(40deg);
|
||||
-moz-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10) hue-rotate(40deg);
|
||||
-ms-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10) hue-rotate(40deg);
|
||||
-o-filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10) hue-rotate(40deg);
|
||||
filter: contrast(700%) sepia(100%) saturate(100) sepia(100%) saturate(10) hue-rotate(40deg);
|
||||
}
|
||||
101
themes/8bits-monochrome-white.css
Normal file
101
themes/8bits-monochrome-white.css
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
/* 8bits theme v1.1.0 by Jorge Matricali, https://github.com/matricali/mit-license-8bits-theme */
|
||||
/* MIT License https://jorge-matricali.mit-license.org/ */
|
||||
@import url('https://fonts.googleapis.com/css?family=PT+Mono|VT323');
|
||||
body {
|
||||
font-family: 'PT Mono', monospace;
|
||||
padding: .4em;
|
||||
font-size: 1.1em;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
article {
|
||||
display: block;
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
article h1 {
|
||||
color: #000;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 1.5em;
|
||||
font-size: 3em;
|
||||
}
|
||||
article h1,
|
||||
article h1 + p {
|
||||
font-family: 'VT323', monospace;
|
||||
padding-left: 6%;
|
||||
}
|
||||
article h1 + p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
article h1 + p a:link,
|
||||
article h1 + p a:visited {
|
||||
color: #000;
|
||||
}
|
||||
article p {
|
||||
padding: 0 2em;
|
||||
text-align: justify;
|
||||
}
|
||||
article p:last-child {
|
||||
padding-bottom: 1.8em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
}
|
||||
#gravatar {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
#gravatar {
|
||||
position: absolute;
|
||||
top: 4em;
|
||||
right: 3em;
|
||||
}
|
||||
#gravatar + h1 + p + p {
|
||||
padding-top: 2em;
|
||||
}
|
||||
h1 + p {
|
||||
padding-right: 6em;
|
||||
}
|
||||
h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
#gravatar {
|
||||
position: relative;
|
||||
top: 4em;
|
||||
right: 2em;
|
||||
}
|
||||
article h1 + p {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
article h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
footer {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
}
|
||||
img {
|
||||
-webkit-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
-moz-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
-ms-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
-o-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
}
|
||||
101
themes/8bits-monochrome.css
Normal file
101
themes/8bits-monochrome.css
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
/* 8bits theme v1.1.0 by Jorge Matricali, https://github.com/matricali/mit-license-8bits-theme */
|
||||
/* MIT License https://jorge-matricali.mit-license.org/ */
|
||||
@import url('https://fonts.googleapis.com/css?family=PT+Mono|VT323');
|
||||
body {
|
||||
font-family: 'PT Mono', monospace;
|
||||
padding: .4em;
|
||||
font-size: 1.1em;
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
article {
|
||||
display: block;
|
||||
margin: 1em;
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
article h1 {
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding-top: 1.5em;
|
||||
font-size: 3em;
|
||||
}
|
||||
article h1,
|
||||
article h1 + p {
|
||||
font-family: 'VT323', monospace;
|
||||
padding-left: 6%;
|
||||
}
|
||||
article h1 + p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 3em;
|
||||
}
|
||||
article h1 + p a:link,
|
||||
article h1 + p a:visited {
|
||||
color: #fff;
|
||||
}
|
||||
article p {
|
||||
padding: 0 2em;
|
||||
text-align: justify;
|
||||
}
|
||||
article p:last-child {
|
||||
padding-bottom: 1.8em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
font-size: .8em;
|
||||
text-align: center;
|
||||
}
|
||||
#gravatar {
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
#gravatar {
|
||||
position: absolute;
|
||||
top: 4em;
|
||||
right: 3em;
|
||||
}
|
||||
#gravatar + h1 + p + p {
|
||||
padding-top: 2em;
|
||||
}
|
||||
h1 + p {
|
||||
padding-right: 6em;
|
||||
}
|
||||
h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
#gravatar {
|
||||
position: relative;
|
||||
top: 4em;
|
||||
right: 2em;
|
||||
}
|
||||
article h1 + p {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
article h1 + p + p {
|
||||
padding-top: 0.8em;
|
||||
}
|
||||
footer {
|
||||
padding-bottom: 4em;
|
||||
}
|
||||
}
|
||||
img {
|
||||
-webkit-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
-moz-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
-ms-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
-o-filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
filter: contrast(700%) grayscale(100%) saturate(100);
|
||||
}
|
||||
94
themes/anon-pro.css
Normal file
94
themes/anon-pro.css
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700');
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Anonymous Pro', monospace;
|
||||
font-size: 1.1em;
|
||||
background: #fbfbfb;
|
||||
color: black;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
article {
|
||||
max-width: 90%;
|
||||
min-height: 100vh;
|
||||
padding: 30px 0 120px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (min-width: 770px) {
|
||||
article {
|
||||
max-width: 693px;
|
||||
}
|
||||
}
|
||||
|
||||
article img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-size: 36px;
|
||||
font-weight: 400;
|
||||
margin-bottom: 24px
|
||||
}
|
||||
|
||||
article p:first-of-type {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
article p {
|
||||
margin-bottom: 1em;
|
||||
font-size: 24px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
article p:last-of-type {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
article a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
background-position: center bottom;
|
||||
background-size: 100% 3px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: linear-gradient(#38f, #38f);
|
||||
}
|
||||
|
||||
article a:hover, article a:focus {
|
||||
background-color: #38f;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
footer a {
|
||||
position: fixed;
|
||||
bottom: 25px;
|
||||
left: 0;
|
||||
color: white;
|
||||
max-width: 320px;
|
||||
background: #db2d20;
|
||||
padding: 5px 20px 5px 40px;
|
||||
display: block;
|
||||
transform: translateX(-20px);
|
||||
transition: all .2s ease;
|
||||
box-shadow: 5px 5px 0px #ddd;
|
||||
}
|
||||
|
||||
footer a:hover, footer a:focus {
|
||||
transform: translateX(0);
|
||||
box-shadow: 10px 10px 0px #daa;
|
||||
outline: none;
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Lato:300);
|
||||
@import url(https://fonts.googleapis.com/css?family=Lato:300);
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,400,700);
|
||||
@import url(https://fonts.googleapis.com/css?family=Alegreya:400italic,400,700);
|
||||
|
||||
body { color: #94979E; font: 16px/28px 'Alegreya', "Garamond",serif; margin: 0; padding: 0 50px;}
|
||||
article, footer { display:block; max-width:720px; margin:0 auto; }
|
||||
|
|
@ -7,7 +7,7 @@ h1 { background: none repeat scroll 0 0 #FF3366; color: #FFFFFF; font-size: 24p
|
|||
h1:after { background-color: #AD0431; border-radius: 0 0 0 32px; content: ""; height: 7px; left: 3px; position: absolute; top: 52px; width: 7px; }
|
||||
h1:before { background-color: #D01B4B; content: ""; height: 11px; left: 0; position: absolute; top: 52px; width: 11px; -webkit-border-radius: 0 0 0 32px; -moz-border-radius: 0 0 0 32px; border-radius: 0 0 0 32px; }
|
||||
article p:nth-of-type(1) {font-size: 24px;}
|
||||
a, a:visited { color:#3A3A3A; padding:4px 4px 0 4px; text-decoration:none; }
|
||||
a, a:visited { color:#3A3A3A; padding:4px 4px 0 4px; text-decoration:none; }
|
||||
a:active, a:hover { color:#710257; }
|
||||
a img { position: absolute; top: 0; right: 0; border: 0; }
|
||||
:-moz-any-link:focus {color:#bc4a46;}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,400,700);
|
||||
@import url(https://fonts.googleapis.com/css?family=Alegreya:400italic,400,700);
|
||||
|
||||
body { background: url("cherry.png") repeat scroll 0 0 transparent; color: #94979E; font: 16px/28px 'Alegreya', "Garamond",serif; margin: 0; padding: 0 50px;}
|
||||
article, footer { display:block; max-width:720px; margin:0 auto; }
|
||||
|
|
@ -7,7 +7,7 @@ h1 { background: none repeat scroll 0 0 #FF3366; color: #FFFFFF; font-size: 24p
|
|||
h1:after { background-color: #AD0431; border-radius: 0 0 0 32px; content: ""; height: 7px; left: 3px; position: absolute; top: 52px; width: 7px; }
|
||||
h1:before { background-color: #D01B4B; content: ""; height: 11px; left: 0; position: absolute; top: 52px; width: 11px; -webkit-border-radius: 0 0 0 32px; -moz-border-radius: 0 0 0 32px; border-radius: 0 0 0 32px; }
|
||||
article p:nth-of-type(1) {font-size: 24px;}
|
||||
a, a:visited { color:#3A3A3A; padding:4px 4px 0 4px; text-decoration:none; }
|
||||
a, a:visited { color:#3A3A3A; padding:4px 4px 0 4px; text-decoration:none; }
|
||||
a:active, a:hover { color:#710257; }
|
||||
a img { position: absolute; top: 0; right: 0; border: 0; }
|
||||
:-moz-any-link:focus {color:#bc4a46;}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
||||
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
|
||||
html { background: #1a1a1a; }
|
||||
body { margin: 0; font-family: "Inconsolata", "DejaVu Sans Mono","Bitstream Vera Sans Mono", monospace; font-size: 1.2em; line-height: 1.2em; color: #999;}
|
||||
article, footer { display: block; min-width: 360px; max-width: 900px; width: 80%; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
||||
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
|
||||
html { background: #eee; }
|
||||
body { margin: 0; font-family: "Inconsolata", "DejaVu Sans Mono","Bitstream Vera Sans Mono", monospace; font-size: 1.2em; line-height: 1.2em; }
|
||||
article, footer { display: block; min-width: 360px; max-width: 900px; width: 80%; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic);
|
||||
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic);
|
||||
|
||||
body {
|
||||
font-family: Lora, Constantia, Georgia, serif;
|
||||
|
|
|
|||
133
themes/dusk.css
Normal file
133
themes/dusk.css
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
/* Dusk theme v1.0.0 by @georapbox */
|
||||
|
||||
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
|
||||
|
||||
*::selection {
|
||||
background: #de5833;
|
||||
color: #eff7ff;
|
||||
}
|
||||
|
||||
*::-moz-selection {
|
||||
background: #de5833;
|
||||
color: #eff7ff;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
background: #272b35;
|
||||
color: #67778a;
|
||||
margin: 86px 0;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
a:link, a:visited, a:hover {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
color: #de5833;
|
||||
-webkit-transition: color 0.3s ease-in-out;
|
||||
transition: color 0.3s ease-in-out;
|
||||
-webkit-transform: scaleX(0);
|
||||
transform: scaleX(0);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #eff7ff;
|
||||
}
|
||||
|
||||
a:before {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #de5833;
|
||||
visibility: hidden;
|
||||
-webkit-transform: scaleX(0);
|
||||
transform: scaleX(0);
|
||||
-webkit-transition: all 0.3s ease-in-out;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
a:hover:before {
|
||||
visibility: visible;
|
||||
-webkit-transform: scaleX(1);
|
||||
transform: scaleX(1);
|
||||
}
|
||||
|
||||
article {
|
||||
display: block;
|
||||
margin: 1.0em;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
margin: 0;
|
||||
padding: 60px 0.4em 0 0.4em;
|
||||
color: #eff7ff;
|
||||
font-size: 2.0em;
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
background: #1F222A;
|
||||
}
|
||||
|
||||
article h1 + p {
|
||||
max-width: 100%;
|
||||
margin-top: 0;
|
||||
padding-top: 0.1em;
|
||||
padding-bottom: 60px;
|
||||
font-size: 1.0em;
|
||||
text-align: center;
|
||||
background: #1F222A;
|
||||
}
|
||||
|
||||
article h1 + p + p {
|
||||
margin-top: 1.6em;
|
||||
}
|
||||
|
||||
article p {
|
||||
padding: 0 1.4em;
|
||||
text-align: justify;
|
||||
line-height: 1.5;
|
||||
max-width: 960px;
|
||||
margin: 1.0em auto;
|
||||
}
|
||||
|
||||
article p:last-child {
|
||||
padding-bottom: 1.8em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer p {
|
||||
padding: 0 1.4em;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -43px;
|
||||
left: 50%;
|
||||
margin-left: -43px;
|
||||
border-radius: 100%;
|
||||
border: 3px solid #272b35;
|
||||
}
|
||||
|
||||
@media (max-width: 750px) {
|
||||
article h1 + p {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
/*author: lo sauer, 2013 - http://github.com/lsauer, @sauerlo */
|
||||
/*author: lo sauer, 2013 - https://github.com/lsauer, @sauerlo */
|
||||
* {
|
||||
scrollbar-base-color: white;
|
||||
scrollbar-track-color: white;
|
||||
|
|
@ -33,6 +33,7 @@ body {
|
|||
}
|
||||
|
||||
article {
|
||||
position: relative;
|
||||
color: #444;
|
||||
max-width: 700px;
|
||||
margin: 10px auto 0px;
|
||||
|
|
@ -47,14 +48,15 @@ article {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4.2em;
|
||||
font-size: 3.7em;
|
||||
line-height: 1.3em;
|
||||
font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif;
|
||||
line-height: .9em;
|
||||
color: #000;
|
||||
padding: 0px;
|
||||
font-weight: normal;
|
||||
clear: both;
|
||||
margin: .2em auto .4em;
|
||||
margin-right: 100px; /* allow for avatar */
|
||||
}
|
||||
|
||||
article p:nth-of-type(1) { background: #666;
|
||||
|
|
@ -118,16 +120,16 @@ footer {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
footer a:link,
|
||||
footer a:link,
|
||||
footer a:visited {
|
||||
color:#ccc;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
border: 3px solid #ccc;
|
||||
top: -4.3em;
|
||||
// top: 4.5em;
|
||||
z-index: 1;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Lato:300);
|
||||
@import url(https://fonts.googleapis.com/css?family=Lato:300);
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
|
|
@ -32,7 +32,7 @@ article p {
|
|||
article p:first-of-type {
|
||||
text-align: center;
|
||||
font-size: .8em;
|
||||
|
||||
|
||||
}
|
||||
|
||||
article p:last-of-type {
|
||||
|
|
|
|||
965
themes/hacker.css
Normal file
965
themes/hacker.css
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300);
|
||||
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
|
|
@ -44,7 +44,7 @@ article p:first-of-type {
|
|||
font-size: 14pt;
|
||||
line-height: 150%;
|
||||
}
|
||||
article :nth-child(4),
|
||||
article :nth-child(4),
|
||||
article :nth-child(4):before {
|
||||
font-size: 18pt;
|
||||
font-weight: 300;
|
||||
|
|
@ -108,7 +108,7 @@ footer a:hover, footer a:focus, footer a:active {
|
|||
margin: 15pt 0 0 0;
|
||||
padding: 15pt;
|
||||
}
|
||||
footer {
|
||||
footer {
|
||||
padding-top: 0;
|
||||
font-size: 11pt;
|
||||
line-height: 120%;
|
||||
|
|
@ -139,7 +139,7 @@ footer a:hover, footer a:focus, footer a:active {
|
|||
margin: 15pt 0 0 0;
|
||||
padding: 10pt;
|
||||
}
|
||||
footer {
|
||||
footer {
|
||||
padding-top: 0;
|
||||
font-size: 9pt;
|
||||
line-height: 120%;
|
||||
|
|
@ -157,7 +157,7 @@ footer a:hover, footer a:focus, footer a:active {
|
|||
@media print {
|
||||
@page { margin: .5cm; }
|
||||
* { color: black !important; }
|
||||
a[href]:after { content: " [" attr(href) "]" }
|
||||
a[href^="http"]:after { content: " [" attr(href) "]" }
|
||||
a:link, a[href]:after { border: none; }
|
||||
body {
|
||||
background: none;
|
||||
|
|
@ -183,7 +183,7 @@ footer a:hover, footer a:focus, footer a:active {
|
|||
margin: 18pt 0 0 0;
|
||||
padding: 11pt;
|
||||
}
|
||||
footer {
|
||||
footer {
|
||||
padding-top: 0;
|
||||
font-size: 10pt;
|
||||
line-height: 120%;
|
||||
|
|
@ -203,4 +203,4 @@ footer a:hover, footer a:focus, footer a:active {
|
|||
margin-left: -12em;
|
||||
margin-top: -1em;
|
||||
width: 5em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
97
themes/hmt-blue.css
Normal file
97
themes/hmt-blue.css
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
/* normalize.min.css */
|
||||
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
|
||||
|
||||
/* Roboto */
|
||||
@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
padding: .4em;
|
||||
font-size: 1.1em;
|
||||
line-height: 1.4;
|
||||
background-color: #e9ebee;
|
||||
}
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #23527c;
|
||||
}
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
a {
|
||||
color: #337ab7;
|
||||
text-decoration: none;
|
||||
}
|
||||
article,
|
||||
footer {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
article p {
|
||||
text-align: justify;
|
||||
}
|
||||
footer p {
|
||||
text-align: center;
|
||||
}
|
||||
#gravatar {
|
||||
display: block;
|
||||
float: right;
|
||||
border-radius: 50%;
|
||||
border: none;
|
||||
margin-top: 5px;
|
||||
}
|
||||
article h1 {
|
||||
font-weight: bold;
|
||||
line-height: 1.3;
|
||||
text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
border-top: 1px solid #ccc;
|
||||
font-style: italic;
|
||||
}
|
||||
/* Blockquote: https://codepen.io/maxds/pen/DcveB */
|
||||
article > p:last-child {
|
||||
display: block;
|
||||
background: #fff;
|
||||
padding: 15px 20px 15px 45px;
|
||||
margin: 0 0 20px;
|
||||
position: relative;
|
||||
/*Font*/
|
||||
|
||||
font-family: Georgia, serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
color: #666;
|
||||
text-align: justify;
|
||||
/*Borders - (Optional)*/
|
||||
|
||||
border-left: 15px solid #3392cd;
|
||||
border-right: 2px solid #3392cd;
|
||||
/*Box Shadow - (Optional)*/
|
||||
|
||||
-moz-box-shadow: 2px 2px 15px #ccc;
|
||||
-webkit-box-shadow: 2px 2px 15px #ccc;
|
||||
box-shadow: 2px 2px 15px #ccc;
|
||||
}
|
||||
article > p:last-child::before {
|
||||
content: "\201C";
|
||||
/*Unicode for Left Double Quote*/
|
||||
/*Font*/
|
||||
|
||||
font-family: Georgia, serif;
|
||||
font-size: 60px;
|
||||
font-weight: bold;
|
||||
color: #999;
|
||||
/*Positioning*/
|
||||
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 5px;
|
||||
}
|
||||
article > p:last-child::after {
|
||||
/*Reset to make sure*/
|
||||
|
||||
content: "";
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
||||
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
|
||||
|
||||
html{
|
||||
font-size: 62.5%;
|
||||
|
|
|
|||
1
themes/material-amber.css
Normal file
1
themes/material-amber.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#ffc107;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#fff8e1;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#ffecb3}article h1+p a:hover{color:#ff6f00}article p{padding:0 2em;text-align:justify}article p:last-child{color:#ffa000;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#ff6f00}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-blue.css
Normal file
1
themes/material-blue.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#2196f3;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#e3f2fd;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#bbdefb}article h1+p a:hover{color:#0d47a1}article p{padding:0 2em;text-align:justify}article p:last-child{color:#1976d2;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#0d47a1}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-brown.css
Normal file
1
themes/material-brown.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#795548;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#efebe9;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#d7ccc8}article h1+p a:hover{color:#3e2723}article p{padding:0 2em;text-align:justify}article p:last-child{color:#5d4037;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#3e2723}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-cyan.css
Normal file
1
themes/material-cyan.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#00bcd4;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#e0f7fa;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#b2ebf2}article h1+p a:hover{color:#006064}article p{padding:0 2em;text-align:justify}article p:last-child{color:#0097a7;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#006064}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-deep-orange.css
Normal file
1
themes/material-deep-orange.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#ff5722;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#fbe9e7;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#ffccbc}article h1+p a:hover{color:#bf360c}article p{padding:0 2em;text-align:justify}article p:last-child{color:#e64a19;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#bf360c}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-deep-purple.css
Normal file
1
themes/material-deep-purple.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#673ab7;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#ede7f6;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#d1c4e9}article h1+p a:hover{color:#311b92}article p{padding:0 2em;text-align:justify}article p:last-child{color:#512da8;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#311b92}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-green.css
Normal file
1
themes/material-green.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#4caf50;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#e8f5e9;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#c8e6c9}article h1+p a:hover{color:#1b5e20}article p{padding:0 2em;text-align:justify}article p:last-child{color:#388e3c;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#1b5e20}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-grey.css
Normal file
1
themes/material-grey.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#9e9e9e;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#fafafa;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#f5f5f5}article h1+p a:hover{color:#212121}article p{padding:0 2em;text-align:justify}article p:last-child{color:#616161;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#212121}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-indigo.css
Normal file
1
themes/material-indigo.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#3f51b5;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#e8eaf6;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#c5cae9}article h1+p a:hover{color:#1a237e}article p{padding:0 2em;text-align:justify}article p:last-child{color:#303f9f;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#1a237e}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-light-blue.css
Normal file
1
themes/material-light-blue.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#03a9f4;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#e1f5fe;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#b3e5fc}article h1+p a:hover{color:#01579b}article p{padding:0 2em;text-align:justify}article p:last-child{color:#0288d1;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#01579b}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-light-green.css
Normal file
1
themes/material-light-green.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#8bc34a;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#f1f8e9;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#dcedc8}article h1+p a:hover{color:#33691e}article p{padding:0 2em;text-align:justify}article p:last-child{color:#689f38;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#33691e}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-lime.css
Normal file
1
themes/material-lime.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#cddc39;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#f9fbe7;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#f0f4c3}article h1+p a:hover{color:#827717}article p{padding:0 2em;text-align:justify}article p:last-child{color:#afb42b;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#827717}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-orange.css
Normal file
1
themes/material-orange.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#ff9800;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#fff3e0;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#ffe0b2}article h1+p a:hover{color:#e65100}article p{padding:0 2em;text-align:justify}article p:last-child{color:#f57c00;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#e65100}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-pink.css
Normal file
1
themes/material-pink.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#e91e63;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#fce4ec;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#f8bbd0}article h1+p a:hover{color:#880e4f}article p{padding:0 2em;text-align:justify}article p:last-child{color:#c2185b;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#880e4f}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-purple.css
Normal file
1
themes/material-purple.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#9c27b0;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#f3e5f5;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#e1bee7}article h1+p a:hover{color:#4a148c}article p{padding:0 2em;text-align:justify}article p:last-child{color:#7b1fa2;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#4a148c}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-red.css
Normal file
1
themes/material-red.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#f44336;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#ffebee;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#ffcdd2}article h1+p a:hover{color:#b71c1c}article p{padding:0 2em;text-align:justify}article p:last-child{color:#d32f2f;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#b71c1c}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-teal.css
Normal file
1
themes/material-teal.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#009688;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#e0f2f1;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#b2dfdb}article h1+p a:hover{color:#004d40}article p{padding:0 2em;text-align:justify}article p:last-child{color:#00796b;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#004d40}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material-yellow.css
Normal file
1
themes/material-yellow.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#ffeb3b;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#fffde7;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#fff9c4}article h1+p a:hover{color:#f57f17}article p{padding:0 2em;text-align:justify}article p:last-child{color:#fbc02d;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#f57f17}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
1
themes/material.css
Normal file
1
themes/material.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*Material theme v1.0.1 by @ahaasler, https://github.com/ahaasler/mit-license-material-theme*/@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:300,400);body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;padding:.4em;font-size:1.1em;background:#eee;color:#5c5c5c}a:link,a:visited{text-decoration:none}article{background:#fff;border-radius:2px;display:block;margin:1em;box-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;position:relative;max-width:800px;margin:10px auto 0}article:hover{box-shadow:0 2px 3px rgba(0,0,0,.16),0 2px 3px rgba(0,0,0,.23)}article h1{color:#fff;border-top-left-radius:2px;border-top-right-radius:2px;height:4.5em;width:100%;margin:0 auto;padding-top:3.5em;padding-bottom:.7em;box-sizing:border-box;font-size:2em;font-weight:300}article h1,article h1+p{background:#607d8b;font-family:Roboto Condensed,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:6%}article h1+p{color:#eceff1;margin:0;text-align:left;box-shadow:0 2px 4px -1px rgba(0,0,0,.2);font-size:1em;padding-top:.6em;min-height:3.6em;font-weight:400;margin-top:0}article h1+p a:link,article h1+p a:visited{color:#cfd8dc}article h1+p a:hover{color:#263238}article p{padding:0 2em;text-align:justify}article p:last-child{color:#455a64;padding-bottom:1.8em;font-size:.9em}footer{margin:0 auto;font-size:.8em;text-align:center}footer a:link,footer a:visited{color:#5c5c5c}footer a:hover{color:#263238}#gravatar{display:block;float:right;border-radius:100%;box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out}#gravatar:hover{box-shadow:0 5px 12px rgba(0,0,0,.23),0 5px 12px rgba(0,0,0,.16)}@media (min-width:750px){#gravatar{position:absolute;top:10.8em;right:3em}#gravatar+h1+p+p{padding-top:2em}h1+p{padding-right:6em}h1+p+p{padding-top:.8em}}@media (max-width:750px){#gravatar{position:fixed;bottom:1em;right:1em}article h1+p{font-size:.8em;padding-bottom:1em}article h1+p+p{padding-top:.8em}footer{padding-bottom:4em}}
|
||||
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;}
|
||||
|
|
@ -1 +1 @@
|
|||
@font-face{font-family:'Open Sans Bold';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff')}// begin styles html{background:#f2f2f8}body{margin:0;padding:100px;font-family:'Open Sans',sans-serif;font-size:1.2em;line-height:1.6}::selection{background:#ccc}::-moz-selection{background:#ccc}h1{text-align:center;font:36px 'Open Sans Bold'}p{margin:25px 0 0}p:first-of-type{text-align:center;margin:0 0 50px}a{color:#0a0a0b;text-decoration:none;border-bottom:3px solid rgba(10,10,11,1);-webkit-transition:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease}a:focus,a:hover{opacity:.5}article,footer{display:block;margin:0 auto!important;padding:25px;max-width:900px;width:100%}footer{text-align:center;font:75% 'Open Sans Bold'}#gravatar{display:block!important;border-radius:100%;margin:0 auto}
|
||||
@font-face{font-family:'Open Sans Bold';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff')}html{background:#f2f2f8}body{margin:0;padding:100px;font-family:'Open Sans',sans-serif;font-size:1.2em;line-height:1.6}::selection{background:#ccc}::-moz-selection{background:#ccc}h1{text-align:center;font:36px 'Open Sans Bold'}p{margin:25px 0 0}p:first-of-type{text-align:center;margin:0 0 50px}a{color:#0a0a0b;text-decoration:none;border-bottom:3px solid rgba(10,10,11,1);-webkit-transition:.15s ease;-moz-transition:.15s ease;-ms-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease}a:focus,a:hover{opacity:.5}article,footer{display:block;margin:0 auto!important;padding:25px;max-width:900px;width:100%}footer{text-align:center;font:75% 'Open Sans Bold'}#gravatar{display:block!important;border-radius:100%;margin:0 auto}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Caption:700);
|
||||
@import url(https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Caption:700);
|
||||
html,body{background:#663B14;font:13pt "PT Sans",sans-serif;text-align:center}
|
||||
a:link,a:visited{color:#234234;text-decoration:none}
|
||||
a:hover,a:active{color:#432321;text-decoration:underline}
|
||||
|
|
@ -11,4 +11,4 @@ footer a:link,footer a:visited{color:#aaa}
|
|||
footer a:hover,footer a:active{color:#eee}
|
||||
::selection{background:#663300;color:white}
|
||||
::-moz-selection{background:#663300;color:white}
|
||||
#gravatar { position: relative; float: right; top: 0.5em; z-index: 1; right: 0.7em; border-radius: 10px; }
|
||||
#gravatar { position: relative; float: right; top: 0.5em; z-index: 1; right: 0.7em; border-radius: 10px; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
||||
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
|
||||
body {
|
||||
max-width: 625px;
|
||||
}
|
||||
|
|
|
|||
442
themes/richienb-dark.css
Normal file
442
themes/richienb-dark.css
Normal file
|
|
@ -0,0 +1,442 @@
|
|||
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
|
||||
|
||||
/*! Richienb MIT License Theme
|
||||
* * GITHUB : https://github.com/Richienb/mit-license-richienb-theme
|
||||
* * LICENSE: richienb.mit-license.org */
|
||||
html {
|
||||
background-color: #121212;
|
||||
font-family: Roboto, sans-serif;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: inherit;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
html ::selection {
|
||||
background-color: #c5cae9;
|
||||
color: black;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
border-radius: 100px;
|
||||
background-color: #424242;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-button {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-track {
|
||||
background-clip: padding-box;
|
||||
border-width: 0 0 0 4px;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb {
|
||||
border-radius: 100px;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
min-height: 28px;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb:hover {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb:active {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
html article {
|
||||
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
||||
background-color: #212121;
|
||||
color: white;
|
||||
border-radius: 4px;
|
||||
margin: 1.5rem;
|
||||
padding: 2rem;
|
||||
min-height: calc(100vh - 10rem);
|
||||
}
|
||||
|
||||
html article::before {
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
background-color: #3f51b5;
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
html article #gravatar {
|
||||
float: right;
|
||||
border-radius: 50%;
|
||||
margin-top: 1.7em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
html article h1 {
|
||||
font-size: 3.75rem;
|
||||
line-height: 3.75rem;
|
||||
font-weight: 300;
|
||||
letter-spacing: -0.0083333333em;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.03125em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #5c6bc0;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
/* Document
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
*/
|
||||
html {
|
||||
line-height: 1.15;
|
||||
/* 1 */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
hr {
|
||||
box-sizing: content-box;
|
||||
/* 1 */
|
||||
height: 0;
|
||||
/* 1 */
|
||||
overflow: visible;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
pre {
|
||||
font-family: monospace, monospace;
|
||||
/* 1 */
|
||||
font-size: 1em;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
/* 1 */
|
||||
text-decoration: underline;
|
||||
/* 2 */
|
||||
text-decoration: underline dotted;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
/* 1 */
|
||||
font-size: 1em;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
font-size: 100%;
|
||||
/* 1 */
|
||||
line-height: 1.15;
|
||||
/* 1 */
|
||||
margin: 0;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
button,
|
||||
input {
|
||||
/* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
button,
|
||||
select {
|
||||
/* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
button,
|
||||
[type=button],
|
||||
[type=reset],
|
||||
[type=submit] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
button::-moz-focus-inner,
|
||||
[type=button]::-moz-focus-inner,
|
||||
[type=reset]::-moz-focus-inner,
|
||||
[type=submit]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
button:-moz-focusring,
|
||||
[type=button]:-moz-focusring,
|
||||
[type=reset]:-moz-focusring,
|
||||
[type=submit]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
legend {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 2 */
|
||||
display: table;
|
||||
/* 1 */
|
||||
max-width: 100%;
|
||||
/* 1 */
|
||||
padding: 0;
|
||||
/* 3 */
|
||||
white-space: normal;
|
||||
/* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
[type=checkbox],
|
||||
[type=radio] {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
padding: 0;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
[type=number]::-webkit-inner-spin-button,
|
||||
[type=number]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
[type=search] {
|
||||
-webkit-appearance: textfield;
|
||||
/* 1 */
|
||||
outline-offset: -2px;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
[type=search]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
font: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
442
themes/richienb.css
Normal file
442
themes/richienb.css
Normal file
|
|
@ -0,0 +1,442 @@
|
|||
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
|
||||
|
||||
/*! Richienb MIT License Theme
|
||||
* * GITHUB : https://github.com/Richienb/mit-license-richienb-theme
|
||||
* * LICENSE: richienb.mit-license.org */
|
||||
html {
|
||||
background-color: #fafafa;
|
||||
font-family: Roboto, sans-serif;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-decoration: inherit;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
html ::selection {
|
||||
background-color: #3f51b5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
border-radius: 100px;
|
||||
background-color: transparent;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-button {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-track {
|
||||
background-clip: padding-box;
|
||||
border-width: 0 0 0 4px;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb {
|
||||
border-radius: 100px;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
min-height: 28px;
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb:hover {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar-thumb:active {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
html article {
|
||||
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
||||
background-color: white;
|
||||
color: black;
|
||||
border-radius: 4px;
|
||||
margin: 1.5rem;
|
||||
padding: 2rem;
|
||||
min-height: calc(100vh - 10rem);
|
||||
}
|
||||
|
||||
html article::before {
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
background-color: #3f51b5;
|
||||
width: 100%;
|
||||
height: 10rem;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
html article #gravatar {
|
||||
float: right;
|
||||
border-radius: 50%;
|
||||
margin-top: 1.7em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
html article h1 {
|
||||
font-size: 3.75rem;
|
||||
line-height: 3.75rem;
|
||||
font-weight: 300;
|
||||
letter-spacing: -0.0083333333em;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.03125em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3f51b5;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
/* Document
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
*/
|
||||
html {
|
||||
line-height: 1.15;
|
||||
/* 1 */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
hr {
|
||||
box-sizing: content-box;
|
||||
/* 1 */
|
||||
height: 0;
|
||||
/* 1 */
|
||||
overflow: visible;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
pre {
|
||||
font-family: monospace, monospace;
|
||||
/* 1 */
|
||||
font-size: 1em;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
/* 1 */
|
||||
text-decoration: underline;
|
||||
/* 2 */
|
||||
text-decoration: underline dotted;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
/* 1 */
|
||||
font-size: 1em;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
font-size: 100%;
|
||||
/* 1 */
|
||||
line-height: 1.15;
|
||||
/* 1 */
|
||||
margin: 0;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
button,
|
||||
input {
|
||||
/* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
button,
|
||||
select {
|
||||
/* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
button,
|
||||
[type=button],
|
||||
[type=reset],
|
||||
[type=submit] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
button::-moz-focus-inner,
|
||||
[type=button]::-moz-focus-inner,
|
||||
[type=reset]::-moz-focus-inner,
|
||||
[type=submit]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
button:-moz-focusring,
|
||||
[type=button]:-moz-focusring,
|
||||
[type=reset]:-moz-focusring,
|
||||
[type=submit]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
legend {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 2 */
|
||||
display: table;
|
||||
/* 1 */
|
||||
max-width: 100%;
|
||||
/* 1 */
|
||||
padding: 0;
|
||||
/* 3 */
|
||||
white-space: normal;
|
||||
/* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
[type=checkbox],
|
||||
[type=radio] {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
padding: 0;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
[type=number]::-webkit-inner-spin-button,
|
||||
[type=number]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
[type=search] {
|
||||
-webkit-appearance: textfield;
|
||||
/* 1 */
|
||||
outline-offset: -2px;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
[type=search]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
font: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -1,69 +1,69 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);
|
||||
@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700);
|
||||
|
||||
body {
|
||||
margin: 0 auto;
|
||||
font: normal x-large/1.3 Rokkitt, Helvetica, Arial;
|
||||
line-height: 1.2em;
|
||||
body {
|
||||
margin: 0 auto;
|
||||
font: normal x-large/1.3 Rokkitt, Helvetica, Arial;
|
||||
line-height: 1.2em;
|
||||
color: #666;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
article, footer {
|
||||
display: block;
|
||||
min-width: 360px;
|
||||
max-width: 900px;
|
||||
width: 80%;
|
||||
article, footer {
|
||||
display: block;
|
||||
min-width: 360px;
|
||||
max-width: 900px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
article {
|
||||
margin: 0 auto 0 auto;
|
||||
border: 1px solid ;
|
||||
border-color: #fff #fff #fff #fff;
|
||||
padding: 2em; background: #fff;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
article p:first-of-type {
|
||||
margin-top: 1.6em;
|
||||
}
|
||||
|
||||
article p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 0em auto 2em auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #abc8e2;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
text-decoration:none;
|
||||
font-size:.8em;
|
||||
padding: 1em;
|
||||
article {
|
||||
margin: 0 auto 0 auto;
|
||||
border: 1px solid ;
|
||||
border-color: #fff #fff #fff #fff;
|
||||
padding: 2em; background: #fff;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight:normal;
|
||||
line-height: 36px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
article p:first-of-type {
|
||||
margin-top: 1.6em;
|
||||
}
|
||||
|
||||
article p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 0em auto 2em auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #abc8e2;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
text-decoration:none;
|
||||
font-size:.8em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight:normal;
|
||||
line-height: 36px;
|
||||
font-size: 2em;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
a {
|
||||
color: #abc8e2;
|
||||
a {
|
||||
color: #abc8e2;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 1em;
|
||||
#gravatar {
|
||||
position: relative;
|
||||
float: right;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 1em;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
**v1.0
|
||||
**by Dipesh Bhardwaj
|
||||
**09.2013
|
||||
**http://in.linkedin.com/in/devdipesh/
|
||||
**https://in.linkedin.com/in/devdipesh/
|
||||
*/
|
||||
body {
|
||||
margin:0; padding: 50px;
|
||||
|
|
@ -28,7 +28,7 @@ article, footer { display:block; max-width:720px; margin:0 auto; }
|
|||
article { padding:28px;}
|
||||
footer { padding:0 28px; text-align:center; }
|
||||
h1 { margin:0; font-size: 24px; line-height: 32px;color:#008CCC; text-transform: uppercase;}
|
||||
a, a:visited { color:#577446; padding:4px; text-decoration:none; }
|
||||
a, a:visited { color:#577446; padding:4px; text-decoration:none; }
|
||||
a:active, a:hover { color:#5dd912; }
|
||||
a img { position: absolute; top: 0; right: 0; border: 0; }
|
||||
:-moz-any-link:focus {background:#bc4a46;}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
/*Solarized theme by Ethan Schoonover*/
|
||||
/*Part of source code reused from the Open Sans Theme */
|
||||
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300);@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:700);html{padding:0;font-size:1em;background-color:#eee8d5}body{font-family:'Source Sans Pro',sans-serif;font-size:1.5em;font-weight:300;text-align:center;margin:0;background:none repeat scroll 0 0 #eee8d5}article,footer{text-align:center;margin:auto;max-width:100%}article{margin-top:0;padding:1.75em;color:#dc322f;text-align:center;position:relative;background:none repeat scroll 0 0 #002b36}article p{text-align:left;color:#93a1a1}article p:first-of-type{text-align:center;color:#b58900}article p:last-of-type{color:#268bd2}#gravatar{width:50px;border:5px solid #FFF;border-radius:15px;display:block;margin:0 auto}h1{font-size:2em;font-weight:700;text-transform:uppercase;display:inline-block;padding-bottom:12px;border-bottom:2px dashed #dc322f;margin:0}a{font-family:'Source Sans Pro',sans-serif;font-size:1em;font-weight:700;color:#859900;text-decoration:none;word-wrap:break-word}a:active,a:focus,a:hover{color:#d33682}@media screen and (min-width:960px){#gravatar{display: none;position:absolute;top:2em;left:2em}h1{font-size:2.5em}}
|
||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Source+Code+Pro:700);html{padding:0;font-size:1em;background-color:#eee8d5}body{font-family:'Source Sans Pro',sans-serif;font-size:1.5em;font-weight:300;text-align:center;margin:0;background:none repeat scroll 0 0 #eee8d5}article,footer{text-align:center;margin:auto;max-width:100%}article{margin-top:0;padding:1.75em;color:#dc322f;text-align:center;position:relative;background:none repeat scroll 0 0 #002b36}article p{text-align:left;color:#93a1a1}article p:first-of-type{text-align:center;color:#b58900}article p:last-of-type{color:#268bd2}#gravatar{width:50px;border:5px solid #FFF;border-radius:15px;display:block;margin:0 auto}h1{font-size:2em;font-weight:700;text-transform:uppercase;display:inline-block;padding-bottom:12px;border-bottom:2px dashed #dc322f;margin:0}a{font-family:'Source Sans Pro',sans-serif;font-size:1em;font-weight:700;color:#859900;text-decoration:none;word-wrap:break-word}a:active,a:focus,a:hover{color:#d33682}@media screen and (min-width:960px){#gravatar{display: none;position:absolute;top:2em;left:2em}h1{font-size:2.5em}}sour
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
|
||||
* { margin: 0; padding: 0; box-sizing: boder-box; }
|
||||
img { border: 0; }
|
||||
body { background: #fff; font: 16px/28px "Roboto", sans-serif; color: #888; }
|
||||
|
|
@ -6,7 +6,7 @@ article, footer { display: block; max-width: 720px; margin: 0 auto; }
|
|||
article { padding: 20px; }
|
||||
footer { padding: 0 20px; text-align: center; font-size: 12px; }
|
||||
h1 { font-size: 24px; line-height: 32px; color: #399; }
|
||||
a, a:visited { color: #369; padding:4px; text-decoration:none; }
|
||||
a, a:visited { color: #369; padding:4px; text-decoration:none; }
|
||||
a:active, a:hover { text-decoration: underline;}
|
||||
a img { position: absolute; top: 0; right: 0; }
|
||||
article p { margin: 10px 0; }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Rambla:400,400italic);
|
||||
@import url(https://fonts.googleapis.com/css?family=Rambla:400,400italic);
|
||||
|
||||
body {
|
||||
font-family: Rambla, serif;
|
||||
|
|
|
|||
1
users/1000ch.json
Normal file
1
users/1000ch.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Shogo Sensui","url":"http:\/\/1000ch.net","email":"shogo.sensui@gmail.com"}
|
||||
8
users/135yshr.json
Normal file
8
users/135yshr.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"copyright": "Yoshihiro Isago, https://twitter.com/135yshr",
|
||||
"url": "https://twitter.com/135yshr",
|
||||
"email": "isago@praisefirst.jp",
|
||||
"format": "html",
|
||||
"theme": "double-windsor",
|
||||
"gravatar": true
|
||||
}
|
||||
7
users/1natsu172.json
Normal file
7
users/1natsu172.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"copyright": "1natsu, http://1natsu.net",
|
||||
"url": "http://1natsu.net",
|
||||
"email": "1natsummer+mitlicenseorg@gmail.com",
|
||||
"theme": "material-grey",
|
||||
"gravatar": true
|
||||
}
|
||||
6
users/2357gi.json
Normal file
6
users/2357gi.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Kento Ohgi, https://github.com/2357gi",
|
||||
"url": "https://2357gi.com/",
|
||||
"format": "txt",
|
||||
"email": "2357.gi@gmail.com"
|
||||
}
|
||||
1
users/2nate.json
Normal file
1
users/2nate.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"2nate","url":"http:\/\/2nate.com","email":"post@2nate.com","format":"html"}
|
||||
1
users/321maker.json
Normal file
1
users/321maker.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"321Maker","url":"http:\/\/321maker.com","email":"maker@321maker.com","format":"html"}
|
||||
1
users/3846.json
Normal file
1
users/3846.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"3846masa","url":"https:\/\/github.com\/3846masa"}
|
||||
1
users/3846masa.json
Normal file
1
users/3846masa.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"3846masa","url":"https:\/\/github.com\/3846masa"}
|
||||
5
users/4232praveenpal.json
Normal file
5
users/4232praveenpal.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"copyright": "Praveen Pal",
|
||||
"url": "https://github.com/praveenpal4232",
|
||||
"email": "praveenpal4232@gmail.com"
|
||||
}
|
||||
1
users/4thace.json
Normal file
1
users/4thace.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Richard Magahiz","url":"https:\/\/magahiz.com","email":"frabdango@magahiz.com","format":"txt"}
|
||||
1
users/5310.json
Normal file
1
users/5310.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Sayantan Chaudhuri","url":"https:\/\/google.com\/+SayantanChaudhuri\/about","email":"sayantan.chaudhuri@gmail.com","theme":"plaintext","gravatar":true}
|
||||
1
users/59.json
Normal file
1
users/59.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"59","url":"http:\/\/berabou.me","theme":"afterdark"}
|
||||
1
users/59naga.json
Normal file
1
users/59naga.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"59naga","url":"http:\/\/berabou.me"}
|
||||
6
users/6n38.json
Normal file
6
users/6n38.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Elena",
|
||||
"URL": "http://6n38.jp",
|
||||
"format": "html",
|
||||
"theme": "material-light-blue"
|
||||
}
|
||||
1
users/844196.json
Normal file
1
users/844196.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Masaya Tk","url":"http:\/\/104.844196.com\/"}
|
||||
1
users/9joneg.json
Normal file
1
users/9joneg.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"9joneg"}
|
||||
7
users/ArvinH.json
Normal file
7
users/ArvinH.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"copyright": "Arvin Huang, https://blog.arvinh.info",
|
||||
"url": "https://blog.arvinh.info",
|
||||
"email": "arvin0731@gmail.com",
|
||||
"gravatar": true,
|
||||
"theme": "dusk"
|
||||
}
|
||||
8
users/BrentonCozby.json
Normal file
8
users/BrentonCozby.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"copyright": "Brenton Cozby, https://brentoncozby.com",
|
||||
"url": "https://brentoncozby.com",
|
||||
"format": "html",
|
||||
"email": "brenton.cozby@gmail.com",
|
||||
"gravatar": true,
|
||||
"theme": "default"
|
||||
}
|
||||
6
users/DanielArthurUK.json
Normal file
6
users/DanielArthurUK.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright":"Daniel Arthur, https://danielarthur.uk",
|
||||
"url":"https://danielarthur.uk",
|
||||
"email": "me@danielarthur.uk",
|
||||
"gravatar": "true"
|
||||
}
|
||||
1
users/aarjithn.json
Normal file
1
users/aarjithn.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Aarjith Nandakumar","url":"http:\/\/aarjithn.github.io","email":"aarjithn[at]gmail.com","gravatar":"true"}
|
||||
7
users/aashutoshrathi.json
Normal file
7
users/aashutoshrathi.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"copyright": "Aashutosh Rathi",
|
||||
"url": "http://aashutoshrathi.co",
|
||||
"email": "aashutoshrathi@gmail.com",
|
||||
"format": "txt",
|
||||
"theme": "dusk"
|
||||
}
|
||||
6
users/aayush.json
Normal file
6
users/aayush.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Aayush Jain",
|
||||
"email": "aayush.2896@gmail.com",
|
||||
"gravatar": true,
|
||||
"theme": "dusk"
|
||||
}
|
||||
6
users/abhisekp.json
Normal file
6
users/abhisekp.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Abhisek Pattnaik, https://about.me/abhisekp",
|
||||
"url": "https://about.me/abhisekp",
|
||||
"email": "abhisekp@engineer.com",
|
||||
"gravatar": true
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"copyright": "Abhishek Das, http://abhishekdas.com",
|
||||
"copyright": "Abhishek Das",
|
||||
"url": "http://abhishekdas.com",
|
||||
"email": "das.abhshk@gmail.com",
|
||||
"gravatar": true
|
||||
"format": "txt"
|
||||
}
|
||||
|
|
|
|||
1
users/abnersajr.json
Normal file
1
users/abnersajr.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ "copyright": "Abner Soares Alves Junior", "url": "http://abnersajr.net", "email": "me@abnersajr.net", "format": "html" }
|
||||
6
users/abs.json
Normal file
6
users/abs.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Austin Siford, https://abs.ec",
|
||||
"url": "https://abs.ec",
|
||||
"email": "dizzy@wow.com",
|
||||
"gravatar": true
|
||||
}
|
||||
1
users/abuasmaa.json
Normal file
1
users/abuasmaa.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Abd Al-Ala Camara"}
|
||||
1
users/abulava.json
Normal file
1
users/abulava.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Andrey Bulava","email":"abulava@gmail.com","gravatar":true,"theme":"material-indigo"}
|
||||
1
users/acenode.json
Normal file
1
users/acenode.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"AceNode","url":"http:\/\/acenode.com https:\/\/github.com\/acenode","email":"open@acenode.com","format":"txt"}
|
||||
1
users/aclemen1.json
Normal file
1
users/aclemen1.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Alain Cl\u00e9ment-Pavon","email":"alain.clement-pavon@unil.ch","format":"txt","gravatar":true}
|
||||
1
users/adafruit.json
Normal file
1
users/adafruit.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Adafruit"}
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"copyright": "Ad@m",
|
||||
"url": "http://adam.hbang.ws",
|
||||
"theme": "orange"
|
||||
}
|
||||
"copyright": "Adam Demasi",
|
||||
"url": "http://kirb.me/",
|
||||
"email": "adam@hbang.ws",
|
||||
"gravatar": true,
|
||||
"theme": "solarized"
|
||||
}
|
||||
|
|
|
|||
1
users/adamroberts.json
Normal file
1
users/adamroberts.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Adam Roberts"}
|
||||
1
users/aditya.json
Normal file
1
users/aditya.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Aditya Prakash","url":"http:\/\/adityaprakash.in","email":"me@adityaprakash.in","format":"html"}
|
||||
6
users/adr1enbe4udou1n.json
Normal file
6
users/adr1enbe4udou1n.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Adrien Beaudouin",
|
||||
"email": "adrien.beaudouin@outlook.com",
|
||||
"gravatar": true,
|
||||
"theme": "material-teal"
|
||||
}
|
||||
6
users/adultlink.json
Normal file
6
users/adultlink.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"copyright": "Guillermo Angel",
|
||||
"email": "ved.adultlink@gmail.com",
|
||||
"gravatar": true,
|
||||
"theme": "material-green"
|
||||
}
|
||||
1
users/aen.json
Normal file
1
users/aen.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"copyright":"Aen Tan"}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue