wishlist update
[www-rohieb-name.git] / local.css
1 pre {
2 background-color: #F5F5F5;
3 border: 1px dashed blue;
4 padding: 0.2em;
5 }
6
7 code {
8 background-color: #F5F5F5;
9 }
10
11 h2 {
12 margin-bottom: 0em;
13 font-size: 120%
14 }
15
16 p,ul,ol {
17 margin: 0.5em 0;
18 }
19
20 .gallery table.img {
21 display: inline;
22 /*float: left; needs tuning */
23 }
24
25 .title {
26 font-size: 150%;
27 font-weight: bold;
28 line-height: 120%;
29 }
30
31 .header {
32 font-size: 100%;
33 font-weight: normal;
34 }
35
36 .page {
37 width: 50em;
38 }
39
40 .sidebar {
41 position: absolute;
42 left: 51em;
43 }
44
45 .inlinepage {
46 border: none;
47 }
48
49 .inlinepage h1 {
50 font-size: 150%;
51 margin: 0;
52 }
53
54 .pagedate, .pagelicense, .pagecopyright, .tags, #backlinks {
55 display: block;
56 font-style: italic;
57 margin-top: 0em;
58 }
59
60 .pagecloud {
61 padding: 0px;
62 border: none !important;
63 float: none;
64 width: auto;
65 background: none !important;
66 }
67
68 .pageheader .actions ul {
69 border-bottom: none;
70 }
71
72 .pageheader {
73 padding-bottom: .5em;
74 border-bottom: 1px solid #000000;
75 }
76
77 #pagebody {
78 margin-top: .5em;
79 }
80
81 #pageinfo {
82 border-top: 1px solid #000000;
83 padding: .5em 0;
84 margin: .5em 0;
85 }
86
87 .month-calendar-day-this-day, .year-calendar-this-month {
88 background-color: #ffffff !important;
89 }
90
91 .footnote {
92 vertical-align: super;
93 font-size: smaller;
94 }
95
96 .balloon li {
97 margin-left: -1.5em;
98 }
99
100 /* Highlight plugin: use solarized-dark theme */
101 /*pre.hl { color:#93a1a1; background-color:#fdf6e3; border:none; }*/
102 pre.hl { color:#93a1a1; background-color:#002b36; border:none; }
103 li.hl { margin-bottom:-10pt; }
104 .hl.num { color:#2aa198; font-weight:normal; }
105 .hl.esc { color:#dc322f; font-weight:normal; }
106 .hl.str { color:#dc322f; font-weight:normal; }
107 .hl.pps { color:#cb4b16; font-weight:normal; }
108 .hl.slc { color:#657b83; font-weight:normal; }
109 .hl.com { color:#657b83; font-weight:normal; }
110 .hl.ppc { color:#cb4b16; font-weight:normal; }
111 .hl.opt { color:#6c71c4; font-weight:normal; }
112 .hl.lin { color:#586e75; font-weight:normal; }
113 .hl.kwa { color:#b58900; font-weight:normal; }
114 .hl.kwb { color:#859900; font-weight:normal; }
115 .hl.kwc { color:#268bd2; font-weight:normal; }
116 .hl.kwd { color:#d33682; font-weight:normal; }
This page took 0.056245 seconds and 5 git commands to generate.