2bbb7f0f0e
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2408017 b8457f37-d9ea-0310-8a92-e5e31aec5664
124 lines
2.4 KiB
CSS
Executable file
124 lines
2.4 KiB
CSS
Executable file
/**
|
|
* Created by Stefan Herndler.
|
|
* User: Stefan
|
|
* Date: 15.05.14
|
|
* Time: 16:21
|
|
* Version: 1.0.7
|
|
* Since: 1.0
|
|
*/
|
|
|
|
/*
|
|
* Revised on the basis of version 1.6.5 (v1.6.6 unchanged).
|
|
* Last modified: 2020-10-28T0301+0100
|
|
*/
|
|
|
|
/* Footnotes */
|
|
|
|
.footnote_tag_styling, .footnote_tag_styling:hover {
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
.footnote_tag_styling_1 {
|
|
color: #2bb975;
|
|
}
|
|
.footnote_tag_styling_2 {
|
|
color: #545f5a;
|
|
}
|
|
|
|
/* superscript footnote anchors */
|
|
|
|
.footnote_plugin_tooltip_text {
|
|
vertical-align: top !important;
|
|
position: relative !important;
|
|
top: 0.6em !important;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* tooltip infobox content */
|
|
|
|
span.footnote_tooltip {
|
|
font-size: inherit;
|
|
text-align: left;
|
|
z-index: 99;
|
|
}
|
|
.continue {
|
|
font-style: italic;
|
|
color: green;
|
|
text-decoration: underline;
|
|
}
|
|
.continue:hover {
|
|
color: blue;
|
|
}
|
|
@media print {
|
|
.footnote_tooltip {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* reference container label */
|
|
|
|
.footnote_container_prepare {
|
|
display: block !important;
|
|
padding-top: 24px !important;
|
|
}
|
|
|
|
.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 {
|
|
padding-left: 20px !important;
|
|
text-align: left !important;
|
|
font-size: 1.5em !important;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
/* reference container */
|
|
|
|
.footnote-reference-container {
|
|
width: 100%;
|
|
border: none;
|
|
}
|
|
|
|
.footnote_plugin_index,
|
|
.footnote_plugin_text {
|
|
border:none !important;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/* text */
|
|
.footnote_plugin_text {
|
|
width: 90%;
|
|
}
|
|
.footnote_plugin_text a {
|
|
color: inherit;
|
|
}
|
|
|
|
/* index */
|
|
.footnote_plugin_index {
|
|
padding-right: 5px;
|
|
min-width: 50px;
|
|
cursor: pointer;
|
|
color: inherit;
|
|
}
|