ios7Common.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. @import url("dashboard_ios7.css");
  2. /* jQuery-UI mods */
  3. div.ui-dialog { border:3px solid #e5e5e5; padding: 0.2em; }
  4. div.ui-dialog div.ui-dialog-titlebar { display:none; }
  5. div.ui-widget-content { font-family:Helvetica; background:white; color:#151515;}
  6. div.ui-widget-content a { color: #147bff!important; text-decoration:none!important; cursor: pointer!important;}
  7. .colorpicker_ct .slider { background: url(../jscolor/ct_background.svg); }
  8. .colorpicker_ct_mired .slider { background: url(../jscolor/ct_mired_background.svg); }
  9. .colorpicker_hue .slider { background: url(../jscolor/hue_background.svg); }
  10. .get,.set,.attr { margin-bottom:5px; float:left; }
  11. select.svgSrc { width:100px; }
  12. select.svgColumn { width:50px; }
  13. select.svgRegexp { width:120px; }
  14. /* jQuery-UI mods */
  15. #fwmenu {
  16. position: absolute; z-index:1005;
  17. text-align:left; max-width:600px;
  18. font-weight: normal; font-size: 100%;
  19. background:#e5e5e5;
  20. }
  21. #fwmenu li a { color:black; }
  22. div#svgmarker {
  23. position: absolute; z-index:1005; padding: 6px 10px;
  24. text-align:left; max-width:600px;
  25. color:black; background:#e5e5e5;
  26. }
  27. svg.zw_nr .zwBox { stroke:#c0c0c0; stroke-width:2px; fill:#f7f7f7; }
  28. svg.zw_nr .zwDongle { stroke:red; stroke-width:2px; fill:#f7f7f7; }
  29. svg.zw_nr .zwMargin { stroke:#c0c0c0; stroke-width:1px; fill:none; }
  30. svg.zw_nr .zwLine { stroke:#c0c0c0; stroke-width:1px; }
  31. svg.zw_nr .zwArrowHead { fill:#147bff; stroke-width:1px; }
  32. svg.zw_nr { height:auto; width:auto; margin:0; }