summaryrefslogtreecommitdiff
path: root/theme/base/css/print.css
blob: 094d07fed2d793182d59747f67521f199955be31 (plain)
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
/** theme: base
 *
 * @package   StatusNet
 * @author Sarven Capadisli <csarven@status.net>
 * @copyright 2009 StatusNet, Inc.
 * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
 * @link      http://status.net/
 */

a:after { background-color:#fff; }
a:not([href^="#"]):after { content:" ( "attr(href)" ) "; }

img { border:none; }
p { orphans: 2; widows: 1; }

#site_nav_global_primary,
#site_nav_local_views,
#form_notice,
.pagination,
#site_nav_global_secondary,
.entity_actions,
.notice-options,
#aside_primary,
.form_subscription_edit .submit {
display:none;
}

.timestamp dt, .timestamp dd,
.device dt, .device dd {
display:inline;
}

.profiles li,
.notices li {
margin-bottom:18px;
}