/[refeed]/trunk/style/font.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/style/font.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Jul 5 00:33:40 2006 UTC (17 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 2008 byte(s)
local change to enlarge fonts
1 body
2 {
3 font-family: arial, sans-serif;
4 font-size: 12px;
5 line-height: 16px;
6 }
7
8 h1, h2
9 {
10 font-size: 18px;
11 line-height: 16px;
12 }
13
14 h3, h4, h5, h6
15 {
16 font-size: 14px;
17 line-height: 16px;
18 letter-spacing: 0px;
19 }
20
21 a
22 {
23 }
24
25 a:hover,
26 a:active
27 {
28 }
29
30 table tr th,
31 table tr td
32 {
33 font-weight: normal;
34 }
35
36 #head a
37 {
38 font-size: 15px;
39 font-weight: bold;
40 }
41
42 #head a,
43 #side a,
44 table.feeds tr th a,
45 table.feeds tr .extra a,
46 table.feeds tr .publish a,
47 table.feeds tr.feedextra td .close a,
48 .item .controls .control,
49 .item .extra a/*,
50 .item .head h2 a,
51 .item .head h3 a*/ {
52 text-decoration: none;
53 }
54
55 .item a.link-select
56 {
57 text-decoration: none !important;
58 font-size: 10px;
59 font-weight: normal !important;
60 }
61
62
63 #head a:hover,
64 #head a:active,
65 #side a:hover,
66 #side a:active,
67 table.feeds tr th a:hover,
68 table.feeds tr th a:active/*,
69 .item .head h2 a:hover,
70 .item .head h2 a:active,
71 .item .head h3 a:hover,
72 .item .head h3 a:active*/ {
73 text-decoration: underline;
74 }
75
76 .item .controls .control .small,
77 .item .header .found,
78 .item .meta {
79 font-family: 'Lucida Grande', 'Myriad', verdana, sans-serif;
80 font-size: 9px;
81 }
82 .item .controls .control .big {
83 font-size: 18pt;
84 font-weight: bold;
85 }
86 .item .controls .control .small {
87 font-weight: bold;
88 }
89
90 .item .body {
91 font-size: 16px;
92 line-height: 20px;
93 /* font-weight: normal; */
94 }
95
96 table.feeds tr .age *,
97 table.feeds tr .publish a
98 {
99 /*text-decoration: none !important;*/
100 }
101
102 #side h3, #side h4
103 {
104 font-size: 12px;
105 line-height: 16px;
106 font-weight: bold;
107 }
108
109 .item .header .head h3 .items
110 {
111 font-size: 11px;
112 font-weight: normal;
113 }
114
115 table.feeds tr .published,
116 table.feeds tr .extra a,
117 table.feeds tr .age *,
118 table.feeds tr .publish a
119 {
120 font-size: 11px;
121 }
122
123 #kb-indicator { font-weight: bold; }
124
125 dl#cheatsheet dt {
126 font-size: 18px;
127 line-height: 16px;
128 font-weight: bold;
129 }
130
131 #head ul.reblog-account, #head ul.reblog-account li, #head ul.reblog-account li a
132 {
133 font-size: 12px;
134 line-height: 16px;
135 }

  ViewVC Help
Powered by ViewVC 1.1.26