pointvec/sources/links/main.css

28 lines
2.0 KiB
CSS
Raw Normal View History

2017-11-12 16:47:34 -05:00
body { background:#fff; padding: 5px; font-family: 'input_mono_regular'; -webkit-user-select: none; overflow: hidden;}
2016-12-31 10:00:57 -05:00
2017-11-12 16:47:34 -05:00
#wrapper { width: calc(100% - 50px); height: calc(100% - 50px); padding: 25px; background: inherit; -webkit-app-region: drag;}
2017-11-13 14:45:31 -05:00
#dotgrid { margin:0px auto; position:relative; overflow: hidden; padding:10px;-webkit-app-region: no-drag; width:310px !important; height:310px !important;}
#cursor { opacity: 1; transition: all 50ms; width:8px; height:8px; margin-top:-5px; margin-left:-5px; position:absolute; z-index:25; border-radius:5px; border:1px solid black;}
2017-11-12 16:47:34 -05:00
#cursor_coord { font-size:10px; z-index: 10000; margin-left:15px; margin-top:-2px;}
2017-11-10 14:46:11 -05:00
#cursor_coord.left { margin-left:-110px; text-align: right; width:100px; }
2017-11-09 14:47:06 -05:00
#cursor_from { width:4px; height:4px; background:white; margin-top:-3px; margin-left:-3px; position:absolute; z-index:2500; border-radius:10px; left:-100px;border:1px solid black;}
#cursor_to { width:4px; height:4px; background:white; margin-top:-3px; margin-left:-3px; position:absolute; z-index:2500; border-radius:10px; left:-100px; border:1px solid black;}
#cursor_end { width:4px; height:4px; background:white; margin-top:-3px; margin-left:-3px; position:absolute; z-index:2500; border-radius:10px; left:-100px; border:1px solid black;}
2017-11-13 14:45:31 -05:00
2017-11-12 22:54:56 -05:00
#guide,#widgets { position: absolute;top: 0px;left: 0px; width: 300px;height: 300px;}
#widgets { z-index: 9000 }
2017-11-09 14:47:06 -05:00
#render { display: none }
2017-11-04 20:52:05 -04:00
2017-11-14 16:11:09 -05:00
.icon { width:25px; height:25px; margin-right:5px; opacity: 1}
2017-11-05 03:48:22 -05:00
.icon:hover { cursor: pointer; opacity: 1 }
2017-11-05 20:10:37 -05:00
2017-11-13 14:45:31 -05:00
svg.vector { z-index: 1000;position: relative; left:5px; top:5px; }
2017-11-13 13:52:53 -05:00
#dotgrid #guide { opacity: 0; transition: all 500ms; }
2017-11-13 14:45:31 -05:00
#dotgrid #widgets { opacity: 0; transition: all 150ms; left: 5px;top: 5px; }
2017-11-13 13:52:53 -05:00
#dotgrid:hover #guide { opacity: 1 }
#dotgrid:hover #widgets { opacity: 1 }
2017-11-13 14:45:31 -05:00
2017-11-14 16:11:09 -05:00
#interface { max-width: 295px;margin: 0px auto;font-size: 11px;line-height: 30px;text-transform: uppercase;margin-top: 15px;-webkit-app-region: no-drag;position: fixed;bottom: 25px;left: 45px;}
#interface svg.inactive { opacity: 0.2 }
#interface svg:hover { opacity: 0.5 }