1body {
2 font-family: 'Trebuchet MS', Helvetica, 'DejaVu Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
3 font-style: normal;
4 font-variant: normal;
5
font-size: 14px;
6 color:#444;
7}
8
9a, a.ajaxlink { will-change: all; color: #2980b9; transition: background 0.15s linear, color 0.15s linear; }
10a:hover, a.ajaxlink:hover { color: #d35400; }
11
12a.ajaxlink { text-decoration:none; border-bottom: dashed 1px #2980b9; }
13a.ajaxlink:hover { text-decoration:none; border-bottom: dashed 1px #d35400; }
14
15h1 { padding:0; margin-top:0px; margin-bottom: 10px; font-size:28px; }
16h1 span { color:#BDC3C7; }
17h1 a { color:#BDC3C7; }
18h1 a:hover { color:#d35400; }h1, h2, h3, h4, h5, h6 { color:#34495e; font-weight: normal; margin-bottom: 10px; }
19
20p { line-height:20px; }
21p:first-child { margin-top: 0; }
22
23pre {
24 display:block;
25 overflow: auto;
26 border: 1px solid #CCCCCC;
27 border-radius: 2px;
28 box-shadow: inset 0 0 .5em #CCCCCC;
29 padding: 10px;
30 margin:0;
31}
32
33code pre {
34 display:block;
35 overflow: auto;
36 border: 1px solid #CCCCCC;
37 border-radius: 2px;
38 background: #F8F8F8;
39 padding: 5px 15px;
40 box-shadow: none;
41 margin:0;
42
font-size:12px;
43 line-height:20px;
44}
45
46
47blockquote {
48 padding:6px 10px;
49 background:#F9F9F9;
50 border-left:solid 4px #EDEDED;
51 color:#666;
52 font-style: italic;
53 margin:0;
54}
55
56ul {
57 margin:0 20px;
58 padding:0;
59}
60
61.positive { color:green; }
62.negative { color:red; }
63
64.hide_tag {
65 background:url("../images/icons/lock.png") no-repeat 5px center #e67e22;
66 color: #fff;
67 padding: 5px 10px 5px 25px;
68 overflow: hidden;
69}
70.hide_billing {
71 background:url("../images/icons/coin.png") no-repeat 5px center #3498db;
72}
73.user_field_denied {
74 background-color: #7f8c8d;
75}
76.hide_tag_allow {
77 border-left: 3px solid #e67e22;
78 padding: 5px 0 5px 10px;
79 overflow: hidden;
80}