]> pere.pagekite.me Git - homepage.git/blob - blog/style.css
Generated.
[homepage.git] / blog / style.css
1
2 body {
3 padding: 0 10px;
4 padding-top: 1px;
5 padding-bottom: 1em;
6 background-color: white;
7 color: black;
8 margin: 0;
9 margin-right: 185px;
10 border-right: 1px solid rgb(128, 128, 128);
11
12 }
13
14 div.title {
15 }
16
17 div.title h1 {
18 margin: 0px -10px;
19 padding: 5px 10px 0px 10px;
20 text-align: center;
21 }
22
23 div.title a {
24 color: black !important;
25 text-decoration: none !important;
26 }
27 div.title a:hover {
28 color: black !important;
29 text-decoration: none !important;
30 }
31
32 div.title h2 {
33 margin: 0 0 1ex 0;
34 padding: 0;
35 text-align: right;
36 }
37
38 /*
39 * Special markup for weblog entries.
40 */
41 div.entry {
42 border-left: 1px solid rgb(128, 128, 128);
43 border-right: 1px solid rgb(128, 128, 128);
44 border-top: 1px solid rgb(128, 128, 128);
45 border-bottom: 1px solid rgb(128, 128, 128);
46 margin: 10px 0px;
47 }
48
49 div.padding {
50 padding-top: 15px;
51 padding-bottom: 15px;
52 }
53 div.entry div.body {
54 padding: 10px 10px;
55 }
56
57 div.entry .title {
58 background-color: #eee;
59 border-bottom: 1px solid rgb(128, 128, 128);
60 font-weight: bold;
61 font-size: 120%;
62 padding: 0.26ex 10px;
63
64 }
65 div.entry div.date {
66 text-align: right;
67 }
68 div.entry div.title a {
69 color: black !important;
70 text-decoration: none !important;
71 }
72 div.entry div.title a:hover {
73 color: black !important;
74 text-decoration: none !important;
75 }
76
77 div.entry div.tags {
78 border-top: 1px solid rgb(128, 128, 128);
79 font-style: italic;
80 font-family: Verdana, Georgia, Arial, sans-serif;
81 font-size: 90%;
82 text-align: right;
83 }
84 div.entry div.tags span.comments {
85 padding-left: 5px;
86 float: left;
87 }
88
89 div.entry div.xrefs {
90 font-style: italic;
91 font-family: Verdana, Georgia, Arial, sans-serif;
92 font-size: 90%;
93 text-align: right;
94 }
95
96
97 div#sidebar {
98 position: absolute;
99 top: 0px;
100 right: 0px;
101 width: 165px;
102
103 font-family: sans-serif;
104 font-size: 80%;
105
106 text-align: justify;
107
108 padding: 0 10px;
109
110 background-color: white;
111 border-left: 1px solid rgb(128, 128, 128);
112 margin: 0;
113 }
114
115 pre {
116 overflow: auto;
117 background: rgb(230,230,230);
118 border: solid;
119 border-width: thin;
120 padding: 5px 10px;
121 }