comparison default.css @ 3:4e7b40140f58

* default.css - change font-size - change line-height - change font-family for code tag as monospace * index.html - indentation - change meta tag contents properly - add favicon - add development repositories section * favicon.ico - newly added
author mojin <truffechampagne@gmail.com>
date Mon, 28 Jul 2008 14:50:42 +0900
parents c431c84afae5
children 4431fee1478b
comparison
equal deleted inserted replaced
2:4c750532a726 3:4e7b40140f58
5 Author: Viktor Persson 5 Author: Viktor Persson
6 URL: http://templates.arcsin.se 6 URL: http://templates.arcsin.se
7 7
8 Feel free to use and modify but please provide credits. 8 Feel free to use and modify but please provide credits.
9 9
10 Modified by @mojin 10 Modified by pidgin-twitter project
11 #############################################################*/ 11 #############################################################*/
12 12
13 /* standard elements */ 13 /* standard elements */
14 * { 14 * {
15 margin: 0; 15 margin: 0;
25 } 25 }
26 26
27 body { 27 body {
28 background: #EEE url(img/bg.gif); 28 background: #EEE url(img/bg.gif);
29 color: #444; 29 color: #444;
30 font: normal 100% "Lucida Sans Unicode",sans-serif; 30 font: normal 85% "Lucida Sans Unicode",sans-serif;
31 margin: 0; 31 margin: 0;
32 } 32 }
33 33
34 input { 34 input {
35 color: #555; 35 color: #555;
58 background: url(img/bgcode.gif); 58 background: url(img/bgcode.gif);
59 border: 1px solid #F0F0F0; 59 border: 1px solid #F0F0F0;
60 border-left: 6px solid #39F; 60 border-left: 6px solid #39F;
61 color: #555; 61 color: #555;
62 display: block; 62 display: block;
63 font: normal 1.1em "Lucida Sans Unicode",serif; 63 font: normal 1.1em monospace;
64 margin-bottom: 12px; 64 margin-bottom: 12px;
65 padding: 8px 10px; 65 padding: 8px 10px;
66 white-space: pre; 66 white-space: pre;
67 } 67 }
68 68
184 184
185 /* content */ 185 /* content */
186 .content { 186 .content {
187 float: right; 187 float: right;
188 width: 520px; 188 width: 520px;
189 line-height: 1.5em;
189 } 190 }
190 191
191 .content .item { 192 .content .item {
192 padding: 6px 12px; 193 padding: 6px 12px;
193 border: 1px solid #EEE; 194 border: 1px solid #EEE;