Parley

 view release on metacpan or  search on metacpan

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

}

.user_login p {
    margin-top:         5px;
    margin-bottom:      5px;
}

.user_permission_list  {
    margin-left:        auto;
    margin-right:       auto;
    margin-top:         15px;
    font-size:          93%;
    width:              100%;
}
.user_permission_list td {
    vertical-align:     top;
    border:             1px dashed #ddd;
    border:             none;
    line-height:        150%;
    padding-left:       10px;
    padding-right:      10px;
    padding-top:        5px;
    padding-bottom:     5px;
}
.user_permission_list img {
    vertical-align: middle;
}

.forum_moderator_list div input{
    height: 150%;
}
.forum_moderator_list img {
    vertical-align: middle;
}


.user_post_info {
    background:         #ccc;
    background:         transparent;
    font-size:          77%;
    margin-left:        auto;
    margin-right:       auto;
    text-align:         center;
    vertical-align:     top;
    width:              110px;
}

/* add icons to some links with CSS styling */

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;
}

/* YUI element styling */
#loader_wait.yui-overlay {
    position:           fixed;
    float:              right;
    top:                10px;
    right:              10px;
    border:             none;
    text-align:         right;
}
#preview_overlay {
    border:             1px dashed #ccc;
    text-align:         left;
    padding:            0px;
}
#thread_message {
    font-family:        monospace;
    text-align:         left;
    padding:            0px;
    background-color:   #eee;
    font-size:          93%;
    width:              450px;
}

#validation_errors {
    display:            block;
    font-size:          83%;
    border:             1px dashed #89d;
    margin-top:         10px;
    margin-bottom:      10px;
    margin-left:        25px;
    margin-right:       25px;
    padding:            3px;
}

#ysearch {
    text-align:         center;
}
#ysearchinput {
    position:           static;
    width:              20em;
} /* to center, set static and explicit width: */
#ysearchcontainer {
    text-align:         left;
    width:              20em;
} /* to center, set left-align and explicit width: */

/* 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;



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