2010-01-12 20:39:03 +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 {
|
2010-01-14 15:12:40 +00:00
|
|
|
|
display: inline-block;
|
2010-01-15 15:59:15 +00:00
|
|
|
|
background-color: #A0A0A0;
|
2009-06-28 04:20:34 +00:00
|
|
|
|
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 {
|
2010-01-14 15:12:40 +00:00
|
|
|
|
display: inline-table-cell;
|
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;
|
2010-01-14 15:12:40 +00:00
|
|
|
|
text-align: center;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-12 21:38:39 +00:00
|
|
|
|
#svg_editor #main_button {
|
2009-08-07 03:33:41 +00:00
|
|
|
|
position: absolute;
|
2009-08-25 11:03:20 +00:00
|
|
|
|
top: 4px;
|
|
|
|
|
left: 4px;
|
2010-01-13 15:05:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_icon {
|
2010-01-13 17:18:53 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
top: -2px;
|
|
|
|
|
left: -2px;
|
|
|
|
|
padding: 1px 0 2px 1px;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
width: 44px;
|
|
|
|
|
height: 30px;
|
2010-01-13 17:18:53 +00:00
|
|
|
|
border-left: 1px solid #EEE;
|
|
|
|
|
border-top: 1px solid #EEE;
|
|
|
|
|
border-right: 1px solid #CCC;
|
|
|
|
|
border-bottom: 1px solid #CCC;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
border-radius: 8px;
|
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
|
-webkit-border-radius: 8px;
|
2009-08-07 03:33:41 +00:00
|
|
|
|
}
|
|
|
|
|
|
2010-01-13 15:05:53 +00:00
|
|
|
|
#svg_editor #main_icon:hover,
|
|
|
|
|
#svg_editor #main_icon.down {
|
2010-01-12 21:38:39 +00:00
|
|
|
|
border-left: 1px #fcd9ba solid;
|
|
|
|
|
border-top: 1px #fcd9ba solid;
|
|
|
|
|
border-right: 1px #e0a874 solid;
|
|
|
|
|
border-bottom: 1px #e0a874 solid;
|
|
|
|
|
background-color: #FFC;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-13 15:05:53 +00:00
|
|
|
|
#svg_editor #main_icon.down {
|
|
|
|
|
background-color: #f4e284;
|
|
|
|
|
border-top: 1px solid #630;
|
|
|
|
|
border-left: 1px solid #630;
|
|
|
|
|
top: -1px;
|
|
|
|
|
left: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_icon span {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-12 21:38:39 +00:00
|
|
|
|
#svg_editor #main_menu {
|
2010-01-29 18:27:26 +00:00
|
|
|
|
z-index: 12;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
background: #E8E8E8;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 200px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
-moz-box-shadow: #555 1px 1px 4px;
|
|
|
|
|
-webkit-box-shadow: #555 1px 1px 4px;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
display: none;
|
2010-01-13 15:05:53 +00:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
border: 1px outset gray;
|
|
|
|
|
clear: both;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_menu ul,
|
|
|
|
|
#svg_editor #main_menu li {
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_menu li {
|
|
|
|
|
/* height: 35px;*/
|
|
|
|
|
line-height: 22px;
|
2010-01-15 21:13:11 +00:00
|
|
|
|
padding-top: 7px;
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
margin: -5px;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
overflow: auto;
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_menu li:hover {
|
|
|
|
|
background: #FFC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_menu li > div {
|
|
|
|
|
float: left;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_menu p {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #logo img {
|
2009-08-25 11:03:20 +00:00
|
|
|
|
border: 0;
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-13 15:05:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#main_icon > div {
|
2010-01-12 21:38:39 +00:00
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor #main_button .dropdown {
|
2010-01-13 17:18:53 +00:00
|
|
|
|
padding-top: 28%;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
margin-left: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2009-06-29 14:38:30 +00:00
|
|
|
|
#svg_editor #tools_top {
|
2009-06-28 04:20:34 +00:00
|
|
|
|
position: absolute;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
left: 50px;
|
2009-06-28 04:20:34 +00:00
|
|
|
|
right: 2px;
|
|
|
|
|
top: 2px;
|
2009-12-22 18:13:36 +00:00
|
|
|
|
height: 72px;
|
2009-06-10 08:59:08 +00:00
|
|
|
|
border-bottom: none;
|
2009-12-22 18:13:36 +00:00
|
|
|
|
/* Ideally this should be auto (makes scrollbar if needed), but currently hides
|
|
|
|
|
the .dropdown lists.
|
|
|
|
|
/* overflow: auto;*/
|
2009-06-17 20:08:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
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;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
width: 32px;
|
2009-09-13 16:31:33 +00:00
|
|
|
|
top: 75px;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
left: 0;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
background: #E8E8E8;
|
|
|
|
|
z-index: 5;
|
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;
|
2010-01-04 14:10:52 +00:00
|
|
|
|
stroke-dasharray: 0;
|
2009-10-21 13:40:50 +00:00
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: stroke;
|
2009-11-16 19:17:18 +00:00
|
|
|
|
vector-effect: non-scaling-stroke;
|
2009-10-21 13:40:50 +00:00
|
|
|
|
}
|
|
|
|
|
|
2009-10-21 15:12:32 +00:00
|
|
|
|
#workarea.wireframe #svgcontent text {
|
2009-10-21 13:40:50 +00:00
|
|
|
|
fill: #000;
|
|
|
|
|
stroke: none;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-18 20:30:59 +00:00
|
|
|
|
#workarea.wireframe #canvasBackground rect {
|
|
|
|
|
fill: #FFF !important;
|
2010-01-07 15:15:39 +00:00
|
|
|
|
}
|
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-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 {
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-22 18:13:36 +00:00
|
|
|
|
#svg_editor div.toolset,
|
2010-01-12 08:09:08 +00:00
|
|
|
|
#svg_editor div.toolset > * {
|
2009-12-22 18:13:36 +00:00
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_editor div.toolset {
|
|
|
|
|
height: 34px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
|
#tools_top > div > * {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tools_top label {
|
2010-01-26 21:28:52 +00:00
|
|
|
|
margin-top: 0;
|
2009-10-20 20:06:55 +00:00
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#tools_top input {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
height: 15px;
|
2009-06-24 04:17:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
2010-01-29 18:27:26 +00:00
|
|
|
|
#svg_editor #tools_left .tool_button {
|
2009-08-20 14:41:32 +00:00
|
|
|
|
position: relative;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
z-index: 11;
|
2009-08-20 14:41:32 +00:00
|
|
|
|
}
|
|
|
|
|
|
2010-01-29 18:27:26 +00:00
|
|
|
|
#svg_editor .flyout_arrow_horiz {
|
|
|
|
|
position: absolute;
|
2010-01-29 21:28:46 +00:00
|
|
|
|
bottom: -1px;
|
|
|
|
|
right: 0;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
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-12-22 18:13:36 +00:00
|
|
|
|
background-color: #E8E8E8;
|
2009-09-15 18:13:00 +00:00
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2009-12-02 20:09:36 +00:00
|
|
|
|
#font_family_dropdown li {
|
|
|
|
|
font-size: 1.4em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#font_family {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-20 20:06:55 +00:00
|
|
|
|
#opacity_dropdown li {
|
|
|
|
|
width: 140px;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-15 14:49:06 +00:00
|
|
|
|
#svg_editor .tool_button,
|
|
|
|
|
#svg_editor .push_button,
|
2010-02-04 19:06:49 +00:00
|
|
|
|
#svg_editor .tool_button_current {
|
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;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
background-color: #E8E8E8;
|
2009-06-03 13:03:10 +00:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-12 21:38:39 +00:00
|
|
|
|
#svg_editor #main_menu li#tool_open {
|
2010-01-12 14:50:10 +00:00
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-12 21:38:39 +00:00
|
|
|
|
#tool_open input {
|
|
|
|
|
-moz-transform: scale(4,2); /* Not entirely necessary, but keeps it nice and big for OS X*/
|
2010-01-12 14:50:10 +00:00
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
top: -3px;
|
2010-01-12 21:38:39 +00:00
|
|
|
|
right: 270px;
|
2010-01-12 14:50:10 +00:00
|
|
|
|
margin: 0;
|
|
|
|
|
cursor: pointer; /* Sadly doesn't appear to have an effect */
|
|
|
|
|
}
|
2010-01-12 08:09:08 +00:00
|
|
|
|
|
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
|
|
|
|
|
2010-02-04 19:06:49 +00:00
|
|
|
|
#svg_editor .disabled {
|
2009-06-17 17:36:00 +00:00
|
|
|
|
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-11-18 16:50:25 +00:00
|
|
|
|
#url_notice {
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2009-11-09 18:59:53 +00:00
|
|
|
|
|
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;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
width: 400px;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-29 18:27:26 +00:00
|
|
|
|
#svg_editor .tools_flyout .tool_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-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;
|
2010-01-29 21:28:46 +00:00
|
|
|
|
z-index: 5;
|
2009-07-13 00:17:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
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;
|
2010-01-29 21:28:46 +00:00
|
|
|
|
z-index: 6;
|
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;
|
2010-01-12 08:09:08 +00:00
|
|
|
|
z-index: 20001;
|
2009-11-10 18:58:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
2009-11-12 21:43:19 +00:00
|
|
|
|
#svg_docprops #resolution {
|
|
|
|
|
max-width: 14em;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-10 18:58:16 +00:00
|
|
|
|
#tool_docprops_back {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_docprops_container #svg_docprops_docprops,
|
|
|
|
|
#svg_docprops_container #svg_docprops_prefs {
|
|
|
|
|
float: left;
|
2009-12-23 14:25:43 +00:00
|
|
|
|
width: 221px;
|
2009-11-10 18:58:16 +00:00
|
|
|
|
margin: 5px .7em;
|
2009-11-12 21:43:19 +00:00
|
|
|
|
overflow: hidden;
|
2009-09-22 17:22:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
2009-12-23 14:25:43 +00:00
|
|
|
|
#svg_docprops_container #svg_docprops_prefs {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#svg_docprops legend {
|
|
|
|
|
max-width: 195px;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2009-11-17 16:42:04 +00:00
|
|
|
|
#image_save_opts label {
|
|
|
|
|
font-size: .9em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#image_save_opts input {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-13 16:31:33 +00:00
|
|
|
|
#svg_docprops #svg_docprops_overlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
opacity: 0.6;
|
2010-01-12 08:09:08 +00:00
|
|
|
|
z-index: 20000;
|
2009-09-13 16:31:33 +00:00
|
|
|
|
}
|
|
|
|
|
|
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-11-19 15:09:21 +00:00
|
|
|
|
#dialog_box {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_box_overlay {
|
|
|
|
|
background: black;
|
|
|
|
|
opacity: .5;
|
|
|
|
|
height:100%;
|
|
|
|
|
left:0;
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
width:100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_content {
|
|
|
|
|
height: 95px;
|
|
|
|
|
margin: 10px 10px 5px 10px;
|
|
|
|
|
background: #DDD;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
text-align: left;
|
|
|
|
|
border: 1px solid #B0B0B0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_content.prompt {
|
|
|
|
|
height: 75px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_content p {
|
|
|
|
|
margin: 10px;
|
|
|
|
|
line-height: 1.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_container {
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-family: Verdana;
|
|
|
|
|
text-align: center;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin-left: -150px;
|
2010-01-06 04:35:41 +00:00
|
|
|
|
height: 150px;
|
2009-11-19 15:09:21 +00:00
|
|
|
|
margin-top: -80px;
|
|
|
|
|
position:fixed;
|
|
|
|
|
z-index:50001;
|
|
|
|
|
background: #CCC;
|
|
|
|
|
border: 1px outset #777;
|
|
|
|
|
font-family:Verdana,Helvetica,sans-serif;
|
|
|
|
|
font-size:0.8em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_buttons input[type=text] {
|
|
|
|
|
width: 90%;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0 0 5px 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialog_buttons input[type=button] {
|
|
|
|
|
margin: 0 1em;
|
|
|
|
|
}
|
|
|
|
|
|
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 */
|
2010-01-29 18:27:26 +00:00
|
|
|
|
#svg_editor .tools_flyout .tool_button,
|
|
|
|
|
#svg_editor .tools_flyout .tool_flyout {
|
2009-11-09 18:59:53 +00:00
|
|
|
|
padding: 2px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
2010-01-29 18:27:26 +00:00
|
|
|
|
margin: 0;
|
2009-11-09 18:59:53 +00:00
|
|
|
|
}
|
2010-01-29 18:27:26 +00:00
|
|
|
|
|
|
|
|
|
#svg_editor .tools_flyout .tool_button:hover {
|
|
|
|
|
border-left: 1px solid #808080;
|
|
|
|
|
border-top: 1px solid #808080;
|
|
|
|
|
border-right: 1px solid #FFFFFF;
|
|
|
|
|
border-bottom: 1px solid #FFFFFF;
|
|
|
|
|
background-color: #B0B0B0;
|
|
|
|
|
}
|