#main-toolbar #activity-button {
|
|
background-image: url(../activity/activity-icon.svg);
|
|
}
|
|
|
|
#cy {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: white;
|
|
}
|
|
|
|
#main-toolbar #nodetext-button {
|
|
background-image: url(../icons/nodetext-mode.svg);
|
|
}
|
|
|
|
#main-toolbar #delete-button {
|
|
background-image: url(../icons/delete-mode.svg);
|
|
}
|
|
|
|
#main-toolbar #zoom-button {
|
|
background-image: url(../icons/zoom.svg);
|
|
}
|
|
|
|
#main-toolbar #undo-button {
|
|
background-image: url(../icons/edit-undo.svg);
|
|
}
|
|
|
|
#main-toolbar #redo-button {
|
|
background-image: url(../icons/edit-redo.svg);
|
|
}
|
|
|
|
#main-toolbar #png-button {
|
|
background-image: url(../icons/png-export.svg);
|
|
}
|
|
|
|
#main-toolbar #network-button {
|
|
background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
|
|
}
|
|
|
|
#main-toolbar #help-button {
|
|
background-image: url(../icons/help.svg);
|
|
}
|
|
|
|
#private-button {
|
|
background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-home.svg);
|
|
width: 47px;
|
|
height: 47px;
|
|
margin: 4px 2px;
|
|
color: white;
|
|
color: transparent;
|
|
background-color: transparent;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
border: 0;
|
|
border-radius: 5.5px;
|
|
}
|
|
#shared-button {
|
|
background-image: url(../lib/sugar-web/graphics/icons/actions/zoom-neighborhood.svg);
|
|
width: 47px;
|
|
height: 47px;
|
|
margin: 4px 2px;
|
|
color: white;
|
|
color: transparent;
|
|
background-color: transparent;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
border: 0;
|
|
border-radius: 5.5px;
|
|
}
|
|
|
|
.zoombuttons {
|
|
border: 0px;
|
|
background: #000000;
|
|
border-radius: 5.5px !important;
|
|
}
|
|
|
|
.zoombutton:active {
|
|
background-color: #808080;
|
|
border-radius: 5.5px !important;
|
|
}
|
|
|
|
.search-field-border {
|
|
position: relative;
|
|
border-radius: 22px;
|
|
top: 8px;
|
|
margin-left: 57px;
|
|
width: 350px;
|
|
height: 35px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.search-field-border-focus {
|
|
background-color: white;
|
|
border: 2px solid white;
|
|
}
|
|
|
|
.search-field-border-nofocus {
|
|
background-color: #e5e5e5;
|
|
border: 2px solid #e5e5e5;
|
|
}
|
|
|
|
.search-field-input {
|
|
opacity: 1;
|
|
margin-left: 30px;
|
|
border: 0px;
|
|
display: inline-block;
|
|
background-color: #e5e5e5;
|
|
width: 270px;
|
|
line-height: 22px;
|
|
outline: 0;
|
|
font-size: 12pt;
|
|
position: relative;
|
|
top: 5px;
|
|
}
|
|
|
|
.splitbar {
|
|
background-image: url(../icons/split.svg);
|
|
background-position: center;
|
|
background-repeat: no;
|
|
width: 3px;
|
|
margin-left: 5px;
|
|
margin-right: 4px;
|
|
margin-bottom: 4px;
|
|
height: 45px;
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.palette .colors {
|
|
list-style-type: none;
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
margin: 0;
|
|
}
|
|
|
|
.palette .colors button {
|
|
width: 44px;
|
|
height: 44px;
|
|
padding: 0;
|
|
border-color: white;
|
|
margin-left: 5.5px;
|
|
margin-top: 5.5px;
|
|
}
|
|
.palette .colors tr:nth-last-child(1) button {
|
|
margin-bottom: 5.5px;
|
|
}
|
|
|
|
.mle {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
width: 190px;
|
|
height: 190px;
|
|
z-index: 100;
|
|
font-family: sans-serif;
|
|
font-size: 12pt;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
.tutorial-title {
|
|
background-color: #808080 !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.tutorial-prev-icon {
|
|
display: inline-flex;
|
|
width: 90px;
|
|
}
|
|
|
|
.tutorial-prev-icon.icon-button {
|
|
color: white;
|
|
}
|
|
|
|
.tutorial-prev-icon.icon-button.disabled {
|
|
color: black;
|
|
}
|
|
|
|
.tutorial-prev-icon1 {
|
|
margin-left: 6px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.tutorial-prev-icon2 {
|
|
background-image: url(../icons/go-left.svg);
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: 20px 20px;
|
|
}
|
|
|
|
.tutorial-prev-icon3 {
|
|
display: none;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: 20px 20px;
|
|
background-color: white;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.tutorial-next-icon {
|
|
display: inline-flex;
|
|
width: 90px;
|
|
}
|
|
|
|
.tutorial-next-icon.icon-button {
|
|
color: white;
|
|
}
|
|
|
|
.tutorial-next-icon.icon-button.disabled {
|
|
color: black;
|
|
}
|
|
|
|
.tutorial-next-icon1 {
|
|
margin-left: 6px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.tutorial-next-icon2 {
|
|
background-image: url(../icons/go-right.svg);
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: 20px 20px;
|
|
}
|
|
|
|
.tutorial-next-icon3 {
|
|
display: none;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: 20px 20px;
|
|
background-color: white;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.tutorial-end-icon {
|
|
display: inline-flex;
|
|
width: 90px;
|
|
}
|
|
|
|
.tutorial-end-icon.icon-button {
|
|
color: white;
|
|
}
|
|
|
|
.tutorial-end-icon.icon-button.disabled {
|
|
color: black;
|
|
}
|
|
|
|
.tutorial-end-icon1 {
|
|
margin-left: 6px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.tutorial-end-icon2 {
|
|
background-image: url(../icons/dialog-cancel.svg);
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: 20px 20px;
|
|
}
|
|
|
|
.tutorial-end-icon3 {
|
|
display: none;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: 20px 20px;
|
|
background-color: white;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.icon-tutorial-text {
|
|
margin-top: 7px;
|
|
padding-left: 4px;
|
|
padding-right: 38px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.web-activity-icon {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
padding: 2px;
|
|
}
|
|
|
|
.icon-button {
|
|
border-radius: 22px;
|
|
margin-top: 5px;
|
|
height: 35px;
|
|
background-color: #808080;
|
|
border: 2px solid #808080;
|
|
}
|
|
|
|
body {
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
#canvas {
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
@media screen and (max-width: 905px) {
|
|
.splitbar {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 762px) {
|
|
#main-toolbar #help-button {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 810px) {
|
|
.search-field-input {
|
|
width: 120px;
|
|
}
|
|
|
|
.search-field-border {
|
|
width: 200px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 650px) {
|
|
.search-field-border {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 721px) {
|
|
#main-toolbar #network-button {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 682px) {
|
|
#main-toolbar #png-button {
|
|
visibility: hidden;
|
|
width: 0px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 643px) {
|
|
.toolbar {
|
|
padding-left: 10px;
|
|
}
|
|
#main-toolbar #zoom-button {
|
|
visibility: hidden;
|
|
left: 0px;
|
|
width: 0px;
|
|
}
|
|
|
|
#zoompalette {
|
|
left: 0px !important;
|
|
}
|
|
|
|
.colorpalette {
|
|
left: 0px !important;
|
|
}
|
|
|
|
#foreground-button {
|
|
visibility: hidden;
|
|
width: 0px; left: 0px;
|
|
}
|
|
|
|
#background-button {
|
|
visibility: hidden;
|
|
width: 0px; left: 0px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 515px) {
|
|
#main-toolbar #stop-button {
|
|
position: absolute;
|
|
}
|
|
}
|