-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
102 lines (98 loc) · 1.87 KB
/
styles.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
body
{background-color:#000000;
background-image: url("tpbackground.webp");
background-repeat: no-repeat;
background-size: 100%;
color: #ffff;
font-family:"Verdana",Sans-serif;
font-size: 15px;
text-shadow: 2px 2px 1px #800000;}
a:link
{color:#89dccb;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
padding: 0;
} /* unvisited link */
a:visited {color:#1dc9a6;} /* visited link */
a:active {color:#00FFFF;} /* selected link */
background-size: 100%;
}
<style type="text/css">
<style type="text/css">
.table
{display:block
}
.table *{
display:block
height:1px;
border-radius: 20px;
padding: 2px 75px 0px 75px;
margin-top: 25px;
margin-left: 175px;
margin-right: 175px;
overflow:hidden;
word-break: break-word;
background:#1a1a1a
width: 100%;
}
.tablefg
{
background:#1a1a1a
}
th, td{
margin:0;
padding: 4px 20px 4px 0px !important;
position:relative;
border-radius: 0px !important;
}
div {
opacity: 0.9;
}
img {
margin: 0 !important;
padding: 0px 4px 0px 0px !important;
overflow: visible !important;
max-width: 100%;
height: auto;
opacity: 1 !important;
}
</style>
</style>
<style type="text/css">
body,input
{
font-family:"Verdana",Sans-serif;
font-size:0.9em;
}
input {
padding: 15px 30px;
margin: 10px 4px;
cursor: pointer;
text-transform: uppercase;
text-align: center;
position: relative;
background-color: transparent;
opacity: 1;
border: 2px solid #f44336;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
input:hover {
opacity: 0.5;
}
}
.spoiler
{
padding: 10px 32px;
}
.spoiler .inner
{
padding:1px;margin:1px;
opacity: 1 !important;
}
</style>