mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-28 09:55:49 +00:00
Merge pull request #357 from Dev-Dipesh/master
dev-dipesh.mit-license.org
This commit is contained in:
commit
deeee6a296
4 changed files with 63 additions and 0 deletions
9
themes/page_gradient_linear.svg
Normal file
9
themes/page_gradient_linear.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.2" baseProfile="tiny" id="Layer" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" preserveAspectRatio="none" xml:space="preserve">
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="50" y1="0" x2="50" y2="100">
|
||||
<stop offset="0" style="stop-color:#EBECED"/>
|
||||
<stop offset="1" style="stop-color:#EBECED;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<rect fill="url(#SVGID_1_)" width="100" height="100"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 569 B |
9
themes/page_gradient_radial.svg
Normal file
9
themes/page_gradient_radial.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.2" baseProfile="tiny" id="Layer" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" preserveAspectRatio="none" xml:space="preserve">
|
||||
<radialGradient id="SVGID_1_" cx="50" cy="50" r="50" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" style="stop-color:#F5F6F7"/>
|
||||
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
</radialGradient>
|
||||
<circle fill="url(#SVGID_1_)" cx="50" cy="50" r="50"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 560 B |
37
themes/silver-style.css
Normal file
37
themes/silver-style.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/*
|
||||
**Silver Style
|
||||
**v1.0
|
||||
**by Dipesh Bhardwaj
|
||||
**09.2013
|
||||
**http://in.linkedin.com/in/devdipesh/
|
||||
*/
|
||||
body {
|
||||
margin:0; padding: 50px;
|
||||
font: normal 14px/20px "DroidSansRegular",Arial,Helvetica,sans-serif;
|
||||
color: #444;
|
||||
background: #FAFAFA;
|
||||
background: url(/themes/page_gradient_radial.svg) 50% -300px no-repeat, url(/themes/page_gradient_linear.svg) 50% 0 repeat-x, #FAFAFA;
|
||||
background-size: 1600px 600px, 100% 500px,auto;
|
||||
}
|
||||
|
||||
article {
|
||||
border-right: 1.5px solid #9ab8ed; padding: 17px;
|
||||
border-radius: 1%;
|
||||
-webkit-box-shadow: 3px 0px 20px -2px #7ba5e4;
|
||||
-moz-box-shadow: 3px 0px 20px -2px #7ba5e4;
|
||||
box-shadow: 3px 0px 20px -2px #7ba5e4;
|
||||
|
||||
background: -webkit-radial-gradient(50% 0%, 50% 15px, #EB8CF2 0%, white 100%);
|
||||
}
|
||||
|
||||
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:active, a:hover { color:#5dd912; }
|
||||
a img { position: absolute; top: 0; right: 0; border: 0; }
|
||||
:-moz-any-link:focus {background:#bc4a46;}
|
||||
::selection {background:#bc4a46;}
|
||||
::-moz-selection {background:#bc4a46;}
|
||||
#gravatar { position: relative; float: right; margin-bottom: 1em; margin-left: 1em; border: 1px solid #ddd; }
|
||||
8
users/dev-dipesh.json
Normal file
8
users/dev-dipesh.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"copyright": "Dipesh Bhardwaj, http://in.linkedin.com/in/devdipesh/",
|
||||
"email": "itdeveloper03@gmail.com",
|
||||
"url": "dev-dipesh.github.io",
|
||||
"format": "txt",
|
||||
"theme": "flesch",
|
||||
"gravatar": true
|
||||
}
|
||||
Loading…
Reference in a new issue