improved print css for leaflet printing

svn path=/trunk/; revision=25607
This commit is contained in:
samtuke 2013-05-10 16:22:48 +00:00
parent 62a4df0240
commit f2a172e821
2 changed files with 73 additions and 9 deletions

View File

@ -968,11 +968,16 @@
<div id="footer">
<div id="notice">
<p>
Copyright © 2001-2013 <a href="/">Free Software
Foundation Europe</a>. <strong>
<a href="/contact/contact.html">
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'contact-us'" /></xsl:call-template>
</a></strong>.<br />
Copyright © 2001-2013 <a href="/">Free Software
Foundation Europe</a>.
<span id="contact-us-link">
<strong>
<a href="/contact/contact.html">
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'contact-us'" /></xsl:call-template>
</a>
</strong>
</span>
.<br />
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'permission'" /></xsl:call-template><br />

View File

@ -22,6 +22,8 @@ a, a:link, a:visited {
margin: 0;
padding:0;
width: auto;
border: none;
box-shadow: none;
}
#wrapper-inner {
@ -34,7 +36,7 @@ a, a:link, a:visited {
}
#header {
height: auto;
display: none;
}
/* We don't need margins for the content */
@ -44,6 +46,43 @@ a, a:link, a:visited {
width: auto;
}
h1 {
font-size: 1.8em;
padding: 0;
border: 0;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
}
#content p#category {
font-size: 1.2em;
}
#formnl {
display: none;
}
#article-metadata {
margin: 0;
}
#introduction {
border: none;
}
#introduction p, p#introduction {
line-height: inherit;
margin: 0.8em 0;
font-size: 1em;
font-style: italic;
}
/* remove donate box on donation page */
#donate-once {
display: none;
@ -54,15 +93,35 @@ a, a:link, a:visited {
}
#footer {
font-size: 80%;
border: 5px #FFFFFF solid;
margin: 0;
padding: 0;
font-size: 80%;
border: 5px #FFFFFF solid;
}
#footer div {
float: none;
}
#notice {
float: none;
margin: 0;
width: auto;
padding:0;
}
#notice ul {
display: none;
}
#contact-us-link strong {
display: none;
}
#contact-us-link:after {
content: 'Email: office@fsfe.org';
}
.newsleft dt span, .newsright dt span {
color: #000000;
}