/* admin.css site Created by ramses on 2011-09-08. Copyright 2011 ramses. All rights reserved. */ @import 'typography.less'; @import 'colors.less'; .shade_yellow { background-image: linear-gradient(left bottom, #333233 0%, #1F1F1F 61%, #141414 100%); background-image: -o-linear-gradient(left bottom, #333233 0%, #1F1F1F 61%, #141414 100%); background-image: -moz-linear-gradient(left bottom, #333233 0%, #1F1F1F 61%, #141414 100%); background-image: -webkit-linear-gradient(left bottom, #333233 0%, #1F1F1F 61%, #141414 100%); background-image: -ms-linear-gradient(left bottom, #333233 0%, #1F1F1F 61%, #141414 100%); background-image: -webkit-gradient( linear, left bottom, right 100, color-stop(0, #333233), color-stop(0.61, #1F1F1F), color-stop(1, #141414) ); } html, body { height: 100%; min-height: 100%; } body { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: @gray; } ul,ol { margin:0; padding:0; } #wrap { /*height: 100%;*/ background-color: white; -moz-box-shadow: 0 0 10px 4px #AAA; -webkit-box-shadow: 0 0 10px 4px #AAA; box-shadow: 0 0 12px 4px #AAA; position:relative; min-height: 100%; } #overview { margin-top:36px; } #toolbar { margin-bottom:18px; a { float:right; } } .edit-content { margin-top:36px; form { background-color:@gray_light; } } #header { border-bottom: 1px solid @gray; background-color:transparent; height: 140px; h1 { margin-top: 60px; width: 100%; } } #content { min-height:600px; padding-left:0; } tbody tr:nth-child(even) td, tbody tr.even td { background-color: #E0E0E0; } thead th { font-size:14px; .font_chosenBold; color:@gray_dark; background-color:white; border-bottom: 1px solid @gray; } td{ border-bottom:1px solid #FFF; } label { font-weight:normal; float:left; width:160px; } input.text,input.title { width:390px; margin:0; } a { color: black; text-decoration: underline; } a:focus, a:hover { color: @yellow; } .hidden { display:none; } input.text_extra { width:200px; margin-left:160px; } .uploaded { margin-left:160px; } textarea { height:60px; width:390px; font-size:12px; } #gallery { .field { overflow:auto; margin-bottom:8px; } border-top:1px solid @gray_dark; border-bottom:1px solid @gray_dark; overflow:auto; margin-top:18px; li { overflow:auto; padding-top:16px; padding-bottom:16px; border-bottom:1px solid @gray_light; .fields { float:left; max-width:520px; input, textarea { width:250px; } textarea { margin-bottom:4px; height:27px; } } .controls { .button { min-width:50px; } float:right; padding: 8px 0px 16px 0px; border-left: 1px solid @gray; } } li.last { padding-bottom:0; border:none; } } .image-meta { position:relative; padding-bottom: 16px; border-bottom: 1px solid @gray; .preloader { display:none; position: absolute; left: 78px; top: 22px; } .button { font-size:11px; display:inline-block; margin-bottom:4px; max-width: 80px; } .active { background-color:@green; &:hover { background-color: @green2; } } } .image-info { /* width: 632px;*/ float:left; p { margin-bottom:0; } .field_title { margin-bottom:10px; font-size:12px; font-weight:bold; } } .error { ul li { list-style: square; margin-left:16px; } } .image-info-edit { /*width: 632px;*/ float:left; label { font-size:11px; width:160px; margin-right:16px; } input { margin:0; } textarea { width:200px; height:30px; } } .required { color:red; } .thumbnailcontainer { position:relative; float:left; margin-right:18px; width:60px; height:60px; overflow:hidden; a { width:60px; height:60px; position:absolute; display:block; } img { position:absolute; width:60px; } .overlay { position: absolute; top:0; left:0; width:60px; height:60px; background-color:rgba(255,255,255,0); &:hover { background-color:rgba(255,255,255,.3); } } .delete { width:16px; height:16px; background-color:#000; color:#FFF; text-align:center; position:absolute; right:4px; bottom:4px; color:@gray_light; &:hover { cursor:pointer; background-color:#990000; } font-size:10px; } } fieldset { margin-top:18px; } h1 { font-size:24px; line-height:24px; color:black; } h2 { font-size:18px; color:@gray_dark; } h3 { color:@gray_dark; } h1, h2 { .font_chosenBold; text-transform:uppercase; } .chapter { background-color:@gray_light; padding: 32px 32px; .extra { margin-left:160px;font-size:10px;margin-bottom:8px;width:370px; } label { color:#333; font-weight:normal; line-height: 16px; } } input.text { font-size:12px; } fieldset { border:none; } .st-accordion{ width:100%; min-width:270px; margin: 0 auto; } .st-accordion ul li{ height: 73px; border-bottom: 1px solid #c7deef; border-top:1px solid #fff; overflow: hidden; } .st-accordion ul li:first-child{ border-top:none; } .st-accordion ul li > a{ font-size: 46px; display: block; position: relative; line-height: 73px; background-color:white; outline:none; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; text-decoration: none; border-bottom: 1px solid @gray; &:hover { color:black; } h2 { .font_chosenBold; color:@gray_dark; margin-bottom:0; } } .st-accordion ul li > a h2:hover{ color:@green; } .widget { margin-left:16px; margin-top: 8px; } .st-accordion ul li > a span{ background: transparent url(../images/down.png) no-repeat center center; text-indent:-9000px; width: 26px; height: 14px; position: absolute; top: 50%; right: -26px; margin-top: -7px; opacity:0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .st-accordion ul li > a:hover span{ opacity:1; right: 36px; } .st-accordion ul li.st-open > a{ color: #1693eb; h2 { color:@green; } } .st-accordion ul li.st-open > a span{ -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg); right: 36px; opacity:1; } .st-content{ padding: 0px 0px 0px 0px; } .st-content p { } .st-content img{ width:125px; border-right:1px solid #fff; border-bottom:1px solid #fff; } @media screen and (max-width: 320px){ .st-accordion ul li > a{ font-size:36px; } } #login { input { font-size:16px; padding:4px; } label { float:none; } .font_chosen; font-size:16px; padding:36px; margin-left:0px; } td.edit { a { float:left; margin-right:4px; opacity: 0.6; &:hover { opacity:1; } } } input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select,fieldset { margin:0; } fieldset { padding:0; } .navigatie { padding-top:18px; padding-bottom:18px; border-left: 1px solid @gray_light; ul { margin-left:16px; list-style:none; } .button { margin-bottom:8px; } li { margin-bottom:4px; a { display:block; text-decoration: none; margin-right:8px; .font_chosenBold; text-transform:uppercase; font-size:12px; color:@gray_dark; &:hover { color:@green2; } } } } .button { padding:4px 8px 4px 8px; font-size:12px; color:white; background-color: @gray; text-decoration:none; text-transform:uppercase; display:inline-block; .font_chosenBold; a { margin:0; color:white; text-decoration:none; } &:hover { text-decoration:none; color:white; cursor:pointer; background-color: @gray_dark; } } .save { .button; background-color: @green; color:white; &:hover { background-color: @green2; } } .info { background-color:@gray_light; color:#333; border:1px solid @gray; padding:16px; } p.info,div.info { .info; } #main { margin-top:44px; header { padding-bottom:16px; margin-bottom:16px; border-bottom:1px solid @gray; } article { h2 { color:@green; } padding-bottom:16px; margin-bottom:24px; border-bottom:1px solid @gray; } } #sidebar { margin-top:44px; } .plupload_container { padding:0px; } .plupload_header { display:none; } .plupload_scroll .plupload_filelist { height:36*3px; } .disapprove td { background-color: #FBC2C4 !important; } ul { list-style: none; } select { font-size:14px; } .addform { width:364px; margin-left:160px; background-color:@gray_form; padding:16px; label { line-height:24px; font-size:11px; width:76px; vertical-align: middle; } .button { font-size:11px; padding-top:2px; padding-bottom:2px; padding-left:8px; padding-right:8px; } input { width:260px; margin:0; } h3 { color:#333; margin-bottom:16px; font-size: 12px; font-weight: bold; } p {margin-bottom: 16px;} .message { margin-bottom:8px; margin-top:8px; display:none; } } #navigation { margin-top: 116px; ul { margin:0; padding:0; } li { display:inline-block; float:right; margin-right:8px; background-color: @gray; .last { margin-right:0; } } li:first-child { margin-right:0; } a.active { background-color: @green; } a { letter-spacing: 1px; padding: 8px; font-size: 12px; .font_chosenBold; text-decoration:none; text-transform:uppercase; background-color: @gray_dark; color: white; &:hover { background-color: @green; } } } .last { margin-right: 0 !important; } #status_add { padding:0; input{ margin-left:0; } .controls { padding:8px; width:390px; } width:400px; } #statuses_selected, #interestinglinks { .button_remove { margin-left:4px; } div { width:390px; line-height:12px; font-size:12px; padding:5px; margin-bottom:1px; background-color: white; position:relative; a { display: inline-block; max-width: 310px; } } } .button_remove { font-size: 12px; color: #900; line-height: 12px; margin-left: 0; padding: 5px; font-size: 12px; padding: 0px; position:absolute; right:4px; top:4px; &:hover { cursor:pointer; text-decoration: underline; color: red; } } #status_add_btn { font-size: 12px; color: black; margin-left:4px; line-height: 12px; text-decoration:underline; &:hover { color: @green; cursor:pointer; } } #preloader_general{ position:fixed; left:50%; top:50%; margin-left:-21px; margin-right:-21px; z-index:1000; } @import "plugins";