From f22e8432c21e479db082a52eade7134801870767 Mon Sep 17 00:00:00 2001 From: Andy Mercer Date: Wed, 18 May 2016 13:14:55 -0400 Subject: [PATCH] Switch Indentation from Spaces to Tabs for Stylesheet --- mapstractor.css | 230 ++++++++++++++++++++++++------------------------ 1 file changed, 115 insertions(+), 115 deletions(-) diff --git a/mapstractor.css b/mapstractor.css index cba31fc..bd9d703 100644 --- a/mapstractor.css +++ b/mapstractor.css @@ -1,113 +1,113 @@ /* Styles go here */ html,body { - height:100%; - width:100%; - margin:0; - padding:0; + height:100%; + width:100%; + margin:0; + padding:0; } .controls { - padding:10px; - position:absolute; - max-width:100%; - width:400px; - box-sizing:border-box; + padding:10px; + position:absolute; + max-width:100%; + width:400px; + box-sizing:border-box; } .controls input, .controls button { - background-color:white; - font-family:inherit; - font-size: 15px; - border-radius:2px; - box-sizing:border-box; - height:50px; - outline:none; - box-shadow:0 2px 6px rgba(0, 0, 0, 0.3); - margin-left:10px; - border:solid 1px white; - display:block; + background-color:white; + font-family:inherit; + font-size: 15px; + border-radius:2px; + box-sizing:border-box; + height:50px; + outline:none; + box-shadow:0 2px 6px rgba(0, 0, 0, 0.3); + margin-left:10px; + border:solid 1px white; + display:block; } .controls input:first-child, .controls button:first-child { - margin-left:0; + margin-left:0; } .controls input:focus, .controls input:hover, .controls button:focus, .controls button:hover { - border-color: rgb(77, 144, 254); + border-color: rgb(77, 144, 254); } .controls input { - width:calc(100% - 60px); - padding:0 20px; - font-family:Roboto; - font-size:15px; - overflow:hidden; - text-overflow:ellipsis; + width:calc(100% - 60px); + padding:0 20px; + font-family:Roboto; + font-size:15px; + overflow:hidden; + text-overflow:ellipsis; } .controls button { - width:50px; - padding:15px; - cursor:pointer; + width:50px; + padding:15px; + cursor:pointer; } .controls button::-moz-focus-inner { - padding: 0; - border: 0; + padding: 0; + border: 0; } .controls button svg { - height:20px; - width:20px; + height:20px; + width:20px; } .controls button svg path { - fill:gray; + fill:gray; } .controls button:focus, .controls button:hover { - background-color:rgb(77, 144, 254); + background-color:rgb(77, 144, 254); } .controls button:focus svg path, .controls button:hover svg path { - fill:white; + fill:white; } .controls.top-left input, .controls.bottom-left input, .controls.top-left button, .controls.bottom-left button { - float:left; + float:left; } .controls.top-right input, .controls.bottom-right input, .controls.top-right button, .controls.bottom-right button { - float:right; + float:right; } /* AutoComplete List */ .pac-item { - padding: 6px 15px; - cursor:pointer; + padding: 6px 15px; + cursor:pointer; } .pac-item:hover { - background-color:rgb(240,240,240); + background-color:rgb(240,240,240); } .pac-logo::after { - height:0; - padding:0; + height:0; + padding:0; } /* Overlay */ @@ -115,94 +115,94 @@ html,body { #overlay svg, #overlay div, #overlay span { - transition:opacity 0.5s; - pointer-events:none; - opacity:0; + transition:opacity 0.5s; + pointer-events:none; + opacity:0; } #overlay svg { - position:fixed; - top:0; - left:0; - width:100%; - height:100%; - background-color:rgba(255,255,255,0.5); - z-index:99; + position:fixed; + top:0; + left:0; + width:100%; + height:100%; + background-color:rgba(255,255,255,0.5); + z-index:99; } #overlay div { - position: absolute; - border:8px solid rgb(77, 144, 254); - border-radius:50%; - height:50px; - width:50px; - top:50%; - left:50%; - margin:-25px 0 0 -25px; - z-index:100; + position: absolute; + border:8px solid rgb(77, 144, 254); + border-radius:50%; + height:50px; + width:50px; + top:50%; + left:50%; + margin:-25px 0 0 -25px; + z-index:100; } #overlay span { - position:absolute; - bottom:30px; - left:50%; - margin:0px 0px 0px -100px; - color:white; - background-color:rgba(0, 0, 0, 0.5); - padding:20px 0px; - border-radius:5px; - text-align:center; - width:200px; - z-index:100; - font-family:Roboto; - font-size:15px; + position:absolute; + bottom:30px; + left:50%; + margin:0px 0px 0px -100px; + color:white; + background-color:rgba(0, 0, 0, 0.5); + padding:20px 0px; + border-radius:5px; + text-align:center; + width:200px; + z-index:100; + font-family:Roboto; + font-size:15px; } #overlay.loading svg, #overlay.loading span { - opacity:1; - pointer-events:auto; + opacity:1; + pointer-events:auto; } #overlay.loading div { - -webkit-animation: pulsate 1s ease-out; - animation: pulsate 1s ease-out; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; + -webkit-animation: pulsate 1s ease-out; + animation: pulsate 1s ease-out; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; } @-webkit-keyframes pulsate { - 0% { - -webkit-transform: scale(.1); - transform: scale(.1); - opacity: 0.0; - } - 30% { - opacity: 1; - } - 60% { - opacity: 1; - } - 100% { - -webkit-transform: scale(1.2); - transform: scale(1.2); - opacity: 0; - } + 0% { + -webkit-transform: scale(.1); + transform: scale(.1); + opacity: 0.0; + } + 30% { + opacity: 1; + } + 60% { + opacity: 1; + } + 100% { + -webkit-transform: scale(1.2); + transform: scale(1.2); + opacity: 0; + } } @keyframes pulsate { - 0% { - -webkit-transform: scale(.1); - transform: scale(.1); - opacity: 0.0; - } - 30% { - opacity: 1; - } - 60% { - opacity: 1; - } - 100% { - -webkit-transform: scale(1.2); - transform: scale(1.2); - opacity: 0; - } + 0% { + -webkit-transform: scale(.1); + transform: scale(.1); + opacity: 0.0; + } + 30% { + opacity: 1; + } + 60% { + opacity: 1; + } + 100% { + -webkit-transform: scale(1.2); + transform: scale(1.2); + opacity: 0; + } } \ No newline at end of file