File: dbdoclet.css

package info (click to toggle)
herold 8.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,304 kB
  • sloc: java: 40,460; xml: 513; makefile: 37; sh: 29
file content (64 lines) | stat: -rw-r--r-- 1,049 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
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
html
{ 
  font-family: Georgia, Times, serif; 
  color: black;
  background-color: silver;
  }

body  
{ 
  margin: 2em 10% 2em 10%;
  padding: 1em;
  background-color: white;
  -moz-box-shadow: 10px 10px 10px #333;
  -webkit-box-shadow: 10px 10px 10px #333;
  box-shadow: 10px 10px 10px #333;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=10, OffY=10, Color='gray')

}

p
{ 
  text-indent: 2em;
  text-align: justify;
  margin: 0;
}

img 
{
  border: 0 none;
  }
	
pre
{ 
  margin-left: 10%;
  margin-right: 10%;
  padding: 1em;
  border: 1px solid #333;
  color: black;
  background-color: #cecece;
  font-family: "Courier New", monospaced;
  font-size: 0.9em;
  }

div.informaltable table,
div.table table { 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div.navheader table tr td a,
div.navfooter table tr td a
{ 
  font-weight: bold;
  text-decoration: none;
  }

div.navheader table tr td a:hover,
div.navfooter table tr td a:hover
{ 
  text-decoration: underline;
  }