Commit c611b8de by Qiang Xue

exception page styling.

parent ff7187e5
...@@ -56,13 +56,14 @@ html,body{ ...@@ -56,13 +56,14 @@ html,body{
/* header */ /* header */
.header{ .header{
min-width: 860px; /* 960px - 50px * 2 */ min-width: 860px; /* 960px - 50px * 2 */
margin: 40px auto 30px auto; margin: 0 auto;
padding: 0 50px; background: #f3f3f3;
padding: 40px 50px 30px 50px;
border-bottom: #ccc 1px solid;
} }
.header h1{ .header h1{
font-size: 30px; font-size: 30px;
color: #e57373; color: #e57373;
text-shadow: 0 1px 0 #cacaca;
margin-bottom: 30px; margin-bottom: 30px;
} }
.header h1 span, .header h1 span a{ .header h1 span, .header h1 span a{
...@@ -80,7 +81,6 @@ html,body{ ...@@ -80,7 +81,6 @@ html,body{
} }
.header h2{ .header h2{
font-size: 20px; font-size: 20px;
text-shadow: 0 1px 0 #cacaca;
} }
/* previous exceptions */ /* previous exceptions */
...@@ -102,12 +102,10 @@ html,body{ ...@@ -102,12 +102,10 @@ html,body{
margin-top: -5px; margin-top: -5px;
margin-left: -25px; margin-left: -25px;
color: #e51717; color: #e51717;
text-shadow: 0 1px 0 #cacaca;
} }
.header .previous h2{ .header .previous h2{
font-size: 20px; font-size: 20px;
color: #e57373; color: #e57373;
text-shadow: 0 1px 0 #cacaca;
margin-bottom: 10px; margin-bottom: 10px;
} }
.header .previous h2 span{ .header .previous h2 span{
...@@ -157,7 +155,6 @@ html,body{ ...@@ -157,7 +155,6 @@ html,body{
} }
.call-stack ul li a:hover{ .call-stack ul li a:hover{
color: #000; color: #000;
text-shadow: 0 1px 0 #cacaca;
} }
.call-stack ul li .item-number{ .call-stack ul li .item-number{
width: 45px; width: 45px;
...@@ -270,7 +267,6 @@ html,body{ ...@@ -270,7 +267,6 @@ html,body{
.footer p{ .footer p{
font-size: 16px; font-size: 16px;
padding-bottom: 10px; padding-bottom: 10px;
text-shadow: 0 1px 0 #cacaca;
} }
.footer p a{ .footer p a{
color: #505050; color: #505050;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment