~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/cgi/alpine-2.0/css/help.css

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ========================================================================
2
 
 * Copyright 2006-2008 University of Washington
3
 
 *
4
 
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 
 * you may not use this file except in compliance with the License.
6
 
 * You may obtain a copy of the License at
7
 
 *
8
 
 *     http://www.apache.org/licenses/LICENSE-2.0
9
 
 *
10
 
 * ========================================================================
11
 
 */
12
 
 
13
 
* {
14
 
        font-family: Tahoma, Helvetica, sans-serif;
15
 
        font-size: 1em;
16
 
        text-align: justify;
17
 
}
18
 
tt {
19
 
        font-family: Courier, "Courier New";
20
 
}
21
 
body {
22
 
        background: #fff;
23
 
        font-size: 0.7em;
24
 
        margin: 0.9em;
25
 
}
26
 
#header {
27
 
        height: 4.0em;
28
 
        position: relative;
29
 
}
30
 
#header .logo {
31
 
        background: url(../img/cbn/logo.gif) left center no-repeat;
32
 
        height: 4.0em;
33
 
        width: 230px;
34
 
}
35
 
#header .nav {
36
 
        position: absolute;
37
 
        right: .815em;
38
 
        top: 4.537em;
39
 
}
40
 
#header .nav a {
41
 
        color: #00f;
42
 
        font-weight: bold;
43
 
        text-decoration: none;
44
 
}
45
 
#header .nav a:hover {
46
 
        color: #00f;
47
 
        text-decoration: underline;
48
 
}
49
 
h2 {
50
 
        background: #ccc;
51
 
        border-color: #ddd #999 #999 #ddd;
52
 
        border-style: solid;
53
 
        border-width: 1px;
54
 
        margin: 0 0 .9em 0;
55
 
        padding: .181em .725em;
56
 
}
57
 
dl {
58
 
        margin: 0;
59
 
        padding: 0;
60
 
}
61
 
dt {
62
 
        font-weight: bold;
63
 
        margin: 0 0 0.3em 0;
64
 
}
65
 
dd {
66
 
        border-bottom: dotted 1px #ccc;
67
 
        margin: 0 0 .9em 0;
68
 
        padding-bottom: .9em;
69
 
}
70
 
ul, ol {
71
 
        margin: 0;
72
 
        padding: 0;
73
 
}
74
 
ul.wide li, ol.wide li {
75
 
        margin-top: 1em;
76
 
}
77
 
ul {
78
 
        list-style: square;
79
 
}
80
 
ul li {
81
 
        margin-left: 1.5em;
82
 
}
83
 
ol {
84
 
        list-style: decimal;
85
 
}
86
 
ol li {
87
 
        margin-left: 2.5em;
88
 
}
89
 
a {
90
 
        color: #00f;
91
 
        text-decoration: none;
92
 
}
93
 
a:hover {
94
 
        color: #00f;
95
 
        text-decoration: underline;
96
 
}
97
 
div.also, div.note {
98
 
        border-style: solid;
99
 
        border-width: 1px;
100
 
        padding: .7em;
101
 
}
102
 
div.also {
103
 
        background: #ddd;
104
 
        border-color: #eee #aaa #aaa #eee;
105
 
}
106
 
div.note {
107
 
        background: #ffa;
108
 
        border-color: #eef #aaf #aaf #eef;
109
 
}
110
 
div.note h4, div.also h4 {
111
 
        float: left;
112
 
        margin: 0;
113
 
}
114
 
div.note div {
115
 
        margin-left: 3em;
116
 
}
117
 
div.also ul {
118
 
        margin-left: 5em;
119
 
}