|
| 1 | +.t-example-live-link { |
| 2 | + display: block !important; |
| 3 | + position: relative; |
| 4 | + margin-top: 1em; |
| 5 | + padding: 0 1em; |
| 6 | + width: 55em; |
| 7 | +} |
| 8 | + |
| 9 | +.t-example-live-link > a { |
| 10 | + display: none; |
| 11 | +} |
| 12 | + |
| 13 | +.coliru-btn { |
| 14 | + background-color: #eeeeee; |
| 15 | + background-image: linear-gradient(#ffffff, #eeeeee); |
| 16 | + background-repeat: repeat-x; |
| 17 | + border: 1px solid #cccccc; |
| 18 | + border-radius: 3px; |
| 19 | + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| 20 | + padding: 3px; |
| 21 | + margin: 3px; |
| 22 | + color: #333333; |
| 23 | + cursor: pointer; |
| 24 | + display: inline-block; |
| 25 | + font-size: 0.8em; |
| 26 | + font-weight: bold; |
| 27 | + line-height: 1em; |
| 28 | +} |
| 29 | + |
| 30 | +.coliru-btn:hover { |
| 31 | + background-color: #dddddd; |
| 32 | + background-image: linear-gradient(#ffffff, #dddddd); |
| 33 | +} |
| 34 | + |
| 35 | +.coliru-btn-disabled { |
| 36 | + color: #888888; |
| 37 | +} |
| 38 | + |
| 39 | +.coliru-btn-disabled:hover { |
| 40 | + background-color: #eeeeee; |
| 41 | + background-image: linear-gradient(#ffffff, #eeeeee); |
| 42 | +} |
| 43 | + |
| 44 | +.coliru-powered { |
| 45 | + font-size: 0.8em; |
| 46 | + position: absolute; |
| 47 | + bottom: 0; |
| 48 | + right: 0; |
| 49 | +} |
| 50 | + |
| 51 | +.ace_editor { |
| 52 | + display: block; |
| 53 | + position: relative !important; |
| 54 | + top: 0; |
| 55 | + right: 0; |
| 56 | + bottom: 0; |
| 57 | + left: 0; |
| 58 | + width: 100%; |
| 59 | + height: 30em; |
| 60 | + font-family: DejaVuSansMono, "DejaVu Sans Mono", courier, monospace !important; |
| 61 | +} |
| 62 | + |
| 63 | +.t-example-code { |
| 64 | + margin-top: 0 !important; |
| 65 | +} |
| 66 | + |
| 67 | +.coliru-output { |
| 68 | + overflow: auto; |
| 69 | + max-height: 15em; |
| 70 | +} |
| 71 | + |
| 72 | +.coliru-output > div { |
| 73 | + display: table; |
| 74 | + width: 100%; |
| 75 | +} |
| 76 | + |
| 77 | +.coliru-output pre { |
| 78 | + border: none; |
| 79 | + display: table-row; |
| 80 | + padding: 0; |
| 81 | + margin: 0; |
| 82 | +} |
| 83 | + |
| 84 | +.coliru-output-line-shell { |
| 85 | + background-color: #ffd8d8; |
| 86 | +} |
| 87 | + |
| 88 | +.coliru-select-compiler select { |
| 89 | + background-color: #EEEEEE; |
| 90 | + background-image: linear-gradient(#FFFFFF, #EEEEEE); |
| 91 | + background-repeat: repeat-x; |
| 92 | + border: 1px solid #CCCCCC; |
| 93 | + border-radius: 3px 3px 3px 3px; |
| 94 | + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
| 95 | + font-size: 0.8em; |
| 96 | + line-height: 1em; |
| 97 | + padding: 0; |
| 98 | + width: 12em; |
| 99 | +} |
0 commit comments