Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/werkzeug/debug/shared/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/werkzeug/debug/shared/style.css')
-rw-r--r--websdk/werkzeug/debug/shared/style.css67
1 files changed, 46 insertions, 21 deletions
diff --git a/websdk/werkzeug/debug/shared/style.css b/websdk/werkzeug/debug/shared/style.css
index 53a107e..6aabc19 100644
--- a/websdk/werkzeug/debug/shared/style.css
+++ b/websdk/werkzeug/debug/shared/style.css
@@ -1,16 +1,10 @@
-@font-face {
- font-family: 'Ubuntu';
- font-style: normal;
- font-weight: normal;
- src: local('Ubuntu'), local('Ubuntu-Regular'),
- url('?__debugger__=yes&cmd=resource&f=ubuntu.ttf') format('truetype');
-}
-body, input { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
- 'Verdana', sans-serif; color: #000; text-align: center;
+body, input {
+ background-color: #c0c0c0;
+ font-family: 'DejaVu Sans';
margin: 1em; padding: 0; font-size: 15px; }
-h1, h2, h3 { font-family: 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode',
- 'Geneva', 'Verdana', sans-serif; font-weight: normal; }
+
+h1, h2, h3 { font-weight: normal; }
input { background-color: #fff; margin: 0; text-align: left;
outline: none !important; }
@@ -21,18 +15,29 @@ textarea { font-family: 'Consolas', 'Monaco', 'Bitstream Vera Sans Mono',
monospace; font-size: 14px; }
div.debugger { text-align: left; padding: 12px; margin: auto;
- background-color: white; }
-h1 { font-size: 36px; margin: 0 0 0.3em 0; }
+ background-color: #9e9e9e;
+ border-top-left-radius: 15px 15px;
+ border-top-right-radius: 15px 15px;
+ border-bottom-left-radius: 15px 15px;
+ border-bottom-right-radius: 15px 15px;
+ }
+
+#tb-header {
+ border-top-left-radius: 15px 15px;
+ border-top-right-radius: 15px 15px;
+}
+
+h1 { margin: 0 0 0.3em 0; }
div.detail p { margin: 0 0 8px 13px; font-size: 14px; white-space: pre-wrap; }
div.explanation { margin: 20px 13px; font-size: 15px; color: #555; }
div.footer { font-size: 13px; text-align: right; margin: 30px 0;
color: #86989B; }
h2 { font-size: 16px; margin: 1.3em 0 0.0 0; padding: 9px;
- background-color: #11557C; color: white; }
-h2 em, h3 em { font-style: normal; color: #A5D6D9; font-weight: normal; }
+ background-color: black; color: white; }
+h2 em, h3 em { font-style: normal; color: gray; font-weight: bold; }
-div.traceback, div.plain { border: 1px solid #ddd; margin: 0 0 1em 0; padding: 10px; }
+div.traceback, div.plain { border: 1px solid #ddd; margin: 0 0 1em 0; padding: 10px; background-color: #e5e5e5 ;}
div.plain p { margin: 0; }
div.plain textarea,
div.plain pre { margin: 10px 0 0 0; padding: 4px;
@@ -42,7 +47,7 @@ div.traceback h3 { font-size: 1em; margin: 0 0 0.8em 0; }
div.traceback ul { list-style: none; margin: 0; padding: 0 0 0 1em; }
div.traceback h4 { font-size: 13px; font-weight: normal; margin: 0.7em 0 0.1em 0; }
div.traceback pre { margin: 0; padding: 5px 0 3px 15px;
- background-color: #E8EFF0; border: 1px solid #D3E7E9; }
+ background-color: #e5e5e5; border: 1px solid #D3E7E9; }
div.traceback pre,
div.box table.source { white-space: pre-wrap; /* css-3 should we be so lucky... */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
@@ -51,15 +56,25 @@ div.box table.source { white-space: pre-wrap; /* css-3 should we be so luc
word-wrap: break-word; /* Internet Explorer 5.5+ */
_white-space: pre; /* IE only hack to re-specify in
addition to word-wrap */ }
-div.traceback pre:hover { background-color: #DDECEE; color: black; cursor: pointer; }
+div.traceback pre:hover { background-color: #c0c0c0; color: black; cursor: pointer; }
div.traceback blockquote { margin: 1em 0 0 0; padding: 0; }
div.traceback img { float: right; padding: 2px; margin: -3px 2px 0 0; display: none; }
div.traceback img:hover { background-color: #ddd; cursor: pointer;
border-color: #BFDDE0; }
-div.traceback pre:hover img { display: block; }
-div.traceback cite.filename { font-style: normal; color: #3B666B; }
+div.traceback pre:hover img { display: block; background-color:#9e9e9e; padding:10px;
+ border-top-left-radius: 15px 15px;
+ border-top-right-radius: 15px 15px;
+ border-bottom-left-radius: 15px 15px;
+ border-bottom-right-radius: 15px 15px;
+}
+div.traceback cite.filename { font-style: normal; color: gray; }
-pre.console { border: 1px solid #ccc; background: white!important;
+pre.console {width:85%;
+ border-top-left-radius: 15px 15px;
+ border-top-right-radius: 15px 15px;
+ border-bottom-left-radius: 15px 15px;
+ border-bottom-right-radius: 15px 15px;
+ border: 1px solid #ccc; background: white!important;
color: black; padding: 5px!important;
margin: 3px 0 0 0!important; cursor: default!important;
max-height: 400px; overflow: auto; }
@@ -111,3 +126,13 @@ div.box table.source td.lineno { color: #999; padding-right: 10px; width: 1px; }
div.box table.source tr.in-frame { background-color: white; }
div.box table.source tr.current { background-color: #EEF7F8; color: #23707E; }
div.sourceview { max-height: 400px; overflow: auto; border: 1px solid #ccc; }
+#debug_logo {
+ border-top-left-radius: 15px 15px;
+ border-top-right-radius: 15px 15px;
+ border-bottom-left-radius: 15px 15px;
+ border-bottom-right-radius: 15px 15px;
+ float:left;
+ width:32px;height:32px;padding:5px;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-image: url(?__debugger__=yes&cmd=resource&f=debug.png); }