resurtm
12 years ago
9 changed files with 369 additions and 353 deletions
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.5 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 13 KiB |
@ -1,292 +0,0 @@ |
|||||||
/* reset */ |
|
||||||
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn, |
|
||||||
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend, |
|
||||||
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu, |
|
||||||
nav,output,ruby,section,summary,time,mark,audio,video{ |
|
||||||
margin: 0; |
|
||||||
padding: 0; |
|
||||||
border: 0; |
|
||||||
font-size: 100%; |
|
||||||
font: inherit; |
|
||||||
vertical-align: baseline; |
|
||||||
} |
|
||||||
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ |
|
||||||
display: block; |
|
||||||
} |
|
||||||
body{ |
|
||||||
line-height: 1; |
|
||||||
} |
|
||||||
ol,ul{ |
|
||||||
list-style: none; |
|
||||||
} |
|
||||||
blockquote,q{ |
|
||||||
quotes: none; |
|
||||||
} |
|
||||||
blockquote:before,blockquote:after,q:before,q:after{ |
|
||||||
content: ''; |
|
||||||
content: none; |
|
||||||
} |
|
||||||
table{ |
|
||||||
border-collapse: collapse; |
|
||||||
border-spacing: 0; |
|
||||||
} |
|
||||||
|
|
||||||
/* base */ |
|
||||||
::selection{ |
|
||||||
color: #ffffff !important; |
|
||||||
background-color: #e51717 !important; |
|
||||||
} |
|
||||||
::-moz-selection{ |
|
||||||
color: #ffffff !important; |
|
||||||
background-color: #e51717 !important; |
|
||||||
} |
|
||||||
a{ |
|
||||||
text-decoration: none; |
|
||||||
} |
|
||||||
a:hover{ |
|
||||||
text-decoration: underline; |
|
||||||
} |
|
||||||
h1,h2,p,img,ul li{ |
|
||||||
font-family: Arial,sans-serif; |
|
||||||
color: #505050; |
|
||||||
} |
|
||||||
html,body{ |
|
||||||
overflow-x: hidden; |
|
||||||
} |
|
||||||
|
|
||||||
/* header */ |
|
||||||
.header{ |
|
||||||
min-width: 860px; /* 960px - 50px * 2 */ |
|
||||||
max-width: 1100px; /* 1200px - 50px * 2 */ |
|
||||||
margin: 40px auto 30px auto; |
|
||||||
padding: 0 50px; |
|
||||||
} |
|
||||||
.header h1{ |
|
||||||
font-size: 30px; |
|
||||||
color: #e57373; |
|
||||||
text-shadow: 0 1px 0 #cacaca; |
|
||||||
margin-bottom: 30px; |
|
||||||
} |
|
||||||
.header h1 span{ |
|
||||||
color: #e51717; |
|
||||||
} |
|
||||||
.header h1 a{ |
|
||||||
color: #e57373; |
|
||||||
} |
|
||||||
.header h1 a:hover{ |
|
||||||
color: #e51717; |
|
||||||
} |
|
||||||
.header img{ |
|
||||||
float: right; |
|
||||||
margin-top: -15px; |
|
||||||
} |
|
||||||
.header h2{ |
|
||||||
font-size: 20px; |
|
||||||
text-shadow: 0 1px 0 #cacaca; |
|
||||||
} |
|
||||||
|
|
||||||
/* call stack */ |
|
||||||
.call-stack{ |
|
||||||
margin-top: 30px; |
|
||||||
margin-bottom: 40px; |
|
||||||
} |
|
||||||
.call-stack ul li{ |
|
||||||
margin: 1px 0; |
|
||||||
} |
|
||||||
.call-stack ul li .element-wrap{ |
|
||||||
cursor: pointer; |
|
||||||
padding: 15px 0; |
|
||||||
} |
|
||||||
.call-stack ul li.application .element-wrap{ |
|
||||||
background-color: #fafafa; |
|
||||||
} |
|
||||||
.call-stack ul li .element-wrap:hover{ |
|
||||||
background-color: #edf9ff; |
|
||||||
} |
|
||||||
.call-stack ul li .element{ |
|
||||||
min-width: 860px; /* 960px - 50px * 2 */ |
|
||||||
max-width: 1100px; /* 1200px - 50px * 2 */ |
|
||||||
margin: 0 auto; |
|
||||||
padding: 0 50px; |
|
||||||
position: relative; |
|
||||||
} |
|
||||||
.call-stack ul li a{ |
|
||||||
color: #505050; |
|
||||||
} |
|
||||||
.call-stack ul li a:hover{ |
|
||||||
color: #000000; |
|
||||||
text-shadow: 0 1px 0 #cacaca; |
|
||||||
} |
|
||||||
.call-stack ul li .number{ |
|
||||||
width: 45px; |
|
||||||
display: inline-block; |
|
||||||
} |
|
||||||
.call-stack ul li .text{ |
|
||||||
color: #bbbbbb; |
|
||||||
} |
|
||||||
.call-stack ul li.application .text{ |
|
||||||
color: #505050; |
|
||||||
} |
|
||||||
.call-stack ul li .at{ |
|
||||||
position: absolute; |
|
||||||
right: 110px; /* 50px + 60px */ |
|
||||||
color: #bbbbbb; |
|
||||||
} |
|
||||||
.call-stack ul li.application .at{ |
|
||||||
color: #505050; |
|
||||||
} |
|
||||||
.call-stack ul li .line{ |
|
||||||
position: absolute; |
|
||||||
right: 50px; |
|
||||||
width: 60px; |
|
||||||
text-align: right; |
|
||||||
} |
|
||||||
.call-stack ul li .code-wrap{ |
|
||||||
display: none; |
|
||||||
position: relative; |
|
||||||
} |
|
||||||
.call-stack ul li.application .code-wrap{ |
|
||||||
display: block; |
|
||||||
} |
|
||||||
.call-stack ul li .error-line,.call-stack ul li .hover-line{ |
|
||||||
background-color: #ffebeb; |
|
||||||
position: absolute; |
|
||||||
width: 100%; |
|
||||||
height: 20px; |
|
||||||
z-index: 100; |
|
||||||
margin-top: 15px; |
|
||||||
} |
|
||||||
.call-stack ul li .hover-line{ |
|
||||||
background: none; |
|
||||||
} |
|
||||||
.call-stack ul li .hover-line.hover,.call-stack ul li .hover-line:hover{ |
|
||||||
background: #edf9ff !important; |
|
||||||
} |
|
||||||
.call-stack ul li .code{ |
|
||||||
min-width: 860px; /* 960px - 50px * 2 */ |
|
||||||
max-width: 1100px; /* 1200px - 50px * 2 */ |
|
||||||
margin: 0 auto; |
|
||||||
padding: 15px 50px; |
|
||||||
position: relative; |
|
||||||
} |
|
||||||
.call-stack ul li .code .lines{ |
|
||||||
position: absolute; |
|
||||||
z-index: 200; |
|
||||||
left: 50px; |
|
||||||
line-height: 18px; |
|
||||||
font-size: 14px; |
|
||||||
font-family: Consolas, Courier New, monospace; |
|
||||||
color: #bbbbbb; |
|
||||||
} |
|
||||||
.call-stack ul li .code pre{ |
|
||||||
position: relative; |
|
||||||
z-index: 200; |
|
||||||
left: 50px; |
|
||||||
line-height: 18px; |
|
||||||
font-size: 14px; |
|
||||||
font-family: Consolas, Courier New, monospace; |
|
||||||
display: inline; |
|
||||||
} |
|
||||||
|
|
||||||
/* request */ |
|
||||||
.request{ |
|
||||||
background-color: #fafafa; |
|
||||||
padding-top: 40px; |
|
||||||
padding-bottom: 40px; |
|
||||||
margin-top: 40px; |
|
||||||
margin-bottom: 1px; |
|
||||||
} |
|
||||||
.request .code{ |
|
||||||
min-width: 860px; /* 960px - 50px * 2 */ |
|
||||||
max-width: 1100px; /* 1200px - 50px * 2 */ |
|
||||||
margin: 0 auto; |
|
||||||
padding: 15px 50px; |
|
||||||
} |
|
||||||
.request .code pre{ |
|
||||||
line-height: 18px; |
|
||||||
font-size: 14px; |
|
||||||
font-family: Consolas, Courier New, monospace; |
|
||||||
display: inline; |
|
||||||
word-wrap: break-word; |
|
||||||
} |
|
||||||
|
|
||||||
/* footer */ |
|
||||||
.footer{ |
|
||||||
position: relative; |
|
||||||
height: 222px; |
|
||||||
min-width: 860px; /* 960px - 50px * 2 */ |
|
||||||
max-width: 1100px; /* 1200px - 50px * 2 */ |
|
||||||
padding: 0 50px; |
|
||||||
margin: 1px auto 0 auto; |
|
||||||
} |
|
||||||
.footer p{ |
|
||||||
font-size: 16px; |
|
||||||
padding-bottom: 10px; |
|
||||||
text-shadow: 0 1px 0 #cacaca; |
|
||||||
} |
|
||||||
.footer p a{ |
|
||||||
color: #505050; |
|
||||||
} |
|
||||||
.footer p a:hover{ |
|
||||||
color: #000000; |
|
||||||
} |
|
||||||
.footer .timestamp{ |
|
||||||
font-size: 14px; |
|
||||||
padding-top: 67px; |
|
||||||
margin-bottom: 28px; |
|
||||||
} |
|
||||||
.footer img{ |
|
||||||
position: absolute; |
|
||||||
right: -50px; |
|
||||||
} |
|
||||||
|
|
||||||
/* highlight.js */ |
|
||||||
pre .subst,pre .title{ |
|
||||||
font-weight: normal; |
|
||||||
color: #505050; |
|
||||||
} |
|
||||||
pre .comment,pre .template_comment,pre .javadoc,pre .diff .header{ |
|
||||||
color: #808080; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
pre .annotation,pre .decorator,pre .preprocessor,pre .doctype,pre .pi,pre .chunk,pre .shebang,pre .apache .cbracket, |
|
||||||
pre .prompt,pre .http .title{ |
|
||||||
color: #808000; |
|
||||||
} |
|
||||||
pre .tag,pre .pi{ |
|
||||||
background: #efefef; |
|
||||||
} |
|
||||||
pre .tag .title,pre .id,pre .attr_selector,pre .pseudo,pre .literal,pre .keyword,pre .hexcolor,pre .css .function, |
|
||||||
pre .ini .title,pre .css .class,pre .list .title,pre .clojure .title,pre .nginx .title,pre .tex .command, |
|
||||||
pre .request,pre .status{ |
|
||||||
color: #000080; |
|
||||||
} |
|
||||||
pre .attribute,pre .rules .keyword,pre .number,pre .date,pre .regexp,pre .tex .special{ |
|
||||||
color: #0000aa; |
|
||||||
} |
|
||||||
pre .number,pre .regexp{ |
|
||||||
font-weight: normal; |
|
||||||
} |
|
||||||
pre .string,pre .value,pre .filter .argument,pre .css .function .params,pre .apache .tag{ |
|
||||||
color: #00aa00; |
|
||||||
} |
|
||||||
pre .symbol,pre .ruby .symbol .string,pre .char,pre .tex .formula{ |
|
||||||
color: #505050; |
|
||||||
background: #d0eded; |
|
||||||
font-style: italic; |
|
||||||
} |
|
||||||
pre .phpdoc,pre .yardoctag,pre .javadoctag{ |
|
||||||
text-decoration: underline; |
|
||||||
} |
|
||||||
pre .variable,pre .envvar,pre .apache .sqbracket,pre .nginx .built_in{ |
|
||||||
color: #aa0000; |
|
||||||
} |
|
||||||
pre .addition{ |
|
||||||
background: #baeeba; |
|
||||||
} |
|
||||||
pre .deletion{ |
|
||||||
background: #ffc8bd; |
|
||||||
} |
|
||||||
pre .diff .change{ |
|
||||||
background: #bccff9; |
|
||||||
} |
|
@ -1,48 +0,0 @@ |
|||||||
window.onload = function() { |
|
||||||
var i, imax, |
|
||||||
codeBlocks = Sizzle('pre'), |
|
||||||
callStackItems = Sizzle('.call-stack-item'); |
|
||||||
|
|
||||||
// highlight code blocks
|
|
||||||
for (i = 0, imax = codeBlocks.length; i < imax; ++i) { |
|
||||||
hljs.highlightBlock(codeBlocks[i], ' '); |
|
||||||
} |
|
||||||
|
|
||||||
// code block hover line
|
|
||||||
document.onmousemove = function(e) { |
|
||||||
var lines, i, imax, j, jmax, k, kmax, |
|
||||||
event = e || window.event, |
|
||||||
y = event.clientY, |
|
||||||
lineFound = false; |
|
||||||
for (i = 0, imax = codeBlocks.length; i < imax; ++i) { |
|
||||||
lines = codeBlocks[i].getClientRects(); |
|
||||||
for (j = 0, jmax = lines.length; j < jmax; ++j) { |
|
||||||
if (y > lines[j].top && y < lines[j].bottom) { |
|
||||||
lineFound = true; |
|
||||||
break; |
|
||||||
} |
|
||||||
} |
|
||||||
if (lineFound) { |
|
||||||
break; |
|
||||||
} |
|
||||||
} |
|
||||||
var hoverLines = Sizzle('.hover-line'); |
|
||||||
for (k = 0, kmax = hoverLines.length; k < kmax; ++k) { |
|
||||||
hoverLines[k].className = 'hover-line'; |
|
||||||
} |
|
||||||
if (lineFound) { |
|
||||||
var line = Sizzle('.call-stack-item:eq(' + i + ') .hover-line:eq(' + j + ')'); |
|
||||||
if (line[0]) { |
|
||||||
line[0].className = 'hover-line hover'; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
// toggle code block visibility
|
|
||||||
for (i = 0, imax = callStackItems.length; i < imax; i++) { |
|
||||||
Sizzle('.element-wrap', callStackItems[i])[0].addEventListener('click', function() { |
|
||||||
var code = Sizzle('.code-wrap', this.parentNode)[0]; |
|
||||||
code.style.display = window.getComputedStyle(code).display == 'block' ? 'none' : 'block'; |
|
||||||
}); |
|
||||||
} |
|
||||||
}; |
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue