~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0

« back to all changes in this revision

Viewing changes to .pc/06-UEC-webinterface.patch/clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/public/themes/ubuntu/stylesheet.css

  • Committer: Dave Walker (Daviey)
  • Date: 2010-06-21 12:59:20 UTC
  • mfrom: (1048.1.14 ubuntu)
  • Revision ID: davewalker@ubuntu.com-20100621125920-60uhixwq174elnj1
* New major upstream version merge, 1.7 (r1200).
* debian/patches/:
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Refreshed.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * CSS stylesheet for the Ubuntu Enterprise Cloud theme
 
3
 */
 
4
 
 
5
a:focus {-moz-outline: none /* fx 1.07*/ outline:none /* fx 1.05, Safari, Mac IE*/}
 
6
 
 
7
body {
 
8
   background: #FFF url('img/page_background.png') center top no-repeat;
 
9
   
 
10
    color: black;
 
11
    font-family: Arial, sans-serif;
 
12
    font-size: 77%;
 
13
 
 
14
    margin: 0px;
 
15
        padding:0;
 
16
}
 
17
 
 
18
body a { 
 
19
    color: green;
 
20
}
 
21
 
 
22
h3,.euca-section-header{
 
23
        color:#ff6600; /*orange*/
 
24
        font-size:1.1em;
 
25
        padding-top:20px;
 
26
        margin-top:0;
 
27
        font-weight:bold;
 
28
}
 
29
p{
 
30
        /* padding-top:20px;
 
31
        padding-bottom:20px; */
 
32
        color:#737373;
 
33
        font-size:0.85em;
 
34
}
 
35
td{
 
36
        font-size:1.12em;
 
37
}
 
38
.content{
 
39
        width:480px;
 
40
}
 
41
 
 
42
button{
 
43
        margin: 3px 3px 3px 3px;
 
44
}
 
45
 
 
46
table.euca-top-bar, .gwt-TabBar, .euca-tab-contents{
 
47
        width:964px;
 
48
        overflow:hidden;
 
49
        margin:0 auto;
 
50
}
 
51
 
 
52
.euca-tab-contents{
 
53
        padding-left:100px;
 
54
        padding-bottom:50px;
 
55
        padding-right:200px;
 
56
        background: url(img/powered_by_eucalyptus.png) no-repeat top right;
 
57
}
 
58
.euca-top-bar{
 
59
        padding-left:50px;
 
60
        padding-top:25px; /* + 25 by dmitrii */
 
61
}
 
62
 
 
63
.euca-top-bar-right {
 
64
        font-size:.6em;
 
65
        margin-top: 20px;
 
66
        margin-right:50px;
 
67
}
 
68
.euca-top-bar-right a{
 
69
        font-weight:bold;
 
70
        color:black;
 
71
        text-decoration: none;
 
72
}
 
73
.euca-top-bar-right a:hover{
 
74
        text-decoration: underline;
 
75
}
 
76
 
 
77
.euca-message-bar { /* added by dmitrii */
 
78
        width: 950px;
 
79
        height: 1.5em;
 
80
        margin: 0 auto;
 
81
}
 
82
 
 
83
.euca-greeting-normal {
 
84
    color: black;
 
85
}
 
86
.euca-greeting-warning {
 
87
    color: orange;
 
88
}
 
89
.euca-greeting-error {
 
90
    color: red;
 
91
}
 
92
.euca-greeting-disabled {
 
93
        color: gray;
 
94
        font-size: medium;
 
95
}
 
96
.euca-greeting-pending {
 
97
    color: orange;
 
98
    text-decoration: blink;
 
99
    text-align:center;
 
100
}
 
101
.euca-login-panel {
 
102
    border: solid;
 
103
    border-width: 1px;
 
104
    border-color: #FF6600;
 
105
    background: #FFCC33;
 
106
    padding: 20px 20px 20px 20px;
 
107
}
 
108
.euca-remember-text {
 
109
    font-size: x-small;
 
110
    font-style: italic;
 
111
}
 
112
.euca-small-text {
 
113
    font-size: x-small;
 
114
        color: gray;
 
115
}
 
116
 
 
117
.euca-small-text a {
 
118
    text-decoration: none;
 
119
    font-size: x-small;
 
120
        color: gray;
 
121
}
 
122
 
 
123
.euca-top-bar {
 
124
        height:100px;
 
125
        margin:0;
 
126
    background: #FFF url(img/header_background.png) right repeat-y;
 
127
    padding-left:50px;
 
128
    font-weight: bold;
 
129
    font-size: large;
 
130
    text-align: left;
 
131
}
 
132
 
 
133
.highlighted {
 
134
    border: solid;
 
135
    border-width: 5px;
 
136
    border-color: red;
 
137
}
 
138
 
 
139
.euca-error-hint {
 
140
    font-size: x-small;
 
141
    font-style: italic;
 
142
    color: red;
 
143
}
 
144
 
 
145
.gwt-TabBar {  
 
146
        background:url(img/navbar_background.png) no-repeat;
 
147
        height:56px;
 
148
 
 
149
}
 
150
 
 
151
 
 
152
.gwt-TabBar .gwt-TabBarFirst {
 
153
    padding-left: 70px;
 
154
}
 
155
 
 
156
.gwt-TabBar .gwt-TabBarRest {
 
157
    padding-right: 3px;
 
158
}
 
159
 
 
160
.gwt-TabBar .gwt-TabBarItem {
 
161
    padding: 14px 10px 24px 20px;
 
162
        color:white;
 
163
        margin:0;
 
164
    cursor: pointer;
 
165
    text-align: center;
 
166
    -moz-outline: none; /* fx 1.07*/ outline: none; /* fx 1.05, Safari, Mac IE*/
 
167
}
 
168
.gwt-TabBar .gwt-TabBarItem-wrapper-selected{
 
169
        background: url(img/tab_background.png) no-repeat top left;
 
170
}
 
171
.gwt-TabBar .gwt-TabBarItem-selected {
 
172
    cursor: default;
 
173
    text-align: center;
 
174
        background: url(img/tab_background_right.png) right top no-repeat;
 
175
        padding-right:20px;
 
176
        color:black;
 
177
        font-weight:bold;
 
178
}
 
179
 
 
180
 
 
181
.gwt-TabBarItem:hover {
 
182
    text-decoration: underline;
 
183
}
 
184
 
 
185
.euca-text {
 
186
    font-size: smaller;
 
187
}
 
188
 
 
189
.euca-button {
 
190
    cursor: pointer;
 
191
}
 
192
 
 
193
.euca-table {
 
194
    border-spacing: 0;
 
195
    padding: 4px;
 
196
}
 
197
 
 
198
.euca-action-link {
 
199
    font-size: x-small;
 
200
        text-decoration: underline;
 
201
        cursor: pointer;
 
202
        color: green;
 
203
}
 
204
 
 
205
.euca-table-heading-row {
 
206
    font-weight: bold;
 
207
    font-size: smaller;
 
208
}
 
209
 
 
210
.euca-table-odd-row {
 
211
    font-size: smaller;
 
212
    background: white;
 
213
}
 
214
 
 
215
.euca-table-even-row {
 
216
    font-size: smaller;
 
217
    background: #E8E8E8;
 
218
}
 
219
 
 
220
.gwt-DialogBox { 
 
221
    border: solid;
 
222
    border-width: 1px;
 
223
    border-color: #FF6600;
 
224
    background: #FFCC33;
 
225
    padding: 20px 20px 20px 20px;
 
226
    width: 400px;
 
227
}
 
228
.gwt-DialogBox .Caption {
 
229
    font-size: bold;    
 
230
}
 
231
.gwt-DialogBox .dialogContent { 
 
232
    padding: 10px 0px 0px 0px;
 
233
}
 
234
 
 
235
.euca-inline-image {
 
236
        padding: 3px 3px 3px 3px;
 
237
}
 
238
 
 
239
.euca-nonfirst-cluster-entry {
 
240
        border-top:1px dashed grey;
 
241
        padding:10px;
 
242
}
 
 
b'\\ No newline at end of file'