~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: Package Import Robot
  • Author(s): Asheesh Laroia
  • Date: 2013-05-19 16:15:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130519161501-epf6pfldn07xnd11
Tags: 2.10+dfsg-1
* New upstream release.
* This release ships a fix for an issue where the PREFDATETIME token
  was always set to "Sun" incorrectly. (Closes: #692870)
* This release ships a fix for IMAP-encoded non-ASCII folder names.
  (Closes: #674067)
* This release simplifies (and corrects) S/MIME handling for messages
  that encrypted *and* signed. (Closes: #653420)

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
}