User:SOTO/Sandbox/Sandbox13: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
(moving heading over a bit to the left) |
No edit summary |
||
Line 23: | Line 23: | ||
==== First release ==== | ==== First release ==== | ||
Text</pre> | Text</pre> | ||
=== HM gallery CSS === | |||
<pre> | |||
.hm-gallery { | |||
float: right; | |||
margin: 0 -6px 10px 10px; | |||
text-align: center; | |||
font-size: 75%; | |||
} | |||
</pre> |
Revision as of 01:56, 20 June 2014
Steps to add back the section links
.hm-section #hm-section-head { padding-bottom: 9px!important; padding-top: 27px!important; margin: -30px 13px 2px 8px; } .hm-section h3 { position: absolute; top: 38px; left: 15px; width: 180px; text-align: center; z-index: 2; } .hm-section h4:first-of-type { margin-top: 3px; }
- And then remove the h3 from the {{HM section}} template
{{HM section|VHS}} === VHS === ==== First release ==== Text
HM gallery CSS
.hm-gallery { float: right; margin: 0 -6px 10px 10px; text-align: center; font-size: 75%; }