1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
html, body, .full-height
height 100%
body
overflow-x hidden
padding-bottom 160px
background-color #fbfbfb
// hack to allign emojies to line height
.emoji
height: 1.2em;
.demo-options
margin-bottom 30px
.opt__strict .not-strict
opacity 0.3
.checkbox
margin-right 10px
.source
width 100%
font-family Menlo, Monaco, Consolas, "Courier New", monospace
font-size 13px
padding 2px
.result-html
padding 2px 10px
overflow auto
background-color #fff
border 1px solid #ccc
border-radius 4px
img
max-width 35%
.result-src
.result-debug
display none
.result-src-content
.result-debug-content
white-space pre
.result-as-html
.result-html
display block
.result-src
.result-debug
display none
.result-as-src
.result-src
display block
.result-html
.result-debug
display none
.result-as-debug
.result-debug
display block
.result-html
.result-src
display none
.demo-control
position absolute
right 15px
top -17px
border-radius 6px 6px 0 0
font-size 12px
background-color #ddd
a
padding 0 20px
a:first-child
padding-left 30px
a:last-child
padding-right 30px
// twbs fix
.hljs
padding 9.5px
code
white-space pre
.footnotes
-moz-column-count 2
-webkit-column-count 2
column-count 2
.footnotes-list
padding-left 2em
// custom container
.warning
background-color #ff8
padding 20px
border-radius 6px
.gh-ribbon
display block
position absolute
right -60px
top 44px
transform rotate(45deg)
width 230px
z-index 10000
white-space nowrap
font-family "Helvetica Neue", Helvetica, Arial, sans-serif
background-color #686868
box-shadow 0 0 2px rgba(102,102,102,0.4)
padding 1px 0
a
text-decoration none !important
border 1px solid #ccc
color #fff
display block
font-size 13px
font-weight 700
outline medium none
padding 4px 50px 2px
text-align center
////////////////////////////////////////////////////////////////////////////////
// Override default responsiveness
//
.form-inline
.radio
.checkbox
display inline-block
margin-bottom 0
margin-top 0
.form-group
display inline-block
margin-bottom 0
vertical-align: middle
.form-control
display inline-block
vertical-align middle
width auto
|