-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (84 loc) · 1.27 KB
/
style.css
File metadata and controls
104 lines (84 loc) · 1.27 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
93
94
95
96
97
98
99
100
101
102
103
104
body {
background-color: black;
font-family: terminus, monospace;
}
::selection{
background-color: white;
color: black;
}
.spaced{
margin-top:10px;
margin-bottom:10px;
}
.special{
margin-top:5px;
margin-bottom:5px;
}
.whiteText{
color: white;
}
.blackText{
color: black;
}
.magentaText{
color: magenta;
padding-left: 15px;
}
.hlpMessage{
color: black;
margin-top: 10px;
}
.reddishText{
margin-top: 10px;
color:#E15D44;
}
p{
margin: 0px;
padding-left: 15px;
color: white;
}
.half{
display: inline-block;
padding-left: 15px;
color: white;
/*float:left;*/
width: 50%;
}
a{
color: #04d9ff;
text-shadow: 0 0 1px lightskyblue;
text-decoration:none;
}
a:hover{
/* background-color: lightgreen; */
background-color: #04d9ff;
color:black;
}
.aquaText{
color:aqua;
padding-left: 15px;
}
.tangerineText{
color:#EFC050;
padding-left: 15px;
}
.greenText{
color: lime;
}
.blueText{
color:blue;
}
.greyText{
color: grey;
font-style: italic;
}
.inputText{
color: white;
background-color: black;
border: none;
font-family: monospace;
user-select: none;
outline: none;
overflow: visible;
width: 50%;
}