File: default.css

package info (click to toggle)
trackballs 1.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,072 kB
  • sloc: cpp: 17,863; lisp: 4,626; xml: 51; sh: 24; makefile: 7
file content (80 lines) | stat: -rw-r--r-- 1,090 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
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
h1 {
  text-align: center;
}

code {
  font-family: Courier;
  font-size: 0.75em;
}

a:link {
  color: #000099;
}
a:visited {
  color: #330099;
}
a:hover {
  color: #5555FF;
}

.float-left-icon { float: left; }
.float-left { float: left; }
.float-right { float: right; }

body {
  font-size: 12pt;
  width: 800px;
  background-color: rgb(204, 204, 255);
}

.mainpage {
}

.pagebody {
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
  margin-left: 5px;
  margin-top: 10px;
  width: 773px;

}

.toc {
  border: 1px solid rgb(0, 0, 0);
  padding: 0px;

  display: inline;
  float: right;
  width: 180px;

  margin-right: 0px;

  background-image: url(assets/background.jpg);
  background-repeat: no-repeat;
}

.abstract {
  font-size: 0.75em;
  font-style: italic;
  border: 1px solid rgb(0, 0, 0); 
  width: 500px;
  margin-left: 40px;
  padding: 5px
}

.fn {
  border: 1px solid rgb(0,0,0);
  padding: 10px;
  background-color: rgb(230, 230, 255);
  margin-bottom: 5px;
  width: 750px;
}

.fn-proto {
  font-family: monospace;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fn-text {
}