git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 5e9e37fbf4a8f10c06e86264720ba928457a4fec

Styles for all channels page

Alan Shaw committed on 9/12/2017, 2:13:30 PM
Parent: 8ac30128636bcb1f696c3a38a8bbafe0f0e5c7e4

Files changed

styles/dark/all-channels.mcsschanged
styles/dark/all-channels.mcssView
@@ -9,22 +9,34 @@
99 display: flex;
1010 padding: 8px 10px;
1111 font-size: 110%;
1212 margin: 4px;
13- background: rgba(255, 255, 255, 0.66);
14- color: #333;
13+ background: #2d2c2c;
14+ color: #ccc;
1515 border-radius: 3px;
1616 position: relative
17- transition: background-color 0.2s
17+ transition: background-color 0.25s
1818 width: 200px;
19- overflow: hidden;
20- text-overflow: ellipsis;
2119
2220 background-repeat: no-repeat
2321 background-position: right
2422
23+ -more {
24+ background-color: transparent
25+ color: #6e6d6d
26+
27+ :hover {
28+ background-color: transparent
29+ color: #ccc
30+ }
31+ }
32+
2533 -subscribed {
2634 background-image: svg(subscribed)
35+ border-left: 2px solid #51c067;
36+ border-top-left-radius: 0;
37+ border-bottom-left-radius: 0;
38+
2739 span.name {
2840 font-weight: bold
2941 }
3042 }
@@ -35,9 +47,9 @@
3547 content: "<circle cx='6' stroke='#888' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#888'/>"
3648 }
3749
3850 :hover {
39- background: rgba(255, 255, 255, 0.4);
51+ background: #383736;
4052 text-decoration: none;
4153 a {
4254 transition: opacity 0.05s
4355 opacity: 1
@@ -58,18 +70,17 @@
5870 transition: opacity 0.2s, background-color 0.4s
5971 padding: 9px 10px;
6072 color: white;
6173 border-radius: 3px;
62- font-weight: bold;
6374 margin: -8px -10px -8px 4px;
6475 border-top-left-radius: 0;
6576 border-bottom-left-radius: 0;
6677 border-left: 2px solid rgba(255, 255, 255, 0.9);
6778 text-decoration: none
6879
6980 -subscribe {
7081 :hover {
71- background-color: rgb(112, 184, 212);
82+ background-color: #51c067;
7283 }
7384 }
7485
7586 -unsubscribe {
@@ -79,5 +90,4 @@
7990 }
8091 }
8192 }
8293 }
83-}

Built with git-ssb-web