File: print_styles.css

package info (click to toggle)
webcalendar 0.9.45-4sarge7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,888 kB
  • ctags: 4,775
  • sloc: php: 16,990; sql: 1,272; perl: 777; sh: 120; makefile: 45
file content (36 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
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
#trailer,
form,
#month .minical,
.popup,
.printer,
.nav,
.bullet,
.new,
.prev,
.next {
	display: none !important;
}
a {
	color: inherit !important;
}
#cat {
	display: inline !important;
}
.entry, 
.layerentry, 
.unapprovedentry {
	font-size: 12px;
}
#viewt .entry, 
#viewt .layerentry, 
#viewt .unapprovedentry {
	font-size: 13px !important;
}
#day dl.desc {
	display: block !important;
}
#viewt table,
#viewt tr,
#viewt td {
	border-color: black !important;
}