aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/reading/css/print3rdParty.css
blob: f5b7ebc8307042f93545d2f7979b837d77b9ae37 (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
body {
   background: white;
   font-size: 12pt;
   color:#000;
   }
#access,   
.header .social, .nav, .footer  {
   display: none;
}
.wrapper, #content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
p#logo img.printMe  { display:block; vertical-align: bottom; }   
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #9c2161;
}
p#logo {
   margin-bottom: -8px;
}
a:link, a:visited {
   color: #9c2161;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}