-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (101 loc) · 1.64 KB
/
style.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
h1,
h2,
h5 {
text-align: center;
}
h1,
h5 {
font-weight: bold;
}
p {
text-align: justify;
text-align-last: center;
}
span.line {
display: inline-block;
}
body {
background-color: black;
font-family: "Courier New", Courier, mono !important;
}
.wrapper {
border-width: 0;
}
.header {
background-color: #f7b507;
text-shadow: 0 0 4px white;
border-bottom-color: black;
}
.content {
background-color: #efd6a4 !important;
}
.achievement {
background-color: #d6bd94 !important;
}
h2 {
color: #730800;
}
a {
color: #4785b8;
}
a:hover {
color: #556f8a;
}
.achievement ul {
list-style: none;
}
.single {
text-align: justify;
}
.achievement li.nomoula:before {
content: "▢ ";
}
.achievement li.moula:before {
content: "▧ ";
}
.pop {
border-bottom: 1px dotted black;
}
.popover {
font-family: "Courier New", Courier, mono;
}
.popover-body {
background-color: #393984;
color: white !important;
text-align: justify;
text-align-last: center;
}
.popover[x-placement^="left"] > .arrow:after {
border-left-color: #393984 !important;
}
.popover[x-placement^="right"] > .arrow:after {
border-right-color: #393984 !important;
}
.popover[x-placement^="top"] > .arrow:after {
border-top-color: #393984 !important;
}
.popover[x-placement^="bottom"] > .arrow:after {
border-bottom-color: #393984 !important;
}
.popover a {
color: #98b4cc;
}
.popover a:hover {
color: #4785b8;
}
.progress-bar-gow {
background-color: #f7b507;
color: black;
}
.progress-bar-openuru {
background-color: #4785b8;
}
img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
img {
max-width: 50% !important;
}
}