File: style.css

package info (click to toggle)
dotclear 2.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 8,420 kB
  • sloc: php: 54,270; sql: 1,290; sh: 213; xml: 173; makefile: 158
file content (29 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
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
#file-box {
	width: 100%;
	float: left;
	margin-right: -180px;
}

#file-editor {
	margin-right: 180px;
}

#file-chooser {
	float: right;
	width: 170px;
}
#file-chooser ul {
	padding-left: 0;
}
#file-chooser li {
	list-style: square inside;
}
#file-chooser li.default-file {
	color: #f90;
}
#file-chooser li.parent-file {
	color:#c00;
}
textarea {
	font: 1em Monaco,"Courier New",Courier,monospace;
}