-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.css
77 lines (70 loc) · 1.08 KB
/
gallery.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
body {
/*font: 11pt Arial Helvetica sans-serif;*/
margin: 0;
}
h1 {
font-size: 22pt;
margin: 0;
color: #97aec3;
}
h2 {
margin-top: 0;
color: #474242;
}
#header {
background: white;
padding: 10px;
}
#sidebar {
float: left;
width: 15%;
/*border: 1px solid #dde0dd;*/
padding: 10px;
margin: 10px 10px 20px 10px;
}
#content {
margin: 10px 10px 20px 25%;
padding: 5px;
/*border: 1px solid #dde0dd;*/
width: 60%;
}
#footer {
background: white;
color: #97aec3;
padding: 5px;
clear: left;
}
.text {
color: #97aec3;
font-family: 12pt monospace;
font-style: normal;
}
a[type="dir"] {
/*background: url(pics/image_dir.gif) no-repeat 0 1px;*/
}
a {
text-decoration: none;
color: #75aec3;
}
a:visited {
color: #75aec3;
}
a:hover {
color: #45c42c;
}
a:active {
color: #97aec1;
}
.textItalicChooseFolder {
font-family: cursive;
color: #d6d3d3;
font-size: 10pt;
}
a.home {
color: #45c42c;
}
#error {
color: #dc143c;
font-family: monospace;
font-size: medium;
}