-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathogs.css
More file actions
92 lines (80 loc) · 1.95 KB
/
Copy pathogs.css
File metadata and controls
92 lines (80 loc) · 1.95 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
.ratings-row {
display:none !important;
}
.container {
max-width: none !important;
background-image: url('https://i.imgur.com/rVllzRB.png');
}
h1 {
color:#F3CB77;
text-shadow: 3px 3px 5px #2f0f08;
}
h2, h3, h4 {
color:#E18737;
text-shadow: 2px 2px 3px #2f0f08;
}
.ratings-container{
background-color: #a41d1a;
border:solid;
border-color: #E18737;
border-radius: 10px;
padding: 5px;
}
.body.accessible .User .ratings-grid .rating-entry.unset, body.dark .User .ratings-grid .rating-entry.unset {
color: #2d1605 !important;
}
.about-container{
scrollbar-color: red orange;
scrollbar-width: thin;
overflow: scroll;
max-height: 2300px;
}
.avatar-container {
border: 3px solid #E8AF20;
background: black;
border-radius: 10px;
/*background: #6F260A;*/
}
.active-games{
background-color: #6F260A;
border: solid;
border-color: #E18737;
text-align: center;
}
active-games > .small.board {
background-color: #E18737 !important;
border: none !important;
}
.user_info, .date, .board_size, .game_name, .Player-rank, .Player-username, .size, .Clock, .game-name, .move-number, .avatar-container .Player-username, .rating-entry {
color: #F3CB77;
}
.sortable {
color: #228B22;
}
#app-content > div > div.row > div.col-sm-4 {
display: none;
}
#app-content > div > div.row > div.col-sm-8 {
margin: auto;
}
.avatar-and-ratings-row {
justify-content: center !important;
}
#app-content > div > div:nth-child(1) > div > div > div.avatar-container
{
margin-right: 20px;
}
#app-content > div > div.row > div.col-sm-4 > div:nth-child(1) > div
{
/*background-image:url('https://i.imgur.com/VQXIgRP.jpeg');
background-position: top;
background-repeat: repeat-y;
background-position: right;
min-height: 705px;*/
}
#default-variant-container > div.User.container > div.row > div.col-sm-4 > div:nth-child(1) > div > .trophies {
display: none;
}
#default-variant-container > div.User.container > div.row > div.col-sm-4 > div:nth-child(1) > div > h3 {
display: none;
}