mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
434 lines
8.2 KiB
SCSS
434 lines
8.2 KiB
SCSS
@import '../../_shared/styles/variables';
|
|
|
|
@import '../../vendors/jquery-treeview/jquery.treeview'; // to inline import css file, don't put extension
|
|
@import '../../../../www/bower_components/jquery-file-upload/css/jquery.fileupload-ui'; // to inline import css file, don't put extension
|
|
@import '../../vendors/jquery-contextmenu/styles/jquery.contextmenu';
|
|
@import '../../_shared/styles/main';
|
|
|
|
// override jquery ui theme colors:
|
|
$uiTextContentColor: #333333;
|
|
$uiTextTitleColor: #333333;
|
|
$uiLinkColor: #333333;
|
|
$uiLinkFocusColor: #333333;
|
|
$uiLinkActiveColor: #333333;
|
|
$uiLinkBorderFocusColor: #c77405; //#333333;
|
|
@import '../../_shared/styles/jquery-ui/ui-lightness';
|
|
|
|
/******* GLOBAL CSS for ADMIN *************************************************/
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
font-family: $defaultFontFamily;
|
|
font-size: $mediumFontSize;
|
|
overflow-y: auto;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
text-align: left;
|
|
margin: 10px 0;
|
|
}
|
|
h2 {
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
text-align: left;
|
|
margin: 7px 0;
|
|
}
|
|
h3 {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
margin: 4px 0;
|
|
}
|
|
h4 {
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
margin: 2px 0;
|
|
}
|
|
a {
|
|
color: #333333;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
a:hover {
|
|
color: #0088cc;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
blockquote {
|
|
margin: 20px 15px;
|
|
padding: 10px;
|
|
border: 1px dotted #000000;
|
|
background-color: #f2f2f2;
|
|
}
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
input,
|
|
textarea,
|
|
.uneditable-input {
|
|
margin: 0;
|
|
padding: 4px;
|
|
}
|
|
select {
|
|
margin: 0;
|
|
padding: 5px 4px;
|
|
*padding: 4px;
|
|
}
|
|
.help-block,
|
|
.help-inline {
|
|
color: #666666;
|
|
}
|
|
li.selected,
|
|
div.selected {
|
|
background-color: #aaa8a5;
|
|
color: #ffffff;
|
|
}
|
|
li.selected a,
|
|
div.selected a {
|
|
background-color: #aaa8a5;
|
|
color: #ffffff;
|
|
}
|
|
.treeview ul {
|
|
background-color: transparent;
|
|
}
|
|
#right-ajax.loading {
|
|
background-image: url('#{$iconsPath}loaderFFF.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
div.finder div.content div.title {
|
|
margin-top: -2px;
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
/******* MAIN MENU ************************************************************/
|
|
|
|
|
|
$mainMenuBackgroundColor: #ffe000;
|
|
$mainMenuLinkColor: #333333;
|
|
$mainMenuLinkHoverColor: #000000;
|
|
$mainMenuLinkActiveColor: #000000;
|
|
$mainMenuLinkBackgroundHoverColor: transparent;
|
|
|
|
@import '../../_shared/styles/main-menu';
|
|
|
|
#mainContent {
|
|
margin-top: $mainMenuHeight;
|
|
}
|
|
|
|
/******* LEFT SIDE ************************************************************/
|
|
#left {
|
|
background-color: #f2f0e9;
|
|
overflow: auto;
|
|
}
|
|
#FNDR {
|
|
overflow: auto;
|
|
}
|
|
#FNDR li.selected {
|
|
background-color: #aaa8a5;
|
|
color: #ffffff;
|
|
}
|
|
#FNDR a {
|
|
text-decoration: none;
|
|
}
|
|
#FNDR a:hover {
|
|
text-decoration: none;
|
|
}
|
|
#FNDR a span {
|
|
text-decoration: underline;
|
|
}
|
|
#FNDR a span:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/******* USERS ****************************************************************/
|
|
.admin_head_opts {
|
|
margin: 5px 0 10px 0;
|
|
}
|
|
.admin_head_opts span {
|
|
margin: 0 10px;
|
|
}
|
|
.admin_head_opts a {
|
|
margin: 0 5px;
|
|
}
|
|
#users_page_form p {
|
|
margin: 5px 5px 10px;
|
|
}
|
|
#users_page_form .input-mini {
|
|
width: 30px;
|
|
}
|
|
#users_check_uncheck div {
|
|
padding: 5px 10px;
|
|
background-color: #cccccc;
|
|
color: #000000;
|
|
cursor: pointer;
|
|
}
|
|
#users_check_uncheck div.hovered {
|
|
padding: 5px 10px;
|
|
background-color: #4d4d4d;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/******* EDIT USERS ***********************************************************/
|
|
div.no_switch {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 0 auto;
|
|
background-image: url('#{$iconsPath}ccoch5.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
div.switch_quota,
|
|
div.switch_masks,
|
|
div.switch_time,
|
|
div.switch_right {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 0 auto;
|
|
}
|
|
div.switch_quota.mixed,
|
|
div.switch_masks.mixed,
|
|
div.switch_time.mixed,
|
|
div.switch_right.mixed {
|
|
background-image: url('#{$iconsPath}ccoch2.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
div.switch_quota.checked,
|
|
div.switch_masks.checked,
|
|
div.switch_time.checked,
|
|
div.switch_right.checked {
|
|
background-image: url('#{$iconsPath}ccoch1.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
div.switch_quota.unchecked,
|
|
div.switch_masks.unchecked,
|
|
div.switch_time.unchecked,
|
|
div.switch_right.unchecked {
|
|
background-image: url('#{$iconsPath}ccoch0.gif');
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
.ui-datepicker {
|
|
z-index: 1500;
|
|
}
|
|
/******* BOARD ****************************************************************/
|
|
.board_section {
|
|
margin: 0 0 30px;
|
|
}
|
|
.board_section ul {
|
|
margin: 0 0 20px 15px;
|
|
}
|
|
.board_section div[class="section"] {
|
|
height: auto;
|
|
}
|
|
.board_section div[class="section"] h2 {
|
|
line-height: 24px;
|
|
}
|
|
.board_section div[class="section"] ul.setup {
|
|
border: 1px solid #cccccc;
|
|
list-style-type: none;
|
|
}
|
|
.board_section div[class="section"] ul.setup li {
|
|
padding: 2px 5px 2px 30px;
|
|
background-repeat: no-repeat;
|
|
background-position: 5px center;
|
|
}
|
|
.board_section div[class="section"] ul.setup li.good-enough {
|
|
background-image: url('#{$iconsPath}ok.png');
|
|
}
|
|
.board_section div[class="section"] ul.setup li.non-blocker {
|
|
background-image: url('#{$iconsPath}alert.png');
|
|
}
|
|
.board_section div[class="section"] ul.setup li.blocker {
|
|
background-image: url('#{$iconsPath}delete.png');
|
|
background-size: 16px;
|
|
}
|
|
.board_section div[class="section"] ul.setup li:hover {
|
|
background-color: #f2f0e9;
|
|
}
|
|
/******* PUBLICATIONS *********************************************************/
|
|
#pub_icon {
|
|
width: 42px;
|
|
height: 42px;
|
|
float: left;
|
|
}
|
|
#pub_icon .thumb_wrapper {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 5px auto;
|
|
}
|
|
#pub_icon .thumb_wrapper img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
#pub_fileupload {
|
|
height: 42px;
|
|
line-height: 42px;
|
|
margin-left: 47px;
|
|
}
|
|
/******* GLOBAL VALUES FORM ***************************************************/
|
|
#GV_form .error,
|
|
#GV_form .NEW {
|
|
color: #ff0000;
|
|
font-weight: bold;
|
|
}
|
|
#GV_form .section {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#GV_form .controls {
|
|
margin-left: 260px;
|
|
}
|
|
|
|
#GV_form .control-label {
|
|
width: 240px;
|
|
}
|
|
|
|
#GV_form .section h1 {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
text-align: left;
|
|
margin: 10px 0;
|
|
line-height: 22px;
|
|
}
|
|
|
|
#tab-registrations .dl-horizontal dd {
|
|
word-break: break-all;
|
|
margin-left: 140px;
|
|
}
|
|
|
|
#tab-registrations .dl-horizontal dt {
|
|
width: 130px;
|
|
}
|
|
|
|
#tab_demandes .table .btn-group {
|
|
display: block;
|
|
}
|
|
|
|
#admin_setup_registry .control-label {
|
|
min-width: 260px;
|
|
}
|
|
#admin_setup_registry .form-horizontal .controls, #admin_setup_registry .form-horizontal .help-message {
|
|
margin-left: 300px;
|
|
}
|
|
.alert .close{
|
|
text-decoration: none;
|
|
}
|
|
|
|
#users_page .user_modifier {
|
|
margin-top: 5px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#users_page .user_deleter {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.alert .close {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.subdefs [id^="box"] {
|
|
display: none;
|
|
}
|
|
|
|
.subdefs .subviews-submit {
|
|
position: fixed;
|
|
top: 75px;
|
|
right: 40px;
|
|
z-index: 1;
|
|
}
|
|
h2.subdefName {
|
|
display: inline-block;
|
|
margin-right: 1.5rem;
|
|
}
|
|
|
|
.reload, .loader, .status {
|
|
display: inline-block;
|
|
}
|
|
|
|
.langTab {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.langTab h3{
|
|
font-weight: 700;
|
|
font-size: 13px;
|
|
margin: 4px 0;
|
|
line-height: 11px;
|
|
text-align: center;
|
|
}
|
|
|
|
.toggle{
|
|
display: block;
|
|
margin: 15px 0;
|
|
color: #08c;
|
|
cursor: pointer;
|
|
}
|
|
.subdefTab input, .langTab input{
|
|
margin: 0;
|
|
}
|
|
|
|
label[for="elasticsearch_settings_highlight"] {
|
|
display: inline-block;
|
|
margin-left: 0.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
input[id="elasticsearch_settings_highlight"] {
|
|
float: left;
|
|
}
|
|
|
|
#downbutton {
|
|
margin: 1rem 0;
|
|
}
|
|
#upbutton {
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
|
|
#upbutton i {
|
|
position: relative;
|
|
left: -5px;
|
|
}
|
|
|
|
#downbutton i {
|
|
position: relative;
|
|
left: -5px;
|
|
}
|
|
|
|
.form-horizontal .controls + div {
|
|
margin-left: 180px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
position: relative;
|
|
border: 0;
|
|
padding: .5em 1em;
|
|
background: none;
|
|
margin-bottom: 7rem;
|
|
overflow: visible;
|
|
}
|
|
|
|
@media screen and (max-width: 1150px) {
|
|
.langTab{
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@import './databases';
|
|
@import './fields';
|
|
@import './tables'; |