forked from tsunaminoai/flatgallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·55 lines (54 loc) · 718 Bytes
/
style.css
File metadata and controls
executable file
·55 lines (54 loc) · 718 Bytes
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
/* CSS Document */
.fg_display_table{
text-align:center;
width:600px;
margin:10px auto 10px;
width:85%;
}
.fg_nav{
width:100%;
padding:0px;
margin:0px;
text-align:center;
}
.fg_leftnav{
width:200px;
text-align:center
}
.fg_rightnav{
width:200px;
text-align:center;
}
.fg_midnav{
width:200px;
text-align:center;
font-size:12px;
color:#666666;
}
.fg_cell{
padding:10px;
}
.fg_title{
text-align:center;
font-size:24px;
color:#000000;
text-decoration:none;
}
.fg_link{
font-size:12px;
color:#0066FF;
text-decoration:none;
}
.fg_thumb{
border-width:1px;
border-style:solid;
border-color:#000000;
}
.fg_filename{
font-size:12px;
color:#666666;
}
.fg_filesize{
font-size:10px;
color:#999999
}