File: debian-timeline.css

package info (click to toggle)
debian-timeline 12
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 176 kB
  • ctags: 10
  • sloc: python: 38; makefile: 29
file content (115 lines) | stat: -rw-r--r-- 1,531 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body
{
    font-family: sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

#maincontent
{
	padding: 1em;
	font-size: 10pt;
}

#header {
    margin: 0 0 2px 0;
    padding: 5px 20px;
    background: #F3F3F3 url('debian.png') no-repeat right;
    border-bottom: 1px solid #AAA;
}

#header p {
    float: left;
    margin: 5px 0;
    color: #444;
    font-size: 1.0em;
    font-family: sans-serif;
    font-weight: bold;
}

#header p a {
    color: #444;
    text-decoration: none;
}

#nav {
    float: right;
    margin: 5px 55px 5px 0;
    padding: 0;
}

#nav li {
    display: inline;
    margin-left: 5px;
}

#nav a {
    padding: 3px 5px;
    color: #333;
    font-size: 0.9em;
    text-decoration: none;
}

#nav a:hover {
    border-bottom: 2px solid #D70751;
}

#footer
{
	background-color: #f0f0f0;
	color: #707070;
	padding: 0.2em 1em 0.2em 1em;
	margin: 2em 0 0 0;
	text-align: center;
	clear: both;
        border-top: 1px solid #b0b0b0;
    	font-size: 0.5em;
}

p
{
	color: #606060;
	margin: 0.3ex 0em 1ex 0;
	padding: 0 0 0 0;
}

a
{
	color: #606060;
	text-decoration: underline;
}

a:hover
{
	_border-bottom: 1px solid #000000;
	background-color: #f0f0f0;
}

ul
{
    color: #606060;
}

table
{
    border-collapse: collapse;
    margin: 0.5em 0 0.5em 0;
}

.timeline-default {
    font-family: Trebuchet MS, Helvetica, Arial, sans serif;
    font-size: 1em;
    border: 1px solid #aaa;
}

.timeline-event-bubble-time { display: none; }

div.clear {
    clear: both;
}