annotate node_modules/errorhandler/public/style.css @ 101:52e44ee1c791
tip master
enabled all scores in autostart script
author |
Rob Canning <rc@kiben.net> |
date |
Tue, 21 Apr 2015 16:20:57 +0100 |
parents |
0c3a2942ddee |
children |
|
rev |
line source |
rc@73
|
1 * {
|
rc@73
|
2 margin: 0;
|
rc@73
|
3 padding: 0;
|
rc@73
|
4 outline: 0;
|
rc@73
|
5 }
|
rc@73
|
6
|
rc@73
|
7 body {
|
rc@73
|
8 padding: 80px 100px;
|
rc@73
|
9 font: 13px "Helvetica Neue", "Lucida Grande", "Arial";
|
rc@73
|
10 background: #ECE9E9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ECE9E9));
|
rc@73
|
11 background: #ECE9E9 -moz-linear-gradient(top, #fff, #ECE9E9);
|
rc@73
|
12 background-repeat: no-repeat;
|
rc@73
|
13 color: #555;
|
rc@73
|
14 -webkit-font-smoothing: antialiased;
|
rc@73
|
15 }
|
rc@73
|
16 h1, h2 {
|
rc@73
|
17 font-size: 22px;
|
rc@73
|
18 color: #343434;
|
rc@73
|
19 }
|
rc@73
|
20 h1 em, h2 em {
|
rc@73
|
21 padding: 0 5px;
|
rc@73
|
22 font-weight: normal;
|
rc@73
|
23 }
|
rc@73
|
24 h1 {
|
rc@73
|
25 font-size: 60px;
|
rc@73
|
26 }
|
rc@73
|
27 h2 {
|
rc@73
|
28 margin-top: 10px;
|
rc@73
|
29 }
|
rc@73
|
30 ul li {
|
rc@73
|
31 list-style: none;
|
rc@73
|
32 }
|
rc@73
|
33 #stacktrace {
|
rc@73
|
34 margin-left: 60px;
|
rc@73
|
35 }
|