|
65 | 65 | background-color: light-dark(#f5f5f5, #151515); |
66 | 66 | border: 1px solid light-dark(#ccc, #222); |
67 | 67 | border: 1px solid rgba(0, 0, 0, 0.15); |
68 | | - -webkit-border-radius: 4px; |
69 | | - -moz-border-radius: 4px; |
70 | 68 | border-radius: 4px; |
71 | 69 | } |
72 | 70 |
|
@@ -132,8 +130,6 @@ body { |
132 | 130 | #page-wrap {width:1000px; margin:0px auto; border:1px solid light-dark(#fff, #111); padding:20px;} |
133 | 131 |
|
134 | 132 | header {background:light-dark(#fff, #171717); padding:10px 20px 12px 20px; position:relative; |
135 | | --moz-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); |
136 | | --webkit-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); |
137 | 133 | box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); |
138 | 134 | border-radius:12px 12px 0px 0px; |
139 | 135 | } |
@@ -162,7 +158,7 @@ opacity:0.8; |
162 | 158 | #page-content { |
163 | 159 | background:light-dark(#ffffe5,#141400); /* #FFFFE5 BACKGROUND_COLOR - pale yellow/cream from colormap.cc */ |
164 | 160 | position:relative; padding:20px 20px 0px 20px; |
165 | | - -moz-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); -webkit-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); |
| 161 | + box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); |
166 | 162 | border-radius:0px 0px 12px 12px; |
167 | 163 | } |
168 | 164 |
|
@@ -195,8 +191,7 @@ section {margin-bottom:20px; background:light-dark(#fff, #1b1b1b); border-radius |
195 | 191 | .github-ribbon {float: right; position: relative; top: -10px; right: -20px; border: 0; z-index: 0;} |
196 | 192 |
|
197 | 193 | /* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */ |
198 | | -::-moz-selection {background: #000; color: light-dark(#fff, #1b1b1b); text-shadow: none;} |
199 | | -::selection {background: #000; color: light-dark(#fff, #1b1b1b); text-shadow: none;} |
| 194 | +::selection {background: #000; color: light-dark(#fff, #1b1b1b); text-shadow: none;} |
200 | 195 |
|
201 | 196 | /* j.mp/webkit-tap-highlight-color */ |
202 | 197 | a:link {-webkit-tap-highlight-color: #1b2f01;} |
|
0 commit comments