Author: lukaszlenart
Date: Wed Dec 31 10:13:04 2014
New Revision: 934570
Log:
Updates production
Added:
websites/production/struts/content/css/custom.css
Added: websites/production/struts/content/css/custom.css
==============================================================================
--- websites/production/struts/content/css/custom.css (added)
+++ websites/production/struts/content/css/custom.css Wed Dec 31 10:13:04 2014
@@ -0,0 +1,24 @@
+.header-link {
+ position: absolute;
+ right: -1em;
+ top: 0.1em;
+ opacity: 0;
+ font-size: 0.8em;
+
+ -webkit-transition: opacity 0.2s ease-in-out 0.1s;
+ -moz-transition: opacity 0.2s ease-in-out 0.1s;
+ -ms-transition: opacity 0.2s ease-in-out 0.1s;
+}
+
+h2, h3, h4, h5, h6 {
+ position: relative;
+ display: inline-block;
+}
+
+h2:hover .header-link,
+h3:hover .header-link,
+h4:hover .header-link,
+h5:hover .header-link,
+h6:hover .header-link {
+ opacity: 1;
+}