/
animasola
/
Dropper
Обзор
Документация
Войти
/
animasola
/
Dropper
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/main.css
349 строк
5 KB
Anima-Sola
Ready
18 авг 2018, 11:28
18 авг 2018, 11:28
4b92d8e
Код
Авторство
О чём код?
@charset "utf-8"; @font-face{ font-family: segoeui; /* Имя шрифта */ src: url('../assets/fonts/segoeui.eot'), url('../assets/fonts/segoeui.ttf'); /* Путь к файлу со шрифтом */ } html, body { height: 100%; min-height: 640px; font-family: segoeui; -moz-user-select: none; -khtml-user-select: none; user-select: none; overflow: hidden; } a { text-decoration: none; } ul{ list-style: none; } #header { width: 100%; height: 80px; background-color: #000; visibility: hidden; } #loading { padding-top: 200px; width: 1000px; margin: 0 auto; /*visibility: hidden;*/ margin-bottom: -300px; font-size: 32px; color: #fff; text-align:center; } #loading div { width: 100px; margin:0 auto; } .noscript { position: relative; width: 700px; height: 130px; top: 200px; margin: 0 auto; display: block; background: #FFDDCE; font-size: 17px; line-height: 60px; padding: 0 15px; text-shadow: 1px 1px 1px #FFF; border: 1px solid #F00; color: #000; text-align: center; font-family: segoeui; } #md_header { width: 1000px; min-width: 1000px; margin: 0 auto; } #social { width: 180px; height: 20px; float: left; padding-top: 4px; padding-left: 8px; } .blocks { position: relative; float: left; width: 250px; height:65px; } #logo { padding-top: 15px; width:250px; float:left; } .g_settings { width: 225px; height: 30px; line-height: 30px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #fff; font-size: 15px; padding-left: 5px; cursor: pointer; color: #a0a1a2; } .droplist { position:relative; width: 225px; text-align: center; font-size: 15px; visibility: hidden; z-index: 2; } .droplist ul { border: 1px solid #000; } .droplist ul li { display: block; cursor: pointer; color: #000; background-color: #fff; } .droplist ul li:hover { display: block; cursor: pointer; color: #fff; background-color: #999999; } #content { width: 100%; min-height: 100%; height: auto !important; height:100%; padding-bottom: -80px; background: url("../images/bg.png"); } #wrapper { padding-top:30px; width: 1000px; min-width: 1000px; min-height: 400px; margin: 0 auto; padding-bottom: -80px; visibility: hidden; /*border: 1px solid #fff;*/ } #blockscreen, #modalwindow { position: fixed; } #blockscreen { background: rgba(0, 0, 0, .5); left: 0; right: 0; top: 0; bottom: 0; z-index: 10; } #modalwindow { font-family: 'Forum', Courier; z-index: 11; background: #fff; padding: 5px; border: 1px solid #a1a1a1; box-shadow: 0 0 10px #444; } .formbtn{ font-family: 'Forum', Courier; width:200px; margin: 0 10px 0 10px; color: #000; } .formbtndisabled { font-family: 'Forum', Courier; width:200px; margin: 0 10px 0 10px; color: gray; } #leftbar { float:left; margin-left:10%; margin-right:30px; width: 40%; height: 100%; } #pauseinfo { font-family: 'Forum', Courier; position:absolute; top:25%; border: 2px solid #fff; background-color: red; text-align: center; color: #fff; width: 200px; height: 155px; min-width: 200px; min-height: 155px; visibility: hidden; z-index: 1; -moz-user-select: none; -khtml-user-select: none; user-select: none; } #glass { position:relative; border-left:10px solid #fff; border-right:10px solid #fff; border-bottom:10px solid #fff; border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; margin:0 auto; } #glass div{ margin: 0.5px; float: left; } #buttonsContainer { width: 100%; height: 10%; } .buttons { float:left; height: 100%; width: 50%; } #startPausebtn{ width:95%; font-size: 20px; color:#ffffff; border:2px solid #ffffff; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; cursor:pointer; text-align: center; height: 40px; margin-top: 10%; } #resetbtn{ width:95%; font-size: 20px; color:#ffffff; border:2px solid #ffffff; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; cursor:pointer; text-align: center; height: 40px; margin-top: 10%; } #rightbar { float: left; width: 40%; height: 100%; margin-left:30px; } .info { width: 80%; height: 15%; font-size: 16px; color: #fff; border-bottom: 1px dashed #fff; } #nextFigure { width: 80%; height: 35%; font-size: 16px; color: #fff; border-bottom: 1px dashed #fff; } #points { font-size: 30px; color: #fff; } #speedValue { font-size: 30px; color: #fff; } #controlinfo{ width: 70%; height: 40%; font-size: 16px; color: #fff; overflow: hidden; } #controlinfo table{ text-align: left; } #footer { position: relative; width: 100%; height: 80px; margin-top: -80px; background: url("../images/footer_bg.png"); } #md_footer { width: 1000px; min-width: 1000px; margin: 0 auto; font-size: 20px; text-align: center; line-height:80px; } #md_footer a{ color: #000; padding: 0 40px 0 40px; } #md_footer a:hover{ color: #fff; padding: 0 40px 0 40px; }