~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/percept/priv/server_root/css/percept.css

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body{ 
2
 
        margin: 0px 0px 0px 0px;
3
 
        padding: 0px 0px 0px 0px;
4
 
        font-family: verdana, sans-serif;
5
 
        color: #000000;
6
 
        background-color: #ffffff;
7
 
        }
8
 
 
9
 
td  {
10
 
        margin: 0px 0px 0px 0px;
11
 
        padding: 2px 2px 4px 4px;
12
 
        font-family: courier;
13
 
        font-size: 12px;
14
 
        color: #000000;
15
 
        background-color: #efefef;
 
1
/*
 
2
 * %CopyrightBegin%
 
3
 * 
 
4
 * Copyright Ericsson AB 2007-2009. All Rights Reserved.
 
5
 * 
 
6
 * The contents of this file are subject to the Erlang Public License,
 
7
 * Version 1.1, (the "License"); you may not use this file except in
 
8
 * compliance with the License. You should have received a copy of the
 
9
 * Erlang Public License along with this software. If not, it can be
 
10
 * retrieved online at http://www.erlang.org/.
 
11
 * 
 
12
 * Software distributed under the License is distributed on an "AS IS"
 
13
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
14
 * the License for the specific language governing rights and limitations
 
15
 * under the License.
 
16
 * 
 
17
 * %CopyrightEnd%
 
18
 */
 
19
 
 
20
/* Globals */
 
21
html, body {
 
22
        margin: 0;
 
23
        padding: 0;
 
24
        font: 12px Verdana;
 
25
        background: #7a83a2;
 
26
}
 
27
 
 
28
table {
 
29
        border-collapse: collapse;
 
30
        /*width: 100%;*/
 
31
}
 
32
 
 
33
tr.even {
 
34
        background-color: #ffffff; color: black;
 
35
}
 
36
 
 
37
tr.odd {
 
38
        background-color: #def2ef; color: black;
 
39
}
 
40
 
 
41
td {
 
42
        text-valign: top;
 
43
        text-align: right;
 
44
        font: 14px Verdana;
 
45
}
 
46
 
 
47
th {
 
48
        letter-spacing: 2px;
 
49
        text-align: right;
 
50
        padding: 4px 4px 4px 8px;
16
51
}
17
52
 
18
53
a {
19
 
        font-size: 12px;
 
54
        color: yellow;
20
55
        text-decoration: none;
21
 
        font-weight: none;
22
 
        color:  #000000;
23
 
        outline: none;
24
56
}
25
 
a:visited {
26
 
        color:  #000000;
27
 
        }
28
 
a:active {
29
 
        color:  #000000;
30
 
        }
 
57
 
31
58
a:hover {
32
 
        color: #000000;
33
59
        text-decoration: underline;
34
 
        }
35
 
strong, b {
36
 
        font-weight: bold;
37
 
        }
38
 
p {
39
 
        font-size: 10px;
40
 
        line-height: 22px;
41
 
        margin-top: 20px;
42
 
        margin-bottom: 10px; 
43
 
        }
44
 
h1 {
45
 
        font-size: 24px;
46
 
        line-height: 44px;
47
 
        font-weight: bold;
48
 
        margin-top: 0;
49
 
        margin-bottom: 0;
50
 
        }
51
 
h2 {
52
 
        font-size: 18px;
53
 
        line-height: 40px;
54
 
        font-weight: bold;
55
 
        margin-top: 0;
56
 
        margin-bottom: 0;
57
 
        }
58
 
h3 {
59
 
        font-size: 16px;
60
 
        line-height: 22px;
61
 
        font-weight: bold;
62
 
        margin-top: 0;
63
 
        margin-bottom: 0;
64
 
        }
65
 
h4 {
66
 
        font-size: 14px;
67
 
        line-height: 26px;
68
 
        font-weight: bold;
69
 
        margin-top: 0;
70
 
        margin-bottom: 0;
71
 
        }
72
 
h5 {
73
 
        font-size: 12px;
74
 
        line-height: 22px;
75
 
        font-weight: bold;
76
 
        margin-top: 0;
77
 
        margin-bottom: 0;
78
 
        }
79
 
h6 {
80
 
        font-size: 10px;
81
 
        line-height: 18px;
82
 
        font-weight: bold;
83
 
        margin-top: 0;
84
 
        margin-bottom: 0;
85
 
        }
 
60
}
 
61
 
 
62
td a {
 
63
        color: #101010;
 
64
}       
 
65
 
86
66
img {
87
67
        border: 0;
88
 
        }
89
 
.nowrap {
90
 
        white-space: nowrap;
91
 
        font-size: 10px;
92
 
        font-weight: bold;
93
 
        margin-top: 0;
94
 
        margin-bottom: 0;
95
 
        }
96
 
.tiny {
97
 
        font-size: 9px;
98
 
        line-height: 16px;
99
 
        margin-top: 15px;
100
 
        margin-bottom: 5px; 
101
 
}       
102
 
 
103
 
#percept_top {
104
 
        margin: 10px 10px 10px 10px;
105
 
        padding: 10px;
106
 
        border: 1px solid #ccc;
107
 
        background: #efefef;
108
 
        height: 70px;
109
 
}
110
 
 
111
 
#percept_navigation {
112
 
        margin: 0px 10px 10px 10px;
113
 
        padding: 10px;
114
 
        border: 1px solid #ccc;
115
 
        float:left;
116
 
        background: #efefef;
117
 
        width: 132px; 
118
 
}
119
 
 
120
 
#percept_content {
121
 
        margin: 0px 10px 10px 175px;
122
 
        padding: 10px;
123
 
        border: 1px solid #ccc;
124
 
        background: #efefef;
125
 
}
126
 
 
127
 
#percept_middle {
128
 
        margin: 0px 275px 10px 175px;
129
 
        padding: 10px;
130
 
        border: 1px solid #ccc;
131
 
        background: #efefef;
132
 
}
133
 
 
134
 
#percept_right {
135
 
        margin: 0px 10px 10px 10px;
136
 
        padding: 10px;
137
 
        border: 1px solid #ccc;
138
 
        background: #efefef;
139
 
        width:232px;
140
 
        float:right;
141
 
        }
142
 
 
143
 
#percept_bottom {
144
 
        margin: 0px 10px 10px 10px;
145
 
        padding: 10px;
146
 
        border: 1px solid #ccc;
147
 
        background: #efefef;
148
 
}
149
 
 
150
 
pre {
151
 
        font-size: 12px;
152
 
        line-height: 22px;
153
 
        margin-top: 20px;
154
 
        margin-bottom: 10px; 
155
 
        }
 
68
}
 
69
 
 
70
 
 
71
/* Header and footer stuff */
 
72
 
 
73
#header {
 
74
        font: bold 24px Verdana;
 
75
        padding-left: 156px;
 
76
        padding-right: 156px;
 
77
        padding-top: 10px;
 
78
        padding-bottom: 10px;
 
79
        height: 74px;
 
80
        text-align: right;
 
81
        background: #7a83a2;
 
82
}
 
83
 
 
84
#footer {
 
85
        font: 12px Verdana;
 
86
        position: relative;
 
87
        padding: 5px;
 
88
        border-top: 1px solid black;
 
89
        clear:left;
 
90
}
 
91
 
 
92
 
 
93
/* Content stuff */
 
94
 
 
95
#content {
 
96
        background: #fefefe;
 
97
        position: relative;
 
98
        padding: 5px 25px 5px 25px;
 
99
        margin: 0px 60px 0px 60px;
 
100
        border-top: 1px solid #383a32;
 
101
        border-left: 1px solid #383a32;
 
102
        border-right: 1px solid #383a32;
 
103
        border-bottom: 1px solid #383a32;
 
104
}
 
105
 
 
106
.table_header {
 
107
        font-decoration: underline;
 
108
        width: 100%;
 
109
}
 
110
 
 
111
/* Menu */
 
112
 
 
113
#menu {
 
114
        margin: 0px 60px 0px 60px;
 
115
        height: 30px;
 
116
        padding-right: 0px;
 
117
        background-image: url('../images/nav.png');
 
118
        background-repeat: repeat-x;
 
119
        padding-top: 0px;
 
120
        border-top: 1px solid #383a32;
 
121
        border-left: 1px solid #383a32;
 
122
        border-right: 1px solid #383a32;
 
123
}
 
124
 
 
125
.menu_tabs {
 
126
        overflow: hidden;
 
127
}
 
128
 
 
129
.menu_tabs ul {
 
130
        margin: 0;
 
131
        padding: 0;
 
132
        font: bold 12px Verdana;
 
133
        list-style-type: none;
 
134
}
 
135
 
 
136
.menu_tabs li {
 
137
        display: inline;
 
138
        margin: 0;
 
139
        background-repeat: repeat-x;
 
140
}
 
141
 
 
142
.menu_tabs li a {
 
143
        float: right;
 
144
        display: block;
 
145
        text-decoration: none;
 
146
        margin: 0;
 
147
        padding: 8px; 7px 8px; 3px;
 
148
        border-left: 1px solid #777487;
 
149
}
 
150
 
 
151
.menu_tabs li a:visited {
 
152
        color: black;
 
153
}
 
154
 
 
155
.menu_tabs li a:hover {
 
156
        background: #cae8ea;
 
157
}
 
158
 
 
159
.menu_tabs li a:selected .menu_tabs li a:active {
 
160
        background: yellow;
 
161
}