phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/doc/styles/dev-guide.css, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/doc/styles/dev-guide.css, 1.1.2.1
Date: Sun, 5 Sep 2004 05:52:39 +0200

Update of /phpgwapi/doc/styles
Added Files:
        Branch: Version-0_9_16-branch
          dev-guide.css

date: 2004/09/05 03:52:39;  author: skwashd;  state: Exp;  lines: +56 -0

Log Message:
add some css
=====================================================================
h1:before
{
    content: counter(chapter) ". ";
    counter-increment: chapter;  /* Add 1 to chapter */
    counter-reset: section;      /* Set section to 0 */
}

h2:before
{
    content: counter(chapter) "." counter(section) " ";
    counter-increment: section;
}

h4
{
        color: #537991;
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 0px;
}

pre
{
        background-color: #ccc;
        border: 1px solid #333;
        display: block;
        font-weight: bold;
        padding: 10px;
}

a.heading 
{
        text-decoration: none;
}

ol
{
        counter-reset: item;
}

ol > li
{
        display: block;
}

ol > li:before
{
        content: counters(item, ".") " ";
        counter-increment: item;
}

blockquote
{
        text-align: center; 
        font-style: italic;
}




reply via email to

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