File: project.css

package info (click to toggle)
xxdiff 1%3A3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,876 kB
  • ctags: 2,597
  • sloc: cpp: 20,005; python: 5,167; sh: 2,545; ansic: 1,516; perl: 308; lex: 284; yacc: 283; makefile: 131; lisp: 125
file content (64 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download | duplicates (3)
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
/* 
 * Common definitions for Furius projects web pages. 
 */

body {
  font-family: Luxi Sans, Lucida, Arial, sans-serif;
  margin: 0px;
  padding: 0px; /* for IE -- krock */
  background-color: rgb(255,255,255);
}

div.document {
  margin-top: 0em;
  margin-left: 1.2em;
  margin-right: 1.2em;
}

div#project-header {
  background-color: rgb(0,0,0);
  background-repeat: no-repeat;
  height: 62px;
  border-bottom: 3px solid black;
  margin: 0px;
  padding: 0px; /* for IE -- krock */
}

/* main large logo  */
#logo {
  z-index: 5;
  border-style: none;
  position: absolute;  /* necessary for z-index */
}

div#project-home { 
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  background-color: #CCC;
}

div#project-home a:link, div#project-home a:visited {
  color: #666;
  text-decoration: none;
  text-align: center;
  font-size: small;
}

div#download-link { 
  float: right;
  text-align: right;
  font-size: small;
  font-weight: bold;
  margin: 10px;
}

div#download-link a { 
  text-decoration: overline;
  color: blue;
}