git ssb

30+

cel / git-ssb-web



Commit 624b42ac5c5cc0a87f4f12db4cbfb002a721febb

style adjustments

Ev Bogue committed on 7/5/2016, 3:39:07 PM
Parent: 17d7db1adce12ca09b59b024c412f519504a1c6d

Files changed

static/styles.csschanged
static/styles.cssView
@@ -1,15 +1,19 @@
11 body {
22 margin: 1ex 1em;
33 line-height: 1.6;
4- background-color: #eee;
5- font-family: sans-serif;
4 + background-color: #f5f5f5;
5 + font-family: "Source Sans Pro", sans-serif;
66 }
77
8 +@media (min-width: 800px) {
9 + header, article {
10 + width: 100%;
11 + }
12 +}
13 +
814 header, article {
9- width: 45em;
10- max-width: 100%;
11- min-width: 16em;
15 + width: 80%;
1216 margin: 0 auto;
1317 }
1418
1519 pre {
@@ -75,11 +79,10 @@
7579 section {
7680 background-color: white;
7781 padding: 1ex 1ex;
7882 margin-bottom: 1ex;
79- border-radius: .5ex;
80- border: 1px #ccc;
81- border-style: none solid solid none;
83 + border-radius: 0;
84 + border: 1px solid #f5f5f5;
8285 }
8386
8487 section.collapse {
8588 margin-bottom: 0;
@@ -93,13 +96,13 @@
9396 margin-top: 1em;
9497 }
9598
9699 a:link, a:visited {
97- color: #006eff;
100 + color: #666;
98101 text-decoration: none;
99102 }
100103 a:hover {
101- color: #1f8fff;
104 + color: #333;
102105 }
103106
104107 hr {
105108 border: 0;
@@ -144,20 +147,31 @@
144147 margin-top: .25em;
145148 }
146149
147150 .btn {
151 + background: #eee;
152 + background: #eee linear-gradient(#eee, #ccc);
153 + border: 1px solid #aaa;
154 + border-top: 1px solid #ccc;
155 + border-left: 1px solid #ccc;
156 +// border-radius: 5px;
157 + color: #444;
158 + display: inline-block;
148159 font-size: 1em;
149- border-radius: .5ex;
150-
151- background-color: white;
152- border: 1px #ccc;
153- border-style: none solid solid none;
154- border-radius: .5ex;
160 + font-weight: bold;
161 + text-decoration: none;
162 + text-shadow: 0 1px #eee;
155163 cursor: pointer;
156- color: black;
164 + padding: .2em .5em;
157165 }
166 +
158167 .btn:hover {
159- background-color: #f6f6f6;
168 + background: #ddd;
169 + background: #ddd linear-gradient(#ddd, #aaa);
170 + border: 1px solid #888;
171 + border-top: 1px solid #aaa;
172 + border-left: 1px solid #aaa;
173 + color: #222;
160174 }
161175
162176 .name {
163177 font-size: inherit;
@@ -216,9 +230,9 @@
216230 display: inline-block;
217231 margin-right: .5ex;
218232 }
219233 nav a:hover {
220- color: #1a86ff;
234 + color: #333;
221235 }
222236
223237 nav a.active {
224238 text-decoration: underline;
@@ -243,19 +257,18 @@
243257
244258 .user-id {
245259 float: right;
246260 font-weight: normal;
261 + font-size: small;
247262 display: inline-block;
248263 margin: 0;
249264 }
250265
251266 h2 .user-id {
252- font-size: 16px;
253267 padding-top: .5em;
254268 }
255269
256270 h3 .user-id {
257- font-size: 15px;
258271 padding-top: .25em;
259272 }
260273
261274 /* new issue form */

Built with git-ssb-web