-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanoPages.css
126 lines (103 loc) · 1.27 KB
/
nanoPages.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
body{
background: #000000;
font-family: courier;
margin: auto auto;
}
.container {
margin: 25px auto;
height: 680px;
position:relative;
border: 3px solid #FFFFFF;
color: white;
}
.fileText{
font-family: courier;
font-size: 14pt;
}
.fileTextSmaller{
font-family: courier;
font-size: 14pt;
}
#sitemap li{
list-style-type: none;
font-size: 30pt;
}
.container img{
margin: 30px 30px;
}
.bottom {
position:absolute;
bottom:5px;
width: 100%;
}
.label {
position: relative;
left: 15px;
top:5px;
color: #fefefe;
float:left;
font-size: 12pt;
}
.console {
position:absolute;
bottom:32px;
overflow:hidden;
}
.white{
color: #fefefe;
}
.green{
color: #02AF02;
}
.line {
margin-left: 15px;
margin-bottom:2px;
}
.margin {
margin-left: 50px;
margin-bottom:2px;
}
.margin2 {
margin-left: 85px;
margin-bottom:2px;
}
.bolden{
color: red;
}
.Intro{
font-size: 18pt;
text-align: center;
color: white;
}
.IntroBody{
font-size: 18pt;
text-align: center;
color: white;
}
a{
color: white;
font-size: 15pt;
text-decoration: none;
}
a:hover{
color: #02AF02;
}
.header{
width: 100%;
height: 30px;
color: black;
background-color: #FFFFFF;
text-align: left;
font-size: 18pt;
}
.header h3{
display: inline;
}
.header #title{
}
.header #file{
padding-left: 30%;
}
#backToTerminal a:hover{
color: red;
}