2014-07-31 10:17:38 +00:00
/ * *
* Created by Stefan Herndler .
* User : Stefan
2020-10-29 13:17:36 +00:00
* Created-Date : 15 . 05 . 14
* Created-Time : 16 : 21
2014-10-01 20:57:16 +00:00
* Since : 1 . 0
2020-10-29 13:17:36 +00:00
* Version : 2 . 0 . 3
* Last modified : 2020-10-29T1343 + 0100
2014-07-31 10:17:38 +00:00
* /
2020-10-28 01:25:08 +00:00
2020-10-29 13:17:36 +00:00
/* footnote tags */
2020-10-28 01:25:08 +00:00
2020-10-28 15:58:58 +00:00
. footnote_tag_styling ,
. footnote_tag_styling : hover {
2014-10-01 20:57:16 +00:00
text-decoration : none ;
font-weight : normal ;
}
. footnote_tag_styling_1 {
color : # 2bb975 ;
}
. footnote_tag_styling_2 {
color : # 545f5a ;
}
2020-10-28 01:25:08 +00:00
/* superscript footnote anchors */
2014-10-01 20:57:16 +00:00
. footnote_plugin_tooltip_text {
vertical-align : top ! important ;
position : relative ! important ;
2020-10-28 01:25:08 +00:00
top : 0 . 6em ! important ;
2020-10-27 11:56:49 +00:00
cursor : pointer ;
z-index : 1 ;
2014-10-01 20:57:16 +00:00
}
2020-10-28 16:54:45 +00:00
. footnote_plugin_tooltip_text {
display : inline-block ;
2020-10-28 15:58:58 +00:00
text-decoration : none ;
}
2020-10-28 16:54:45 +00:00
. footnote_plugin_tooltip_text : hover {
2020-10-28 15:58:58 +00:00
text-decoration : underline ;
}
2014-10-01 20:57:16 +00:00
2020-10-29 13:17:36 +00:00
/* tooltip infobox */
2020-10-28 01:25:08 +00:00
span . footnote_tooltip {
font-size : inherit ;
text-align : left ;
z-index : 99 ;
}
. continue {
font-style : italic ;
color : green ;
}
. continue : hover {
color : blue ;
2020-10-28 15:58:58 +00:00
text-decoration : underline ;
2020-10-28 01:25:08 +00:00
}
2020-10-29 13:17:36 +00:00
/* reference container */
2020-10-28 01:25:08 +00:00
2020-10-29 13:17:36 +00:00
. footnote-reference-container {
width : 100 % ;
border : none ;
}
2014-07-31 10:17:38 +00:00
. footnote_container_prepare {
display : block ! important ;
padding-top : 24px ! important ;
}
2020-10-29 13:17:36 +00:00
# footnote_references_container td {
padding : none ;
}
2014-07-31 10:17:38 +00:00
2020-10-29 13:17:36 +00:00
/* label */
2014-07-31 10:17:38 +00:00
. footnote_container_prepare > p {
line-height : 1 . 3 ! important ;
margin-top : 1em ! important ;
margin-bottom : 0 . 25em ! important ;
padding : 0 ! important ;
font-weight : normal ! important ;
overflow : hidden ! important ;
border-bottom : 1px solid # aaaaaa ! important ;
display : block ! important ;
-webkit-margin-before : 0 . 83em ! important ;
-webkit-margin-after : 0 . 83em ! important ;
-webkit-margin-start : 0px ! important ;
-webkit-margin-end : 0px ! important ;
text-align : left ! important ;
vertical-align : middle ;
}
. footnote_container_prepare > p > span : first-child {
text-align : left ! important ;
font-size : 1 . 5em ! important ;
}
2020-10-29 13:17:36 +00:00
/* collapse button */
# footnote_reference_container_collapse_button {
cursor : pointer ;
}
2020-10-28 01:25:08 +00:00
. footnote_container_prepare > p > span : last-child a {
text-decoration : none ;
}
. footnote_container_prepare > p > span : last-child a : hover {
text-decoration : underline ;
color : # 008800 ;
}
2014-07-31 10:17:38 +00:00
2020-10-29 13:17:36 +00:00
/* footnotes */
2020-10-28 01:25:08 +00:00
. footnote_plugin_index ,
. footnote_plugin_text {
border : none ! important ;
2014-09-14 20:32:59 +00:00
text-align : left ;
2020-10-28 01:25:08 +00:00
vertical-align : top ;
2014-07-31 10:17:38 +00:00
}
2020-10-29 13:17:36 +00:00
. footnote_plugin_index a ,
2020-10-28 01:25:08 +00:00
. footnote_plugin_text a {
2020-10-28 15:58:58 +00:00
text-decoration : none ;
}
2020-10-29 13:17:36 +00:00
. footnote_plugin_index a : hover ,
2020-10-28 15:58:58 +00:00
. footnote_plugin_text a : hover {
2020-10-29 13:17:36 +00:00
text-decoration : underline ! important ;
}
. footnote_plugin_index {
cursor : pointer ;
overflow-wrap : unset ;
word-wrap : unset ;
word-wrap : normal ! important ;
word-break : unset ;
word-break : keep-all ! important ;
white-space : nowrap ;
max-width : 140px ;
overflow : hidden ;
}
@ media only screen and ( max-width : 768px ) {
. footnote_plugin_index {
max-width : 100px ;
}
2020-10-27 11:56:49 +00:00
}
2020-10-28 15:58:58 +00:00
/* printing style */
2020-10-29 13:17:36 +00:00
. footnote_container_overall_wrapper {
page-break-inside : avoid ;
}
. footnote_container_prepare {
page-break-after : avoid ;
}
table . footnote_reference_container td {
display : block ;
}
table . footnote_reference_container {
page-break-before : avoid ;
page-break-inside : auto ;
}
table . footnote_reference_container tr {
page-break-before : auto ;
}
2020-10-28 15:58:58 +00:00
@ media print {
2020-10-29 13:17:36 +00:00
. footnote_tooltip ,
. footnote_reference_container_collapse_button_outfit ,
. footnote_plugin_index_arrow {
2020-10-28 15:58:58 +00:00
display : none ;
}
2020-10-28 16:54:45 +00:00
. footnote_plugin_tooltip_text {
2020-10-28 15:58:58 +00:00
color : inherit ;
}
. footnote_plugin_index a {
color : inherit ;
2020-10-29 13:17:36 +00:00
text-decoration : none ! important ;
}
div . post-meta-edit-link-wrapper { /*hides the Edit button in WP2020*/
display : none ; /*(added as a service)*/
2020-10-28 15:58:58 +00:00
}
2020-10-27 11:56:49 +00:00
}