File: bookmarks.css

package info (click to toggle)
phpreports 0.4.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 664 kB
  • ctags: 1,362
  • sloc: php: 3,248; xml: 203; makefile: 29; sh: 17; python: 10
file content (36 lines) | stat: -rwxr-xr-x 568 bytes parent folder | download | duplicates (4)
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
BODY {
	margin:10px;
	color:#FFFFFF;
	background: #95CDED;
}

.PAGE_BOOKMARK {
	color:#000000;
	font-family:"verdana","arial","courier";
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	padding:5px;
	border-style:solid;
	border-width:1px;
}

.BOOKMARK_TEXT {
	color:#0000F0;
	background:#95CDED;
	font-family:"verdana","arial","courier";
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.CITY {
	color:#007500;
	font-family:"verdana","arial","courier";
	font-size:11px;
	font-weight:bold;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}