This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
footnotes/css/public.css
Aricura 6a4677251a Prepare for release version 1.5.3
- Add: Developer's homepage to the 'other Plugins' list
- Update: Smoothy scroll to an anchor using Javascript
- Bugfix: Set the vertical align for each cell in the Reference container to TOP

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1002027 b8457f37-d9ea-0310-8a92-e5e31aec5664
2014-10-05 15:12:42 +00:00

108 lines
2.3 KiB
CSS
Executable file

/**
* Created by Stefan Herndler.
* User: Stefan
* Date: 15.05.14
* Time: 16:21
* Version: 1.0.7
* Since: 1.0
*/
/* styling for the 'footnotes' tag */
.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;
}
/* tooltip */
.footnote_plugin_tooltip_text {
text-decoration: none !important;
}
.footnote_plugin_tooltip_text > sup {
vertical-align: top !important;
position: relative !important;
top: -0.1em !important;
}
/* tooltip styling */
.footnote_tooltip {
display: none;
background-color: #fff7a7;
border: 1px solid #cccc99;
border-radius: 3px;
padding: 12px;
font-size: 13px;
-moz-box-shadow: 2px 2px 11px #666;
-webkit-box-shadow: 2px 2px 11px #666;
}
/* container before the footnote appears at the bottom to get a space between footnote and content */
.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;
cursor: pointer;
font-size: 1.5em !important;
}
.footnote_container_prepare > p > span:last-child {
}
.footnote_hide_box {
display: none;
}
.footnote-reference-container {
width: 100%;
border: none;
}
.footnote-reference-container > tbody > tr > td {
vertical-align: top;
}
.footnote-reference-container > tbody > tr > td:first-child {
white-space: nowrap;
padding-right: 5px;
text-align: left;
}
.footnote-reference-container > tbody > tr > td:nth-child(2) {
white-space: nowrap;
padding-right: 5px;
text-align: left;
}
.footnote-reference-container > tbody > tr > td:last-child {
width: 99%;
text-align: left;
}