-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path4chan.theme.css
More file actions
124 lines (124 loc) · 2.55 KB
/
Copy path4chan.theme.css
File metadata and controls
124 lines (124 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
//META{"name":"4chan","description":"Maximum funposting theme.","author":"Zyst","version":"0.5.2"}*//
.workaround-to-meta-killing-stuff {
color: #fff;
}
code.inline {
color: #789922;
background: inherit !important;
}
div.message-group {
background-color: #D6DAF0;
border: 1px solid #B7C5D9;
border-left: none;
border-top: none;
display: table;
padding: 2px;
margin: 6px 0 0 1em;
overflow: hidden;
min-width: 325px;
margin-right: 16px;
}
div.comment {
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
div.chat.flex-vertical.flex-spacer {
background: #EEF2FF;
}
div.channel-textarea-emoji {
display: none;
}
div.channel-members-wrap {
border: 1px solid transparent;
border-radius: 3px 3px 0 0;
}
div.scroller.channel-members {
background: #EEF2FF;
}
div.avatar-large {
background-size: auto auto;
width: 125px;
height: 125px;
border-radius: 0px;
float: left;
margin-left: 20px;
margin-right: 20px;
margin-top: 1em !important;
margin-bottom: 20px;
}
.chat>.title-wrap {
background-color: rgba(214, 218, 240, 0.98);
border-bottom-width: 1px;
box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);
}
.chat>.title-wrap>.title .channel-name {
color: #34345C;
}
.chat>.title-wrap>.separator {
color: #89A;
background-color: #89A;
}
.chat>.title-wrap>.topic {
color: #34345C;
}
.edit-message .edit-container-outer .avatar-large {
display: none;
}
.channel-textarea-inner textarea {
margin-right: 0;
}
.chat .divider.divider-red>span {
background: #EEF2FF;
color: #DD0000;
}
.scroller-wrap .scroller::-webkit-scrollbar-track-piece {
border: none;
border-radius: 0px;
}
.highlight {
background: inherit;
color: #DD0000;
border-left: none !important;
border-radius: 0;
}
.highlight span {
border-left: none !important;
}
.message-group .comment .markup {
color: inherit;
}
.message-group .comment .markup pre {
background: inherit;
border: none;
}
.message-group .comment .markup pre code {
border: 2px solid #f3f3f3;
border-radius: 5px;
}
.app a {
color: #34345C;
}
.app a:hover {
color: #DD0000;
}
.emoji {
display: none;
}
.chat .divider>span {
background: inherit;
}
.message-group .mentioned .message-text {
background: inherit;
border-radius: 0;
}
.message-group .mentioned .message-text:after {
border-left: none;
}
.mentioned .highlight:after {
content: " (You)";
}
.chat .content {
background-color: inherit;
}