Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/css/proxy.css
4626 views
1
body {
2
font-family: Ubuntu;
3
font-size: "25px";
4
color: #fff;
5
text-align: left;
6
background-color: #1c1c1c;
7
background-repeat: no-repeat;
8
background-size: cover;
9
}
10
.container {
11
margin-top: 10%;
12
font-family: Ubuntu;
13
font-size: "50px";
14
color: #fff;
15
}
16
.container p {
17
font-size: 50px;
18
margin-bottom: 2px;
19
}
20
#iurl {
21
background-color: inherit;
22
width: 100%;
23
height: 28px;
24
border: solid 1px #fff;
25
font-family: Ubuntu;
26
font-size: 16px;
27
color: #eee;
28
padding: 8px 0;
29
margin-bottom: 5px;
30
box-sizing: content-box;
31
text-align: center;
32
border-radius: 2px;
33
}
34
#btn {
35
background-color: inherit;
36
width: 100%;
37
height: 28px;
38
border: solid 1px #06f;
39
font-family: Ubuntu;
40
font-size: 16px;
41
color: #06f;
42
padding: 8px 0;
43
box-sizing: content-box;
44
transition: 0.3s;
45
border-radius: 2px;
46
cusor: pointer;
47
}
48
#btn:hover {
49
background: #06f;
50
color: #fff;
51
background-repeat: no-repeat;
52
cusor: pointer;
53
}
54
.container a {
55
height: 20px;
56
background: inherit;
57
background-size: cover;
58
color: #ddd;
59
border: 0;
60
cursor: pointer;
61
font-family: Ubuntu;
62
font-size: 17px;
63
transition: 0.3s;
64
}
65
.container a:hover {
66
font-size: 23;
67
}
68
.url {
69
width: 500px;
70
margin: auto;
71
}
72
table.GeneratedTable {
73
width: 700px;
74
background-color: #1c1c1c;
75
border-collapse: collapse;
76
border-width: 2px;
77
border-color: #fff;
78
border-style: solid;
79
color: #fff;
80
}
81
table.GeneratedTable td,
82
table.GeneratedTable th {
83
border-width: 2px;
84
border-color: #fff;
85
border-style: solid;
86
padding: 3px;
87
}
88
table.GeneratedTable thead {
89
background-color: #9e9e9e;
90
}
91
a:link {
92
color: white;
93
}
94
a:visited {
95
color: white;
96
}
97
a:hover {
98
color: wheat;
99
}
100
a:active {
101
color: white;
102
}
103