client/css/renkan.css
changeset 55 17ff0be41a5b
parent 53 bb63da144239
child 62 f9019462465a
equal deleted inserted replaced
54:43c35d6ca3f0 55:17ff0be41a5b
   191 
   191 
   192 .Rk-Editor h2 {
   192 .Rk-Editor h2 {
   193     font-size: 16px; font-weight: bold;
   193     font-size: 16px; font-weight: bold;
   194 }
   194 }
   195 
   195 
   196 .Rk-Editor p {
   196 .Rk-Editor p, .Rk-Editor-p {
   197     margin: 5px 0; font-size: 12px;
   197     margin: 5px 0; font-size: 12px;
   198 }
   198 }
   199 
   199 
   200 .Rk-Editor label {
   200 .Rk-Editor label {
   201     display: inline-block; width: 70px;
   201     float: left; width: 70px;
   202 }
   202 }
   203 
   203 
   204 a.Rk-Edit-Goto {
   204 a.Rk-Edit-Goto {
   205     display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png);
   205     display: block; float: right; width: 18px; height: 17px; margin: 1px 0; border: none; background: url(../img/goto.png);
   206 }
   206 }
   221 .Rk-Editor textarea {
   221 .Rk-Editor textarea {
   222     width: 225px; height: 120px; resize: none;
   222     width: 225px; height: 120px; resize: none;
   223 }
   223 }
   224 
   224 
   225 .Rk-UserColor {
   225 .Rk-UserColor {
   226     display: inline-block; width: 1em; height: 1em; border: 1px solid #666666; margin: -2px 2px;
   226     display: inline-block; width: 12px; height: 12px; border: 1px solid #666666; margin: -2px 2px;
       
   227 }
       
   228 
       
   229 .Rk-Edit-Color {
       
   230     display: inline-block; width: 10px; height: 10px; border: 2px solid #333333; margin: -2px 2px;
       
   231 }
       
   232 
       
   233 .Rk-Edit-ColorTip {
       
   234     display: block; width: 3px; height: 3px; background: #fff; margin: 7px 0 0 7px; cursor: pointer;
       
   235 }
       
   236 
       
   237 .Rk-Edit-ColorPicker-Wrapper {
       
   238     display: inline-block; position: relative;
       
   239 }
       
   240 
       
   241 .Rk-Edit-ColorPicker {
       
   242     position: absolute; top: -2px; left: 15px; width: 96px; height: 96px; border: 1px solid #CCCCCC;
       
   243     padding: 5px 4px 4px 5px; background: #ffffff; border-radius: 5px; display: none;
       
   244 }
       
   245 
       
   246 .Rk-Edit-ColorPicker-Text {
       
   247     color: #303080; font-weight: bold;
       
   248 }
       
   249 
       
   250 .Rk-Edit-ColorPicker li {
       
   251     float: left; width: 11px; height: 11px; margin: 0 1px 1px 0; cursor: pointer;
   227 }
   252 }
   228 
   253 
   229 .Rk-ZoomButtons {
   254 .Rk-ZoomButtons {
   230     position: absolute; left: 0; top: 0; cursor: pointer;
   255     position: absolute; left: 0; top: 0; cursor: pointer;
   231 }
   256 }