git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit fe67168c9f38bc6429a920691df0cb9aa70f6002

More profile page tweaks

Alan Shaw committed on 9/15/2017, 8:57:01 AM
Parent: c1c3697bd0c8e0d3d2b6c7c52f430fab92e9734c

Files changed

styles/dark/about-image.mcsschanged
styles/dark/message.mcsschanged
styles/dark/notifier.mcsschanged
styles/dark/picker.mcsschanged
styles/dark/split-view.mcsschanged
styles/dark/about-image.mcssView
@@ -1,10 +1,7 @@
11 AboutImage {
22 display: block
33 width: 400px;
4- padding: 5px;
5- background: white;
6- box-shadow: 0 0 10px #AAA;
74 margin: 20px auto;
85 img {
96 width: 100%
107 }
styles/dark/message.mcssView
@@ -163,8 +163,13 @@
163163 color: #ff2f92
164164 }
165165 }
166166
167+ (a.Timestamp) {
168+ font-size: 75%
169+ font-weight: normal
170+ }
171+
167172 span.private {
168173 display: inline-block;
169174 margin: -3px -3px 3px 4px;
170175 border: 4px solid #525050;
styles/dark/notifier.mcssView
@@ -15,7 +15,8 @@
1515 background: #ebebeb
1616
1717 :hover {
1818 background: #f7f7f7
19+ color: #2d2c2c
1920 }
2021 }
2122 }
styles/dark/picker.mcssView
@@ -1,74 +1,65 @@
11 Picker {
2+ margin: 5px 0
3+
24 a {
3- padding: 6px;
45 display: inline-block;
5- background: #fff;
6- margin: 3px;
7- border: 1px solid #EEE;
8- color: #222;
6+ background: #383736
7+ margin: 0 5px 5px 0
8+ padding: 2px 5px
9+ border: 2px solid transparent
10+ border-radius: 3px
11+ color: #ccc;
912 vertical-align: top;
1013
11- -add {
12- padding: 0 5px
13- font-size: 20px
14- border-color: #DDD
15- background: #EEE
16- }
17-
1814 :hover {
19- border-color: #deb250;
20- color: #deb250;
21- background: #faf3e8;
22- text-decoration: none
15+ color: white
2316 }
2417
2518 img {
2619 width: 50px
2720 height: 50px
2821 display: block
22+ border-radius: 3px
23+ margin: -2px -5px
2924 }
3025
31- -self {
32- border-color: #b3d6bd;
33- background: #fbfffb;
34- color: #719a68;
26+ -assigned {
27+ color: white
28+ border: 2px solid #c1cdf0
29+ background: #c1cdf0
3530 }
3631
37- -assigned {
38- padding: 4px;
39- border: 2px solid #ffa800;
40- box-shadow: 0px 1px 2px #ff8d00;
41- color: #a8702a;
42- font-weight: bold;
32+ -self {
33+ color: white
34+ border: 2px solid #6f74e5 !important
35+ background: #6f74e5 !important
4336 }
4437 }
4538
4639 span.add {
4740 position: relative
4841 display: inline-block;
49- border: 1px solid #DDD
50- background: #EEE
51- margin: 3px;
52- color: #222;
53- vertical-align: top;
54- :hover {
55- border-color: #deb250;
56- color: #deb250;
57- background: #faf3e8;
58- }
42+ background: #2d2c2c
43+ margin: 0 5px 5px 0
44+ border: 2px solid transparent
45+ border-radius: 3px
46+
5947 ::before {
6048 font-size: 30px;
6149 content: '+';
6250 position: absolute;
63- top: 13px;
51+ top: 5px;
6452 left: 0;
6553 right: 0;
6654 text-align: center;
6755 }
56+ :hover {
57+ color: white
58+ }
6859 input[type="file"] {
69- height: 62px
70- width: 62px
60+ height: 50px
61+ width: 50px
7162 display: block
7263 cursor: pointer
7364 opacity: 0
7465 }
styles/dark/split-view.mcssView
@@ -19,13 +19,17 @@
1919 border-left: 1px solid #2d2c2c
2020 background: #383736
2121 }
2222
23- h2 {
23+ (h2) {
2424 margin-top: 20px
2525 margin-bottom: 8px
2626 color: #6e6d6d;
2727 font-weight: lighter;
28+
29+ :first-child {
30+ margin-top: 0
31+ }
2832 span.sub {
2933 font-weight: normal
3034 font-size: 90%
3135 }

Built with git-ssb-web