~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to media/css/nav.css

  • Committer: Janos Gyerik
  • Date: 2012-05-21 18:31:58 UTC
  • Revision ID: janos@axiom-20120521183158-kvtqzuo6yhe3mdzq
added example configuration for logging to file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
2
 
 * File: nav.css
3
 
 * Purpose: define the style of various navigation items
4
 
 *
5
 
 * */
6
 
 
7
 
div.content .icon {
8
 
}
9
 
div.content .icon a {
10
 
    text-decoration: none;
11
 
    color: #00f;
12
 
    font-weight: normal;
13
 
}
14
 
div.content .icon a:hover {
15
 
    color: green;
16
 
}
17
 
div.content .icon img {
18
 
    vertical-align: middle;
19
 
    margin-right: 5px;
20
 
}
21
 
div.content .icon span {
22
 
    text-decoration: none;
23
 
}
24
 
 
25
 
div.content dl {
26
 
    margin-top: .5em;
27
 
}
28
 
div.content dt {
29
 
    font-weight: bold;
30
 
}
31
 
div.content dd {
32
 
    margin-left: 2em;
33
 
}
34
 
div.content dl.fancy1 dt {
35
 
    background: url('../icons/bullet1.png') no-repeat left center;
36
 
    padding-left: 20px;
37
 
    text-decoration: none;
38
 
    font-weight: bold;
39
 
}
40
 
div.content dl.fancy1 dt a {
41
 
    background: none;
42
 
    padding-left: 0;
43
 
    font-weight: normal;
44
 
}
45
 
 
46
 
div.content a.nav {
47
 
    text-decoration: none;
48
 
    color: #00f;
49
 
}
50
 
div.content a.nav:hover {
51
 
    color: green;
52
 
}
53
 
 
54
 
a.fancy[href^="http://"], a.fancy[href^="https://"] {
55
 
    background: url('../icons/link.png') no-repeat left center;
56
 
    padding-left: 15px;
57
 
}
58
 
 
59
 
a.fancy[href^="mailto:"] {
60
 
    background: url('../icons/mail.png') no-repeat left center;
61
 
    padding-left: 15px;
62
 
}
63
 
 
64
 
#nav {  
65
 
    text-align: right;
66
 
    margin: 1em;
67
 
}
68
 
 
69
 
#nav a span {
70
 
    padding: .4em;
71
 
    border: 1px solid transparent;
72
 
    line-height: 2.1em;
73
 
}
74
 
 
75
 
#nav a:hover span {
76
 
    border: 1px solid #aaa;
77
 
}
78
 
 
79
 
/* eof */