diff --git a/lib/coder.css b/lib/coder.css index 011a3b0..c2ffc54 100644 --- a/lib/coder.css +++ b/lib/coder.css @@ -9,10 +9,10 @@ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-family: arial, verdana, helvetica, sans-serif; - border: 0px; - margin: 0px; - padding: 0px; - outline: 0px; + border: 0; + margin: 0; + padding: 0; + outline: 0; font-size: 12px; vertical-align: top; } @@ -28,13 +28,13 @@ body {overflow: hidden; h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px} h2 {font-size: 18px; font-weight: normal; color: #fff} -.blackMask {position: fixed; display: table; width: 100%; height: 100%; top: 0px; left: 0px; visibility: hidden; background-color: rgba(0,0,0,0.8); text-align: center; z-index: 100} +.blackMask {position: fixed; display: table; width: 100%; height: 100%; top: 0; left: 0; visibility: hidden; background-color: rgba(0,0,0,0.8); text-align: center; z-index: 100} .blackMask .popupVCenter {#position: absolute; display: table-cell; #top: 50%; vertical-align: middle; text-align: center} .popupVCenter .popup {#position: relative; #top: -50%; text-align: center; color: #fff; font-size: 10px} .whiteGlow { - -webkit-box-shadow: 0px 0px 8px 2px rgba(255,255,255,0.6); - -moz-box-shadow: 0px 0px 8px 2px rgba(255,255,255,0.6); - box-shadow: 0px 0px 8px 2px rgba(255,255,255,0.6); + -webkit-box-shadow: 0 0 8px 2px rgba(255,255,255,0.6); + -moz-box-shadow: 0 0 8px 2px rgba(255,255,255,0.6); + box-shadow: 0 0 8px 2px rgba(255,255,255,0.6); } .circleOutside {background-color: rgba(0,0,0,0); border:5px solid rgba(0,183,229,0.9); opacity:.9; border-top:5px solid rgba(0,0,0,0); border-left:5px solid rgba(0,0,0,0); border-radius:50px; box-shadow: 0 0 35px #2187e7; @@ -60,15 +60,15 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} 100% { -webkit-transform:rotate(-360deg);} } -.progressBar {top: 0px; left: 0px; width:100%; height:1px; margin:2px 0; background:#2187e7; position:absolute; box-shadow:0px 0px 10px 1px rgba(0,198,255,0.7); +.progressBar {top: 0; left: 0; width:100%; height:1px; margin:2px 0; background:#2187e7; position:absolute; box-shadow:0 0 10px 1px rgba(0,198,255,0.7); -moz-animation:fullexpand 10s ease-out; -webkit-animation:fullexpand 10s ease-out; } @-moz-keyframes fullexpand { - 0% { width:0px;} + 0% { width:0;} 100%{ width:100%;} } @-webkit-keyframes fullexpand { - 0% { width:0px;} + 0% { width:0;} 100%{ width:100%;} } @@ -76,16 +76,16 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .header .plugins {position: absolute; display: inline-block; left: 15px; top: 3px} .header .plugins img {position: relative; display: inline-block; margin-right: 15px} .header .version {position: relative; display: inline-block; margin-top: 25px; font-size: 10px; color: #bbb} -.header .logo {position: relative; margin: 5px 10px 0px 5px; cursor: pointer} +.header .logo {position: relative; margin: 5px 10px 0 5px; cursor: pointer} .files {position: absolute; display: inline-block; height: 100%; width: 250px; background-color: #444; background-image: url('../images/files-arrow.gif'); background-repeat: no-repeat; background-position: 100% 50%; overflow: hidden; z-index: 1; - -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4); - -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4); - box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4); + -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.4); + -moz-box-shadow: 0 0 10px 4px rgba(0,0,0,0.4); + box-shadow: 0 0 10px 4px rgba(0,0,0,0.4); } .files .account {display: inline-block; height: 50px; width: 250px; margin-top: 40px; background-color: #888} .files .accountLoginContainer {position: absolute; width: 250px; height: 50px; z-index: 1} -.files .accountLoginContainer .accountLogin {position: absolute; width: 250px; height: 50px; top: 0px; background-color: #666; +.files .accountLoginContainer .accountLogin {position: absolute; width: 250px; height: 50px; top: 0; background-color: #666; -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -o-transition: top 0.3s; @@ -96,15 +96,15 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .files .accountPassword {position: relative; border: 1px solid #888; background-color: #999; height: 18px; width: 140px; margin-left: 14px; margin-top: 15px} .files input:focus, .findReplace input:focus, .findReplace select:focus, .accountPassword:focus { outline: none; - -webkit-box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7); - -moz-box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7); - box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7); + -webkit-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); + -moz-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); + box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); } -.files .button {position: absolute; border: 0px; background: #999; color: #555; height:20px; margin-top: 16px; margin-left: 5px; font-size: 11px; cursor: pointer} +.files .button {position: absolute; border: 0; background: #999; color: #555; height:20px; margin-top: 16px; margin-left: 5px; font-size: 11px; cursor: pointer} .files .button:hover {background-color: #444; color: #eee} .files .lock {position: relative; margin-left: 225px; margin-top: -20px; z-index: 1} .files .frame {display: inline-block; width: 250px} -.files .serverMessage {position: absolute; display: inline-block; width: 450px; bottom: 0px; margin-bottom: 30px; background-color: rgba(255,255,255,0.8); font-size: 10px; padding: 7px 12px; opacity: 0; +.files .serverMessage {position: absolute; display: inline-block; width: 450px; bottom: 0; margin-bottom: 30px; background-color: rgba(255,255,255,0.8); font-size: 10px; padding: 7px 12px; opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; @@ -112,53 +112,53 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} } .files .serverMessage b {font-size: 10px} -.editor {position: absolute; display: inline-block; top: 0px; left: 15px; width: 2400px} +.editor {position: absolute; display: inline-block; top: 0; left: 15px; width: 2400px} .editor .tabsBar {display: inline-block; height: 22px; width: 2400px; margin-top: 40px; padding-left: 41px; background-color: #888;} -.tabsBar .tab {display: inline-block; display: none; background-image: url('../images/nav-bg.gif'); background-repeat: repeat-x; background-position: 0px 0px; padding: 5px 8px 2px 8px; font-size: 10px; border-left: solid 1px #fff; border-right: solid 1px #777; color: #fff; cursor: pointer; +.tabsBar .tab {display: inline-block; display: none; background-image: url('../images/nav-bg.gif'); background-repeat: repeat-x; background-position: 0 0; padding: 5px 8px 2px 8px; font-size: 10px; border-left: solid 1px #fff; border-right: solid 1px #777; color: #fff; cursor: pointer; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; transition: all 0.15s; } -.tabsBar .tab .closeTab {margin: 1px 0px 0px 5px; border-radius: 6px} -.tabsBar .newTab {display: inline-block; background-image: url('../images/nav-bg.gif'); background-repeat: repeat-x; background-position: 0px 0px; padding: 6px 5px 1px 5px; border-left: solid 1px #fff; border-right: solid 1px #777; cursor: pointer;} +.tabsBar .tab .closeTab {margin: 1px 0 0 5px; border-radius: 6px} +.tabsBar .newTab {display: inline-block; background-image: url('../images/nav-bg.gif'); background-repeat: repeat-x; background-position: 0 0; padding: 6px 5px 1px 5px; border-left: solid 1px #fff; border-right: solid 1px #777; cursor: pointer;} .editor .findBar {display: inline-block; height: 28px; width: 2400px; color: #fff; background-color: #141414} .findBar .findReplace {position: absolute; z-index: 1} -.findReplace select {position: relative; font-size: 10px; margin: 8px 2px 0px 2px; top: -2px;} -.findReplace .findText {display: inline-block; height: 21px; font-size: 10px; margin: 8px 2px 0px 2px; margin-left: 43px} +.findReplace select {position: relative; font-size: 10px; margin: 8px 2px 0 2px; top: -2px;} +.findReplace .findText {display: inline-block; height: 21px; font-size: 10px; margin: 8px 2px 0 2px; margin-left: 43px} .findReplace .find {position: relative; width: 120px; height: 16px; border: 0; top: -2px; font-size: 10px; padding-left: 5px} -.findReplace .findTextPlural {display: inline-block; height: 21px; font-size: 10px; margin: 8px 2px 0px 0px} -.findReplace .replaceAction {margin: 0px 2px 0px 0px; top: -2px} -.findReplace .replaceText {height: 21px; font-size: 10px; margin: 8px 2px 0px 2px} +.findReplace .findTextPlural {display: inline-block; height: 21px; font-size: 10px; margin: 8px 2px 0 0} +.findReplace .replaceAction {margin: 0 2px 0 0; top: -2px} +.findReplace .replaceText {height: 21px; font-size: 10px; margin: 8px 2px 0 2px} .findReplace .replace {position: relative; width: 120px; height: 16px; border: 0; top: -2px; font-size: 10px; padding-left: 5px} -.findReplace .targetText {height: 21px; font-size: 10px; margin: 8px 2px 0px 2px} +.findReplace .targetText {height: 21px; font-size: 10px; margin: 8px 2px 0 2px} .findReplace .submit {position: relative; top: -2px; height: 17px; border: 1px solid #bbb; background-color: #f8f8f8; font-size: 10px; cursor: pointer} -.findReplace .results {position: relative; display: inline-block; width: 200px; height: 20px; font-size: 10px; margin: 8px 0px 0px 20px} +.findReplace .results {position: relative; display: inline-block; width: 200px; height: 20px; font-size: 10px; margin: 8px 0 0 20px} .findBar .codeAssist {position: fixed; display: inline-block; width: 100px; right: 74px; top: 70px; height: 21px; font-size: 10px; z-index: 1} .findBar .codeAssist input {margin-top: -1px} .findBar .goLine {position: fixed; display: inline-block; width: 100px; right: -10px; top: 70px; height: 21px; font-size: 10px; z-index: 1} -.goLine .goToLine {width: 25px; height: 16px; border: 0; font-size: 10px; margin: -3px 0px 0px 3px} +.goLine .goToLine {width: 25px; height: 16px; border: 0; font-size: 10px; margin: -3px 0 0 3px} .editor .code {position: relative; display: inline-block; top: 28px; width: 600px; height: 600px; visibility: hidden} -.footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0px; background-color: rgba(0,0,0,0.7); left: 0px; z-index: 2} -.footer .nesting {display: inline-block; padding: 5px 8px; margin: 4px 0px 0px 15px; font-weight: bold; font-size: 10px; color: #fff; background-color: #0b0} -.footer .nestLoc {position: absolute; display: inline-block; width: 120px; padding: 5px 0px 0px 8px; margin-top: 3px; left: 112px; font-weight: bold; font-size: 12px; color: #fff; text-align: right} -.footer .nestDisplay {position: absolute; display: inline-block; padding: 5px 0px 0px 8px; margin-top: 3px; left: 255px; font-size: 12px; color: #fff; text-align: right} -.footer .charDisplay {position: absolute; display: inline-block; padding: 5px 0px 0px 8px; margin-top: 3px; left: 100%; font-weight: bold; font-size: 12px; color: #fff; text-align: right; width: 200px; text-align: right; margin-left: -220px} +.footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0; background-color: rgba(0,0,0,0.7); left: 0; z-index: 2} +.footer .nesting {display: inline-block; padding: 5px 8px; margin: 4px 0 0 15px; font-weight: bold; font-size: 10px; color: #fff; background-color: #0b0} +.footer .nestLoc {position: absolute; display: inline-block; width: 120px; padding: 5px 0 0 8px; margin-top: 3px; left: 112px; font-weight: bold; font-size: 12px; color: #fff; text-align: right} +.footer .nestDisplay {position: absolute; display: inline-block; padding: 5px 0 0 8px; margin-top: 3px; left: 255px; font-size: 12px; color: #fff; text-align: right} +.footer .charDisplay {position: absolute; display: inline-block; padding: 5px 0 0 8px; margin-top: 3px; left: 100%; font-weight: bold; font-size: 12px; color: #fff; text-align: right; width: 200px; text-align: right; margin-left: -220px} .textbox { - -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.4); - -moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.4); - box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.4); + -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.4); + -moz-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.4); + box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.4); } -.fileMenu {position: absolute; display: none; left: 0px; top: 0px; background-color: #333; z-index: 10} +.fileMenu {position: absolute; display: none; left: 0; top: 0; background-color: #333; z-index: 10} .fileMenu a {display: block; padding: 2px 5px; background-color: #444; color: #eee; text-decoration: none} .fileMenu a:hover {background-color: #666} -.screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0px; left: 0px; text-align: center} +.screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0; left: 0; text-align: center} .screenContainer .screenVCenter {#position: absolute; display: table-cell; #top: 50%; vertical-align: middle; text-align: center} .screenVCenter .screenCenter {#position: relative; #top: -50%; text-align: center; display: inline} -.screenCenter .version {position: relative; display: block; margin: 5px 0px 15px 0px; font-size: 10px; color: #bbb} +.screenCenter .version {position: relative; display: block; margin: 5px 0 15px 0; font-size: 10px; color: #bbb} .screenCenter .accountPassword {border: 1px solid #888; height: 18px} -.screenCenter .button {border: 0px; background: #666; color: #fff; height: 22px; cursor: pointer} \ No newline at end of file +.screenCenter .button {border: 0; background: #666; color: #fff; height: 22px; cursor: pointer} \ No newline at end of file diff --git a/lib/coder.js b/lib/coder.js index c2b7c15..82093c1 100644 --- a/lib/coder.js +++ b/lib/coder.js @@ -381,7 +381,7 @@ var ICEcoder = { i==selectedTab ? tColor = "#000" : tColor = "#fff"; document.getElementById('tab'+i).style.color = tColor; i==selectedTab ? bgVPos = -22 : bgVPos = 0; - document.getElementById('tab'+i).style.backgroundPosition = "0px "+bgVPos+"px"; + document.getElementById('tab'+i).style.backgroundPosition = "0 "+bgVPos+"px"; } ICEcoder.changedContent[selectedTab-1]==1 ? top.ICEcoder.fMIconVis('fMSave',1) : top.ICEcoder.fMIconVis('fMSave',0.3); }, diff --git a/lib/files.css b/lib/files.css index 6d2b2ea..3351bda 100644 --- a/lib/files.css +++ b/lib/files.css @@ -9,20 +9,20 @@ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-family: arial, verdana, helvetica, sans-serif; - border: 0px; - margin: 0px; - padding: 0px; - outline: 0px; + border: 0; + margin: 0; + padding: 0; + outline: 0; font-size: 12px; vertical-align: top; } -body {margin: 0px; overflow: auto} +body {margin: 0; overflow: auto} .refresh {float: right; margin-right: 15px; cursor: pointer} .fileManager { - margin: 15px 0px 15px 22px; + margin: 15px 0 15px 22px; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; diff --git a/lib/help.css b/lib/help.css index 1c97551..4b19960 100644 --- a/lib/help.css +++ b/lib/help.css @@ -8,10 +8,10 @@ b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { - border: 0px; - margin: 0px; - padding: 0px; - outline: 0px; + border: 0; + margin: 0; + padding: 0; + outline: 0; font-size: 12px; vertical-align: top; } diff --git a/lib/multiple-results.css b/lib/multiple-results.css index cc93b74..2a5ed3c 100644 --- a/lib/multiple-results.css +++ b/lib/multiple-results.css @@ -8,10 +8,10 @@ b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { - border: 0px; - margin: 0px; - padding: 0px; - outline: 0px; + border: 0; + margin: 0; + padding: 0; + outline: 0; font-size: 12px; vertical-align: top; } @@ -32,4 +32,4 @@ hr {border: 0; height: 1px; background-color: #888} .results .resultsPane a {color: rgba(0,198,255,0.7); text-decoration: none} .results .resultsPane a:hover {text-decoration: underline} .replace {position: absolute; margin-top: -28px; right: 20px; padding: 5px 10px; font-size: 14px; background-color: rgba(0,198,255,0.7); cursor: pointer} -.replaceAll {position: absolute; bottom: 0px; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); cursor: pointer} \ No newline at end of file +.replaceAll {position: absolute; bottom: 0; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); cursor: pointer} \ No newline at end of file diff --git a/lib/settings-screen.css b/lib/settings-screen.css index b11f853..b7945c6 100644 --- a/lib/settings-screen.css +++ b/lib/settings-screen.css @@ -8,10 +8,10 @@ b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { - border: 0px; - margin: 0px; - padding: 0px; - outline: 0px; + border: 0; + margin: 0; + padding: 0; + outline: 0; font-size: 12px; vertical-align: top; } @@ -33,13 +33,13 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .settings .logo {position: relative; margin-top: 2px} .settings .version {position: relative; display: block; margin-top: 5px; margin-bottom: 10px; font-size: 10px; color: #bbb} .settings .settingsColumn1 {width: 220px; height: 560px; padding: 20px; float: left} -.settings .settingsColumn2 {width: 420px; height: 560px; padding: 20px 20px 20px 0px; float: left} +.settings .settingsColumn2 {width: 420px; height: 560px; padding: 20px 20px 20px 0; float: left} .settings input, .settings textarea {border: 1px solid #555; background-color: #444; color: #fff} .settings input:focus, .settings textarea:focus { outline: none; - -webkit-box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7); - -moz-box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7); - box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7); + -webkit-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); + -moz-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); + box-shadow: 0 0 10px 1px rgba(0,198,255,0.7); } .settings .plugins {font-family: arial, verdana, helvetica, sans-serif; width: 410px; height: 123px; overflow: hidden} -.settings .update {position: absolute; bottom: 0px; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); opacity: 0.1; cursor: pointer} \ No newline at end of file +.settings .update {position: absolute; bottom: 0; right: 20px; padding: 5px 10px; font-size: 18px; background-color: rgba(0,198,255,0.7); opacity: 0.1; cursor: pointer} \ No newline at end of file