123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511 |
- #btnarea {
- bottom: 5px;
- position: fixed;
- z-index: 2;
- width: 100%;
- }
- #btnarea .right {
- margin-right: 5px;
- z-index: 2;
- }
- #create_filename {
- background-color: rgba(0,0,0,.5);
- border: 1px solid #FFF;
- border-bottom-right-radius: initial;
- box-sizing: border-box;
- color: #FFF;
- font-size: 16px;
- left: 10px;
- margin: 0;
- max-width: 100%;
- opacity: .75;
- overflow: hidden;
- padding: 5px;
- position: fixed;
- top: 10px;
- white-space: nowrap;
- width: 170px;
- z-index: 2;
- }
- #downloaded_filename {
- background-color: rgba(0,0,0,.5);
- border-radius: 5px;
- box-sizing: border-box;
- color: #FFF;
- display: block;
- height: 40px;
- line-height: 30px;
- margin: 0;
- opacity: .75;
- overflow: hidden;
- padding: 5px;
- text-align: middle;
- text-overflow: ellipsis;
- vertical-align: middle;
- white-space: nowrap;
- z-index: 2;
- }
- #finallink,#downloadprogress {
- color: #FFF;
- }
- #create_linenos {
- color: #7d7d7d;
- float: left;
- font-family: monospace;
- left: 5px;
- overflow: hidden;
- position: absolute;
- text-align: right;
- top: 6.5px;
- width: 30px;
- z-index: -1;
- }
- .line {
- word-wrap: normal;
- white-space: pre-wrap;
- min-height: 1em;
- }
- .line:after {
- content: "";
- }
- .line .linenum {
- -webkit-user-select: none; /* Chrome all / Safari all */
- -moz-user-select: none; /* Firefox all */
- -ms-user-select: none; /* IE 10+ */
- user-select: none; /* Likely future */
- color: #7d7d7d;
- font-family: monospace;
- padding: 0 15px 0 10px;
- text-align: center;
- position: absolute;
- left: -8px;
- text-align: right;
- width: 30px;
- }
- #module_download .preview {
- display: block;
- margin: 0 auto;
- max-height: 100%;
- max-width: 100%;
- }
- #module_download,#downloaddetails {
- height: 100%;
- position: absolute;
- top: 0;
- width: 100%;
- }
- #pastearea {
- cursor: pointer;
- background-color: #005B9F;
- background-image: url("../safecoin_mark.svg");
- background-repeat: no-repeat;
- background-position: center center;
-
- -moz-border-radius: 13x;
- border-radius: 13px;
- opacity: .75;
- z-index: 2;
- }
- #pastearea.dragover {
- background-color: rgba(255,255,255,.2);
- opacity: 1;
- }
- #pastearea:hover {
- -moz-transition: background-color 100ms ease-in;
- -ms-transition: background-color 100ms ease-in;
- -o-transition: background-color 100ms ease-in;
- -webkit-transition: background-color 100ms ease-in;
- background-color: #3FADFF;
- transition: background-color 100ms ease-in;
- opacity: 1;
- }
- #pastecatcher {
- height: 0;
- left: 0;
- opacity: 0;
- overflow: hidden;
- position: absolute;
- top: 0;
- width: 0;
- }
- #previewimg {
- max-height: 100%;
- max-width: 100%;
- }
- #previewimg img, .preview video, .preview audio {
- display: block;
- margin: 0 auto;
- }
- #previewimg img:not(.dragged), .preview audio, .preview video {
- max-height: 100vh;
- max-width: 100vw;
- }
- #progressamountbg {
- background-color: rgba(0,10,0,.5);
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: 0;
- z-index: -1;
- }
- #uploadview .centerview {
- display: table;
- height: 100%;
- width: 100%;
- }
- .boxarea {
- -moz-transition: background-color 400ms ease-out;
- -ms-transition: background-color 400ms ease-out;
- -o-transition: background-color 400ms ease-out;
- -webkit-transition: background-color 400ms ease-out;
- transition: background-color 400ms ease-out;
-
- }
- .btn {
- -webkit-box-align: start;
- background-color: #005B9F;
- border: 2px solid #FFF;
- box-sizing: border-box;
- color: #FFF!important;
- cursor: pointer;
- display: inline-block;
- font: inherit;
- font-size: 16px;
- height: 40px;
- line-height: 16px;
- margin: 0 0 0 5px;
- opacity: .75;
- padding: 10px;
- text-align: center;
- text-decoration: none;
- transition: all 400ms ease-out;
- vertical-align: middle;
- white-space: nowrap;
- z-index: 2;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .btn:hover {
- background-color: #3FADFF;
- opacity: 1;
- transition: all 100ms ease-in;
- }
- .dbtn {
- -webkit-box-align: start;
- background-color: #c64b00;
- border: 2px solid #FFF;
- box-sizing: border-box;
- color: #FFF!important;
- cursor: pointer;
- display: inline-block;
- font: inherit;
- font-size: 16px;
- height: 40px;
- line-height: 16px;
- margin: 0 0 0 5px;
- opacity: .75;
- padding: 10px;
- text-align: center;
- text-decoration: none;
- transition: all 400ms ease-out;
- vertical-align: middle;
- white-space: nowrap;
- z-index: 2;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .dbtn:hover {
- background-color: #ff6200;
- opacity: 1;
- transition: all 100ms ease-in;
- }
- .contentarea {
- border: 2px solid #FFF;
- bottom: 0;
- color: #FFF;
- height: 200px;
- left: 0;
- margin: auto;
- position: absolute;
- right: 0;
- text-align: center;
- top: 0;
- vertical-align: middle;
- width: 200px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .downloading {
- color: #FFF;
- margin: 2px;
- text-align: center;
- vertical-align: middle;
-
- position: fixed;
- top: 50%;
- left: 50%;
-
- margin-right: -50%;
- padding: 20px;
- transform: translate(-50%, -50%);
- }
- .waiting {
- color: #FFF;
- margin: 0;
- text-align: center;
- vertical-align: middle;
- }
-
- .wait {
- color: #FFF;
- margin: 0;
- text-align: center;
- }
-
- span.dropt {/*border-bottom: thin dotted; /*background: #ffeedd;*/}
- span.dropt:hover span {position: fixed;
- top: 50%;
- left: 50%;
- margin-right: -50%;
- transform: translate(-50%, -50%);
- padding: 50px ;
- z-index: 0;
- background-color: #1d1f21;
- color: #FFF;
- font-size: 12px;
- }
- span.dropt span {position: absolute; left: -9999px;
- margin: 2px 0 0 0px;
- padding: 2px;
- z-index: 1;
- }
-
- span.droptft {z-index: 6;/*border-bottom: thin dotted; /*background: #ffeedd;*/}
-
- span.droptft:hover span {position: absolute;
- top: 50%;
- left: 50%;
- margin-right: -50%;
- transform: translate(-50%, -120%);
- z-index: 1;
- }
- span.droptft span {position: absolute; left: -9999px;
- margin: 2px 0 0 0px;
- padding: 2px;
- z-index: 1;
- }
-
- .help { position: fixed;
- top: 50%;
- left: 50%;
- margin-right: -50%;
- padding: 10px;
- transform: translate(-50%, -50%);
- z-index: 1;
- background-color: #1d1f21;
- color: #FFF;
- font-size: 12px;
- }
-
- .donate { position: fixed;
- top: 50%;
- left: 50%;
- margin: 2px 0 0 0px;
- margin-right: -50%;
- padding: 20x;
- transform: translate(-50%, -50%);
-
- z-index: 1;
- background-color: #1d1f21;
- color: #FFF;
- font-size: 12px;
- }
- .contentarea .boxarea {
- display: table-cell;
- text-align: center;
- vertical-align: middle;
- }
- .contentarea h1 {
- margin: 0;
- }
- .downloadexplain {
- color: #fff;
- font-size: 30px;
- }
- .dragresize.dragging {
- cursor: nwse-resize;
- }
- .footer {
- bottom: 10px;
- margin: auto;
- position: fixed;
- text-align: center;
- width: 100%;
- color: #FFF;
- }
- .footer a {
- color: #FFF;
- font-size: 14px;
- opacity: .5;
- text-decoration: none;
- }
- .hidden {
- display: none!important;
- }
- .loadingtext {
- color: #FFF;
- text-align: center;
- }
- .noscript {
- color: #FFF;
- margin: 0;
- text-align: center;
- vertical-align: middle;
- }
- .previewtext {
- height: calc(100% - 110px);
- overflow: auto;
- position: absolute;
- top: 55px;
- width: 100%;
- }
- .previewtext > textarea {
- background: transparent none repeat scroll 0 0;
- border: 0 none;
- box-sizing: border-box;
- color: #c5c8c6!important;
- font-family: monospace!important;
- font-size: 13px;
- height: calc(100% - 5px);
- margin: 0;
- outline: medium none;
- padding: 6.5px 0 0 50px;
- position: absolute;
- resize: none;
- width: 100%;
- }
- .previewtext code {
- background: none;
- margin: 0;
- overflow: visible;
- }
- .previewtext pre {
- margin: 0;
- padding-left: 50px;
- }
- .topbar {
- box-sizing: border-box;
- display: flex;
- height: 40px;
- padding: 5px;
- position: fixed;
- width: 100%;
- z-index: 6;
- }
- .viewcontent {
- height: 100%;
- width: 100%;
- }
- .viewswitcher {
- -webkit-flex-shrink: 0;
- display: flex;
- flex-shrink: 0;
- margin-left: auto;
- vertical-align: top;
- white-space: nowrap;
- z-index: 6;
- }
- .centertext {
- text-align: center;
- }
- .centerable {
- -webkit-transform: translateY(-50%);
- margin: 0 auto;
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- .deleted {
- position: fixed;
- top: 50%;
- left: 50%;
- margin-right: -50%;
- padding: 10px;
- transform: translate(-50%, -50%);
- z-index: 1;
- background-color: #1d1f21;
- color: #FFF;
- }
- body {
- background-color: #1d1f21;
- /*background-image: url('safesharelogo.png');
- -webkit-background-size: contain;
- -moz-background-size: contain;
- -o-background-size: contain;
- background-size: contain;
- background-repeat: no-repeat;
- background-position : 50%, 50%;*/
- overflow: auto;
- }
- body,html {
- font-family: Sans-Serif;
- height: 100%;
- margin: 0;
- overflow: auto;
- padding: 0;
- }
- .right {
- float: right;
- }
|