File: style.css

package info (click to toggle)
sdformat 9.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,708 kB
  • sloc: cpp: 42,166; python: 1,618; javascript: 704; ruby: 368; sh: 81; ansic: 37; makefile: 16
file content (86 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (10)
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
81
82
83
84
85
86
body {
  font-family: arial, verdana, sans, sans-serif;
  background-color: #FFF;
  color:#000;
}

#content { 
  position: absolute; 
  left:12em; 
  top:0em; 
  padding-left:3em; 
  padding-right:3em; 
  padding-bottom:2em; 
  margin-top:1em; 
  margin-right:2em; 
}

.floatright 
{ 
  float: right; 
  margin: 0 0 1em 1em; 
}

.timestamp { 
  text-align:right; 
  background-color: #DDD; 
  font-size:75%;
}


div.leftbar{
  position:absolute;
  text-align:left;
  float: left;
  width: 12em;
  margin: 5 5 5 5;
  padding: 4 4 4 4;
  background-color: #DDD;
  height: 100%;
}

div.menu {
  #display:block;
  background:#EEE;
  font-size: 90%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin: 0 0 10px 0;
}

div.menu dl {
  margin-top: 0px;
  margin-bottom: 5px;
}

div.menu dt {
  font-weight:bold;
  padding:0 4px 4px 4px;
  font-size: 110%;
  text-align: left;
  text-decoration:none;
}

div.menu dd {
  font-weight: bold;
  margin-left: 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-size: 100%;
}


div.leftbar img {
  border:0;
}

div.submenu dd {
  font-size: 70%;
  margin-left: 8px;
  padding-left: 10px;
  padding-bottom: 3px;
}

div.submenu dd .secondline {
  margin-left: 12px;
}