File: default.css

package info (click to toggle)
clanlib 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 28,372 kB
  • ctags: 16,520
  • sloc: cpp: 101,145; sh: 8,752; xml: 6,410; makefile: 1,740; ansic: 463; perl: 424; php: 247
file content (77 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (7)
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
h1 { 
  font-family: Sans-Serif;  
  margin-left: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Sans-Serif;
}

h1 {
  margin: 0em 0em 0em 25px;
}

h2 {
  margin: 0em 0em 0em 10px;
}

h3 {
  margin: 0em 0em 0em 10px;
}

h4 {
  margin: 0em 0em 0em 10px;
}

pre { 
  background-color: #dddddd;
  margin: 1em;
  padding: 1em;
}

div.menu
{ 
  text-align: center;
  line-height: 1.5em;
}

div.menu a:visited
{
  color: black;
}

div.menu a:hover
{
  color: black;
  background-color: #99ddff;
  border-color: black;
}

div.menu a.active
{ 
  background-color: #99ddff;
  border-bottom-color:  black;
  border-top-color:  black;
}

div.menu a
{
  text-decoration: none;
  font-size: .8em;
  font-family: Sans-Serif;

  border-width: 1px;
  border-style: solid;
  border-color:  #cdedf7;

  padding-left: 15px;
  padding-right: 15px;

  margin-left: 3px;
  margin-right: 3px;

  background-color: #cdedf7;
  color: black;  
}

/* EOF */