-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotime.css
103 lines (100 loc) · 1.19 KB
/
notime.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
html, body {height: 100%; margin: 0;}
body
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
nav
{
color: #555;
padding-left: 10px;
background-color: #EEE;
}
.red
{
color:red;
}
.par
{
padding: 30px;
background-color: #333;
color: #EEE;
font-size: 12pt;
}
@media only screen and (max-device-width: 480px)
{
body
{
font-size: 32pt;
}
nav
{
height: 60px;
}
.par
{
font-size: 11pt;
text-align: center;
}
}
header
{
color: #333;
background-color: #999;
}
body
{
background-color: #CCC;
height: 100%;
}
a
{
font-weight: bold;
color: #555;
padding-left: 10px;
background-color: #EEE;
}
h1
{
padding-left: 20px;
font-weight:bold;
font-style:italic;
}
.wrap
{
min-height: 100%;
}
.parbox
{
overflow: auto;
padding-bottom: 200px;
}
p
{
padding: 30px;
background-color: #333;
color: #EEE;
}
.textField
{
background-color: #EEE;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-style: none;
padding-left: 10px;
padding: 5px;
}
.footer
{
position: relative;
margin-top: -200px;
clear: both;
padding-bottom: 10px;
}
footer
{
padding-top: 30px;
color: #555;
padding-left: 10px;
background-color: #EEE;
padding-bottom: 60px;
}