~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/support/werkzeug/debug/shared/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
Import upstream version 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body, input  { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
2
 
               'Verdana', sans-serif; background-color: #AFC1C4; color: #000;
3
 
               text-align: center; margin: 1em; padding: 0; font-size: 15px; }
4
 
input        { background-color: #fff; margin: 0; text-align: left; }
5
 
a            { color: #11557C; }
6
 
a:hover      { color: #177199; }
7
 
pre, code, table.source,
8
 
textarea     { font-family: 'Consolas', 'Deja Vu Sans Mono',
9
 
               'Bitstream Vera Sans Mono', monospace; font-size: 13px; }
10
 
 
11
 
div.debugger { text-align: left; padding: 12px; margin: auto;
12
 
               border: 1px solid #aaa; background-color: white; }
13
 
h1           { color: #11557C; font-size: 30px; margin: 0 0 0.3em 0; }
14
 
div.detail p { margin: 0 0 8px 13px; font-size: 14px; }
15
 
div.explanation { margin: 13px; font-size: 11px; }
16
 
div.footer   { background-color: #E3EFF1; font-size: 0.8em; text-align: right;
17
 
               padding: 6px 8px 6px 0; margin: 30px -12px -12px -12px;
18
 
               color: #86989B; }
19
 
 
20
 
h2           { font-size: 16px; margin: 1.3em 0 0.0 0; padding: 5px;
21
 
               background-color: #11557C; color: white; }
22
 
h2 em        { font-style: normal; color: #A5D6D9; font-weight: normal; }
23
 
 
24
 
div.traceback, div.plain { background-color: #eee!important; border: 1px solid #ccc;
25
 
                           margin: 0 0 1em 0; padding: 10px; }
26
 
div.plain p      { margin: 0; }
27
 
div.plain textarea,
28
 
div.plain pre { margin: 10px 0 0 0; padding: 4px; background-color: #333;
29
 
                border: 1px solid #111; color: white; }
30
 
div.plain textarea { width: 99%; height: 300px; }
31
 
div.traceback h3 { font-size: 1em; margin: 0 0 0.8em 0; }
32
 
div.traceback ul { list-style: none; margin: 0; padding: 0 0 0 1em; }
33
 
div.traceback h4 { font-size: 13px; font-weight: normal; margin: 0.7em 0 0.1em 0; }
34
 
div.traceback pre { margin: 0; padding: 5px 0 3px 15px;
35
 
                    background-color: #ccc; border-top: 1px solid #aaa;
36
 
                    border-left: 1px solid #aaa; border-right: 1px solid #fafafa;
37
 
                    border-bottom: 1px solid #fafafa; }
38
 
div.traceback pre,
39
 
div.box table.source { white-space: pre-wrap;       /* css-3 should we be so lucky... */
40
 
                       white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
41
 
                       white-space: -pre-wrap;      /* Opera 4-6 ?? */
42
 
                       white-space: -o-pre-wrap;    /* Opera 7 ?? */
43
 
                       word-wrap: break-word;       /* Internet Explorer 5.5+ */
44
 
                       _white-space: pre;           /* IE only hack to re-specify in
45
 
                                                    addition to word-wrap  */ }
46
 
div.traceback pre:hover { background-color: #fafafa; color: black; cursor: pointer; }
47
 
div.traceback blockquote { margin: 1em 0 0 0; padding: 0; }
48
 
div.traceback img { float: right; padding: 2px; margin: -3px 2px 0 0; display: none; }
49
 
div.traceback img:hover { background-color: #ddd; cursor: pointer; }
50
 
div.traceback pre:hover img { display: block; }
51
 
 
52
 
pre.console { background-color: #fafafa!important; color: black; padding: 5px!important;
53
 
              margin: 3px 0 0 0!important; cursor: default!important;
54
 
              max-height: 400px; overflow: auto; }
55
 
pre.console form { color: #555; }
56
 
pre.console input { background-color: #fafafa; color: #555;
57
 
                    width: 90%; font-family: 'Consolas', 'Deja Vu Sans Mono',
58
 
                    'Bitstream Vera Sans Mono', monospace; font-size: 13px;
59
 
                     border: none!important; }
60
 
 
61
 
span.string { color: #30799B; }
62
 
span.number { color: #9C1A1C; }
63
 
span.object { color: #485F6E; }
64
 
span.extended { opacity: 0.5; }
65
 
span.extended:hover { opacity: 1; }
66
 
a.toggle { text-decoration: none; background-repeat: no-repeat;
67
 
           background-position: center center;
68
 
           background-image: url(./__debugger__?cmd=resource&f=more.png); }
69
 
a.toggle:hover { background-color: #444; }
70
 
a.open { background-image: url(./__debugger__?cmd=resource&f=less.png); }
71
 
 
72
 
pre.console div.traceback { margin: 5px 0 5px 25px; white-space: normal; }
73
 
pre.console div.traceback h3 { background-color: #555; color: white;
74
 
                               margin: -10px -10px 5px -10px; padding: 5px; }
75
 
pre.console div.traceback pre:hover { background-color: #ccc; cursor: default; }
76
 
 
77
 
pre.console div.box { margin: 5px 0 5px 25px; white-space: normal;
78
 
                      border: 1px solid #ddd; }
79
 
pre.console div.box h3 { background-color: #555; color: white;
80
 
                         margin: 0; padding: 5px; }
81
 
pre.console div.box div.repr { padding: 8px; background-color: white; }
82
 
pre.console div.box table { margin-top: 6px; }
83
 
pre.console div.box pre.help { background-color: white; font-size: 12px; }
84
 
pre.console div.box pre.help:hover { cursor: default; }
85
 
pre.console table tr { vertical-align: top; }
86
 
div.box table.source { background-color: #fafafa; font-size: 12px;
87
 
                       border-collapse: collapse; width: 100%; }
88
 
div.box table.source td { border-top: 1px solid #eee; padding: 4px 0 4px 10px; }
89
 
div.box table.source td.lineno { color: #999; padding-right: 10px; width: 1px; }
90
 
div.box table.source tr.in-frame { background-color: #D6EEFF; }
91
 
div.box table.source tr.current { background-color: white; }
92
 
div.sourceview { max-height: 400px; overflow: auto; border: 1px solid #ccc; }
93
 
div.console { border: 1px solid #ccc; padding: 4px; background-color: #fafafa; }