@@ -9,10 +9,10 @@ dl, dt, dd, ol, ul, li,
99fieldset , form , label , legend ,
1010table , caption , tbody , tfoot , thead , tr , th , td {
1111 font-family : arial, verdana, helvetica, sans-serif;
12- border : 0 px ;
13- margin : 0 px ;
14- padding : 0 px ;
15- outline : 0 px ;
12+ border : 0 ;
13+ margin : 0 ;
14+ padding : 0 ;
15+ outline : 0 ;
1616 font-size : 12px ;
1717 vertical-align : top;
1818}
@@ -28,13 +28,13 @@ body {overflow: hidden;
2828h1 {font-size : 36px ; font-weight : normal; color : # 888 ; margin-bottom : 20px }
2929h2 {font-size : 18px ; font-weight : normal; color : # fff }
3030
31- .blackMask {position : fixed; display : table; width : 100% ; height : 100% ; top : 0 px ; left : 0 px ; visibility : hidden; background-color : rgba (0 , 0 , 0 , 0.8 ); text-align : center; z-index : 100 }
31+ .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 }
3232.blackMask .popupVCenter {# position : absolute; dis play: table-cell; # top : 50%; vertical- align: middle; text- align: center}
3333.popupVCenter .popup {# position : relative; # top : -50%; text- align: center; color : # fff ; font- size: 10px}
3434.whiteGlow {
35- -webkit-box-shadow : 0 px 0 px 8px 2px rgba (255 , 255 , 255 , 0.6 );
36- -moz-box-shadow : 0 px 0 px 8px 2px rgba (255 , 255 , 255 , 0.6 );
37- box-shadow : 0 px 0 px 8px 2px rgba (255 , 255 , 255 , 0.6 );
35+ -webkit-box-shadow : 0 0 8px 2px rgba (255 , 255 , 255 , 0.6 );
36+ -moz-box-shadow : 0 0 8px 2px rgba (255 , 255 , 255 , 0.6 );
37+ box-shadow : 0 0 8px 2px rgba (255 , 255 , 255 , 0.6 );
3838}
3939
4040.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,32 +60,32 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
6060 100% { -webkit-transform : rotate (-360deg );}
6161}
6262
63- .progressBar {top : 0 px ; left : 0 px ; width : 100% ; height : 1px ; margin : 2px 0 ; background : # 2187e7 ; position : absolute; box-shadow : 0 px 0 px 10px 1px rgba (0 , 198 , 255 , 0.7 );
63+ .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 );
6464 -moz-animation : fullexpand 10s ease-out; -webkit-animation : fullexpand 10s ease-out;
6565}
6666@-moz-keyframes fullexpand {
67- 0% { width : 0 px ;}
67+ 0% { width : 0 ;}
6868 100% { width : 100% ;}
6969}
7070@-webkit-keyframes fullexpand {
71- 0% { width : 0 px ;}
71+ 0% { width : 0 ;}
7272 100% { width : 100% ;}
7373}
7474
7575.header {position : absolute; display : inline-block; width : 100% ; height : 40px ; background-color : # fff ; text-align : right; z-index : 2 }
7676.header .plugins {position : absolute; display : inline-block; left : 15px ; top : 3px }
7777.header .plugins img {position : relative; display : inline-block; margin-right : 15px }
7878.header .version {position : relative; display : inline-block; margin-top : 25px ; font-size : 10px ; color : # bbb }
79- .header .logo {position : relative; margin : 5px 10px 0 px 5px ; cursor : pointer}
79+ .header .logo {position : relative; margin : 5px 10px 0 5px ; cursor : pointer}
8080
8181.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 ;
82- -webkit-box-shadow : 0 px 0 px 10px 4px rgba (0 , 0 , 0 , 0.4 );
83- -moz-box-shadow : 0 px 0 px 10px 4px rgba (0 , 0 , 0 , 0.4 );
84- box-shadow : 0 px 0 px 10px 4px rgba (0 , 0 , 0 , 0.4 );
82+ -webkit-box-shadow : 0 0 10px 4px rgba (0 , 0 , 0 , 0.4 );
83+ -moz-box-shadow : 0 0 10px 4px rgba (0 , 0 , 0 , 0.4 );
84+ box-shadow : 0 0 10px 4px rgba (0 , 0 , 0 , 0.4 );
8585}
8686.files .account {display : inline-block; height : 50px ; width : 250px ; margin-top : 40px ; background-color : # 888 }
8787.files .accountLoginContainer {position : absolute; width : 250px ; height : 50px ; z-index : 1 }
88- .files .accountLoginContainer .accountLogin {position : absolute; width : 250px ; height : 50px ; top : 0 px ; background-color : # 666 ;
88+ .files .accountLoginContainer .accountLogin {position : absolute; width : 250px ; height : 50px ; top : 0 ; background-color : # 666 ;
8989 -webkit-transition : top 0.3s ;
9090 -moz-transition : top 0.3s ;
9191 -o-transition : top 0.3s ;
@@ -96,69 +96,69 @@ h2 {font-size: 18px; font-weight: normal; color: #fff}
9696.files .accountPassword {position : relative; border : 1px solid # 888 ; background-color : # 999 ; height : 18px ; width : 140px ; margin-left : 14px ; margin-top : 15px }
9797.files input : focus , .findReplace input : focus , .findReplace select : focus , .accountPassword : focus {
9898 outline : none;
99- -webkit-box-shadow : 0 px 0 px 10px 1px rgba (0 , 198 , 255 , 0.7 );
100- -moz-box-shadow : 0 px 0 px 10px 1px rgba (0 , 198 , 255 , 0.7 );
101- box-shadow : 0 px 0 px 10px 1px rgba (0 , 198 , 255 , 0.7 );
99+ -webkit-box-shadow : 0 0 10px 1px rgba (0 , 198 , 255 , 0.7 );
100+ -moz-box-shadow : 0 0 10px 1px rgba (0 , 198 , 255 , 0.7 );
101+ box-shadow : 0 0 10px 1px rgba (0 , 198 , 255 , 0.7 );
102102}
103- .files .button {position : absolute; border : 0 px ; background : # 999 ; color : # 555 ; height : 20px ; margin-top : 16px ; margin-left : 5px ; font-size : 11px ; cursor : pointer}
103+ .files .button {position : absolute; border : 0 ; background : # 999 ; color : # 555 ; height : 20px ; margin-top : 16px ; margin-left : 5px ; font-size : 11px ; cursor : pointer}
104104.files .button : hover {background-color : # 444 ; color : # eee }
105105.files .lock {position : relative; margin-left : 225px ; margin-top : -20px ; z-index : 1 }
106106.files .frame {display : inline-block; width : 250px }
107- .files .serverMessage {position : absolute; display : inline-block; width : 450px ; bottom : 0 px ; margin-bottom : 30px ; background-color : rgba (255 , 255 , 255 , 0.8 ); font-size : 10px ; padding : 7px 12px ; opacity : 0 ;
107+ .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 ;
108108 -webkit-transition : all 0.2s ;
109109 -moz-transition : all 0.2s ;
110110 -o-transition : all 0.2s ;
111111 transition : all 0.2s ;
112112}
113113.files .serverMessage b {font-size : 10px }
114114
115- .editor {position : absolute; display : inline-block; top : 0 px ; left : 15px ; width : 2400px }
115+ .editor {position : absolute; display : inline-block; top : 0 ; left : 15px ; width : 2400px }
116116.editor .tabsBar {display : inline-block; height : 22px ; width : 2400px ; margin-top : 40px ; padding-left : 41px ; background-color : # 888 ;}
117- .tabsBar .tab {display : inline-block; display : none; background-image : url ('../images/nav-bg.gif' ); background-repeat : repeat-x; background-position : 0 px 0 px ; padding : 5px 8px 2px 8px ; font-size : 10px ; border-left : solid 1px # fff ; border-right : solid 1px # 777 ; color : # fff ; cursor : pointer;
117+ .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;
118118 -webkit-transition : all 0.15s ;
119119 -moz-transition : all 0.15s ;
120120 -o-transition : all 0.15s ;
121121 transition : all 0.15s ;
122122}
123- .tabsBar .tab .closeTab {margin : 1px 0 px 0 px 5px ; border-radius : 6px }
124- .tabsBar .newTab {display : inline-block; background-image : url ('../images/nav-bg.gif' ); background-repeat : repeat-x; background-position : 0 px 0 px ; padding : 6px 5px 1px 5px ; border-left : solid 1px # fff ; border-right : solid 1px # 777 ; cursor : pointer;}
123+ .tabsBar .tab .closeTab {margin : 1px 0 0 5px ; border-radius : 6px }
124+ .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;}
125125.editor .findBar {display : inline-block; height : 28px ; width : 2400px ; color : # fff ; background-color : # 141414 }
126126.findBar .findReplace {position : absolute; z-index : 1 }
127- .findReplace select {position : relative; font-size : 10px ; margin : 8px 2px 0 px 2px ; top : -2px ;}
128- .findReplace .findText {display : inline-block; height : 21px ; font-size : 10px ; margin : 8px 2px 0 px 2px ; margin-left : 43px }
127+ .findReplace select {position : relative; font-size : 10px ; margin : 8px 2px 0 2px ; top : -2px ;}
128+ .findReplace .findText {display : inline-block; height : 21px ; font-size : 10px ; margin : 8px 2px 0 2px ; margin-left : 43px }
129129.findReplace .find {position : relative; width : 120px ; height : 16px ; border : 0 ; top : -2px ; font-size : 10px ; padding-left : 5px }
130- .findReplace .findTextPlural {display : inline-block; height : 21px ; font-size : 10px ; margin : 8px 2px 0 px 0 px }
131- .findReplace .replaceAction {margin : 0 px 2px 0 px 0 px ; top : -2px }
132- .findReplace .replaceText {height : 21px ; font-size : 10px ; margin : 8px 2px 0 px 2px }
130+ .findReplace .findTextPlural {display : inline-block; height : 21px ; font-size : 10px ; margin : 8px 2px 0 0 }
131+ .findReplace .replaceAction {margin : 0 2px 0 0 ; top : -2px }
132+ .findReplace .replaceText {height : 21px ; font-size : 10px ; margin : 8px 2px 0 2px }
133133.findReplace .replace {position : relative; width : 120px ; height : 16px ; border : 0 ; top : -2px ; font-size : 10px ; padding-left : 5px }
134- .findReplace .targetText {height : 21px ; font-size : 10px ; margin : 8px 2px 0 px 2px }
134+ .findReplace .targetText {height : 21px ; font-size : 10px ; margin : 8px 2px 0 2px }
135135.findReplace .submit {position : relative; top : -2px ; height : 17px ; border : 1px solid # bbb ; background-color : # f8f8f8 ; font-size : 10px ; cursor : pointer}
136- .findReplace .results {position : relative; display : inline-block; width : 200px ; height : 20px ; font-size : 10px ; margin : 8px 0 px 0 px 20px }
136+ .findReplace .results {position : relative; display : inline-block; width : 200px ; height : 20px ; font-size : 10px ; margin : 8px 0 0 20px }
137137.findBar .codeAssist {position : fixed; display : inline-block; width : 100px ; right : 74px ; top : 70px ; height : 21px ; font-size : 10px ; z-index : 1 }
138138.findBar .codeAssist input {margin-top : -1px }
139139.findBar .goLine {position : fixed; display : inline-block; width : 100px ; right : -10px ; top : 70px ; height : 21px ; font-size : 10px ; z-index : 1 }
140- .goLine .goToLine {width : 25px ; height : 16px ; border : 0 ; font-size : 10px ; margin : -3px 0 px 0 px 3px }
140+ .goLine .goToLine {width : 25px ; height : 16px ; border : 0 ; font-size : 10px ; margin : -3px 0 0 3px }
141141.editor .code {position : relative; display : inline-block; top : 28px ; width : 600px ; height : 600px ; visibility : hidden}
142142
143- .footer {position : fixed; display : inline-block; width : 100% ; height : 30px ; bottom : 0 px ; background-color : rgba (0 , 0 , 0 , 0.7 ); left : 0 px ; z-index : 2 }
144- .footer .nesting {display : inline-block; padding : 5px 8px ; margin : 4px 0 px 0 px 15px ; font-weight : bold; font-size : 10px ; color : # fff ; background-color : # 0b0 }
145- .footer .nestLoc {position : absolute; display : inline-block; width : 120px ; padding : 5px 0 px 0 px 8px ; margin-top : 3px ; left : 112px ; font-weight : bold; font-size : 12px ; color : # fff ; text-align : right}
146- .footer .nestDisplay {position : absolute; display : inline-block; padding : 5px 0 px 0 px 8px ; margin-top : 3px ; left : 255px ; font-size : 12px ; color : # fff ; text-align : right}
147- .footer .charDisplay {position : absolute; display : inline-block; padding : 5px 0 px 0 px 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 }
143+ .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 }
144+ .footer .nesting {display : inline-block; padding : 5px 8px ; margin : 4px 0 0 15px ; font-weight : bold; font-size : 10px ; color : # fff ; background-color : # 0b0 }
145+ .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}
146+ .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}
147+ .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 }
148148
149149.textbox {
150- -webkit-box-shadow : inset 1px 1px 2px 0 px rgba (0 , 0 , 0 , 0.4 );
151- -moz-box-shadow : inset 1px 1px 2px 0 px rgba (0 , 0 , 0 , 0.4 );
152- box-shadow : inset 1px 1px 2px 0 px rgba (0 , 0 , 0 , 0.4 );
150+ -webkit-box-shadow : inset 1px 1px 2px 0 rgba (0 , 0 , 0 , 0.4 );
151+ -moz-box-shadow : inset 1px 1px 2px 0 rgba (0 , 0 , 0 , 0.4 );
152+ box-shadow : inset 1px 1px 2px 0 rgba (0 , 0 , 0 , 0.4 );
153153}
154154
155- .fileMenu {position : absolute; display : none; left : 0 px ; top : 0 px ; background-color : # 333 ; z-index : 10 }
155+ .fileMenu {position : absolute; display : none; left : 0 ; top : 0 ; background-color : # 333 ; z-index : 10 }
156156.fileMenu a {display : block; padding : 2px 5px ; background-color : # 444 ; color : # eee ; text-decoration : none}
157157.fileMenu a : hover {background-color : # 666 }
158158
159- .screenContainer {position : absolute; display : table; width : 100% ; height : 100% ; top : 0 px ; left : 0 px ; text-align : center}
159+ .screenContainer {position : absolute; display : table; width : 100% ; height : 100% ; top : 0 ; left : 0 ; text-align : center}
160160.screenContainer .screenVCenter {# position : absolute; dis play: table-cell; # top : 50%; vertical- align: middle; text- align: center}
161161.screenVCenter .screenCenter {# position : relative; # top : -50%; text- align: center; dis play: inline}
162- .screenCenter .version {position : relative; display : block; margin : 5px 0 px 15px 0 px ; font-size : 10px ; color : # bbb }
162+ .screenCenter .version {position : relative; display : block; margin : 5px 0 15px 0 ; font-size : 10px ; color : # bbb }
163163.screenCenter .accountPassword {border : 1px solid # 888 ; height : 18px }
164- .screenCenter .button {border : 0 px ; background : # 666 ; color : # fff ; height : 22px ; cursor : pointer}
164+ .screenCenter .button {border : 0 ; background : # 666 ; color : # fff ; height : 22px ; cursor : pointer}
0 commit comments