-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (113 loc) · 1.37 KB
/
style.css
File metadata and controls
114 lines (113 loc) · 1.37 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
105
106
107
108
109
110
111
112
113
114
body
{
background-image:url(road.jpg);
background-repeat:repeat;
background-size: 200px 200px;
background-attachment:fixed;
font-family:Arial, Helvetica, sans-serif;
}
.tabs
{
display:inline-block;
background-color: #FF4D4D;
font-size:150%;
margin-right:0px;
position:float;
margin-top:50px;
width:100px;
text-align:center;
}
#nav
{
width:900px;
margin-left: 100px;
}
#master
{
width:1000px;
margin-left:100px;
}
#content
{
width: 600px;
float:left;
position:float;
margin :10px;
margin-left:0px;
}
#sidebar
{
width:300px;
background-color:white;
height:200px;
float:left;
margin:10px;
overflow : auto;
}
#times
{
width:300px;
background-color:white;
height:80px;
float:left;
margin:10px;
overflow : auto;
font-size:200%;
text-align:center;
}
#adder
{
width:300px;
height:85px;
float:left;
margin:10px;
top-margin:0px;
bottom-margin:0px;
overflow : auto;
font-size:200%;
text-align:center;
}
#add
{
background-color:#4DB84D;
width:300px;
height :30px;
font-size:100%;
margin-top: 10px;
text-align:center;
color:white;
}
.config
{
margin:5px;
padding:10px;
background-color:#FFFF66;
font-size:150%;
text-align:center;
}
select
{
font-size:200%
}
#go
{
background-color:#4DB84D;
width:200px;
height :60px;
font-size:300%;
text-align:center;
color:white;
margin:10px;
}
#adjust
{
color:white;
width: 590px;
height: 300px;
padding: 10px 10px 10px 10px;
font-size:125%;
}
#adjust tr
{
height:100px;
}