File: ogdf-extra.css

package info (click to toggle)
tulip 4.8.0dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 179,264 kB
  • ctags: 64,517
  • sloc: cpp: 600,444; ansic: 36,311; makefile: 22,136; python: 1,304; sh: 946; yacc: 522; xml: 337; pascal: 157; php: 66; lex: 55
file content (55 lines) | stat: -rw-r--r-- 1,268 bytes parent folder | download | duplicates (2)
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
/* redefinitions for doxygen standard settings */

body, table, div, p, dl {
	font: 13px/19px Arial, Helvetica, sans-serif;
}


/* additional OGDF stuff for header */

.ogdftitle {
	font-size: 22px;
	line-height: 24px;
}

a.menu {
	display:block;
	margin-bottom:0px;
	padding:5px 2ex 5px 2ex;
	text-decoration:none;
	font-weight: bold;
	border-left-color: #4A7D9B;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #4A7D9B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a.menu:link    { background-color:transparent; }
a.menu:visited { background-color:transparent; }
a.menu:hover   { background-color: #4A7D9B; color:#DEEBF8; }
a.menu:active  { color:#ffffff; background-color:#000000; }

.menubox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
;	border-bottom-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4A7D9B;
	border-right-color: #4A7D9B;
	border-bottom-color: #4A7D9B;
	border-left-color: #4A7D9B;
}

.menutable {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #DEEBF8;
	font-size: 100%;
}