Line | |
---|
1 | /* ==========================================================================
|
---|
2 | Print styles
|
---|
3 | ========================================================================== */
|
---|
4 | body {
|
---|
5 | font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
|
---|
6 | font-size:11pt;
|
---|
7 | }
|
---|
8 | h1, h2, h3, h4, h5, h6 {
|
---|
9 | font-weight:bold;
|
---|
10 | line-height:125%;
|
---|
11 | page-break-inside:avoid;
|
---|
12 | page-break-after:avoid;
|
---|
13 | }
|
---|
14 | a {
|
---|
15 | border-bottom:0.5pt solid #000;
|
---|
16 | color:#000;
|
---|
17 | text-decoration:none;
|
---|
18 | }
|
---|
19 | .documentDescription {
|
---|
20 | font-weight:bold;
|
---|
21 | }
|
---|
22 | pre {
|
---|
23 | border:1pt dotted #000;
|
---|
24 | font-size:8pt;
|
---|
25 | overflow:auto;
|
---|
26 | padding:1em;
|
---|
27 | white-space:pre;
|
---|
28 | }
|
---|
29 | table.listing,
|
---|
30 | table.listing td {
|
---|
31 | border:1pt solid #000;
|
---|
32 | border-collapse:collapse;
|
---|
33 | }
|
---|
34 | table.listing td,
|
---|
35 | table.listing th {
|
---|
36 | padding:6px;
|
---|
37 | }
|
---|
38 | div.pageBreak {
|
---|
39 | page-break-before:always;
|
---|
40 | }
|
---|
41 | #content dt {
|
---|
42 | margin:1em 0 0.625em;
|
---|
43 | }
|
---|
44 | #content p, #content table {
|
---|
45 | margin-bottom:0.625em;
|
---|
46 | margin-top:0.625em;
|
---|
47 | }
|
---|
48 | #content .documentDescription, #content #description {
|
---|
49 | margin:0.5em 0 1.31em;
|
---|
50 | }
|
---|
51 | div.top,
|
---|
52 | #portal-logo,
|
---|
53 | #portal-siteactions,
|
---|
54 | .hiddenStructure,
|
---|
55 | #portal-searchbox,
|
---|
56 | #theme-globalnav,
|
---|
57 | #portal-globalnav-mobile,
|
---|
58 | #portal-personaltools,
|
---|
59 | #portal-breadcrumbs,
|
---|
60 | #edit-bar,
|
---|
61 | .carousel,
|
---|
62 | #portlets-in-header,
|
---|
63 | #portal-column-one,
|
---|
64 | #portlets-above,
|
---|
65 | #portlets-below,
|
---|
66 | #portal-column-two,
|
---|
67 | #portlets-footer,
|
---|
68 | #portal-languageselector,
|
---|
69 | .contentViews,
|
---|
70 | .contentActions,
|
---|
71 | .help,
|
---|
72 | .legend,
|
---|
73 | .portalMessage,
|
---|
74 | .documentActions,
|
---|
75 | .netscape4,
|
---|
76 | #viewlet-below-content .reply,
|
---|
77 | #viewlet-below-content .discussion,
|
---|
78 | #portal-footer,
|
---|
79 | #portal-colophon,
|
---|
80 | .skipnav,
|
---|
81 | #ajax-spinner,
|
---|
82 | #review-history,
|
---|
83 | #content-history,
|
---|
84 | .listingBar,
|
---|
85 | .link-presentation,
|
---|
86 | input.standalone,
|
---|
87 | .overlay,
|
---|
88 | .managePortletsFallback,
|
---|
89 | .close,
|
---|
90 | .link-parent,
|
---|
91 | .draggingHook,
|
---|
92 | #foldercontents-order-column,
|
---|
93 | input.context,
|
---|
94 | .visualNoPrint,
|
---|
95 | .slinks {
|
---|
96 | display:none;
|
---|
97 | }
|
---|
98 | .image-left {
|
---|
99 | clear:left;
|
---|
100 | float:left;
|
---|
101 | margin:0.5em 1em 0.5em 0;
|
---|
102 | }
|
---|
103 | .image-inline {
|
---|
104 | float:none;
|
---|
105 | }
|
---|
106 | .image-right {
|
---|
107 | clear:right;
|
---|
108 | float:right;
|
---|
109 | margin:0.5em;
|
---|
110 | }
|
---|
111 | dd.image-caption {
|
---|
112 | margin:0;
|
---|
113 | padding:0;
|
---|
114 | text-align:left;
|
---|
115 | }
|
---|
116 | dl.captioned {
|
---|
117 | padding:0.8em;
|
---|
118 | }
|
---|
119 | .newsImageContainer {
|
---|
120 | float:right;
|
---|
121 | margin:0 0 0.5em 1em;
|
---|
122 | width:16em;
|
---|
123 | }
|
---|
124 | .tileImage {
|
---|
125 | float:right;
|
---|
126 | margin:0 0 0.5em 0.5em;
|
---|
127 | } |
---|
Note: See
TracBrowser for help on using the repository browser.