Created
May 28, 2012 01:03
-
-
Save louisbullock/2816606 to your computer and use it in GitHub Desktop.
Notepad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Notepad | |
*/ | |
* { | |
margin:0; | |
padding:0; | |
} | |
html { | |
padding-top:100px; | |
background-image:-webkit-linear-gradient(rgba(201, 159, 123,0.3),rgba(126, 64, 40,0.7)), url(http://subtlepatterns.com/patterns/wood_pattern.png); | |
min-height: 100%; | |
box-sizing: border-box; | |
font: 100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif; | |
-webkit-font-smoothing: antialiased; | |
text-rendering:optimizeLegibility; | |
text-shadow:0 0 1px rgba(0,0,0,0.01); | |
-webkit-text-stroke:1px transparent; | |
} | |
.bar{height:auto;background:#222;clear:both;z-index:100;position:absolute;bottom:0;width:100%;} | |
.bar p{color:#fff;padding:10px 20px;text-align:center;font-weight:bold;margin-bottom:0;} | |
.bar a {text-decoration:none;border-bottom:2px solid #eee;outline:none;} | |
.bar a, .bar a:link, .bar a:active, .bar a:visited {color:#fff;} | |
.bar a:hover {color:#ddd;} | |
.notepad { | |
margin: 1.5em auto; | |
width: 281px; | |
border-radius: 5px; | |
box-shadow: 0 22px 70px 4px rgba(100, 37, 6, .56); | |
} | |
.notepad h1 { | |
text-align: center; | |
font-size: 13px; | |
background-color: #318CC0; | |
background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.14)); | |
border-radius: 5px 5px 0 0; | |
box-shadow:inset 0 1px rgba(255, 255, 255, .3),0 1px 3px 0px rgba(0, 0, 0, .3); | |
border: 1px solid rgba(0,0,0,.4); | |
padding: 18px 0 17px 0 ; | |
color: #fff; | |
text-shadow: 0 1px 0px rgba(0,0,0,.5); | |
margin: 0; | |
position: relative; | |
} | |
.notepad h1:before { | |
content: ''; | |
position: absolute; | |
width: 100%; | |
bottom: 3px; | |
left: 0; | |
border-bottom: 1px dashed rgba(0,0,0,.53); | |
} | |
.notepad h1:after { | |
content: ''; | |
position: absolute; | |
width: 100%; | |
bottom: 2px; | |
left: 0; | |
border-bottom: 1px dashed rgba(255, 255, 255, .16); | |
} | |
.notepad h2 { | |
font: inherit; | |
font-size: 11px; | |
color: #3A3A3A; | |
line-height:20px; | |
text-align:center; | |
font-weight:bold; | |
padding:9px 0 0 0; | |
margin:0; | |
border: 1px solid rgba(0,0,0,.7); | |
border-top:0; | |
border-bottom:0; | |
background-image:-webkit-linear-gradient(0deg, transparent, transparent 18px, rgba(216, 94, 94, 0.3) 18px, rgba(216, 94, 94, 0.3) 19px, transparent 19px, transparent 21px, rgba(216, 94, 94, 0.3) 21px, rgba(216, 94, 94, 0.3) 22px, transparent 21px),-webkit-linear-gradient(white, white 19px, #E2EBF3 10px); | |
background-size: 33px; | |
background-repeat: repeat-y, repeat; | |
background-position-y:11px; | |
} | |
.notepad textarea { | |
font: inherit; | |
font-size: 11px; | |
color: #3A3A3A; | |
line-height:20px; | |
margin: 0; | |
display: block; | |
width: 100%; | |
box-sizing: border-box; | |
border-radius: 0 0 5px 5px; | |
border-color: rgba(0,0,0,.7); | |
border-top: 0; | |
resize: none; | |
min-height: 159px; | |
padding:1px 11px 20px 27px; | |
background-image:-webkit-linear-gradient(0deg, transparent, transparent 18px, rgba(216, 94, 94, 0.3) 18px, rgba(216, 94, 94, 0.3) 19px, transparent 19px, transparent 21px, rgba(216, 94, 94, 0.3) 21px, rgba(216, 94, 94, 0.3) 22px, transparent 21px),-webkit-linear-gradient(white, white 19px, #E2EBF3 10px); | |
background-size: 37px; | |
background-repeat: repeat-y, repeat; | |
background-position-y:2px; | |
-webkit-font-smoothing: antialiased; | |
text-rendering:optimizeLegibility; | |
text-shadow:0 0 1px rgba(0,0,0,0.01); | |
-webkit-text-stroke:1px transparent; | |
} | |
.notepad textarea:focus{ | |
outline:none; | |
} | |
.noise { | |
position: relative; | |
z-index: 1; | |
} | |
.noise:before, .body-noise:before { | |
content: ""; | |
position: absolute; | |
z-index: -1; | |
top:0; | |
bottom:0; | |
left:0; | |
right:0; | |
background-image: url(data:image/png;base64,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); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bar"><p>Made with ♥ by <a href="http://louisbullock.com.au">Louis Bullock</a></p></div> | |
<div class="notepad"> | |
<h1 class="noise">Notes</h1> | |
<h2>Stupid Stuff: 5/23/12</h2> | |
<textarea>Oh hi derr! This is just filler text because lispum is for n00bs ha. I'm guessing you're reading this because you're bored? I knew it. Well, stop wasiting your damn time & design! Well, I'll catch you later peepz. This text is for lolz btw, and go follow me on Twitter. Ok?</textarea> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment