-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
124 lines (119 loc) · 2.74 KB
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/**
* Specific CSS for the print page of the module
*
* @copyright INBOX International
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since 1.0
* @author Rodrigo Pereira Lima <rodrigo@inboxinternational.com>
* @package imfaq
* @version $Id$
*/
html {
background: none;
}
body {
background: none;
}
#pagelayer {
margin-left: auto;
margin-right: auto;
width:600px;
font-family: Arial;
font-size: 12px;
}
#header{
margin: 0px;
margin-left: auto;
margin-right: auto;
height:100px;
text-align: center;
}
#subheader {
border-bottom: 1px solid #818B6E;
margin-bottom: 15px;
height: 18px;
font-weight: bold;
padding-top: 3px;
margin-leftt:1px;
}
#sitetitle {
color: #0A2664;
}
#siteslogan {
color: #818B6E;
border-left: 1px solid #818B6E;
padding-left: 10px;
margin-left: 10px;
}
#title {
font-weight: bold;
font-size: 130%;
padding-bottom: 10px;
}
#body {
text-align: justify;
}
#footer {
border-top: 1px solid #818b6e;
margin-top: 15px;
padding-top:3px;
text-align: left;
font-size: 90%;
}
img {border: 0px;}
.sectionSeparation {
font-size: 110%;
font-weight: bold;
padding-bottom: 0px;
margin-bottom: 0px;
padding-top: 1px;
border-top: 1px solid #D6D7D9;
text-align: right;
}
table {width: 100%; font-size: 12px;}
a {color: #5B9204; text-decoration: none;}
a:hover {text-decoration: underline; color: black;}
}
#prestige_3columns_content_table {
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
margin: 0px;
}
.prestige_3columns_content {
width: 33%;
vertical-align: top;
}
.prestige_3columns_content_grey_left {
background-color: #E2E2E2;
padding-top: 20px;
padding-left: 5px;
padding-right: 5px;
color: #000;
width: 33%;
vertical-align: top;
}
.prestige_3columns_inter_col {
padding: 3px;
}
.prestige_red{
color: #AE0029;
font-weight: bold;
}
#smartcontent_print_button {
text-align: right;
padding-right: 10px;
padding-top: 2px;
border: 1px solid #000;
}
.next{
display: none;
}
legend { color: #0353c4; font-size: 90%; font-weight: bold; }
fieldset { font-size: 80%; }
#pull_quote { font-size: 90%; font-style: italic; background-color: #c0c0c0; text-align: left; width: 150px; float: right; margin: 10px 0 10px 15px; padding: 10px; border: solid 1px silver; }
.pull_author { font-size: 80%; font-weight: bold; font-style: normal; line-height: 1.1em; text-align: right; }
a.showLink, a.hideLink { text-decoration: none; color: #0353c4; font-size: 12px; padding-left: 8px; background: url(../../themes/icon/img/down.gif) no-repeat left 50%; visibility: hidden; }
a.hideLink { background: url(../../themes/icon/img/up.gif) no-repeat left 50%; visibility: hidden; }
a.showLink:hover, a.hideLink:hover { visibility: hidden; border-bottom: 1px dotted #36f; }