phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/doc/styles/print.css, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/doc/styles/print.css, 1.1.2.1
Date: Mon, 12 Jul 2004 09:24:59 +0200

Update of /phpgroupware/doc/styles
Added Files:
        Branch: Version-0_9_16-branch
          print.css

date: 2004/07/12 07:24:59;  author: skwashd;  state: Exp;  lines: +110 -0

Log Message:
mass doc cleanup/update :)
=====================================================================
/* phpGroupWare style sheet
   Developed by Dave Hall - skwashd at phpgroupware.org
   Copyright 2004 Free Software Foundation Inc
*/

/* Tags */
a, a:visited
{
        color: #333;
        font-weight: bold;
        text-decoration: none;
}

body, p, div
{
        background-color: #fff;
        color: #333;
        font-family: Georgia, Times New Roman, serif;
        font-size: 11pt;
}

h1
{
        color: #999;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
        margin-bottom: 0px;
}

h2
{
        color: #999;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
}

h3
{
        color: #999;
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
}

ul
{
        list-style-type: circle; 
        margin-top: 0px;
        padding-top: 0px;
}


/* Tags with classes */
img.photo
{
        margin-right: 15px;
}

/* IDs */
#content
{
        margin-left: 5%;
}

#content a:link:after, #content a:visited:after
{
        content: " [" attr(href) "] ";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
}


#footer
{
        border-top: 1px dashed #333;
        font-size: 8pt;
        text-align: center;
}

#footer a:link:after, #footer a:visited:after
{
        content: " [" attr(href) "] ";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 7pt;
}

#printheader
{
        border-bottom: 1px dashed #ccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24pt;
        font-style: italic;
        font-weight: bold;
}

#printheader img
{
        vertical-align: middle;
}

#sidenav
{
        display: none;
}

#top
{
        display: none;
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]