~ubuntu-branches/ubuntu/saucy/rabbitmq-server/saucy

« back to all changes in this revision

Viewing changes to plugins-src/webmachine-wrapper/webmachine-git/www/css/style-1c.css

  • Committer: Package Import Robot
  • Author(s): Emile Joubert
  • Date: 2012-09-27 16:28:21 UTC
  • mfrom: (0.2.17) (0.1.31 sid)
  • Revision ID: package-import@ubuntu.com-20120927162821-yzw9w4i6uu4tczu5
Tags: 2.8.7-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* global reset */
 
2
*{ margin: 0; padding: 0; }*
 
3
:focus, :active { outline: 0; }
 
4
 
 
5
body { font: .9em Georgia, "Times New Roman", Sans-Serif; background: #fff url(../images/bg.gif) repeat-x; color: #333; }
 
6
a { color: #3333FF; text-decoration: none; }
 
7
img { border: 0; }
 
8
h1 {  float: left; margin: 20px 0 50px; font-size: 4em; color: #fff; }
 
9
h2 { font-size: 2.4em; font-weight: normal; margin: 0 0 20px; }
 
10
h2 a:hover { background: #3333FF; color: #fff; }
 
11
.hr { color: #ccc; }
 
12
p  { margin: 5px 0 15px; line-height: 1.6em; }
 
13
#content { margin: 0 auto; width: 900px; }
 
14
#top { float: right; margin: 38px 0 30px 0;}
 
15
        #top li { list-style: none; display: inline; }
 
16
        #top li a { float: left; padding: 6px 20px; margin: 3px 2px 0 0; color: #3333FF; }
 
17
        #top li a.current { color: #fff; background: #3333FF; }
 
18
        #top li a:hover { background: #808080; color: #fff; }
 
19
#intro { clear: both; padding: 15px 0 1px 20px; border: 1px solid #dedede; font-size: 1.3em; background: #eee; margin: 0 0 30px; }
 
20
#left { float: left; width: 830px; margin: 0 0 15px; }
 
21
#right { float: right; width: 0px; }
 
22
#right h3 { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
 
23
#right img { margin: 0 3px 3px 0; border: 2px solid #eee; padding: 2px; }
 
24
#right li { list-style: none; }
 
25
        #right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }
 
26
#footer { clear: both; padding: 15px 0; border-top: 1px solid #ccc; }
 
27
        #r { float: right; }
 
28
dt { font-weight:bold; }
 
29
dd { margin: 0.5em 0 0.5em 1em; }       
 
30
 
 
31
/* table */
 
32
 
 
33
.fwf {
 
34
    font: 12px "Courier";
 
35
    color: #111;
 
36
}
 
37
 
 
38
.lhcol {
 
39
    width: 200px;
 
40
}
 
41
 
 
42
.x_check {
 
43
    padding-left:3px;
 
44
    font: 12px "Courier";
 
45
}
 
46
 
 
47
table {
 
48
        width: 100%;
 
49
        padding: 0;
 
50
        border-spacing: 0px;
 
51
        border-collapse: collapse;
 
52
        margin: 5px;
 
53
        margin-bottom: 15px;
 
54
}
 
55
 
 
56
th {
 
57
        font: bold 12px "Georgia", Verdana, Arial, Helvetica, sans-serif;
 
58
        /* color: #4f6b72; */
 
59
        border: 1px solid #999;
 
60
        letter-spacing: 2px;
 
61
        text-transform: uppercase;
 
62
        text-align: left;
 
63
        padding: 6px 6px 6px 12px;
 
64
        background: #ddd;
 
65
}
 
66
 
 
67
th.nobg {
 
68
        border-top: 0;
 
69
        border-left: 0;
 
70
        border-right: 1px solid #999;
 
71
        background: none;
 
72
}
 
73
 
 
74
td {
 
75
        border: 1px solid #999;
 
76
        background: #fff;
 
77
        padding: 6px 6px 6px 12px;
 
78
    vertical-align: top;
 
79
    font: inherit;
 
80
    color: #222;
 
81
}
 
82
 
 
83
 
 
84
td.alt {
 
85
        background: #F5FAFA;
 
86
        color: #797268;
 
87
}
 
88
 
 
89
th.spec {
 
90
        border-left: 1px solid #999;
 
91
        border-top: 0;
 
92
        background: #fff url(images/bullet1.gif) no-repeat;
 
93
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
94
}
 
95
 
 
96
th.specalt {
 
97
        border-left: 1px solid #999;
 
98
        border-top: 0;
 
99
        background: #f5fafa url(images/bullet2.gif) no-repeat;
 
100
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 
101
        color: #797268;
 
102
}
 
103