Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / themes / bartik / css / print.css
1
2 /* ---------- General Layout ---------- */
3
4 body,
5 input,
6 textarea,
7 select {
8   color: #000;
9   background: none;
10 }
11 body.two-sidebars,
12 body.sidebar-first,
13 body.sidebar-second,
14 body {
15   width: 640px;
16 }
17 #sidebar-first,
18 #sidebar-second,
19 .navigation,
20 #toolbar,
21 .site-footer,
22 .tabs,
23 .shortcut-action {
24   display: none;
25 }
26 .one-sidebar .main-content,
27 .two-sidebars .main-content {
28   width: 100%;
29 }
30 .featured-bottom {
31   width: 960px;
32   margin: 0;
33   padding: 0;
34   border: none;
35 }
36 .featured-bottom-first,
37 .featured-bottom-second,
38 .featured-bottom-third {
39   width: 250px;
40 }
41
42 /* ---------- Node Pages ---------- */
43
44 #comments .title,
45 #comments form,
46 .comment-forbidden {
47   display: none;
48 }