~ubuntu-branches/ubuntu/lucid/loggerhead/lucid-security

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/console/assets/skins/sam/console-skin.css

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Roland Mas, Jelmer Vernooij, James Westby
  • Date: 2009-08-26 13:18:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826131803-0ce1fhaetci8b0c5
Tags: 1.17-0ubuntu1
[ Roland Mas ]
* Use the YUI library provided by libjs-yui. (Closes: #511286)

[ Jelmer Vernooij ]
* Use my debian.org address in Uploaders field.
* Add ${misc:Depends} to please lintian.
* Suggest recent version of paste, which doesn't expose internal port
  numbers in links. (Closes: #507000)
* Bump standards version to 3.8.1.

[ James Westby ]
* New upstream release.
* Drop get-orig-source rule in favour of debian/watch.
* Add python-pkg-resources and python-paste to Build-Depends,
  python-pkg-resources to Depends and python-simplejson to
  Recommends due to dependency changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 
3
Code licensed under the BSD License:
 
4
http://developer.yahoo.net/yui/license.txt
 
5
version: 3.0.0pr2
 
6
*/
 
7
.yui-skin-sam .yui-console {
 
8
    position:absolute;
 
9
    right:1em;
 
10
    top:1em;
 
11
    z-index:50;
 
12
}
 
13
 
 
14
.yui-skin-sam .yui-console-content {
 
15
    border: 1px solid #777;
 
16
    color:#000;
 
17
    font: normal 13px/1.3 Arial, sans-serif;
 
18
    position: relative;
 
19
    text-align:left;
 
20
    width:27em;
 
21
}
 
22
 
 
23
.yui-skin-sam .yui-console-hd,
 
24
.yui-skin-sam .yui-console-controls {
 
25
    background: #D8D8DA url(bg.png) repeat-x 0 0;
 
26
    height: 2em;
 
27
    line-height: 2em;
 
28
    padding: 0 1ex;
 
29
}
 
30
.yui-skin-sam .yui-console-title {
 
31
    font-size: 100%;
 
32
    line-height: 2em;
 
33
    margin: 0;
 
34
}
 
35
.yui-skin-sam .yui-console-controls input,
 
36
.yui-skin-sam .yui-console-controls label {
 
37
    height: 2em;
 
38
    vertical-align: middle;
 
39
    zoom: 1;
 
40
}
 
41
.yui-skin-sam .yui-console-button {
 
42
    background: #D8D8DA url(bg.png) repeat-x 0 0;
 
43
    border: none;
 
44
    border-left: 1px solid #777;
 
45
    padding: 0 .25em;
 
46
    position: absolute;
 
47
    right: 0;
 
48
}
 
49
.yui-skin-sam .yui-console-bd {
 
50
    background: #fff;
 
51
    border-top: 1px solid #777;
 
52
    border-bottom: 1px solid #777;
 
53
    height: 20em;
 
54
    overflow: auto;
 
55
    width: 100%;
 
56
}
 
57
.yui-skin-sam .yui-console-hd .yui-console-controls {
 
58
    position: absolute;
 
59
    right: 0;
 
60
}
 
61
 
 
62
/* Log entries */
 
63
.yui-skin-sam .yui-console-entry {
 
64
    border-bottom: 1px dotted #aaa;
 
65
    margin: 0;
 
66
    padding: 0 0 1ex;
 
67
}
 
68
 
 
69
.yui-skin-sam .yui-console-entry p {
 
70
    margin: 0;
 
71
}
 
72
.yui-skin-sam .yui-console-entry .yui-console-entry-src {
 
73
    margin: 0 0 0 1ex;
 
74
}
 
75
.yui-skin-sam .yui-console-entry .yui-console-entry-content {
 
76
    margin: 1ex 0 1ex 1ex;
 
77
}
 
78
 
 
79
.yui-skin-sam .yui-console-entry-meta {
 
80
    font-family: Arial, sans-serif;
 
81
}
 
82
.yui-skin-sam .yui-console-entry-cat {
 
83
    text-transform: uppercase;
 
84
    padding: 1px 4px;
 
85
    background-color: #ccc;
 
86
}
 
87
.yui-skin-sam .yui-console-entry-src {
 
88
    font-style: italic;
 
89
}
 
90
.yui-skin-sam .yui-console-entry-info .yui-console-entry-cat {
 
91
    background-color: #ac2;
 
92
}
 
93
.yui-skin-sam .yui-console-entry-warn .yui-console-entry-cat {
 
94
    background-color: #e81;
 
95
}
 
96
.yui-skin-sam .yui-console-entry-error .yui-console-entry-cat {
 
97
    background-color: #b00;
 
98
    color: #fff;
 
99
}