/*@import (less) "garvalf_temp.less";*/ @background01: #eee; @background02: #eee; @background03: #9E9F9A; @fontcolor01: #ffffff-#E7E7DE; @linkcolor01: #04696C; @font-face { font-family: "MySerif"; font-style: normal; font-weight: 400; src: local('☺'), url('../fonts/slabo.woff') format('woff'); } @font-face { font-family: "MyFont"; font-style: normal; font-weight: 400; src: local('☺'), url('../fonts/slabo.woff') format('woff'); } @font-face { font-family: "Unifraktur"; font-style: normal; font-weight: 400; src: local('☺'), url('../fonts/AquilineTwo-webfont.ttf') format('truetype'); } /*-------COLOR and ASPECT-------*/ body { color: @fontcolor01; /*background-color: #80817C; */ background-color: @background01; background-image: url('fond.jpg'); /*opacity: 0.85;*/ background-attachment:fixed; font-size: 1.3em; font-family: MyFont, serif; /* was Josefin Slab */ } .main-title { font-family:Unifraktur; /*padding-bottom: SEE BELOW */ } header p,h1,h2,h3,h4,h5,h6 { font-family: MyFont, sans-serif; /* was Lato */ font-weight: regular; } h1 { /* font family definition only, for the rest see below */ font-family: MyFont, sans-serif; } header h1 { /* font family definition only, for the rest see below */ font-family: MyFont, sans-serif; color : @linkcolor01 + #444; } p { text-indent:1em; line-height:1.5em; } article { /*background-color: #9E9F9A;*/ border-top-left-radius:2px; color: @fontcolor01; background-color: @background02; /* ou @background02 */ } #pied { background-color: darken(@background02,15%) ; } #fond { opacity: 1; z-index:0; } #fond:hover { opacity: 1; z-index:-1; } a { text-decoration: none; } a.pending { /* color: #4C6670;*/ } a:hover { /* color: #31C1F9;*/ text-decoration: underline; } /* A:visited { color: #8bb4c7; text-decoration: none } A:link { color: #B1CCCD; text-decoration: none } a:hover {color : #C4C4BC; background: #85857D;} a:active {text-decoration:underline; color : #ffffff;} * * */ A:visited { color: @linkcolor01 - #111; text-decoration: none } A:link { color: @linkcolor01; text-decoration: none } a:hover {color : @linkcolor01 + #111; background: #bababa;} a:active {text-decoration:underline; color : #ffffff;} header { /*border-bottom: 1px solid #1A1A1A;*/ a:hover {color : @linkcolor01 + #111; background: @background01; z-index:10; } } header h1 { color: #555; font-size: 2.2em; /*position: absolute;*/ text-align: right; padding-top: 10px; padding-bottom: 0px; margin-top: -35px; margin-bottom: 0; margin-right:-100px; } h1 { color: #fff; font-size: 2.3em; padding-left: -1.5em; /*text-shadow: 0px 1px rgba(0,0,0,0.6);*/ } h2 { z-index:1; color: #E3E4DE; font-size: 1.7em; padding-left: 0em; /*text-decoration: underline;*/ margin: 1em 0 0.5em 0; font-weight: normal; position: relative; /*text-shadow: 0px 1px rgba(0,0,0,0.6);*/ /*font-size: 28px;*/ line-height: 40px; /*background: @background03;*/ /*background: rgba(53,86,129, 0.8);*/ border: 1px solid @fontcolor01; padding: 5px 15px; color: @fontcolor01 ; border-radius: 0 2px 2px 2px; /*box-shadow: inset 0 0 3px rgba(60,60,80, 0.5);*/ } h3 { color: @fontcolor01 + #222 ; /*#DAD3C1*/ font-size: 1.4em; padding-left: 0.5em; /*text-shadow: 0px 1px rgba(0,0,0,0.6);*/ } h4 { color: @fontcolor01 + #111; font-size: 1.2em; padding-left: 0.75em; } h5 { font-size: 1.1em; } h6 { font-size: 1.0em; } header p { font-size: 0.8em; font-weight: bolder; } ul li { list-style-type: square; } ul li li { list-style-type: disc; } ul li ol li ul li { list-style-type: circle; } ol li li { list-style-type: decimal; } ol li li { list-style-type: decimal; } ol li li li { list-style-type: decimal; } ol { list-style-type: decimal; } ol li { list-style-type: decimal; } ul li ol li { list-style-type: decimal; } /* ul li li { list-style-type: disc; } ul li li li { list-style-type: circle; } ul li ol li li { list-style-type: decimal; } */ h2 span.par-edit,h3 span.par-edit,h4 span.par-edit,h5 span.par-edit,h6 span.par-edit { visibility: hidden; font-weight: lighter; padding-left: 10px; font-size: 0.8em; } h2:hover span.par-edit,h3:hover span.par-edit,h4:hover span.par-edit,h5:hover span.par-edit,h6:hover span.par-edit { visibility: visible; } nav { font-size: 0.85em; } header img { opacity: 1; } header img:hover { opacity: 1; } pre { border: 0px dotted black; background: #222; color: #969696; font-size: 0.8em; font-family: MyFont; } nav form input,.button, .buttonsrc, .buttonmix { color: @background01 - #222; background-color: @background01; opacity:0.6; border: 1px solid ; } nav form .submit,.button, .buttonsrc, .buttonmix { color: @background01 - #444; background-color: ; } /* #toc,hr,article input,article textarea { color: #C8C8C8; background-color: #131313; border: 1px solid #404040; } #toc a { color: #C8C8C8; } #toc a:hover { color: #31C1F9; text-decoration: none; } */ article p input { color: black; /*background-color: #404040;*/ border: 1px solid ; } nav form .submit:hover, .button:hover,.buttonsrc:hover, .buttonmix:hover, article p input:hover { color: #777; /*background-color: #31C1F9;*/ } footer { opacity: 0.8; font-size: 0.8em; color: #222; } footer a:link, footer a:visited { color: #333; } footer:hover { opacity: 0.9; } .edit { opacity: 0.1; margin-top: -1em; float: left; } .edit a:hover { opacity: 0.4; background-color: #9E9F9A; } .search input:focus, input:hover { color:#777; opacity: 1.0; } .par-div3, .par-div4, .par-div5, .par-div6 { border-left: 2px ; } /*-------SIZE and POSITION-------*/ section { width: 80%; margin: 30px auto 0px auto; opacity: 1.0; } section:hover { opacity: 1.0; } section img{ opacity: 1.0; } form input, nav span, article .submit { display: inline-block; } h1 { padding-top: 8px; padding-bottom: 0px; margin-top: 0; margin-bottom: 0; } header { margin-bottom: 8px; margin-top: 8px; } header p { padding-top: 0px; margin-top: 0px; margin-bottom: 14px; padding-left: 3em; } header img,nav form,#toc,.button,.buttonsrc, .buttonmix, footer { /*float: right;*/ } header nav form,#toc { float: right; } .right { float: right; margin-top: 2px; } .right-up { /* float: right;*/ margin-top: 2px; } .main-title { /*padding-top: -200px; */ margin-top:-200px; margin-right:100px; margin-left:20px; /*margin-top:20px;*/ /*margin-bottom:200px;*/ color: #999; /*z-index: 2;*/ } .main-title a {color: #999;} .main-title a:hover {color: #444; background-color:transparent;} .left { float: left; } .left-down { float: left; padding-top: 25px; } header img { margin-top: 14px; } nav { margin: 10px 0px 14px 0; /*background-color: @background01; opacity: 0.8;*/ } article { margin-top: 20px; padding: 12px 40px 17px 40px; } ul { /*padding-left: 16px;*/ margin-left: 0.2em; line-height: 1.5em; } #toc ul { z-index:10; /*padding-left: 16px;*/ margin-left: 0.05em; } #toc ul li { z-index:10; /*padding-left: 16px;*/ margin-left: 0.05em; } #toc { position: relative; z-index:10; margin: 15px 15px 15px 15px; padding: 12px 12px 12px 12px; background-color: @background02 - #111 ; border-radius: 0px 0px 2px 2px; border: solid 1px #999; /*box-shadow: 0 0 3px rgba(60,60,80, 0.5);*/ } div#intro table { border-width:1px; border-style:solid; border-color:#777; width:60%; border-collapse: separate; border-spacing: 1; border-radius: 2px; -moz-border-radius: 2px; font-family: MyFont; font-size: 2em; } div#intro td { border-width:1px; border-style:solid; border-color:#bbb; width:60%; text-align: center; background-color: #bcbcbc; border-radius: 2px; -moz-border-radius: 2px; } table, #previewPane table { border-width:1px; border-style:solid; border-color:#777; /*border-collapse: separate;*/ border-spacing: 1; border-radius: 2px; -moz-border-radius: 2px; } tr.form:nth-of-type(odd) { background-color: @background01; } tr.form:nth-of-type(even) { background-color: @background01; } td { border-width:1px; border-style:solid; border-color:#bbb; text-align: center; /*background-color: #bcbcbc;*/ border-radius: 2px; -moz-border-radius: 2px; } tr:nth-of-type(odd) { background-color: #bcbcbc; } tr:nth-of-type(even) { background-color: #ababab; } #previewPane tr:nth-of-type(even) { background-color: @background01; } #previewPane tr:nth-of-type(odd) { background-color: @background01; } pre { padding: 4px; overflow: auto; margin: 3px; } nav form input { margin-left: 6px; padding: 3px 3px 1px 3px; } nav form .submit { padding: 2px 2px 0px 2px; } nav span { padding-top: 8px; } article textarea { padding-left: 3px; margin-top: 12px; } article input { padding: 3px; } .par-div3, .par-div4, .par-div5, .par-div6 { padding-left: 20px; } .button { text-decoration:none; font-family: MyFont, sans-serif; font-size: 0.8em; text-align: center; color: #fff; padding: 3px; background: #6392B0; height:20px; border-radius: 4px; /* text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);*/ font-size: 1.2em; } .button:hover { /* background: #22eeff; */ text-decoration:none; opacity: 0.80; background: #7FBDE3; } .buttonsrc { text-decoration:none; font-family: MyFont, sans-serif; font-size: 0.8em; text-align: center; color: #ddd; padding: 3px; background: #709761; height:20px; border-radius: 4px; /* text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);*/ font-size: 1.2em; } .buttonsrc:hover { /* background: #22eeff; */ text-decoration:none; opacity: 0.80; background: #92C47E; } .buttonmix { text-decoration:none; font-family: MyFont, sans-serif; font-size: 0.8em; text-align: center; color: #ddd; padding: 3px; background: #559782; height:20px; border-radius: 4px; /*text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);*/ font-size: 1.2em; } .buttonmix:hover { /* background: #22eeff; */ text-decoration:none; opacity: 0.80; background: #71C9AD; } a.toolbarTextareaItem { display: inline-block; padding: 5px 10px 5px 10px; background-color: #999; border-radius: 2px; text-transform: lowercase; text-decoration: none; color: #fff; font-size: 1.0em; letter-spacing: -1px; border: solid 1px #999; /* box-shadow: inset 0px 0px 0px 1px #777;*/ } a.toolbarTextareaItem:hover { background-color: #888; color: #fff; } .flag { z-index:2; text-decoration:none; font-family: MyFont, sans-serif; font-size: 0.8em; text-align: center; color: #fff; padding: 3px; color:#EEE; margin-right:10px; margin-top:10px; text-align:right; float: right; } .flag a {z-index:2; text-decoration:none; font-family: MyFont, sans-serif; font-size: 0.8em; text-align: center; color: #fff; padding: 3px; background: @background01 - #111; height:20px; border-radius: 4px; border: 1px solid @background01 - #333; color: @fontcolor01; margin-right:10px; margin-top:10px; text-align:right; float: right; } .flag a:hover { /* background: #22eeff; */ text-decoration:none; opacity: 1.0; background: @background01 - #333; } th { /*font-weight: bold;*/ background-color: @background01 - #111; } .imageWrapper { position: relative; margin: 10px 10px 10px 50px ; width: 200px; height: 200px; opacity:1.0; z-index:15; /* float: left;*/ } .imageWrapper img { display: block; opacity:1.0; z-index:15; /*float: left;*/ } img { border-radius: 0 2px 2px 2px; opacity:1.0; } .imageWrapper .cornerLink { opacity: 0; position: absolute; bottom: 0px; left: 0px; right: 0px; padding: 2px 0px; color: #ffffff; background: #000000; text-decoration: none; text-align: center; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms; } .imageWrapper:hover .cornerLink { opacity: 0.8; } .logoWrapper { position: relative; margin: 10px 10px 10px 50px ; width: 126px; height: 126px; opacity:1.0; z-index:15; /* float: left;*/ } .logoWrapper img { display: block; opacity:1.0; z-index:15; /*float: left;*/ } .logoWrapper .cornerLink { opacity: 0; position: absolute; bottom: 5px; left: 0px; right: 0px; padding: 2px 0px; color: #ffffff; background: #000000; text-decoration: none; text-align: center; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms; } .logoWrapper:hover .cornerLink { opacity: 0.8; } .wrap, .wrap_left { float: left; margin-top: 0; margin-right: 20px; margin-bottom: 10px; margin-left: 0px; /*border: 1px solid #000;*/ padding: 2px; } .nowrap { float: none; clear: left; overflow: auto; /*margin-top: 0; margin-right: 20px; margin-bottom: 10px; margin-left: 0px; padding: 2px;*/ } .jp-jplayer img { margin-left: 450px !important; width: 200 px; height: 200 px; display: inline; } input[type=range] { -webkit-appearance: none; background-color: silver; width: 100px; height:20px; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 18px; border: 1px; border-radius: 2px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529de1), color-stop(50%, #245e8f)); /* android <= 2.2 */ background-image: -webkit-linear-gradient(top , #529de1 0, #245e8f 100%); /* older mobile safari and android > 2.2 */; background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */ } input[type="range"]::-moz-range-thumb { width: 30px; height: 18px; border: none; border-radius: 8px; background-image: linear-gradient(to bottom, #529de1 0, #245e8f 100%); /* W3C */ #editor table { border: 0px solid #999; } .form table { border: 0px solid #999; } #editor td { border: 0px solid #999; } .form td { border: 0px solid #999; } } /* important for markitup : */ /* important for markitup : */ .contentTextarea { width: 100%; font-size: 100%; padding: 0px; margin-left: -15px; /*margin-top: -200px;*/ } #leftContainer { position: relative; margin-top: -240px; } #rightContainer { position: relative; margin-top: 10px; } .contentTextarea { width: 100%; font-family: courrier; font-size: 100%; padding: 0px; margin-left: -15px; background-color: #111; } #main { /*overflow: auto;*/ } #inputPane { background-color: #111; padding: 5px; } #previewPane { background-color: #111; padding: 5px; }