User:SOTO/Sandbox/Sandbox13: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
m (Wikia moved page User:SmallerOnTheOutside/Sandbox/Sandbox13 to User:SOTO/Sandbox/Sandbox13: Automatically moved page while renaming the user "SmallerOnTheOutside" to "SOTO") |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
=== Steps to add back the section links === | |||
<pre> | <pre> | ||
.hm-section #hm-section-head { | .hm-section #hm-section-head { | ||
padding-top: | padding-bottom: 9px!important; | ||
padding-top: 27px!important; | |||
margin: -30px 13px 2px 8px; | |||
} | } | ||
.hm-section h3 { | .hm-section h3 { | ||
position: absolute; | position: absolute; | ||
top: | top: 38px; | ||
left: | left: 15px; | ||
width: 180px; | width: 180px; | ||
text-align: center; | text-align: center; | ||
z-index: 2; | z-index: 2; | ||
} | |||
.hm-section h4:first-of-type { | |||
margin-top: 3px; | |||
} | |||
</pre> | |||
*And then remove the h3 from the {{tlx|HM section}} template | |||
<pre>{{HM section|VHS}} | |||
=== VHS === | |||
==== First release ==== | |||
Text</pre> | |||
=== HM gallery CSS === | |||
<pre> | |||
.hm-gallery { | |||
float: right; | |||
margin: 0 -6px 10px 10px; | |||
text-align: center; | |||
font-size: 75%; | |||
} | } | ||
</pre> | </pre> |
Latest revision as of 15:10, 10 September 2015
Steps to add back the section links[[edit] | [edit source]]
.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[[edit] | [edit source]]
.hm-gallery { float: right; margin: 0 -6px 10px 10px; text-align: center; font-size: 75%; }