--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/media/js/lib/yui/yui3.0.0/examples/stylesheet/assets/theme.css Mon Nov 23 15:14:29 2009 +0100
@@ -0,0 +1,52 @@
+.yui-overlay {
+ background: rgba(128,128,128,0.3);
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
+ padding: 7px;
+ cursor: move;
+}
+.yui-overlay-content {
+ background: rgba(205,205,205,0.3);
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
+ padding: 1px;
+}
+.yui-overlay form {
+ background: #f2fbff url(gradient-promo.png) repeat-x scroll 0 0;
+ border: 2px solid #fff;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
+ margin: 0;
+ padding: 0;
+ font-size: 13px;
+}
+.yui-overlay fieldset {
+ border: 1px solid #cde;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+ border-radius: 10px;
+ margin: 0;
+ padding: 20px;
+}
+.yui-overlay h3 {
+ border-bottom: 2px solid #fff;
+ color: #479;
+ background: transparent;
+ margin: 0;
+ font-size: 175%;
+}
+.yui-overlay label {
+ display: block;
+ margin: 1.3em 0 0.5ex;
+ font-weight: bold;
+ color: #003;
+}
+.yui-overlay p {
+ margin: 2em 0 0;
+}
+.yui-overlay .yui-slider:hover {
+ cursor: default;
+}