/** * Pack d'icônes */ @font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?q7b5dg'); src: url('fonts/icomoon.eot?q7b5dg#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?q7b5dg') format('truetype'), url('fonts/icomoon.woff?q7b5dg') format('woff'), url('fonts/icomoon.svg?q7b5dg#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-menu:before { content: "\e9bd"; } .icon-cloud-upload:before { content: "\e9c3"; } .icon-plus:before { content: "\ea0a"; } .icon-cross:before { content: "\ea0f"; } .icon-checkmark:before { content: "\ea10"; } /** * Styles généraux */ /** * Grosse font pour le vidéo-proj */ body { font-size: 130%; font-family: Arial, Helvetica; } /** * Styles des panneaux gauche-droite */ /*#left-panel, #right-panel { font-family: Arial, Helvetica; position: absolute; top: 0; bottom: 0; } #left-panel { background: #fff; border-right: 1px solid #aaa; right: 39%; left: 0; } #right-panel { background: #f4f4f4; left: 59%; right: 0; }*/ /* jQuery resizable: https://codepen.io/rstrahl/pen/eJZQej */ /* horizontal panel*/ .panel-container { display: flex; flex-direction: row; border: 1px solid silver; overflow: hidden; height: 100%; /* avoid browser level touch actions */ xtouch-action: none; } .panel-left { flex: 0 0 auto; /* only manually resize */ padding: 10px; width: 50%; /*min-height: 200px;*/ height: 100%; min-width: 150px; white-space: nowrap; background: #fff; color: white; } .splitter { flex: 0 0 auto; width: 18px; background: url(../img/vsizegrip.png) center center no-repeat #ddd; min-height: 200px; cursor: col-resize; } .panel-right { flex: 1 1 auto; /* resizable */ padding: 10px; width: 100%; height: 100%; overflow-y: scroll; border: none; min-width: 200px; background: #eee; } .panel-inner { padding: 10px; } #site-menu{ position: fixed;top:0;right:0; } /*.panel-left nav, #add-example-form { display: inline-block; } .panel-left nav ul { padding-left: 0; margin: 0; } .panel-left nav ul li { display: inline-block; }*/ #notification { color: black; position: absolute; top: -100px; right: 10px; transition: top 1s; border-radius: 3px; padding: 3px; } #notification.active { top: 5px; } #notification.error { border: 1px solid #d42; background: #ffe8e0; } #notification.success { border: 1px solid #2d4; background: #e0ffe8; } /** * Styles généraux: liens, boutons, ... */ a { text-decoration: none; color: #59d; } a:hover { text-decoration: none; color: #37b; } button a { color: #fff; } button.active { background: #9ad; } button:hover { opacity: 0.6; } #editor-js, #editor-html, #editor-css { /*display: none;*/ position: absolute; top: 510px; } /** * Styles pour l'éditeur Ace */ #editor { font-size: 90%; position: absolute; top: 390px; right: 500px; bottom: 0; left: 0; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; } #nav-menus { position: absolute; top: 0; bottom: 0; left: 0; width: 0; overflow: hidden; transition: width 0.7s; /*font-size: 16px;*/ } #nav-menus.in { width: 800px; } #nav-menus ul { padding-left: 0; } /* Menus de nav */ #nav-menus { color: #000; background: #f8f8f8; padding: 10px; } #nav-menus li { list-style-type: none; } #menu-example { overflow: } #menu-example > li { display: block; float:left; vertical-align: top; width: 50%; } .nav-menu a { color: #58c; } .nav-menu a:hover { color: #7af; }