2009-06-28 04:20:34 +00:00
|
|
|
body {
|
2009-06-29 14:38:30 +00:00
|
|
|
background: #E8E8E8;
|
2009-06-28 04:20:34 +00:00
|
|
|
}
|
|
|
|
|
2009-06-03 13:03:10 +00:00
|
|
|
#svg_editor {
|
|
|
|
font-size: 8pt;
|
|
|
|
font-family: Verdana, Helvetica, Arial;
|
2009-06-10 12:32:24 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor a {
|
|
|
|
color: #0000FF;
|
2009-06-03 13:03:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor hr {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor select {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2009-06-07 00:17:21 +00:00
|
|
|
#svg_editor #svgroot {
|
2009-06-09 06:03:36 +00:00
|
|
|
-moz-user-select: none;
|
2009-10-22 17:23:45 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2009-06-01 15:55:21 +00:00
|
|
|
}
|
|
|
|
|
2009-06-04 10:58:47 +00:00
|
|
|
#svg_editor #svgcanvas {
|
2009-06-28 04:20:34 +00:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2009-06-09 06:20:19 +00:00
|
|
|
width: 640px;
|
|
|
|
height: 480px;
|
2009-08-19 03:42:27 +00:00
|
|
|
-apple-dashboard-region:dashboard-region(control rectangle 0px 0px 0px 0px); /* for widget regions that shouldn't react to dragging */
|
2009-09-28 20:14:18 +00:00
|
|
|
position: relative;
|
2009-06-04 10:58:47 +00:00
|
|
|
}
|
|
|
|
|
2009-06-01 15:55:21 +00:00
|
|
|
#svg_editor div#palette_holder {
|
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
|
|
|
height: 31px;
|
2009-06-29 14:38:30 +00:00
|
|
|
border: 1px solid #808080;
|
|
|
|
border-top: none;
|
|
|
|
margin-top: 2px;
|
2009-06-01 15:55:21 +00:00
|
|
|
}
|
|
|
|
|
2009-11-09 18:59:53 +00:00
|
|
|
#svg_editor #stroke_bg,
|
|
|
|
#svg_editor #fill_bg {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
2009-06-10 12:32:24 +00:00
|
|
|
#svg_editor #fill_color, #svg_editor #stroke_color {
|
2009-06-01 15:55:21 +00:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
border: 1px solid #808080;
|
2009-06-03 13:03:10 +00:00
|
|
|
cursor: pointer;
|
2009-11-09 18:59:53 +00:00
|
|
|
margin-top: -19px;
|
|
|
|
margin-left: 1px;
|
2009-06-01 15:55:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor div#palette {
|
|
|
|
float: left;
|
|
|
|
width: 6848px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor div#workarea {
|
2009-09-16 19:21:53 +00:00
|
|
|
display: inline-block;
|
2009-06-28 04:20:34 +00:00
|
|
|
position:absolute;
|
2009-09-13 16:31:33 +00:00
|
|
|
top: 75px;
|
2009-06-29 14:38:30 +00:00
|
|
|
left: 40px;
|
2009-07-03 02:49:42 +00:00
|
|
|
bottom: 60px;
|
2009-10-14 04:25:44 +00:00
|
|
|
right: 14px;
|
2009-06-29 14:38:30 +00:00
|
|
|
background-color: #A0A0A0;
|
|
|
|
border: 1px solid #808080;
|
2009-06-28 04:20:34 +00:00
|
|
|
overflow: auto;
|
2009-06-01 15:55:21 +00:00
|
|
|
}
|
|
|
|
|
2009-09-16 19:21:53 +00:00
|
|
|
#svg_editor #sidepanels {
|
|
|
|
display: inline-block;
|
|
|
|
position:absolute;
|
|
|
|
top: 75px;
|
|
|
|
bottom: 60px;
|
|
|
|
right: 0px;
|
2009-10-14 02:50:07 +00:00
|
|
|
width: 2px;
|
|
|
|
padding: 10px;
|
2009-09-20 23:04:57 +00:00
|
|
|
border-color: #808080;
|
2009-09-16 19:21:53 +00:00
|
|
|
border-style: solid;
|
2009-09-20 23:04:57 +00:00
|
|
|
border-width: 1px;
|
2009-10-11 04:32:21 +00:00
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #layerpanel {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #E8E8E8;
|
|
|
|
position:absolute;
|
2009-10-11 06:07:57 +00:00
|
|
|
top: 1px;
|
2009-10-11 04:32:21 +00:00
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
2009-10-14 02:50:07 +00:00
|
|
|
width: 0px;
|
|
|
|
overflow: hidden;
|
2009-09-20 23:04:57 +00:00
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2009-10-14 02:50:07 +00:00
|
|
|
/*
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #666;
|
|
|
|
border-width: 0px 0px 0px 1px;
|
|
|
|
*/
|
2009-10-11 04:32:21 +00:00
|
|
|
#svg_editor #sidepanel_handle {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #E8E8E8;
|
|
|
|
left: 0px;
|
|
|
|
top: 40%;
|
|
|
|
width: 1em;
|
2009-10-14 02:50:07 +00:00
|
|
|
padding: 5px 1px 5px 5px;
|
2009-10-14 04:25:44 +00:00
|
|
|
margin-left: 3px;
|
2009-10-11 04:32:21 +00:00
|
|
|
cursor: pointer;
|
2009-10-14 02:50:07 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
2009-10-11 04:32:21 +00:00
|
|
|
-moz-user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #sidepanel_handle:hover {
|
2009-10-14 02:50:07 +00:00
|
|
|
font-weight: bold;
|
2009-10-11 04:32:21 +00:00
|
|
|
}
|
2009-10-14 02:50:07 +00:00
|
|
|
|
2009-10-11 04:32:21 +00:00
|
|
|
#svg_editor #sidepanel_handle * {
|
|
|
|
cursor: pointer;
|
|
|
|
-moz-user-select: none;
|
|
|
|
}
|
2009-09-20 23:04:57 +00:00
|
|
|
#svg_editor #layerbuttons {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2009-09-22 02:50:50 +00:00
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
width: 106px;
|
2009-09-20 23:04:57 +00:00
|
|
|
height: 20px;
|
|
|
|
border-right: 1px solid #FFFFFF;
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
border-left: 1px solid #808080;
|
|
|
|
border-top: 1px solid #808080;
|
2009-11-09 18:59:53 +00:00
|
|
|
overflow: auto;
|
2009-09-20 23:04:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor .layer_button {
|
2009-09-22 02:50:50 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
2009-09-20 23:04:57 +00:00
|
|
|
padding: 1px;
|
|
|
|
border-left: 1px solid #FFFFFF;
|
|
|
|
border-top: 1px solid #FFFFFF;
|
|
|
|
border-right: 1px solid #808080;
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
cursor: pointer;
|
2009-11-09 18:59:53 +00:00
|
|
|
float: left;
|
|
|
|
margin-right: 3px;
|
2009-09-20 23:04:57 +00:00
|
|
|
}
|
|
|
|
|
2009-09-22 01:00:24 +00:00
|
|
|
#svg_editor .layer_buttonpressed {
|
2009-09-22 04:44:56 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
2009-09-22 01:00:24 +00:00
|
|
|
padding: 1px;
|
|
|
|
border-right: 1px solid #FFFFFF;
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
border-left: 1px solid #808080;
|
|
|
|
border-top: 1px solid #808080;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2009-09-20 23:04:57 +00:00
|
|
|
#svg_editor #layerlist {
|
2009-09-24 04:22:55 +00:00
|
|
|
margin: 1px;
|
|
|
|
padding: 0px;
|
2009-09-20 23:04:57 +00:00
|
|
|
width: 110px;
|
2009-09-24 04:22:55 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
border: 1px solid #808080;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #layerlist tr.layer {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
#svg_editor #layerlist tr.layersel {
|
|
|
|
border: 1px solid #808080;
|
|
|
|
background-color: #CCCCCC;
|
2009-09-16 19:21:53 +00:00
|
|
|
}
|
|
|
|
|
2009-09-24 04:22:55 +00:00
|
|
|
#svg_editor #layerlist td.layervis {
|
|
|
|
width: 22px;
|
2009-09-24 04:48:40 +00:00
|
|
|
cursor:pointer;
|
2009-09-24 04:22:55 +00:00
|
|
|
}
|
|
|
|
#svg_editor #layerlist td.layerinvis {
|
|
|
|
background-image: none;
|
2009-09-24 04:48:40 +00:00
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
2009-11-09 18:59:53 +00:00
|
|
|
#svg_editor #layerlist td.layervis * {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #layerlist td.layerinvis * {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-09-24 04:48:40 +00:00
|
|
|
#svg_editor #layerlist td.layername {
|
|
|
|
cursor: pointer;
|
2009-09-24 04:22:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #layerlist tr.layersel td.layername {
|
|
|
|
font-weight: bold;
|
2009-09-22 04:57:59 +00:00
|
|
|
}
|
|
|
|
|
2009-10-11 06:07:57 +00:00
|
|
|
#svg_editor #selLayerLabel {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2009-10-11 04:32:21 +00:00
|
|
|
#svg_editor #selLayerNames {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2009-06-01 15:55:21 +00:00
|
|
|
#svg_editor div.palette_item {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2009-08-07 03:33:41 +00:00
|
|
|
#svg_editor #logo {
|
|
|
|
position: absolute;
|
2009-08-25 11:03:20 +00:00
|
|
|
top: 4px;
|
|
|
|
left: 4px;
|
2009-08-07 03:33:41 +00:00
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2009-08-25 11:03:20 +00:00
|
|
|
#svg_editor #logo a img {
|
|
|
|
border: 0;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
2009-06-29 14:38:30 +00:00
|
|
|
#svg_editor #tools_top {
|
2009-06-28 04:20:34 +00:00
|
|
|
position: absolute;
|
2009-06-29 14:38:30 +00:00
|
|
|
left: 38px;
|
2009-06-28 04:20:34 +00:00
|
|
|
right: 2px;
|
|
|
|
top: 2px;
|
2009-09-13 16:31:33 +00:00
|
|
|
height: 75px;
|
2009-06-10 08:59:08 +00:00
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
#svg_editor #tools_top > div {
|
2009-06-17 20:08:53 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2009-06-29 14:38:30 +00:00
|
|
|
#svg_editor #tools_left {
|
2009-06-28 04:20:34 +00:00
|
|
|
position: absolute;
|
2009-06-10 08:59:08 +00:00
|
|
|
border-right: none;
|
2009-06-29 14:38:30 +00:00
|
|
|
width: 36px;
|
2009-09-13 16:31:33 +00:00
|
|
|
top: 75px;
|
2009-06-29 14:38:30 +00:00
|
|
|
left: 2px;
|
2009-06-28 04:20:34 +00:00
|
|
|
}
|
|
|
|
|
2009-10-21 15:12:32 +00:00
|
|
|
#workarea.wireframe #svgcontent * {
|
2009-10-21 13:40:50 +00:00
|
|
|
fill: none;
|
|
|
|
stroke: #000;
|
|
|
|
stroke-width: 1px;
|
|
|
|
stroke-opacity: 1.0;
|
|
|
|
stroke-dasharray: none;
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: stroke;
|
|
|
|
}
|
|
|
|
|
2009-10-21 15:12:32 +00:00
|
|
|
#workarea.wireframe #svgcontent text {
|
2009-10-21 13:40:50 +00:00
|
|
|
fill: #000;
|
|
|
|
stroke: none;
|
|
|
|
}
|
|
|
|
|
2009-06-10 04:44:59 +00:00
|
|
|
|
2009-10-05 13:50:44 +00:00
|
|
|
#svg_editor #selected_panel,
|
|
|
|
#svg_editor #multiselected_panel,
|
|
|
|
#svg_editor #g_panel,
|
|
|
|
#svg_editor #rect_panel,
|
|
|
|
#svg_editor #circle_panel,
|
|
|
|
#svg_editor #ellipse_panel,
|
|
|
|
#svg_editor #line_panel,
|
|
|
|
#svg_editor #image_panel,
|
|
|
|
#svg_editor #text_panel,
|
2009-10-18 20:46:32 +00:00
|
|
|
#svg_editor #path_node_panel {
|
2009-06-10 04:44:59 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2009-06-10 08:59:08 +00:00
|
|
|
|
2009-07-03 02:49:42 +00:00
|
|
|
#svg_editor #selected_panel .selected_tool {
|
|
|
|
vertical-align: 12px;
|
|
|
|
}
|
|
|
|
|
2009-08-25 07:04:19 +00:00
|
|
|
#svg_editor #multiselected_panel .selected_tool {
|
|
|
|
vertical-align: 12px;
|
|
|
|
}
|
2009-10-20 20:06:55 +00:00
|
|
|
|
|
|
|
#svg_editor #tools_top > div, #tools_top {
|
|
|
|
float: left;
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tools_top > div > * {
|
|
|
|
float: left;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tools_top label {
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tools_top input {
|
|
|
|
margin-top: 5px;
|
|
|
|
height: 15px;
|
2009-06-24 04:17:35 +00:00
|
|
|
}
|
|
|
|
|
2009-08-20 14:41:32 +00:00
|
|
|
#svg_editor .flyout_arrow_horiz {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: -13px;
|
2009-08-20 14:47:04 +00:00
|
|
|
left: -5px;
|
2009-11-09 18:59:53 +00:00
|
|
|
margin-top: -3px;
|
2009-08-20 17:15:14 +00:00
|
|
|
margin-bottom: -13px;
|
2009-08-20 14:41:32 +00:00
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.magic_field > * {
|
2009-09-16 14:26:13 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.zoom_tool {
|
|
|
|
line-height: 26px;
|
|
|
|
padding: 3px;
|
2009-09-15 18:13:00 +00:00
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.magic_field input {
|
2009-09-16 14:26:13 +00:00
|
|
|
margin-top: 5px;
|
2009-09-15 18:13:00 +00:00
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.dropdown {
|
2009-09-15 18:13:00 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2009-11-09 18:59:53 +00:00
|
|
|
#svg_editor .dropdown button {
|
2009-09-15 18:13:00 +00:00
|
|
|
width: 15px;
|
|
|
|
height: 21px;
|
2009-10-20 20:06:55 +00:00
|
|
|
margin: 6px 0 0 1px;
|
2009-09-15 18:13:00 +00:00
|
|
|
padding: 0;
|
|
|
|
border-left: 1px solid #FFFFFF;
|
|
|
|
border-top: 1px solid #FFFFFF;
|
|
|
|
border-right: 1px solid #808080;
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.dropdown button.down {
|
2009-09-15 18:13:00 +00:00
|
|
|
border-left: 1px solid #808080;
|
|
|
|
border-top: 1px solid #808080;
|
|
|
|
border-right: 1px solid #FFFFFF;
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
background-color: #B0B0B0;
|
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.dropdown ul {
|
2009-09-15 18:13:00 +00:00
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
left: -93px;
|
2009-10-20 20:06:55 +00:00
|
|
|
top: 26px;
|
2009-09-15 18:13:00 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.dropup ul {
|
|
|
|
top: auto;
|
|
|
|
bottom: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown li {
|
2009-09-15 18:13:00 +00:00
|
|
|
display: block;
|
2009-09-23 15:29:55 +00:00
|
|
|
width: 120px;
|
2009-09-15 18:13:00 +00:00
|
|
|
padding: 4px;
|
|
|
|
background: #E8E8E8;
|
|
|
|
border: 1px solid #B0B0B0;
|
|
|
|
margin: 0 0 -1px 0;
|
2009-10-20 20:06:55 +00:00
|
|
|
line-height: 16px;
|
2009-09-15 18:13:00 +00:00
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.dropdown li:hover {
|
2009-09-15 18:13:00 +00:00
|
|
|
background-color: #B0B0B0;
|
|
|
|
}
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
.dropdown li.special {
|
|
|
|
padding: 10px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown li.special:hover {
|
|
|
|
background: #E8E8E8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#opacity_dropdown li {
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
|
2009-10-15 14:49:06 +00:00
|
|
|
#svg_editor .tool_button,
|
|
|
|
#svg_editor .push_button,
|
|
|
|
#svg_editor .tool_button_current,
|
|
|
|
#svg_editor .tool_button_disabled {
|
2009-06-03 13:03:10 +00:00
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border-left: 1px solid #FFFFFF;
|
|
|
|
border-top: 1px solid #FFFFFF;
|
|
|
|
border-right: 1px solid #808080;
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2009-10-15 14:49:06 +00:00
|
|
|
#svg_editor .tool_button_current,
|
|
|
|
#svg_editor .push_button_pressed {
|
2009-06-03 13:03:10 +00:00
|
|
|
border-left: 1px solid #808080;
|
|
|
|
border-top: 1px solid #808080;
|
|
|
|
border-right: 1px solid #FFFFFF;
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
background-color: #B0B0B0;
|
2009-06-01 15:55:21 +00:00
|
|
|
}
|
2009-06-02 12:52:44 +00:00
|
|
|
|
2009-06-17 17:36:00 +00:00
|
|
|
#svg_editor .tool_button_disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2009-06-17 20:08:53 +00:00
|
|
|
#svg_editor .tool_sep {
|
2009-11-09 18:59:53 +00:00
|
|
|
width: 1px;
|
|
|
|
background: #888;
|
|
|
|
border-left: 1px outset #EEE;
|
|
|
|
margin: 2px 3px;
|
|
|
|
padding: 0;
|
2009-06-17 20:08:53 +00:00
|
|
|
height: 24px;
|
2009-11-09 18:59:53 +00:00
|
|
|
|
2009-06-17 20:08:53 +00:00
|
|
|
}
|
|
|
|
|
2009-11-09 18:59:53 +00:00
|
|
|
#tool_bold, #tool_italic {
|
|
|
|
font: bold 2.1em/1.1em serif;
|
|
|
|
text-align: center;
|
|
|
|
padding-left: 2px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tool_bold span, #tool_italic span {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0; left: 0;
|
|
|
|
background: #000;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tool_italic {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-28 05:09:10 +00:00
|
|
|
#svg_editor #color_picker {
|
2009-06-02 12:52:44 +00:00
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2009-06-03 13:03:10 +00:00
|
|
|
background: #E8E8E8;
|
2009-09-23 18:15:29 +00:00
|
|
|
height: 350px;
|
2009-06-02 12:52:44 +00:00
|
|
|
}
|
|
|
|
|
2009-06-10 12:32:24 +00:00
|
|
|
#svg_editor .tools_flyout {
|
2009-06-03 13:03:10 +00:00
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
cursor: pointer;
|
2009-06-03 15:00:48 +00:00
|
|
|
}
|
|
|
|
|
2009-07-20 13:56:01 +00:00
|
|
|
#svg_editor .tools_flyout_v {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
cursor: pointer;
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO: figure out what more-specific selector causes me to write this atrocity and not
|
|
|
|
simply .tool_flyout_button */
|
2009-06-28 05:48:11 +00:00
|
|
|
#svg_editor #tools_rect .tool_flyout_button, #svg_editor #tools_ellipse .tool_flyout_button {
|
2009-06-03 13:03:10 +00:00
|
|
|
float: left;
|
2009-06-03 15:00:48 +00:00
|
|
|
background-color: #E8E8E8;
|
2009-06-03 13:03:10 +00:00
|
|
|
border-left: 1px solid #FFFFFF;
|
|
|
|
border-top: 1px solid #FFFFFF;
|
|
|
|
border-right: 1px solid #808080;
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
height: 28px;
|
|
|
|
width: 28px;
|
|
|
|
}
|
2009-06-10 12:32:24 +00:00
|
|
|
|
2009-10-15 14:49:06 +00:00
|
|
|
#svg_editor .tool_button:hover,
|
|
|
|
#svg_editor .push_button:hover {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
|
2009-06-28 05:48:11 +00:00
|
|
|
#svg_editor #tools_rect .tool_flyout_button_current, #svg_editor #tools_ellipse .tool_flyout_button_current {
|
|
|
|
border-left: 1px solid #808080;
|
|
|
|
border-top: 1px solid #808080;
|
|
|
|
border-right: 1px solid #FFFFFF;
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
background-color: #B0B0B0;
|
|
|
|
}
|
|
|
|
|
2009-06-29 14:38:30 +00:00
|
|
|
#svg_editor #tools_bottom {
|
2009-06-28 04:20:34 +00:00
|
|
|
position: absolute;
|
2009-06-29 14:38:30 +00:00
|
|
|
left: 40px;
|
2009-06-28 04:20:34 +00:00
|
|
|
right: 2px;
|
|
|
|
bottom: 2px;
|
2009-07-03 02:49:42 +00:00
|
|
|
height: 60px;
|
2009-06-25 08:22:30 +00:00
|
|
|
}
|
|
|
|
|
2009-06-29 14:38:30 +00:00
|
|
|
#svg_editor #tools_bottom_1 {
|
2009-08-20 15:59:29 +00:00
|
|
|
width: 115px;
|
2009-06-25 08:22:30 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2009-06-29 14:38:30 +00:00
|
|
|
#svg_editor #tools_bottom_2 {
|
|
|
|
width: 250px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #tools_bottom_3 {
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_editor #copyright {
|
|
|
|
text-align: right;
|
2009-06-10 12:32:24 +00:00
|
|
|
}
|
2009-07-13 00:17:15 +00:00
|
|
|
|
|
|
|
#svg_source_editor {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-08-25 11:03:20 +00:00
|
|
|
#svg_source_editor #svg_source_overlay {
|
2009-07-13 00:17:15 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
background-color: black;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2009-08-25 11:03:20 +00:00
|
|
|
#svg_source_editor #svg_source_container {
|
2009-07-13 00:17:15 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 30px;
|
|
|
|
left: 30px;
|
|
|
|
right: 30px;
|
|
|
|
bottom: 30px;
|
|
|
|
background-color: #B0B0B0;
|
|
|
|
opacity: 1.0;
|
|
|
|
text-align: center;
|
2009-11-10 18:58:16 +00:00
|
|
|
border: 1px outset #777;
|
2009-07-13 00:17:15 +00:00
|
|
|
}
|
|
|
|
|
2009-09-14 00:04:53 +00:00
|
|
|
/*
|
2009-09-13 19:58:06 +00:00
|
|
|
top: 100px;
|
|
|
|
left: 80px;
|
|
|
|
right: 80px;
|
|
|
|
bottom: 100px;
|
2009-09-14 00:04:53 +00:00
|
|
|
*/
|
|
|
|
|
2009-11-10 18:58:16 +00:00
|
|
|
|
|
|
|
|
2009-09-14 00:04:53 +00:00
|
|
|
#svg_docprops #svg_docprops_container {
|
|
|
|
position: absolute;
|
|
|
|
top: 50px;
|
|
|
|
padding: 10px;
|
2009-09-13 19:58:06 +00:00
|
|
|
background-color: #B0B0B0;
|
2009-11-10 18:58:16 +00:00
|
|
|
border: 1px outset #777;
|
2009-09-13 19:58:06 +00:00
|
|
|
opacity: 1.0;
|
2009-11-10 18:58:16 +00:00
|
|
|
/* width: 450px;*/
|
|
|
|
font-family: Verdana, Helvetica, sans-serif;
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tool_docprops_back {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_docprops_container #svg_docprops_docprops,
|
|
|
|
#svg_docprops_container #svg_docprops_prefs {
|
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
margin: 5px .7em;
|
2009-09-22 17:22:28 +00:00
|
|
|
}
|
|
|
|
|
2009-11-10 18:58:16 +00:00
|
|
|
#svg_docprops_docprops > legend, #svg_docprops_prefs > legend {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-09-22 17:22:28 +00:00
|
|
|
#svg_docprops_container fieldset {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 5px;
|
2009-11-10 18:58:16 +00:00
|
|
|
border: 1px solid #DDD;
|
2009-09-22 17:22:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#svg_docprops_container label {
|
|
|
|
display: block;
|
2009-11-10 18:58:16 +00:00
|
|
|
margin: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svginfo_bg_note {
|
|
|
|
font-size: .9em;
|
|
|
|
font-style: italic;
|
|
|
|
color: #444;
|
2009-09-13 19:58:06 +00:00
|
|
|
}
|
|
|
|
|
2009-10-19 19:06:07 +00:00
|
|
|
#canvas_title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2009-08-25 11:03:20 +00:00
|
|
|
#svg_source_editor #svg_source_textarea {
|
2009-07-13 00:17:15 +00:00
|
|
|
position: relative;
|
|
|
|
width: 95%;
|
2009-08-17 14:17:20 +00:00
|
|
|
top: 5px;
|
2009-07-13 03:46:27 +00:00
|
|
|
height: 250px;
|
2009-07-13 00:17:15 +00:00
|
|
|
padding: 5px;
|
|
|
|
font-size: 12px;
|
2009-08-17 14:17:20 +00:00
|
|
|
}
|
|
|
|
|
2009-09-14 00:04:53 +00:00
|
|
|
#svg_source_editor #tool_source_back {
|
2009-08-17 14:17:20 +00:00
|
|
|
text-align: left;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 14:56:09 +00:00
|
|
|
#svg_docprops_container div.color_block {
|
|
|
|
float: left;
|
|
|
|
margin: 2px;
|
2009-09-14 00:04:53 +00:00
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 14:56:09 +00:00
|
|
|
#change_background div.cur_background {
|
|
|
|
border: 2px solid blue;
|
|
|
|
padding: 18px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 17:23:45 +00:00
|
|
|
#background_img {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2009-09-13 19:58:06 +00:00
|
|
|
#svg_source_editor button, #svg_docprops button {
|
2009-09-22 17:22:28 +00:00
|
|
|
padding: 5px 5px 7px 28px;
|
2009-08-26 18:32:24 +00:00
|
|
|
margin: 5px 20px 0 0;
|
|
|
|
}
|
|
|
|
|
2009-09-22 17:22:28 +00:00
|
|
|
#svg_docprops button {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2009-09-13 16:31:33 +00:00
|
|
|
#svg_docprops {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#svg_docprops #svg_docprops_overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
background-color: black;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2009-11-09 18:59:53 +00:00
|
|
|
button#tool_source_save,
|
|
|
|
button#tool_source_cancel,
|
|
|
|
button#tool_docprops_save,
|
|
|
|
button#tool_docprops_cancel {
|
|
|
|
border:1px solid #dedede;
|
|
|
|
line-height:130%;
|
|
|
|
background: #E8E8E8 none;
|
|
|
|
padding:5px 10px 5px 7px; /* Firefox */
|
|
|
|
line-height:17px; /* Safari */
|
2009-08-26 18:32:24 +00:00
|
|
|
}
|
|
|
|
|
2009-11-09 18:59:53 +00:00
|
|
|
.toolbar_button button .svg_icon {
|
|
|
|
margin:0 3px -3px 0 !important;
|
|
|
|
padding:0;
|
|
|
|
border:none;
|
|
|
|
width:16px;
|
|
|
|
height:16px;
|
2009-08-25 11:03:20 +00:00
|
|
|
}
|
2009-10-13 15:11:12 +00:00
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
|
|
|
|
/* Slider
|
|
|
|
----------------------------------*/
|
|
|
|
.ui-slider { position: relative; text-align: left; }
|
|
|
|
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
|
|
|
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
|
|
|
|
|
|
|
|
.ui-slider-horizontal { height: .8em; }
|
|
|
|
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
|
|
|
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
|
|
|
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
|
|
|
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
|
|
|
|
|
|
|
.ui-slider-vertical { width: .8em; height: 100px; }
|
|
|
|
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
|
|
|
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
|
|
|
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
|
|
|
.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
|
|
|
|
|
|
|
.ui-slider {
|
|
|
|
border: 1px solid #B0B0B0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-slider-handle {
|
|
|
|
background: #B0B0B0;
|
|
|
|
border: 1px solid #000;
|
2009-11-09 18:59:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Possibly not necessary */
|
|
|
|
#svg_editor #tools_rect .tool_flyout_button,
|
|
|
|
#svg_editor #tools_ellipse .tool_flyout_button {
|
|
|
|
padding: 2px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|