diff -r 4aec3f00ea87 -r 1fa074d64662 integ/renkan/css/renkan.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integ/renkan/css/renkan.css Wed Apr 03 18:56:34 2013 +0200 @@ -0,0 +1,159 @@ + +.Rk-Render { + position: absolute; left: 0; top: 0; right: 0; bottom: 0; +} + +/* Canvas */ + +.Rk-Canvas { + position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; +} + +/* Editors */ + +.Rk-Editor { + position: absolute; left: 0; top: 0; right: 0; z-index: 2; color: #000000; +} + +.Rk-Notifications { + position: absolute; right: 15px; top: 15px; width: 200px; + padding: 10px; border-radius: 8px; display: none; + color: #ffffff; font-size: 13px; text-align: center; font-weight: bold; + background: rgba(20,20,20,.7); + background: -moz-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); + background: -webkit-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); + background: -ms-linear-gradient(top, rgba(40,40,40,.7) 20%, rgba(0,0,0,.7) 80%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); +} + +.Rk-CloseX { + float: right; cursor: pointer; +} + +.Rk-Editor h2 { + font-size: 16px; font-weight: bold; +} + +.Rk-Editor p, .Rk-Editor-p { + margin: 5px 0; font-size: 12px; clear: both; +} + +.Rk-Editor-Label { + float: left; width: 80px; +} + +a.Rk-Edit-Goto { + display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png); +} + +.Rk-Edit-Title, .Rk-Edit-URI, .Rk-Edit-Image, .Rk-Edit-Image-File, .Rk-Edit-Vocabulary { + font-size: 12px; width: 250px; +} + +.Rk-Edit-URI { + font-size: 12px; width: 230px; +} + +.Rk-Edit-ImgPreview { + border: 1px solid #666; margin: 5px auto; display: block; + max-width: 253px !important; max-height: 100px !important; +} + +.Rk-Editor textarea { + width: 250px; height: 120px; resize: none; +} + +.Rk-UserColor { + display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px; +} + +.Rk-Edit-Color { + display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px; +} + +.Rk-Edit-ColorTip { + display: block; width: 3px; height: 3px; background: #fff; margin: 7px 0 0 7px; cursor: pointer; +} + +.Rk-Edit-ColorPicker-Wrapper { + display: inline-block; position: relative; +} + +.Rk-Edit-ColorPicker { + position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC; + padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none; +} + +.Rk-Edit-ColorPicker-Text { + color: #303080; font-weight: bold; +} + +.Rk-Edit-ColorPicker li { + float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer; +} + +.Rk-Edit-Size-Up, .Rk-Edit-Size-Down { + font-size: 13px; font-weight: bold; padding: 0 4px; background: #ffffff; color: #000000; border: 1px solid #cccccc; + text-decoration: none; +} + +.Rk-Edit-Size-Up:hover, .Rk-Edit-Size-Down:hover { + background: #666666; +} + +.Rk-Edit-Size-Value { + display: inline-block; + padding: 0 5px; + text-align: center; + width: 20px; +} + +.Rk-Edit-Vocabulary-Class { + color: #999999; font-style: italic; font-weight: bold; +} + +.Rk-Edit-Vocabulary-Property { + padding-left: 20px; +} + +.Rk-Edit-Direction { + border: 1px solid #666; padding: 3px 5px; line-height: 20px; border-radius: 3px; background: #f0f0f0; cursor: pointer; +} + +.Rk-Edit-Direction:hover { + background: #c0c0c0; +} + +.Rk-Display-Title a { + text-decoration: none; color: #000000; +} + +.Rk-Display-Title a:hover { + text-decoration: underline; +} + +.Rk-Display-URI { + font-style: italic; +} + +.Rk-Fold-Bins { + position: absolute; top: 5px; width: 12px; text-align: center; font-size: 16px; cursor: pointer; + line-height: 16px; padding: 4px; color: #ffffff; background: #666666; border-radius: 0 6px 6px 0; + font-weight: bold; +} + +.Rk-Fold-Bins:hover { + background: #333333; +} + +.Rk-ZoomButtons { + position: absolute; +} + +.Rk-ZoomIn, .Rk-ZoomOut { + display: block; +} + +.Rk-Clear { + clear: both; +}