-
Notifications
You must be signed in to change notification settings - Fork 1
/
style-orange.css
116 lines (101 loc) · 2.03 KB
/
style-orange.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
body {
font-family : Verdana, Arial, sans-serif ;
font-size : 0.8em;
color: #ffffff;
background-color: #fffae8;
}
a {
text-decoration: none;
color:#000000;
}
a:hover {
color: #ffffff;
}
p,
img {
margin-left: auto;
margin-right: auto;
}
#global {
position: absolute;
width: 98%;
height: 98%;
}
#title,
#menu-dir,
#menu-photo,
#footer {
background-color: #ffa854;
border: 1px solid #000000;
margin: 5px;
}
#title {
width: 100%;
color: #000000;
font-size: 1.8em;
}
#menu {
width: 15%;
height: 90%;
float: left;
overflow: auto;
}
#menu-dir {
text-align: left;
}
#menu-photo {
text-align: center;
vertical-align: middle;
}
#menu-photo-list,
#menu-dir-list {
list-style-type: none;
padding: 5px;
}
.loading
{
background: url('loadingIcon.gif') no-repeat 50% 50%;
height: 100%;
width: 100%;
}
#photo-big,
#photo-list {
width: 80%;
height: 79%;
float: right;
margin: 5px;
overflow: auto;
text-align: center;
}
#photo-list-ul {
position: relative;
margin: 10px;
list-style-type: none;
}
#photo-list-ul li {
width: 205px;
height: 205px;
float: left;
margin: 2px;
padding: 2px;
background-color: #ffeacb;
border: 1px solid #000000;
text-align: center;
}
.photo-text {
color: #000000;
font-family: serif ;
font-size: 1em;
text-align: left;
}
#slideshow {
width: 95%;
height: 80%;
}
#footer {
width: 100%;
clear: both;
text-align: right;
position: absolute;
bottom: 0px;
}