1
0
Fork 0
fatkitten/app/assets/css/pastemaster.styl

94 lines
1.6 KiB
Stylus
Raw Normal View History

2013-07-10 19:06:16 +00:00
*
-moz-box-sizing border-box
-webkit-box-sizing border-box
box-sizing border-box
2013-07-10 09:46:37 +00:00
2013-07-10 19:06:16 +00:00
body, input, select
font-family Helvetica, Arial, sans-serif
font-size 1em
2013-07-10 09:46:37 +00:00
2013-07-10 19:06:16 +00:00
textarea, pre
font-family Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif
font-size 1em
2013-07-10 09:46:37 +00:00
2013-07-10 19:06:16 +00:00
html, body, form
height 100%
2013-07-10 09:46:37 +00:00
2013-07-10 19:06:16 +00:00
body
background-color #fcfcfc
padding 3em
2013-07-10 09:46:37 +00:00
2013-07-10 19:06:16 +00:00
h1
position absolute
top 1em
left 3em
font-weight 200
font-size 1em
line-height 1em
padding 0
margin 0
text-transform uppercase
color #ccc
.linenos
padding-right .5em
color #ccc
border-right #eee 1px solid
.code
padding-left .5em
.container
width 100%
height 100%
textarea, input
outline none
2013-07-12 07:09:10 +00:00
.btn
background-color #fefefe
2013-07-12 07:34:38 +00:00
background-image -webkit-linear-gradient(top, #fff, #eaeaea)
background-image linear-gradient(to bottom, #fff, #eaeaea)
2013-07-12 07:09:10 +00:00
color #666
2013-07-12 07:34:38 +00:00
text-shadow 0 1px 1px #fff
2013-07-12 07:09:10 +00:00
border #ddd 1px solid
border-radius 4px
font-size 1em
padding .5em .8em
text-decoration none
outline none
cursor default
&:active
box-shadow 0 .1em .2em .1em #eee inset
border-bottom-width 1px
2013-07-12 07:34:38 +00:00
&.disabled
background #f0f0f0
cursor not-allowed
2013-07-10 19:06:16 +00:00
textarea
2013-07-12 07:09:10 +00:00
background-color #fff
2013-07-10 19:06:16 +00:00
width 100%
height 100%
line-height 120%
resize none
border #ddd 1px solid
border-radius 5px
padding .5em
2013-07-12 07:34:38 +00:00
#syntax-selector
float right
width 13em
margin 0.4em
2013-07-10 19:06:16 +00:00
form input[type="submit"], form a[role="submit"]
float right
width 5em
2013-07-12 07:34:38 +00:00
font-weight 600
2013-07-10 19:06:16 +00:00
text-align center
margin .4em 0
2013-07-12 10:40:26 +00:00
form a[role="submit"]
2013-07-10 19:06:16 +00:00
display none