mc-print.css
1.43 KB
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
/* If copying this stylesheet, place in your theme directory in a /css subdirectory. /wp-content/yourtheme/css/mc-print.css */
.my-calendar-header, h3 img, .mc-toggle, .mc_edit_links, #mc-export, .longdesc, .shortdesc, .mc-print, form, .screen-reader-text {
display: none;
}
table {
border: 1px solid #ddd;
border-collapse: collapse;
margin: 0 auto;
width: 100%;
}
th {
text-align: center;
background: #f6f6f6;
border: 1px solid #ddd;
width: 130px;
text-transform: uppercase;
}
td {
border: 1px solid #ddd;
font-size: 12px;
vertical-align: top;
width: 14.285%;
}
.details {
border-bottom: 1px solid #ddd;
color: #444;
margin-bottom: 2px;
}
.details a, .details img {
display: none;
}
h3 {
font-size: 1.1em;
margin: 2px 0 5px;
}
p {
margin: 2px 0;
padding: 1px 0;
line-height: 1.2;
}
caption {
font-size: 1.4em;
padding: 3px 0;
}
abbr {
border: none;
}
a {
text-decoration: none;
color: #f00
}
.mc-date {
font-weight: 700;
font-size: 1.2em;
padding: 2px 4px;
line-height: 1;
margin-left: 3px;
float: right;
background: #f9f9f9;
position: relative;
top: -1px;
right: -1px;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd
}
.return {
font-weight: 700;
font-size: 1.5em;
text-align: center;
}