/[webpac]/branches/drustvene/public_html-drustvene/prosimii-print.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

Annotation of /branches/drustvene/public_html-drustvene/prosimii-print.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 602 - (hide annotations)
Wed Dec 22 15:47:21 2004 UTC (19 years, 4 months ago) by dpavlin
File MIME type: text/css
File size: 3669 byte(s)
local changes

1 dpavlin 602 /**************************************
2     * TITLE: Prosimii Print Stylesheet *
3     * URI : prosimii/prosimii-print.css *
4     * MODIF: 2003-Apr-30 19:15 +0800 *
5     **************************************/
6    
7    
8     /* ##### Common Styles ##### */
9    
10     body {
11     color: black;
12     background-color: white;
13     font-family: "times new roman", times, roman, serif;
14     font-size: 12pt;
15     margin: 0;
16     padding: 0;
17     }
18    
19     acronym, .titleTip {
20     font-style: italic;
21     border-bottom: none;
22     }
23    
24     acronym:after, .titleTip:after { /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
25     content: "(" attr(title) ")";
26     font-size: 90%;
27     font-style: normal;
28     padding-left: 1ex;
29     }
30    
31     a {
32     color: black;
33     background-color: transparent;
34     text-decoration: none;
35     }
36    
37     a[href]:after { /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
38     content: "<" attr(href) ">";
39     font-size: 90%;
40     padding-left: 1ex;
41     }
42    
43     ol {
44     margin: -0.25em 0 1em 0;
45     padding: 0;
46     }
47    
48     ul {
49     list-style-type: square;
50     margin: -0.25em 0 1em 0;
51     padding: 0;
52     }
53    
54     dl {
55     margin: 0 0 1em 0;
56     padding: 0;
57     }
58    
59     ul li {
60     margin: 1ex 0 0 1.5em;
61     padding: 0;
62     }
63    
64     ol li {
65     margin: 1ex 0 0 1.5em;
66     padding: 0;
67     }
68    
69     dt {
70     font-weight: bold;
71     margin: 0;
72     padding: 0;
73     }
74    
75     dd {
76     margin: 0 0 0 1.5em;
77     padding: 0;
78     }
79    
80     .doNotPrint {
81     display: none;
82     }
83    
84    
85     /* ##### Header ##### */
86    
87     #header {
88     }
89    
90     .superHeader {
91     display: none;
92     }
93    
94     .midHeader {
95     color: black;
96     background-color: transparent;
97     margin: 0;
98     padding: 0;
99     border-bottom: 1px solid black;
100     }
101    
102     .headerTitle {
103     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
104     font-size: 200%;
105     font-weight: normal;
106     margin: 0;
107     padding: 0;
108     }
109    
110     .headerSubTitle {
111     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
112     font-size: 110%;
113     font-weight: normal;
114     font-style: italic;
115     margin: 0;
116     padding: 0 0 1ex 0;
117     }
118    
119     .headerLinks {
120     display: none;
121     }
122    
123     .subHeader {
124     display: none;
125     }
126    
127    
128     /* ##### Side Menu ##### */
129    
130     #side-bar {
131     display: none !important;
132     }
133    
134    
135     /* ##### Main Copy ##### */
136    
137     #main-copy {
138     text-align: justify;
139     margin: 0 !important;
140     padding: 0;
141     }
142    
143     #main-copy h1 {
144     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
145     font-size: 120%;
146     margin: 2ex 0 1ex 0;
147     padding: 0;
148     }
149    
150     #main-copy h2 {
151     font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
152     font-weight: normal;
153     font-size: 100%;
154     margin: 0;
155     padding: 2ex 0 0.5ex 0;
156     }
157    
158     #main-copy h1 + h2 {
159     padding-top: 0;
160     }
161    
162     #main-copy p {
163     margin: 0 0 2ex 0;
164     padding: 0;
165     }
166    
167     h2 a:after {
168     content: "" !important;
169     }
170    
171     .newsDate {
172     font-style: italic;
173     margin: 0;
174     padding: 0;
175     display: inline;
176     }
177    
178     .newsDate:before { /* Prints an '[' before the news item's date. Doesn't work in MSIE */
179     content: "[";
180     font-style: normal;
181     }
182    
183     .newsDate:after { /* Prints a ']' after the news item's date. Doesn't work in MSIE */
184     content: "]";
185     font-style: normal;
186     }
187    
188     .newsSummary {
189     display: inline;
190     margin: 0 0 0 1ex !important;
191     padding: 0;
192     }
193    
194     .more {
195     display: none;
196     }
197    
198     .smallCaps {
199     font-variant: small-caps;
200     }
201    
202     .quarter, .oneThird, .half, .twoThirds, .fullWidth {
203     margin: 0;
204     padding: 0;
205     }
206    
207    
208     /* ##### Footer ##### */
209    
210     #footer {
211     color: black;
212     background-color: transparent;
213     font-size: 100%;
214     text-align: center;
215     margin: 2em 0 0 0;
216     padding: 1ex 0 0 0;
217     border-top: 1px solid black;
218     display: block;
219     }
220    
221     #footer a {
222     color: black;
223     background-color: transparent;
224     text-decoration: none;
225     }

  ViewVC Help
Powered by ViewVC 1.1.26