-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
90 lines (80 loc) · 1.26 KB
/
styles.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
/*
* styles.css
*
* Project X - 1.2.12
*
* Global stylesheet.
*/
body
{
font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
height: 20%;
background: url(img_0999.jpg);
color: #FFFF66;
text-align: center;
}
div#header
{
height: 200%;
width: 100%;
}
table#header
{
padding: 3px;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
background: #5C9DBD;
width: 20%;
padding-top:2000px;
padding-bottom:2000px;
padding-right:2000px;
padding-left:2000px;
}
th
{
font-weight: bold;
font-size: 30px;
color: #000000;
text-align: center;
}
div#addEvent
{
border:5px solid #6AB3B3;
border-radius: 10px;
background-color:#85E0E0;
width: 144px;
height: 144px;
float: left;
height: 50%;
width: 20%;
margin-left: 5%;
margin-right: auto;
margin-top: 5%;
text-align: right;
font-size: 16px;
}
div#loading
{
position: absolute;
top: 5px;
text-align: center;
}
div#calendar
{
float: right;
width: 55%;
margin-right: 5%;
margin-top: 5%;
}
div#lowerleft
{
float: left;
width: 20%;
margin-left: 5%;
margin-right: auto;
text-align: right;
font-size: 18px;
margin-top: 5%;
}