File: fsl.css

package info (click to toggle)
fsl 5.0.7-4
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 23,384 kB
  • ctags: 17,864
  • sloc: cpp: 166,701; tcl: 25,434; sh: 14,545; ansic: 9,707; makefile: 1,332; python: 151; xml: 106; csh: 17
file content (50 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (5)
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

body { 
     background-image: url("images/fsl-bg.jpg");
     font-family: 'Arial';
     margin-top: 0px;
     padding-top: 0px;
}

object	{ width: 100% ; height: 170px }
iframe	{ width: 100% ; height: 170px }

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

ul { margin-top: 0px; }
img { border-style: hidden; }

.floatright {float: right; margin: 2em 0em 2em 2em; }
.floatleft {float: left; margin: 2em 2em 0em 2em; }
.centred {text-align: center; margin-left: auto; margin-right: auto; }

#header {
	margin-top: 2px;
	font-family: 'Arial';
}

#header h1.fslheader {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 200%;
	margin: 0em;
	padding: 0em;
}

#header img.logo {
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}

#header table {
	text-align: center;
	border-style: hidden;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}