Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
c5f54e5f
Commit
c5f54e5f
authored
May 25, 2013
by
resurtm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shorter color codes and removed unnecessary CSS selectors.
parent
89586934
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
29 deletions
+12
-29
main.php
framework/yii/views/errorHandler/main.php
+12
-29
No files found.
framework/yii/views/errorHandler/main.php
View file @
c5f54e5f
...
...
@@ -22,10 +22,7 @@ $c = $this->context;
<style
type=
"text/css"
>
/* 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
{
html
,
body
,
div
,
span
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
pre
,
a
,
code
,
em
,
img
,
strong
,
b
,
i
,
ul
,
li
{
margin
:
0
;
padding
:
0
;
border
:
0
;
...
...
@@ -33,34 +30,20 @@ nav,output,ruby,section,summary,time,mark,audio,video{
font
:
inherit
;
vertical-align
:
baseline
;
}
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
menu
,
nav
,
section
{
display
:
block
;
}
body
{
line-height
:
1
;
}
ol
,
ul
{
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
:
#fff
fff
!important
;
color
:
#fff
!important
;
background-color
:
#e51717
!important
;
}
::-moz-selection
{
color
:
#fff
fff
!important
;
color
:
#fff
!important
;
background-color
:
#e51717
!important
;
}
a
{
...
...
@@ -137,7 +120,7 @@ html,body{
color
:
#505050
;
}
.call-stack
ul
li
a
:hover
{
color
:
#000
000
;
color
:
#000
;
text-shadow
:
0
1px
0
#cacaca
;
}
.call-stack
ul
li
.number
{
...
...
@@ -145,7 +128,7 @@ html,body{
display
:
inline-block
;
}
.call-stack
ul
li
.text
{
color
:
#bbb
bbb
;
color
:
#bbb
;
}
.call-stack
ul
li
.application
.text
{
color
:
#505050
;
...
...
@@ -153,7 +136,7 @@ html,body{
.call-stack
ul
li
.at
{
position
:
absolute
;
right
:
110px
;
/* 50px + 60px */
color
:
#bbb
bbb
;
color
:
#bbb
;
}
.call-stack
ul
li
.application
.at
{
color
:
#505050
;
...
...
@@ -199,7 +182,7 @@ html,body{
line-height
:
18px
;
font-size
:
14px
;
font-family
:
Consolas
,
Courier
New
,
monospace
;
color
:
#bbb
bbb
;
color
:
#bbb
;
}
.call-stack
ul
li
.code
pre
{
position
:
relative
;
...
...
@@ -261,7 +244,7 @@ html,body{
color
:
#505050
;
}
.footer
p
a
:hover
{
color
:
#000
000
;
color
:
#000
;
}
.footer
.timestamp
{
font-size
:
14px
;
...
...
@@ -295,13 +278,13 @@ pre .request,pre .status{
color
:
#000080
;
}
pre
.attribute
,
pre
.rules
.keyword
,
pre
.number
,
pre
.date
,
pre
.regexp
,
pre
.tex
.special
{
color
:
#00
00a
a
;
color
:
#00a
;
}
pre
.number
,
pre
.regexp
{
font-weight
:
normal
;
}
pre
.string
,
pre
.value
,
pre
.filter
.argument
,
pre
.css
.function
.params
,
pre
.apache
.tag
{
color
:
#0
0aa0
0
;
color
:
#0
a
0
;
}
pre
.symbol
,
pre
.ruby
.symbol
.string
,
pre
.char
,
pre
.tex
.formula
{
color
:
#505050
;
...
...
@@ -312,7 +295,7 @@ pre .phpdoc,pre .yardoctag,pre .javadoctag{
text-decoration
:
underline
;
}
pre
.variable
,
pre
.envvar
,
pre
.apache
.sqbracket
,
pre
.nginx
.built_in
{
color
:
#a
a00
00
;
color
:
#a00
;
}
pre
.addition
{
background
:
#baeeba
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment