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

« back to all changes in this revision

Viewing changes to web/cgi/alpine-2.0/css/menu.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
 
.menu a, .menu a:link, .menu a:visited {
14
 
        white-space: nowrap;
15
 
        color: #ffffff;
16
 
        display: block;
17
 
        margin: 0;
18
 
        padding: 0 8px;
19
 
        line-height: 34px;
20
 
        text-decoration: none;
21
 
}
22
 
 
23
 
.menu a img
24
 
{
25
 
        border: none;
26
 
        margin: 10px 0;
27
 
}
28
 
 
29
 
.menu a span
30
 
{
31
 
        margin-top: 10px;
32
 
}
33
 
 
34
 
.menu a:focus, .menu a:hover, .menu a:active {
35
 
        background-color: #555555;
36
 
        color: #ffffff;
37
 
}
38
 
 
39
 
.menu li {
40
 
        list-style: none;
41
 
}
42
 
 
43
 
.menu li hr {
44
 
        margin: 2px 0;
45
 
}
46
 
 
47
 
.menu li:focus ul, .menu li:hover ul, .menu li:active ul, .menu li.sfhover ul {
48
 
        left: auto;
49
 
        top: auto;
50
 
        z-index: 99;
51
 
}
52
 
 
53
 
.menu ul {
54
 
        background-color: #333333;
55
 
        left: -999px;
56
 
        top: -999px;
57
 
        margin-left: -1px;
58
 
        position: absolute;
59
 
}
60
 
 
61
 
.menu ul li {
62
 
        border: 0 none;
63
 
        clear: left;
64
 
        margin-right: 0;
65
 
}
66
 
 
67
 
.menu, .menu ul {
68
 
        color: #ffffff;
69
 
        margin: 0;
70
 
        padding: 0;
71
 
}