rs.scripts.diagram-viewer.0.9.2.source-code.index.scss Maven / Gradle / Ivy
The newest version!
body {
margin: 5px;
font: 13px Arial;
}
h1 {
text-align: center;
}
.hidden {
display: none;
}
#buttons {
position: fixed;
z-index: 1;
top: 8px;
left: 8px;
button {
background-color: white;
border: 1px solid #dedede;
border-radius: 4px;
padding: 6px 12px 5px 12px;
line-height: 16px;
&:hover {
border-color: #b0b0b0;
}
&.on {
background-color: lighten(#6699ff, 10%);
}
}
}
#sidebar {
font-size: 13px;
position: fixed;
z-index: 1;
width: 300px;
top: 44px;
bottom: 0px;
left: 0px;
background-color: white;
border: 1px solid #dedede;
#menu {
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
margin-right: 6px;
padding-left: 24px;
line-height: 1.25;
a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }
a.current { font-weight: bold }
}
#resize-grip {
position: absolute;
right: 0;
top: 0;
width: 6px;
height: 100%;
background-color: #535353;
cursor: col-resize;
}
}
.diagram {
position: relative;
}
.toolbar {
position: absolute;
right: 10px;
bottom: 10px;
}
.joint-paper {
border: 1px solid #dedede;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.joint-element {
/* Give the user a hint that he can drag&drop the element. */
cursor: move;
}