-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (87 loc) · 1.93 KB
/
Copy pathstyle.css
File metadata and controls
114 lines (87 loc) · 1.93 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
h1 {color: steelblue;}
h2 {color: slategrey;}
#wrapper {padding: 10px;}
#content {max-width: 960px;}
#footer {
border-top: 2px solid #999;
font-family: monospace;
font-size: 10px;
color: #111;
}
#main {border-top: 2px solid #999;}
.fileheader {
border: 1px solid #9797CD;
background-color: #EEF;
padding-left: 10px;
}
.filename {
font-family: monospace;
font-size: large;
font-weight: bold;
color: navy;
}
.filetime {
margin-left: 5px;
font-family: monospace;
font-size: small;
color: #111;
}
.filecontent {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 25px;
}
.itemtext {
margin: 0px;
font-family: Consolas, monospace;
font-size: 14px;
}
.item0, .item1 {
padding-left: 10px;
padding-top: 5px;
margin: 4px 0 8px;
}
.item0 {background-color: #F5F5F5;}
.item1 {background-color: #FFF;}
.flagged {font-weight: bold;}
#flagged_section, #tags_section, #contents_section {
border-top: 2px solid #999;
margin-bottom: 30px;
}
#flagged_items a, #tagged_items a, #contents_section a {
font-family: monospace;
font-size: large;
color: navy;
}
#flagged_items {
margin-left: 20px;
margin-right: 20px;
margin-bottom: 25px;
}
.flag0, .flag1 {
padding-left: 10px;
padding-top: 5px;
margin: 4px 0 8px;
}
#tagged_items {margin-bottom: 25px;}
.tag0, .tag1 {
padding-left: 10px;
padding-top: 5px;
margin: 4px auto 8px 20px;
}
.flag0, .tag0 {background-color: #F5F5F5;}
.flag1, .tag1 {background-color: #FFF;}
.tagheader {
margin-top: 20px;
padding: 5px 5px 5px 10px;
border: 1px solid rgb(231, 231, 146);
background-color: rgb(250, 250, 232);
}
.toplink {font-size: x-small;}
#contents_section h3 {margin-left: 20px;}
#contents_section ul {margin-left: 20px;}
#settings_section {
border-top: 2px solid #999;
font-family: 'Courier New', Courier, monospace;
font-size: 12px;
}