|
| 1 | +/* Solarized Palette http://ethanschoonover.com/solarized */ |
| 2 | +/* Font Stacks http://www.artsiteframework.com/guide/fontstacks.php */ |
| 3 | +body { |
| 4 | + background-color: white; |
| 5 | + font-family: Optima, Candara, "Trebuchet MS", sans-serif; |
| 6 | + margin: 0px; |
| 7 | + font-size: 15px; |
| 8 | + line-height: 19px; } |
| 9 | + |
| 10 | +a, a:visited { |
| 11 | + color: #268bd2; } |
| 12 | + |
| 13 | +a:hover { |
| 14 | + text-decoration: underline; } |
| 15 | + |
| 16 | +a { |
| 17 | + text-decoration: none; } |
| 18 | + |
| 19 | +.content { |
| 20 | + padding: 0 2em 0 18em; |
| 21 | + min-height: 30em; |
| 22 | + min-width: 20em; |
| 23 | + max-width: 44em; |
| 24 | + margin: 1em auto; } |
| 25 | + .content h1, .content h2, .content h3 { |
| 26 | + font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; |
| 27 | + margin-left: -1em; } |
| 28 | + .content h1 { |
| 29 | + text-shadow: #999 1px 1px 1px; |
| 30 | + padding: .5em .25em; |
| 31 | + margin-top: 1em; } |
| 32 | + .content h2 { |
| 33 | + margin-top: 1em; |
| 34 | + border-bottom: #268bd2 1px dotted; } |
| 35 | + .content pre { |
| 36 | + overflow-x: auto; } |
| 37 | + |
| 38 | +.header, .footer { |
| 39 | + font-size: 80%; |
| 40 | + padding: .25em; |
| 41 | + background-color: #f2f2f2; } |
| 42 | + |
| 43 | +.header { |
| 44 | + border-bottom: 1px solid #002b36; |
| 45 | + text-align: left; } |
| 46 | + .header h1 { |
| 47 | + color: #800000; |
| 48 | + margin: 0 0 -8px 0; |
| 49 | + padding: 0; |
| 50 | + font: 30px/48px Optima, Candara, "Trebuchet MS", sans-serif; |
| 51 | + letter-spacing: 0; } |
| 52 | + .header h2 { |
| 53 | + margin: 0 0 4px 13px; |
| 54 | + padding: 0; |
| 55 | + font: 10pt Optima, Candara, "Trebuchet MS", sans-serif; |
| 56 | + color: #686868; |
| 57 | + letter-spacing: 0; |
| 58 | + font-variant: small-caps; } |
| 59 | + .header a, .header a:visited { |
| 60 | + color: #800000; |
| 61 | + text-decoration: none; } |
| 62 | + .header a:hover { |
| 63 | + color: #37030B; |
| 64 | + text-decoration: none; } |
| 65 | + |
| 66 | +.footer { |
| 67 | + border-top: 1px solid #002b36; |
| 68 | + text-align: center; } |
| 69 | + |
| 70 | +.nav { |
| 71 | + float: left; |
| 72 | + margin: 1em; |
| 73 | + padding: 0 1em 1em; |
| 74 | + width: 14em; |
| 75 | + font-size: 75%; } |
| 76 | + |
| 77 | +.nav { |
| 78 | + background: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, white), color-stop(0.85, #f2f2f2)); |
| 79 | + background: -moz-linear-gradient(center bottom, white 15%, #f2f2f2 85%); |
| 80 | + -moz-border-radius: 10px; |
| 81 | + border-radius: 10px; |
| 82 | + border: 1px solid black; } |
| 83 | + |
| 84 | +.rspec_file > .tests { |
| 85 | + position: relative; } |
| 86 | + .rspec_file > .tests a.raw_file { |
| 87 | + float: right; |
| 88 | + position: absolute; |
| 89 | + right: 0; |
| 90 | + padding: 2px 4px; |
| 91 | + margin: 3px; |
| 92 | + border: 1px solid #666; |
| 93 | + background: #ddd; } |
| 94 | + |
| 95 | +pre { |
| 96 | + font-family: "Lucida Sans Typewriter Regular", "lucida console", monaco, "andale mono", "bitstream vera sans mono", consolas, "DejaVu Sans Mono", Courier, "Courier New", monospace; |
| 97 | + background-color: #e9e9ff; |
| 98 | + padding: .5em 1em; |
| 99 | + border: 1px solid #93a1a1; } |
| 100 | + |
| 101 | +code { |
| 102 | + font-family: "Lucida Sans Typewriter Regular", "lucida console", monaco, "andale mono", "bitstream vera sans mono", consolas, "DejaVu Sans Mono", Courier, "Courier New", monospace; |
| 103 | + background-color: #efefff; } |
| 104 | + |
| 105 | +pre > code { |
| 106 | + background-color: #e9e9ff; } |
| 107 | + |
| 108 | +li > p:nth-child(0) { |
| 109 | + margin: 0; } |
| 110 | + |
| 111 | +ul li ul li { |
| 112 | + margin-top: .1em; |
| 113 | + margin-bottom: 1em; } |
0 commit comments