2014-05-20 11:23:45 +00:00
|
|
|
|
/**
|
2014-05-20 11:33:11 +00:00
|
|
|
|
* Created by Stefan Herndler.
|
|
|
|
|
* User: Stefan
|
2020-11-01 05:41:22 +00:00
|
|
|
|
* Created-Date: 15.05.14
|
|
|
|
|
* Created-Time: 16:21
|
2014-05-20 11:33:11 +00:00
|
|
|
|
* Since: 1.0
|
2020-11-07 15:14:07 +00:00
|
|
|
|
*
|
2020-12-06 17:54:59 +00:00
|
|
|
|
* Version: 2.1.4
|
|
|
|
|
*
|
|
|
|
|
* Last modified: 2020-12-06T1649+0100
|
2014-05-20 11:23:45 +00:00
|
|
|
|
*/
|
|
|
|
|
|
2020-11-01 05:41:22 +00:00
|
|
|
|
|
2020-12-06 17:54:59 +00:00
|
|
|
|
/*****************************************************
|
|
|
|
|
MCI Footnotes logo
|
|
|
|
|
|
|
|
|
|
The classes with 'heading' fix display in dashboard
|
|
|
|
|
See class/config.php and css/public.css
|
|
|
|
|
*/
|
2020-11-01 05:41:22 +00:00
|
|
|
|
|
|
|
|
|
.postbox-header {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0 20px;
|
|
|
|
|
}
|
|
|
|
|
.footnotes_logo_heading {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: left;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
.footnotes_logo_part1_heading {
|
|
|
|
|
left: 20px;
|
|
|
|
|
}
|
|
|
|
|
.footnotes_logo_part2_heading {
|
|
|
|
|
left: 51px;
|
|
|
|
|
}
|
|
|
|
|
.footnotes_heart_heading {
|
|
|
|
|
color:#ff6d3b;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 96px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-06 17:54:59 +00:00
|
|
|
|
/*************************************************************************
|
2020-11-20 05:40:03 +00:00
|
|
|
|
On User Request: limited to a number of IDs to not affect all dashboards
|
|
|
|
|
<https://wordpress.org/support/topic/all-input-have-width-80/>
|
|
|
|
|
*/
|
2020-12-06 17:54:59 +00:00
|
|
|
|
/*input[type=text], input[type=password], textarea, select*/
|
2020-11-08 21:21:24 +00:00
|
|
|
|
#footnote_inputfield_readon_label,
|
|
|
|
|
#footnote_inputfield_references_label,
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#footnote_inputfield_custom_css,
|
|
|
|
|
#footnote_inputfield_love {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
padding-left: 8px !important;
|
|
|
|
|
padding-right: 8px !important;
|
2020-11-08 21:21:24 +00:00
|
|
|
|
width: 80% !important;
|
2014-09-14 20:32:59 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#footnote_inputfield_reference_container_place {
|
|
|
|
|
width: 310px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footnote_inputfield_counter_style,
|
|
|
|
|
#footnotes_inputfield_page_layout_support {
|
|
|
|
|
width: 505px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footnote_inputfield_placeholder_start,
|
|
|
|
|
#footnote_inputfield_placeholder_end,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_excerpt_length,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_position {
|
|
|
|
|
width: 180px;
|
|
|
|
|
}
|
|
|
|
|
#footnote_inputfield_placeholder_start_user_defined,
|
|
|
|
|
#footnote_inputfield_placeholder_end_user_defined {
|
|
|
|
|
width: 320px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footnote_inputfield_combine_identical,
|
|
|
|
|
#footnotes_inputfield_scroll_offset,
|
|
|
|
|
#footnotes_inputfield_scroll_duration,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_offset_x,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_offset_y,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_max_width,
|
|
|
|
|
#footnotes_inputfield_mouse_over_box_fade_in_delay,
|
|
|
|
|
#footnotes_inputfield_mouse_over_box_fade_in_duration,
|
|
|
|
|
#footnotes_inputfield_mouse_over_box_fade_out_delay,
|
|
|
|
|
#footnotes_inputfield_mouse_over_box_fade_out_duration,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_border_width,
|
|
|
|
|
#footnote_inputfield_custom_mouse_over_box_border_radius {
|
|
|
|
|
width: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footnote_inputfield_custom_hyperlink_symbol,
|
|
|
|
|
#footnotes_inputfield_backlinks_terminator_option,
|
|
|
|
|
#footnotes_inputfield_backlinks_separator_option {
|
|
|
|
|
width: 230px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footnotes_inputfield_backlinks_column_width_scalar,
|
|
|
|
|
#footnotes_inputfield_backlinks_column_max_width_scalar,
|
|
|
|
|
#footnotes_inputfield_mouse_over_box_font_size_scalar {
|
|
|
|
|
width: 85px;
|
|
|
|
|
}
|
|
|
|
|
#footnotes_inputfield_backlinks_column_width_unit,
|
|
|
|
|
#footnotes_inputfield_backlinks_column_max_width_unit,
|
|
|
|
|
#footnotes_inputfield_mouse_over_box_font_size_unit {
|
|
|
|
|
width: 140px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*textarea*/
|
|
|
|
|
#footnote_inputfield_custom_css {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
height: 250px;
|
2014-05-21 18:33:26 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
display: inline-block;
|
2014-05-21 18:33:26 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postbox > h3 {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
height: 32px !important;
|
|
|
|
|
line-height: 32px !important;
|
2014-05-21 18:33:26 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postbox > h3 > span {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
padding-left: 10px;
|
2014-05-20 11:23:45 +00:00
|
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
|
2014-09-14 20:32:59 +00:00
|
|
|
|
.postbox > .inside > table {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
border: none !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
|
2014-09-14 20:32:59 +00:00
|
|
|
|
.postbox > .inside >table > tbody > tr > td:first-child {
|
2020-11-01 05:41:22 +00:00
|
|
|
|
width: 15% !important;
|
|
|
|
|
font-weight: bold !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footnote_placeholder_box_container {
|
2014-05-21 18:33:26 +00:00
|
|
|
|
text-align: center !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.footnote_highlight_placeholder {
|
2014-05-21 18:33:26 +00:00
|
|
|
|
font-weight: bold !important;
|
|
|
|
|
padding-left: 8px !important;
|
|
|
|
|
padding-right: 8px !important;
|
2014-05-20 11:33:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footnote_placeholder_box_example {
|
2014-05-21 18:33:26 +00:00
|
|
|
|
border: 2px solid #2bb975 !important;
|
|
|
|
|
border-radius: 4px !important;
|
|
|
|
|
padding-top: 16px !important;
|
|
|
|
|
padding-bottom: 16px !important;
|
|
|
|
|
width: 50% !important;
|
|
|
|
|
display: block !important;
|
|
|
|
|
margin: 20px auto !important;
|
2020-11-01 05:41:22 +00:00
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
2020-11-20 05:40:03 +00:00
|
|
|
|
|
2020-12-06 17:54:59 +00:00
|
|
|
|
/*********************************************************
|
2020-11-20 05:40:03 +00:00
|
|
|
|
initialized from style attributes in templates
|
|
|
|
|
IE doesn’t support nth child, but these are not critical
|
|
|
|
|
*/
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#expert-lookup tr th:first-child,
|
|
|
|
|
#expert-lookup tr td:first-child {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
width: 170px !important;
|
|
|
|
|
}
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#expert-lookup tr th:nth-child(2),
|
|
|
|
|
#expert-lookup tr td:nth-child(2) {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
width: 65px !important;
|
|
|
|
|
}
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#expert-lookup tr th:nth-child(3),
|
|
|
|
|
#expert-lookup tr td:nth-child(3) {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
width: 200px !important;
|
|
|
|
|
}
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#expert-lookup tr td:nth-child(3) input {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
width: 190px;
|
|
|
|
|
}
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#expert-lookup tr th:last-child,
|
|
|
|
|
#expert-lookup tr td:last-child {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-06 17:54:59 +00:00
|
|
|
|
#settings-other tr td:nth-child(2) {
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
/*
|
|
|
|
|
fullwidth div above or below settings tables:
|
|
|
|
|
*/
|
|
|
|
|
.footnotes_description {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
padding: 0 10%;
|
|
|
|
|
}
|
2020-12-06 17:54:59 +00:00
|
|
|
|
.footnotes_description p {
|
2020-11-20 05:40:03 +00:00
|
|
|
|
font-size: 1.4em;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2020-12-06 17:54:59 +00:00
|
|
|
|
/*
|
|
|
|
|
span previously formatted as em element
|
|
|
|
|
but emphasis is not the correct semantics,
|
|
|
|
|
as it is rendered as bold in other scripts
|
|
|
|
|
so we need an explicit italic style:
|
|
|
|
|
*/
|
|
|
|
|
.footnotes_notice {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|