Parley

 view release on metacpan or  search on metacpan

root/static/css/common.css  view on Meta::CPAN

    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right;
    font-weight: bold;
}



a[href $='.jpg']{
    padding-left: 20px;
    background:   transparent url(/static/images/filetypes/image.png) no-repeat center left;
}

a[href $='.pdf']{
    padding-left: 20px;
    background:   transparent url(/static/images/filetypes/pdf.png) no-repeat center left;
}


.help li {
    margin-top:         25px;
    margin-right:       25px;
    list-style-type:    none;
    border-left:        2px solid #666;
    padding-top:        5px;
    padding-bottom:     5px;
    padding-left:       10px;
    background-color:   #ddd;
}
.help li ul li, .help li ol li{
    margin-top:         5px;
    list-style-type:    disc;
    border-left:        none;
    padding-left:       none;
    padding-top:        none;
    padding-bottom:     none;
    background-color:   transparent;
}

.error_messages {
    width:              80%;
    margin-top:         10px;
    margin-bottom:      10px;
    margin-left:        auto;
    margin-right:       auto;
    border:             2px solid black;
    color:              white;
    background-color:   red;
    font-weight:        bold;
    padding:            5px;
}

.site_terms {
    width:              80%;
    margin-left:        auto;
    margin-right:       auto;
    margin-bottom:      10px;
    padding:            5px;
    border:             1px solid #666;
}

#loader_wait.yui-overlay {
    position:       fixed;
    float: right;
    top:            10px;
    right:          10px;
    border:         none;
    text-align: right;
    }


/* ForumCode styles */
.forumcode_code {
    font-family:        monospace;
    border:             1px solid #333;
    font-size:          85%;
    margin:             15px 20px 15px 20px;
    padding:            6px;
    width:              85%;
    overflow:           auto;

    color:              #ff0;
    background-color:   #333;
    border:             1px solid #666;

    white-space:        pre;
}

.forumcode_pre {
    background-color:   transparent;
    font-family:        monospace;
    border:             1px dashed #333;
    font-size:          85%;
    margin:             15px 20px 15px 20px;
    padding:            6px;
    width:              85%;
    overflow:           auto;

    white-space:        pre;
}

.forumcode_quote {
    background-color:   #eee;
    font-family:        monospace;
    font-style:         italic;
    border:             1px dotted #333;
    font-size:          85%;
    margin:             15px 20px 15px 20px;
    padding:            6px;
    width:              85%;
    overflow:           auto;
}

.forumcode_quoting {
    font-weight:        bold;
    margin-bottom:      3px;
}




( run in 1.054 second using v1.01-cache-2.11-cpan-39bf76dae61 )