sightplace-rep/place/css/sight.css.bak

34 lines
718 B
CSS

body {
background-color: white;
}
* {
cursor: default;
}
a {
cursor: pointer;
}
body {
margin: 0px;
display: flex;
}
#sight #smove, #sight #sresize {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}
#sight #sresize {
cursor: nw-resize;
}
#sight {
border: 4px solid grey;
display: block;
width: 100%;
}
#sight #stitlebar {
width: 100%;
height: 25px;
background-color: grey;
}