1 /* don't show the name of the page */
7 /* the first h2 header is the title of the document */
9 div
.content
> h2:first-child
{
16 /* invert author and address italics */
29 /* printed smaller, and no "AUTHOR" heading, no numbering */
31 div
.Author
, div
.Abstract
, div
.Keywords
{
39 div
.Abstract h2
, div
.Keywords h2
{
44 /* typical headers are all the same size and bold, h2 is uppercased, h3 is not */
46 h2
, div
.footnotes hr
+ p
{
47 text-transform:uppercase
;
60 font:12pt "Times New Roman", serif
;
87 /* this should keep image and caption together, but it seems not to work. */
90 page-break-inside:avoid
;
93 /* link look like ordinary text */
121 text-decoration: none
;
123 div
.footer
, div
.refer
, a
, a
.number:link
, a
.number:visited
,
124 div
.content
+ form
, span
.gotobar
{
127 div
.content a
, div
.footnotes a
, div
.rc a
{
129 text-decoration:none
;
134 a
.edit
, div
.footer
, div
.refer
, a
.number
,
135 div
.content
+ form
, span
.gotobar
{
138 a
, a:link
, a:visited
{
140 text-decoration:none
;
144 a
[class
="url number"]:after
,
145 a
[class
="inter number"]:after
{
146 content:"[" attr
(href
) "]";
149 a
[class
="local number"]:after
{
150 content:"[" attr
(title
) "]";
163 div
.footnotes a
+ a
[class
="url outside"]:after
{
164 content: ", <" attr
(href
) ">";
167 div
.footnotes a
+ a
[class
="url"]:before
{
171 div
.footnotes a
+ a
[class
="url"]:after
{
184 /* must come at the end */
186 div
.content
a:hover
{
188 background-color:#999;