mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 23:03:59 +01:00
Progress bar removed as it's not accurate or indicative of amount loaded/progress Call hideFileMenu instead of manually setting display, so now we have fade effect Add opacity transition of 0.15s
170 lines
12 KiB
CSS
170 lines
12 KiB
CSS
/* First, reset everything to a standard */
|
|
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
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: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
outline: 0;
|
|
font-size: 12px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
body {overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
background-color: #222;
|
|
}
|
|
|
|
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: 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 {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;
|
|
width:50px; height:50px; margin:0 auto; -moz-animation:spin .5s infinite linear; -webkit-animation:spin .5s infinite linear;
|
|
}
|
|
.circleInside {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 15px #2187e7;
|
|
width:30px; height:30px; margin:0 auto; position:relative; top:-50px; -moz-animation:spinoff .5s infinite linear; -webkit-animation:spinoff .5s infinite linear;
|
|
}
|
|
@-moz-keyframes spin {
|
|
0% {-moz-transform:rotate(0deg)}
|
|
100% {-moz-transform:rotate(360deg)}
|
|
}
|
|
@-moz-keyframes spinoff {
|
|
0% {-moz-transform:rotate(0deg)}
|
|
100% {-moz-transform:rotate(-360deg)}
|
|
}
|
|
@-webkit-keyframes spin {
|
|
0% {-webkit-transform:rotate(0deg)}
|
|
100% {-webkit-transform:rotate(360deg)}
|
|
}
|
|
@-webkit-keyframes spinoff {
|
|
0% {-webkit-transform:rotate(0deg)}
|
|
100% {-webkit-transform:rotate(-360deg)}
|
|
}
|
|
|
|
.header {position: absolute; display: inline-block; top: 0; left: 0; width: 100%; height: 40px; background-color: #fff; text-align: right; z-index: 2}
|
|
.header .tools {position: absolute; display: inline-block; left: 15px; top: 3px}
|
|
.header .plugins {position: absolute; display: inline-block; left: 55px; top: 3px}
|
|
.header .plugins img {position: relative; display: inline-block; margin-right: 15px}
|
|
.header .screenModeIcon {position: absolute; top: 5px; right: 46px; cursor: pointer}
|
|
.header .version {position: relative; display: inline-block; margin-top: 25px; font-size: 10px; color: #bbb}
|
|
.header .version a {font-size: 10px; color: #bbb; text-decoration: none}
|
|
.header .logo {position: relative; margin: 5px 10px 0 5px; cursor: pointer}
|
|
|
|
.files {position: absolute; display: inline-block; top: 0; left: 0; height: 100%; width: 250px; background-color: #444; background-image: url('../images/files-arrow.png'); background-repeat: no-repeat; background-position: 100% 50%; overflow: hidden; z-index: 1;
|
|
box-shadow: 0 50px 10px 4px rgba(0,0,0,0.4);
|
|
}
|
|
.files .account {display: inline-block; height: 50px; width: 250px; margin-top: 40px; background-color: #888}
|
|
.files .accountOptions {position: relative; height: 32px; width: 100%; margin-left: 15px; margin-top: 8px}
|
|
.files .accountOptions div {display: inline-block; background: url('../images/file-manager-icons.png') 0 0 no-repeat; cursor: pointer}
|
|
.files .accountOptions .save {width: 30px; height: 32px; opacity: 0.3}
|
|
.files .accountOptions .open {width: 25px; height: 32px; background-position: -32px -3px; margin: 3px 0 0 7px; opacity: 0.3}
|
|
.files .accountOptions .newFile {width: 15px; height: 16px; background-position: -64px 0; margin: 8px 0 0 10px; opacity: 0.3}
|
|
.files .accountOptions .newFolder {width: 20px; height: 16px; background-position: -80px 0; margin: 8px 0 0 5px; opacity: 0.3}
|
|
.files .accountOptions .delete {width: 16px; height: 16px; background-position: -100px 0; margin: 8px 0 0 5px; opacity: 0.3}
|
|
.files .accountOptions .rename {width: 16px; height: 16px; background-position: -116px 0; margin: 8px 0 0 5px; opacity: 0.3}
|
|
.files .accountOptions .view {width: 16px; height: 16px; background-position: -132px 0; margin: 8px 0 0 5px; opacity: 0.3}
|
|
.files .accountOptions .lock {position: relative; margin-left: 208px; margin-top: -27px; width: 12px; height: 16px; background-position: -64px -16px; z-index: 1}
|
|
.files input:focus, .findReplace input:focus, .findReplace select:focus, .password:focus {outline: none; box-shadow: 0 0 10px 1px rgba(0,198,255,1)}
|
|
.files .button {position: absolute; border: 0; background: #444; color: #eee; height:20px; margin-top: 16px; margin-left: 5px; font-size: 11px; cursor: pointer}
|
|
.files .button:hover {background-color: #222; color: #eee}
|
|
.files .frame {display: inline-block; width: 250px}
|
|
.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: opacity 0.2s;
|
|
-moz-transition: opacity 0.2s;
|
|
transition: opacity 0.2s;
|
|
}
|
|
.files .serverMessage b {font-size: 10px}
|
|
|
|
.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: #ddd}
|
|
.tabsBar .tab {position: absolute; display: none; background: url('../images/nav-bg.jpg') repeat-x 0 0; padding: 5px 8px 2px 8px; font-size: 10px; border-left: solid 1px #eee; border-right: solid 1px #777; border-radius: 4px 4px 0 0; color: #fff; white-space: nowrap; overflow: hidden; cursor: pointer; z-index: 1;
|
|
-webkit-transition: width 0.15s ease-in-out;
|
|
-moz-transition: width 0.15s ease-in-out;
|
|
transition: width 0.15s ease-in-out;
|
|
-webkit-transition: left 0.15s ease-in-out;
|
|
-moz-transition: left 0.15s ease-in-out;
|
|
transition: left 0.15s ease-in-out;
|
|
}
|
|
.tabsBar .tabSlide {
|
|
-webkit-transition: left 0.15s ease-in-out;
|
|
-moz-transition: left 0.15s ease-in-out;
|
|
transition: left 0.15s ease-in-out;
|
|
}
|
|
.tabsBar .tabDrag {
|
|
-webkit-transition: left 0s ease-in-out;
|
|
-moz-transition: left 0s ease-in-out;
|
|
transition: left 0s ease-in-out;
|
|
}
|
|
.tabsBar .tab .closeTab, .tabsBar .closeAllTabs {margin: 1px 0 0 5px; border-radius: 6px; cursor: pointer}
|
|
.tabsBar .tab .closeTab {position: absolute; right: 7px}
|
|
.tabsBar .alphaTabs {position: absolute; margin: 6px 0 0 -17px; background: #bbb; border-radius: 6px; cursor: pointer}
|
|
.tabsBar .alphaTabs:hover {background: #000}
|
|
.tabsBar .closeAllTabs {position: absolute; margin: 6px 0 0 -33px; background: #bbb}
|
|
.tabsBar .closeAllTabs:hover {background: #000}
|
|
.tabsBar .newTab {position: absolute; display: inline-block; background-image: url('../images/nav-bg.jpg'); background-repeat: repeat-x; background-position: 0 0; padding: 6px 5px 5px 5px; border-left: solid 1px #eee; border-right: solid 1px #777; border-radius: 4px 4px 0 0; cursor: pointer; z-index: 0;
|
|
-webkit-transition: left 0.15s ease-in-out;
|
|
-moz-transition: left 0.15s ease-in-out;
|
|
transition: left 0.15s ease-in-out;
|
|
}
|
|
.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 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: -3px; font-size: 10px; padding-left: 5px; margin-right: 3px}
|
|
.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: -3px; font-size: 10px; padding-left: 5px}
|
|
.findReplace .targetText {height: 21px; font-size: 10px; margin: 8px 2px 0 2px}
|
|
.findReplace .submit {position: relative; top: -2px; height: 17px; border: 0; background-color: #444; color: #eee; font-size: 10px; margin-left: 2px; cursor: pointer}
|
|
.findReplace .submit:hover {background-color: #2187e7; color: #eee}
|
|
.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; cursor: default; 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; cursor: default; z-index: 1}
|
|
.goLine .goToLine {width: 25px; height: 16px; border: 0; font-size: 10px; margin: -3px 0 0 3px}
|
|
.goLine .goToLine:focus {outline: none; box-shadow: 0 0 10px 1px rgba(0,198,255,1)}
|
|
.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: 0; background-color: rgba(0,0,0,0.7); left: 0; z-index: 2}
|
|
.footer .system {position: absolute; display: inline-block; padding: 10px 0 0 15px}
|
|
.footer .system div {position: relative; display: inline-block; margin-right: 10px; width: 11px; height: 11px; cursor: pointer}
|
|
.footer .system .preview {background: url('../images/file-manager-icons.png') no-repeat -116px -16px}
|
|
.footer .system .terminal {background: url('../images/file-manager-icons.png') no-repeat -132px -16px}
|
|
.footer .nesting {position: absolute; display: inline-block; padding: 5px; margin-top: 10px; left: 260px; border-radius: 5px; background-color: #0b0; cursor: default}
|
|
.footer .nestDisplay {position: absolute; display: inline-block; padding: 5px 0 0 8px; margin-top: 0px; left: 267px; font-size: 12px; color: #fff; text-align: right}
|
|
.footer .charDisplay, .footer .byteDisplay {position: absolute; display: inline-block; padding: 5px 0 0 8px; margin-top: 3px; margin-right: 10px; right: 0; font-weight: bold; font-size: 12px; color: #fff; text-align: right; text-align: right; cursor: pointer}
|
|
|
|
.textbox {box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.4)}
|
|
|
|
.fileMenu {position: absolute; display: none; left: 0; top: 0; background-color: #333; z-index: 10;
|
|
-webkit-transition: opacity 0.15s;
|
|
-moz-transition: opacity 0.15s;
|
|
transition: opacity 0.15s;
|
|
}
|
|
.fileMenu a {display: block; padding: 2px 5px; background-color: #333; color: #eee; text-decoration: none}
|
|
.fileMenu a:hover {background-color: #666}
|
|
|
|
.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 0 15px 0; font-size: 10px; color: #bbb}
|
|
.screenCenter .text {position: relative; display: block; margin-top: 15px; font-size: 10px; color: #888}
|
|
.screenCenter .text input {margin-top: 1px}
|
|
.screenCenter .text a {position: relative; display: block; margin-top: 15px; font-size: 10px; color: #888; text-decoration: none}
|
|
.screenCenter .password {border: 0; background-color: #333; color: #fff; height: 20px}
|
|
.screenCenter .button {border: 0; background: #444; color: #eee; height: 22px; cursor: pointer}
|
|
.screenCenter .button:hover {background: #2187e7; color: #eee} |