-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
187 lines (183 loc) · 5.28 KB
/
main.css
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
:root {
--tc-actor-textbox-width: 300px;
--tc-actor-textbox-height: 150px;
--tc-actor-content-width: 700px;
--tc-actor-center-indent: 200px;
--tc-color-titles: #a01b22;
--tc-color-small-titles: #6647a3;
--tc-color-change-cross-physical: #e79ed4;
--tc-color-change-cross-mental: #8f8cce;
--tc-border-change-cross-textbox: #3b2945;
--tc-border-scrollbar: #8200ff;
--tc-background-change-cross-physical: #f1cae7;
--tc-background-change-cross-mental: #d2c2e6;
--tc-background-default: #e7e3e9;
--tc-background-default-transparent: #e7e3e9dc;
--tc-background-scrollbar: #382278;
--tc-shadow: #8f4bb4;
--font-titles: "FoglihtenNo07";
--font-body: "Segoe UI";
}
.change-cross, .character-details, .actor-sheet header, .actor-sheet nav {
width: var(--tc-actor-content-width);
}
.actor-sheet nav {
padding-top: 10px;
padding-bottom: 20px;
border-bottom: var(--color-border-light-tertiary) solid 1px;
}
.character-details td {
width: 33.33%;
}
.change-cross .titles-top {
overflow: auto;
}
.change-cross .titles-bottom {
margin-bottom: 20px;
}
.change-cross .title-left {
float: left;
}
.change-cross .title-right {
float: right;
}
.transgender-change-wheel .title-right {
text-align: right;
}
.change-cross .row {
padding: 10px 0;
}
.change-cross .row-1 {
margin: 0;
}
.change-cross .row-2 {
margin: 20px;
}
.change-cross .row-3 {
margin: 40px;
}
.change-cross .row-4 {
margin-left: auto;
margin-right: auto;
margin-bottom: -50px;
}
.change-cross .textbox-left, .transgender-change-wheel .textbox-left {
float: left;
}
.change-cross .textbox-right, .transgender-change-wheel .textbox-right {
float: right;
}
.transgender-change-wheel .textbox-bottom {
margin-top: 290px;
}
.transgender-change-wheel .textbox {
width: var(--tc-actor-textbox-width);
background-color: rgba(255, 255, 255, 0.75);
border-radius: 10px;
padding: 5px;
}
.change-cross .textbox-center {
margin-left: auto;
margin-right: auto;
position: relative;
left: var(--tc-actor-center-indent);
}
.change-cross .textbox {
width: var(--tc-actor-textbox-width);
height: var(--tc-actor-textbox-height);
resize: none;
margin: 10px 0;
border-radius: 10px;
border: 2px solid var(--tc-border-change-cross-textbox);
font-family: var(--font-body), sans-serif;
font-weight: 500;
}
.textbox-physical {
background-color: var(--tc-background-change-cross-physical) !important;
}
.textbox-mental {
background-color: var(--tc-background-change-cross-mental) !important;
}
.tg-textbox {
border-radius: 5px !important;
border: 1px solid var(--tc-border-change-cross-textbox) !important;
font-family: var(--font-body), sans-serif !important;
font-weight: 500 !important;
}
.change-cross .textbox-permanence {
background: linear-gradient(135deg, var(--tc-background-change-cross-physical) 0%, var(--tc-background-change-cross-mental) 50%, var(--tc-background-change-cross-physical) 100%);
}
.actor-sheet h1 {
border: none !important;
}
.character-details td {
padding: 5px;
}
.character-details option {
background-color: var(--tc-background-default);
}
.charname input {
padding-bottom: 3px !important;
padding-top: 3px !important;
height: fit-content;
}
.row b {
color: var(--tc-color-small-titles);
}
.journal-entry-content, .actor-sheet, .chat-message, .roll-type-select, .roll-type-select option, .roll-type-select optgroup, #chat-message, #sidebar button, .header-search input {
background-color: var(--tc-background-default) !important;
background-image: none !important;
font-family: var(--font-body), sans-serif;
font-weight: 500;
}
.roll-type-select optgroup, .chat-message .message-sender {
font-weight: bold !important;
}
.whisper {
background-color: var(--tc-background-default-transparent) !important;
}
.journal-entry-content h1 {
font-family: var(--font-titles), serif;
color: var(--tc-color-titles);
border-bottom: 2px solid var(--tc-color-titles);
}
.journal-entry-content h2, .journal-entry-content h3, .journal-entry-content h4, .journal-entry-content h5 {
color: var(--tc-color-small-titles);
border-bottom: 2px dotted var(--tc-color-small-titles);
}
.transgender-change-wheel h3 {
border: none !important;
}
.transgender-change-wheel {
background-image: url("images/tc-tg-change-wheel.jpg");
background-repeat: no-repeat;
background-size: cover;
width: var(--tc-actor-content-width);
height: var(--tc-actor-content-width);
}
.title-pa, .title-pf {
color: var(--tc-color-change-cross-physical);
}
.title-ma, .title-mf {
color: var(--tc-color-change-cross-mental);
}
select:focus, textarea:focus, input:focus, #sidebar button:hover, #sidebar button:focus {
box-shadow: 0 0 10px var(--tc-shadow) !important;
}
a:hover, .tabs .active {
text-shadow: 0 0 5px var(--tc-shadow) !important;
}
::-webkit-scrollbar-thumb {
background-color: var(--tc-background-scrollbar) !important;
border-color: var(--tc-border-scrollbar) !important;
}
* {
scrollbar-color: var(--tc-border-scrollbar) var(--color-scrollbar-track) !important;
}
#pause .pause-image {
background: url("icons/pause-icon.png");
background-size: 8rem;
width: 8rem;
height: 8rem;
padding-left: 8rem;
}