CatalystX-CMS

 view release on metacpan or  search on metacpan

lib/CatalystX/CMS/tt/static/css/cms.css  view on Meta::CPAN

/* default CatalystX::CMS style */

body {
    text-align: left;
}

.padded { padding: 0.5em }
.boxed  { border: 1px solid #aaa; }

.url {
    white-space: nowrap;
    font-family: monospace;
}

.history caption
{
    font-weight: bold;
    font-size: 110%;
    padding: .50em;
}

.history tr, .history td
{
    padding: .25em;
    
}

.history tr.diff:hover
{
    cursor: pointer;
    background: #ffffe0;
}

.alt { background: #eee; }

#countbox_cont {
    border: 1px dotted #aaa;
    margin: 4px;
    padding: 4px;
}

#status {
    border: 1px solid #aaa;
    background: #fff;
    height: 100px;
    padding: 0.5em;
}

/*
#editor {
    border: 1px solid #aaa;
    margin: 1em;
}
*/

.editor-hidden {
    visibility: hidden;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

code.tt {
    color: blue;
}

#cms_attrs label, 
#cms_attrs .label
{
    font-weight: bold;
    padding-right: 6px;
    text-align: right;
    width: 80px;
}

#cms_attrs label,
#cms_attrs .label,
#cms_attrs input
{
    display: block;
    float: left;
    margin-top: .25em;
}

#cms_attrs input
{
    border: 1px solid #aaa;
    padding: 2px;
}



( run in 2.278 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )