martin: doc/www/src print.css,NONE,1.1 header.html.m4,1.6,1.7

cvs at kolab.org cvs at kolab.org
Thu May 3 01:59:16 CEST 2007


Author: martin

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv22716

Modified Files:
	header.html.m4 
Added Files:
	print.css 
Log Message:
Martin Konold: Add support for printing style sheet as provided by Tim Gerundt


--- NEW FILE: print.css ---
body, td {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

.hint {
    font-style: italic;
}

.note {
    border: 1px dashed black;
    padding: 0.5em;
    margin: 0.5em;
}

/* Menu container */
#menu {
    display: none;
}

/* Menu box header */
.mbh {
    display: none;
}

/* Menu box body */
.mbox {
    display: none;
}

/* Content box header */
.cbh {
    border-bottom: 2px solid black;
    padding-top: 5px;
}

.cbhtext {
    font-size: 150%;
    /*font-weight: bold;*/
    padding-left: 1em;
    vertical-align: middle;
}

/* Footer block */
#footer {
    margin-top: 1em;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    font-size: 75%;
    text-align: center;
}

/* Last-updated timestamp tag */
#date {
    text-align: right;
    font-size: 85%;
    font-family: monospace;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin: 0.5em;
}

/* Shell/source code */
.shell {
    border: 1px solid black;
    padding: 0.5em;
    margin: 0.5em;
}

/* News date */
.newsd {
    font-size: 110%;
    font-weight: bold;
    white-space: nowrap;
    width: 200px;
}

/* News header */
.newsh {
    font-size: 110%;
    font-weight: bold;
}

/* News body */
.newsb {
    padding-left: 3em;
}

.news .newsb {
    margin-bottom: 2em;
}

Index: header.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/header.html.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- header.html.m4	3 Nov 2006 11:13:24 -0000	1.6
+++ header.html.m4	2 May 2007 23:59:14 -0000	1.7
@@ -15,6 +15,7 @@
 <meta name="description" content="Kolab aims to maintain and enhance a complete Free Software groupware solution for UNIX platforms." />
 <meta name="keywords" content= "kolab,groupware,free software,open source, unix,gnu/linux,linux,kde,outlook,kmail,korganizer,kontact,horde,email" />
 <link rel="stylesheet" type="text/css" media="screen" href="default.css" />
+<link rel="stylesheet" type="text/css" media="print" href="print.css" />
 <link rel="shortcut icon" type="image/png" href="images/favicon.png" />
 </head>
 





More information about the commits mailing list