src/cm/media/js/lib/yui/yui3.0.0/examples/node/assets/node.css
author ymh <ymh.work@gmail.com>
Fri, 14 Mar 2014 13:16:10 +0100
changeset 611 fa66f4bb1563
parent 0 40c8f766c9b8
permissions -rw-r--r--
add some more custom config and put every thing in comment in the custom.yaml template

div#demo,
ul#demo li {
    background: #cfb192;
    border: 1px solid #71241a;
}

ul#demo2 li {
    background: #dadada;
    border: 1px solid #71241a;
}

div#demo p,
ul#demo li,
ul#demo2 li {
    list-style: none;
    padding: 0.5em 1em;
}

ul#demo,
ul#demo2 {
    width: 10em;
}

.yui-fail {
    background:red;
}

#demo .yui-pass,
#demo2 .yui-pass {
    background:green;
}

#demo dt {
    font-weight:bold;
}

#demo dt::after {
    content':';
}

#demo dd {
    margin-bottom:0.5em;
}

span#demo {
    background:#ffa928;
    display:block;
    height:10px;
    width:10px;
}