Parley

 view release on metacpan or  search on metacpan

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

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


/* YUI CSS overrides */

/* make disabled menuitems look 'different' */
.yuimenuitem .disabled {
    color:              #A6A6A6;
    cursor:             default;
}

/* tabview (user prefs) */

/* .yui-navset defaults to .yui-navset-top */ 
.yui-skin-sam .yui-navset .yui-nav, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */ 
    border:solid #333; /* color between tab list and content */ 
    border-width:0 0 5px; 
    Xposition:relative; 
    zoom:1; 
}

.yui-skin-sam .yui-navset .yui-content { 
    background:transparent; /* content background color */ 
}

.yui-skin-sam .yui-navset .yui-nav a, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a { 
    background-image:   none;
    background-color:   #999;
    border:             solid #a3a3a3; 
    border-width:       0 1px; 
    color:              #fff;
    text-decoration:    none; 
}


.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ 
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ 
    background:#333;
    color:#fff;
}

.yui-skin-sam .yui-navset .yui-nav a:hover, 
.yui-skin-sam .yui-navset .yui-nav a:focus { 
    background: #666;
    color: #fff;
    outline:0; 
}



( run in 1.290 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )