3
- Reset and Generic Styles
17
/* =========================
18
Reset and Generic Styles
20
body, img, form, tr, ul, li, h1, h2, h3, h4, p, table {
29
font-family: UbuntuBeta, Ubuntu, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
35
text-decoration: none;
38
text-decoration: underline;
63
border-collapse: collapse;
69
border-color: #D2D2D2;
80
border-width: 0 0 1px 0;
85
padding: 10px 0 5px 0;
89
padding: 10px 0 5px 0;
95
vertical-align: middle;
99
/* =========================
104
border-bottom: 1px solid #D2D2D2;
105
padding: 6px 1% 8px 1%;
116
/* Loggerhead Menu Tabs */
121
padding: 15px 20px 0 1%;
131
ul#menuTabs li a:hover {
132
background-color: #f3f3f3;
133
text-decoration: none;
136
ul#menuTabs li a#on {
139
background-color: #747474;
153
ul#submenuTabs li a {
159
background: transparent url(../images/ico_description.gif) no-repeat center left;
173
border: 1px solid #b7b7b7;
177
/* =========================
182
padding: 0 1% 10px 1%;
186
/* =========================
197
p.expand a, p.codin a {
199
text-decoration: none;
205
/* th and td styles */
245
/* =========================
258
padding: 2px 0 2px 20px;
261
ul.expandrev li.mfrom {
262
background: url(../images/ico_mergefrom.gif) 0 0 no-repeat;
264
ul.expandrev li.mto {
265
background: url(../images/ico_mergeto.gif) 0 0 no-repeat;
267
ul.expandrev li.committerli {
268
background: url(../images/ico_committer.gif) 2px 0 no-repeat;
270
ul.expandrev li.desc {
271
background: url(../images/ico_description.gif) 0 0 no-repeat;
274
ul.expandrev li.files {
278
background: url(../images/ico_file.gif) 2px 0 no-repeat;
281
background: url(../images/ico_folder.png) 2px 0 no-repeat;
288
/* =========================
304
/* =========================
323
padding: 5px 5px 0 0;
330
background: #fff url(../images/bg_search_input.gif) 110px 3px no-repeat;
331
border: 1px solid #e9e9e9;
335
border: solid 1px black;
347
/* =========================
355
/* ====================
358
/* Move the content down so the notification banner doesn't hide any content. */
359
body.global-notification-visible {
362
body.global-notification-visible .login-logout {
365
.notification-private {
366
background-image: url(/static/images/notification-private.png); /* sprite-ref: icon-sprites */
367
background-repeat: no-repeat;
369
.global-notification {
376
/* Define colour for browsers that don't support transparency */
377
background-color: #8d1f1f;
378
/* Set transparent background for browsers that support it */
379
background-color: rgba(125,0,0,0.9);
381
text-shadow: 0 -1px 0 #631616;
385
-moz-box-shadow: 0 0 5px #333;
386
-webkit-box-shadow: 0 0 5px #333;
387
box-shadow: 0 0 5px #333;
389
.global-notification .sprite.notification-private {
391
display: inline-block;
397
.global-notification-close, .global-notification-close:active,
398
.global-notification-close:visited {
401
.global-notification-close {
410
.global-notification-close .sprite.notification-close {