PHP Classes

File: www/css/blog.css

Recommend this page to a friend!
  Classes of Graham Trott   Target CMS   www/css/blog.css   Download  
File: www/css/blog.css
Role: Auxiliary script
Content type: text/plain
Description: CSS script
Class: Target CMS
Content Management System
Author: By
Last change:
Date: 13 years ago
Size: 1,935 bytes
 

Contents

Class file image Download
#blogLeft
{
    float: left;
    width: 550px;
    text-align: left;
}

#blogLeft #blogInner
{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 20px;
    background: #eee;
    color: #136;
}

#blogLeft #blogInner h3
{

    margin-top: 2.0em;
    margin-bottom: 1.0em;
}

#blogLeft #blogInner p
{
    font-size: 1.0em;
    line-height: 1.2em;
    margin-bottom: 1.0em;
}

#blogLeft #blogInner #title
{
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}

#blogLeft #blogInner #title #text
{
    font-size: 1.5em;
    font-weight: bold;
}

#blogLeft #blogInner #title #date
{
    font-size: 0.8em;
    color: #888;
}

#blogRight
{
    float: right;
    width: 200px;
}

#blogRight #blogInner
{
    margin: 20px 15px 0 0;
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: left;
}

#blogRight #blogInner #title
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#gohome
{
    margin: 10px 15px 0 15px;
    border-top: 2px solid #ccc;
    padding: 10px 0 10px 10px;
    text-align: left;
}

/* The credits line at the bottom of the page. */
#credits
{
    font-size: 0.8em;
    color: #136;
}

#blogManager
{
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

#blogManager h1
{
    margin-bottom: 1.0em;
}

#blogManager a
{
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none;
}

#blogManager #dropdowns #templates
{
    float: left;
    width: 40%;
    text-align: right;
}

#blogManager #dropdowns #languages
{
    float: right;
    width: 40%;
    text-align: left;
}

#blogManager #items
{
    text-align: left;
    width: 90%;
    font: inherit;
}

#blogManager #items #row0
{
    background: #ccf;
}

#blogManager #items .code
{
    width: 4em;
}

#blogManager #items .date
{
    width: 12em;
}

#blogManager #items .name
{
    width: 30%;
}

#blogManager #items .button
{
    width: 30px;
}

#blogManager #editBlog
{
    width: 100%;
    margin: 0 auto;
}

#blogManager #editBlog table
{
    width: 100%;
}

#blogManager #editBlog table input,
#blogManager #editBlog table textarea
{
    width: 100%;
}