2014-05-20 11:23:45 +00:00
|
|
|
/**
|
2014-05-20 11:33:11 +00:00
|
|
|
* Created by Stefan Herndler.
|
|
|
|
* User: Stefan
|
|
|
|
* Date: 15.05.14
|
|
|
|
* Time: 16:21
|
2014-05-20 11:38:36 +00:00
|
|
|
* Version: 1.0-beta
|
2014-05-20 11:33:11 +00:00
|
|
|
* Since: 1.0
|
2014-05-20 11:23:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* container before the footnote appears at the bottom to get a space between footnote and content */
|
|
|
|
.footnote_container_prepare {
|
2014-05-20 11:33:11 +00:00
|
|
|
display: block !important;
|
|
|
|
padding-top: 24px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
.footnote_container_prepare > p {
|
2014-05-20 11:33:11 +00:00
|
|
|
font-size: 1.5em !important;
|
|
|
|
margin-top: 1em !important;
|
|
|
|
margin-bottom: 0.25em !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
line-height: 1.3 !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;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
2014-05-20 11:33:11 +00:00
|
|
|
.footnote_container_prepare > p > span {
|
|
|
|
padding-left: 20px !important;
|
|
|
|
text-align: left !important;
|
2014-05-20 11:38:36 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnote_hide_box {
|
|
|
|
display:none;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* container for the footnote in the bottom */
|
|
|
|
.footnote_plugin_container {
|
2014-05-20 11:33:11 +00:00
|
|
|
display: block !important;
|
|
|
|
width: 100% !important;
|
|
|
|
padding-bottom: 14px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* footnote (bottom) index */
|
|
|
|
.footnote_plugin_index {
|
2014-05-20 11:33:11 +00:00
|
|
|
float: left !important;
|
|
|
|
min-width: 40px !important;
|
|
|
|
white-space: nowrap !important;
|
|
|
|
text-align: right !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* footnote (bottom) text */
|
|
|
|
.footnote_plugin_text {
|
2014-05-20 11:33:11 +00:00
|
|
|
float: left !important;
|
|
|
|
padding-left: 16px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* footnote (bottom) link to the footnote implementation */
|
|
|
|
.footnote_plugin_link {
|
2014-05-20 11:33:11 +00:00
|
|
|
outline: none !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
cursor: pointer !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
.footnote_plugin_link:hover {
|
2014-05-20 11:33:11 +00:00
|
|
|
color: #4777ff !important;
|
|
|
|
text-decoration: none !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* footnote (bottom) styling end tag */
|
|
|
|
.footnote_plugin_end {
|
2014-05-20 11:33:11 +00:00
|
|
|
clear: left !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* tooltip */
|
|
|
|
a.footnote_plugin_tooltip {
|
2014-05-20 11:33:11 +00:00
|
|
|
outline: none !important;
|
|
|
|
color: #4777ff !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
cursor: pointer !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
a.footnote_plugin_tooltip strong {
|
2014-05-20 11:33:11 +00:00
|
|
|
line-height: 30px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
a.footnote_plugin_tooltip:hover {
|
2014-05-20 11:33:11 +00:00
|
|
|
text-decoration: none !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
a.footnote_plugin_tooltip span {
|
2014-05-20 11:33:11 +00:00
|
|
|
z-index: 10 !important;
|
|
|
|
display: none !important;
|
|
|
|
padding: 14px 20px !important;
|
|
|
|
margin-top: -30px !important;
|
|
|
|
margin-left: 28px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
/*width: 240px;*/
|
2014-05-20 11:33:11 +00:00
|
|
|
line-height: 16px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
a.footnote_plugin_tooltip:hover span {
|
2014-05-20 11:33:11 +00:00
|
|
|
display: inline !important;
|
|
|
|
position: absolute !important;
|
|
|
|
color: #474747 !important;
|
|
|
|
border: 1px solid #ddccaa !important;
|
|
|
|
background: #fffaf0 !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
2014-05-20 11:33:11 +00:00
|
|
|
|
2014-05-20 11:23:45 +00:00
|
|
|
.callout {
|
2014-05-20 11:33:11 +00:00
|
|
|
z-index: 20 !important;
|
|
|
|
position: absolute !important;
|
|
|
|
top: 30px !important;
|
|
|
|
border: 0 !important;
|
|
|
|
left: -12px !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*CSS3 extras*/
|
|
|
|
a.footnote_plugin_tooltip span {
|
2014-05-20 11:33:11 +00:00
|
|
|
border-radius: 4px !important;
|
|
|
|
-moz-border-radius: 4px !important;
|
|
|
|
-webkit-border-radius: 4px !important;
|
|
|
|
-moz-box-shadow: 5px 5px 8px #cccccc !important;
|
|
|
|
-webkit-box-shadow: 5px 5px 8px #cccccc !important;
|
|
|
|
box-shadow: 5px 5px 8px #cccccc !important;
|
2014-05-20 11:23:45 +00:00
|
|
|
}
|