~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/styles/prosilver/theme/print.css

Merge from no-phpbb-for-you. phpBB is no longer available by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* proSilver Print Style Sheet
2
 
-------------------------------------------------
3
 
        Author: subBlue  ( http://www.subBlue.com/ )
4
 
        Version: 25 August 2004
5
 
 
6
 
        Copyright 2004 phpBB Group
7
 
-------------------------------------------------*/
8
 
 
9
 
 
10
 
/* Lots still TODO here! */
11
 
 
12
 
/* General markup styles */
13
 
* {
14
 
        padding: 0;
15
 
        margin: 0;
16
 
}
17
 
 
18
 
body {
19
 
        font: 11pt Verdana, Arial, Helvetica, sans-serif;
20
 
        color:#000000;
21
 
}
22
 
 
23
 
a:link          { color: #000000; text-decoration: none; }
24
 
a:visited       { color: #000000; text-decoration: none; }
25
 
a:active        { color: #000000; text-decoration: none; }
26
 
 
27
 
img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
28
 
 
29
 
/* Container for the main body */
30
 
#wrap {
31
 
        margin: 0 2em;
32
 
}
33
 
 
34
 
p { font-size: 85%; }
35
 
.copyright { font-size: 75%; }
36
 
.page-number { float:right; width: auto; text-align: right; font-size: 75%; }
37
 
 
38
 
h1, h2, h3, h1 a, h2 a, h3 a {
39
 
        font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
40
 
        color: #000000;
41
 
        background: none;
42
 
        text-decoration: none;
43
 
        font-weight: bold;
44
 
}
45
 
 
46
 
h1 { font-size: 20pt; }
47
 
h2 { font-size: 16pt; margin-top: 1em; }
48
 
h3 { font-size: 14pt; margin-top: 1em; }
49
 
 
50
 
.content {
51
 
        font-size: 11pt;
52
 
        line-height: 14pt;
53
 
        margin-bottom: 1em;
54
 
        font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
55
 
        overflow: hidden;
56
 
}
57
 
 
58
 
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
59
 
.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {
60
 
        text-decoration: underline;
61
 
        padding: 0.1em 0.2em;
62
 
        margin: -0.1em -0.2em;
63
 
        color: #666;
64
 
        background: none;
65
 
        font-size: 100%;
66
 
}
67
 
 
68
 
html>body .postbody a:link:after, html>body .postbody a:visited:after {
69
 
        content: " (" attr(href) ") ";
70
 
        font-size: 90%;
71
 
        text-decoration: none;
72
 
}
73
 
 
74
 
hr {
75
 
        height: 1px;
76
 
        background-color: #999999;
77
 
        border-width: 0;
78
 
}
79
 
 
80
 
.author {
81
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
82
 
        font-size: 75%;
83
 
        margin-bottom: 0.6em;
84
 
}
85
 
 
86
 
.date {
87
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
88
 
        float: right;
89
 
        position: relative;
90
 
        text-align: right;
91
 
        font-size: 75%;
92
 
}
93
 
 
94
 
/* Dont want to print url for names or titles in content area */
95
 
.postbody .author a:link, .postbody .author a:visited, 
96
 
html>body .postbody .author a:link:after, 
97
 
html>body .postbody .author a:visited:after,
98
 
.postquote .quote-by a:link, .postquote .quote-by a:visited, 
99
 
html>body .postquote .quote-by a:link:after, 
100
 
html>body .postquote .quote-by a:visited:after,
101
 
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
102
 
        text-decoration: none;
103
 
        content: "";
104
 
}
105
 
 
106
 
/* Poster profile */
107
 
.postprofile { display: none; }
108
 
.grip-show { display:none; }
109
 
 
110
 
/* Quote */
111
 
.postquote {
112
 
        font-size: 85%;
113
 
        margin: 1em 18% 1em 4%;
114
 
        padding: 0.5em;
115
 
        position: relative;
116
 
        line-height: 1.5em;
117
 
        border: 1px #999999 solid;
118
 
}
119
 
 
120
 
.postquote img { display: none; }
121
 
.postquote span { display: block; }
122
 
.postquote span .postquote { font-size: 100%; }
123
 
.quote-by { font-weight: bold; }
124
 
 
125
 
/* Misc page elements */
126
 
div.spacer { clear: both; }
127
 
 
128
 
/* Accessibility tweaks: Mozilla.org */
129
 
.skip_link { display: none; }