comparison default.css @ 6:a05cb2599664

remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
author mojin <truffechampagne@gmail.com>
date Wed, 30 Jul 2008 18:24:19 +0900
parents 4431fee1478b
children 5ccef0dd96b5
comparison
equal deleted inserted replaced
5:4431fee1478b 6:a05cb2599664
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 85% "Lucida Sans Unicode",sans-serif; 30 font: normal 85% sans-serif;
31 margin: 0; 31 margin: 0;
32 } 32 }
33 33
34 input { 34 input {
35 color: #555; 35 color: #555;
36 font: normal 1.1em "Lucida Sans Unicode",sans-serif; 36 font: normal 1.1em sans-serif;
37 } 37 }
38 38
39 p { 39 p {
40 font-size: medium; 40 font-size: medium;
41 } 41 }
62 display: block; 62 display: block;
63 font: normal 1.1em monospace; 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 font-family: monospace;
67 } 68 }
68 69
69 cite { 70 cite {
70 background: url(img/quote.gif) no-repeat; 71 background: url(img/quote.gif) no-repeat;
71 color: #666; 72 color: #666;
72 display: block; 73 display: block;
73 font: normal 1.3em "Lucida Sans Unicode",serif; 74 font: normal 1.3em serif;
74 padding-left: 28px; 75 padding-left: 28px;
75 } 76 }
76 77
77 h1,h2,h3 { 78 h1,h2,h3 {
78 color: #367EA6; 79 color: #367EA6;
113 114
114 .navigation a { 115 .navigation a {
115 background-color: #4A91C3; 116 background-color: #4A91C3;
116 color: #FFF; 117 color: #FFF;
117 float: left; 118 float: left;
118 font: bold 1.2em "Trebuchet MS",sans-serif; 119 font: bold 1.2em sans-serif;
119 padding: 8px 0; 120 padding: 8px 0;
120 width: 19%; 121 width: 19%;
121 border-right: 1px solid #FFF; 122 border-right: 1px solid #FFF;
122 text-align: center; 123 text-align: center;
123 text-decoration: none; 124 text-decoration: none;