Skip to content

Commit d473f34

Browse files
committed
stuff
1 parent 86446da commit d473f34

File tree

2 files changed

+73
-72
lines changed

2 files changed

+73
-72
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Last update: 15 May 2022
5555
![](https://cdn.discordapp.com/attachments/692065688524816475/909112685344481373/unknown.png)
5656

5757
![](https://cdn.discordapp.com/attachments/692065688524816475/909112685516451870/unknown.png)\
58-
Last update: 8 Jan 2022
58+
Last update: 12 Aug 2022
5959

6060
---
6161

@@ -66,21 +66,6 @@ Last update: 8 Jan 2022
6666

6767
---
6868

69-
### [Colored profile popout](/snippets/colored_profile_popout.css?raw=true)
70-
Better snippet can be found here: https://github.com/tf2iMicro/custom-css/blob/main/tweaks/UserPopout-Border.css
71-
72-
![](https://cdn.discordapp.com/attachments/755005803303403570/871716893852061706/unknown.png)\
73-
Last update: 8 Apr 2022
74-
75-
---
76-
77-
### [Colored profile modal](/snippets/colored_profile_modal.css?raw=true)
78-
79-
![](https://cdn.discordapp.com/attachments/755005803303403570/872058781519982682/unknown.png)\
80-
Last update: 8 Apr 2022
81-
82-
---
83-
8469
### [Tall profile popout color banner](/snippets/tall_profile_banners.css?raw=true)
8570

8671
![](https://cdn.discordapp.com/attachments/755005803303403570/871658897981706350/unknown.png)\
@@ -136,7 +121,7 @@ Last update: 22 Jan 2022
136121
### [Revert italics](/snippets/revert_italics.css?raw=true)
137122
Brings back the old slanted text design
138123

139-
<img src="https://cdn.discordapp.com/attachments/873972327849807932/962276815756472340/revert_italics.png" width="50%">
124+
<img src="https://cdn.discordapp.com/attachments/873972327849807932/962276815756472340/revert_italics.png" width="50%">\
140125
Last update: 9 Apr 2022
141126

142127
---
@@ -172,3 +157,19 @@ Last update: 8 Jan 2022
172157

173158
![](https://cdn.discordapp.com/attachments/692065688524816475/913849732110123068/unknown.png)\
174159
Last update: 8 Jan 2022
160+
161+
---
162+
163+
### ~~[Colored profile popout](/snippets/colored_profile_popout.css?raw=true)~~
164+
Better snippet can be found here: https://github.com/tf2iMicro/custom-css/blob/main/tweaks/UserPopout-Border.css
165+
166+
![](https://cdn.discordapp.com/attachments/755005803303403570/871716893852061706/unknown.png)\
167+
Last update: 8 Apr 2022
168+
169+
---
170+
171+
### ~~[Colored profile modal](/snippets/colored_profile_modal.css?raw=true)~~
172+
I just don't feel like updating it lol
173+
174+
![](https://cdn.discordapp.com/attachments/755005803303403570/872058781519982682/unknown.png)\
175+
Last update: 8 Apr 2022

snippets/collapse_threads.css

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
/* Thread container and a few other tweaks */
2-
.container-1Bj0eq {
3-
counter-reset: threads;
4-
background-color: var(--background-tertiary);
5-
border-radius: 7px;
6-
padding: 3px 4px 3px 4px;
7-
margin: 3px 2px 3px 10px;
8-
}
9-
.spine-29OFwR {
10-
display: none;
11-
}
12-
.typeThread-2Aqh6X .content-1gYQeQ {
13-
margin-left: unset;
14-
}
15-
/* Custom text */
16-
.container-1Bj0eq>.containerDefault-YUSmu3 {
17-
counter-increment: threads;
18-
}
19-
.container-1Bj0eq>.containerDefault-YUSmu3::after {
20-
color: var(--channels-default);
21-
font-size: 14px;
22-
margin-left: 2px;
23-
}
24-
.container-1Bj0eq>.containerDefault-YUSmu3:last-of-type::after {
25-
content: counter(threads) ' threads - hover to expand';
26-
}
27-
.container-1Bj0eq>.containerDefault-YUSmu3:only-of-type::after {
28-
content: '1 thread - hover to expand';
29-
}
30-
.container-1Bj0eq>.containerDefault-YUSmu3.selected-2TbFuo:only-of-type::after {
31-
content: none
32-
}
33-
/* Individual thread channels */
34-
.container-1Bj0eq>.containerDefault-YUSmu3:not(.selected-2TbFuo)>.typeThread-2Aqh6X {
35-
visibility: hidden;
36-
height: 0;
37-
}
38-
.container-1Bj0eq>.containerDefault-YUSmu3 {
39-
height: 0;
40-
}
41-
/* Exceptions */
42-
.container-1Bj0eq>.containerDefault-YUSmu3.selected-2TbFuo,
43-
.container-1Bj0eq>.containerDefault-YUSmu3:last-of-type {
44-
height: unset;
45-
}
46-
/* Changes on hover */
47-
.container-1Bj0eq:hover>.containerDefault-YUSmu3::after {
48-
content: none;
49-
}
50-
.container-1Bj0eq:hover>.containerDefault-YUSmu3 {
51-
height: unset;
52-
}
53-
.container-1Bj0eq:hover>.containerDefault-YUSmu3>.typeThread-2Aqh6X {
54-
visibility: unset;
55-
height: unset;
1+
/* Thread container and a few other tweaks */
2+
.container-1Bj0eq {
3+
counter-reset: threads;
4+
background-color: var(--background-tertiary);
5+
border-radius: 7px;
6+
padding: 3px 4px 3px 4px;
7+
margin: 3px 2px 3px 10px;
8+
}
9+
.spine-29OFwR {
10+
display: none;
11+
}
12+
.typeThread-2Aqh6X .content-1gYQeQ {
13+
margin-left: unset;
14+
}
15+
/* Custom text */
16+
.container-1Bj0eq .containerDefault-YUSmu3 {
17+
counter-increment: threads;
18+
}
19+
.container-1Bj0eq .containerDefault-YUSmu3::after {
20+
color: var(--channels-default);
21+
font-size: 14px;
22+
margin-left: 2px;
23+
}
24+
.container-1Bj0eq .containerDefault-YUSmu3:last-of-type::after {
25+
content: counter(threads) ' threads - hover to expand';
26+
}
27+
.container-1Bj0eq .containerDefault-YUSmu3:only-of-type::after {
28+
content: '1 thread - hover to expand';
29+
}
30+
.container-1Bj0eq .containerDefault-YUSmu3.selected-2TbFuo:only-of-type::after {
31+
content: none
32+
}
33+
/* Individual thread channels */
34+
.container-1Bj0eq .containerDefault-YUSmu3:not(.selected-2TbFuo)>.typeThread-2Aqh6X {
35+
visibility: hidden;
36+
height: 0;
37+
}
38+
.container-1Bj0eq .containerDefault-YUSmu3 {
39+
height: 0;
40+
}
41+
/* Exceptions */
42+
.container-1Bj0eq .containerDefault-YUSmu3.selected-2TbFuo,
43+
.container-1Bj0eq .containerDefault-YUSmu3:last-of-type {
44+
height: unset;
45+
}
46+
/* Changes on hover */
47+
.container-1Bj0eq:hover .containerDefault-YUSmu3::after {
48+
content: none;
49+
}
50+
.container-1Bj0eq:hover .containerDefault-YUSmu3 {
51+
height: unset;
52+
}
53+
.container-1Bj0eq:hover .containerDefault-YUSmu3>.typeThread-2Aqh6X {
54+
visibility: unset;
55+
height: unset;
5656
}

0 commit comments

Comments
 (0)