-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (64 loc) · 1.2 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
#texts {
font-style: normal;
font-family: Lucida Handwriting;
font-size: 16px;
color: rgb(0, 0, 0);
}
#port {
text-align: center;
font-style: normal;
font-family: Ink Free;
}
#bg {
background-color: #87cefad4;
position: relative;
cursor: url("images/icons8-blue-pointer-25.png"), auto;
}
#ed {
font-style: normal;
font-family: cursive;
color: rgb(18, 66, 66);
font-stretch: wider;
}
#tab {
font-style: normal;
font-family: cursive;
}
.lan {
font-style: normal;
font-weight: bold;
font-family: monospace;
font-size: large;
}
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: rgb(255, 0, 238);
}
a:hover {
color: orangered;
text-decoration: underline wavy;
text-decoration-color: black;
}
a:active {
color: rgb(213, 220, 20);
text-decoration: underline;
text-decoration-color: azure;
font-size: 27px;
}
button {
font-size: 18px;
cursor: url("images/icons8-cursor-32.png"), auto;
/* bottom: 20px; */
right: 20px;
position: absolute;
/* border: none; */
border-radius: 10px;
top: 95%;
padding-right: 10px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}