Line 1:
Line 1:
{{#css:
{{#css:
−
.mw-customtoggle-myDivision{ background-color: #E9E9ED; border-radius: 3px; border: 1px solid #8F8F9D;} .mw-customtoggle-myDivision:hover{background-color: #D0D0D7; border: 1px solid #909099;} }}<!--
+
.mw-customtoggle{ background-color: #E9E9ED; border-radius: 3px; border: 1px solid #8F8F9D;} .mw-customtoggle:hover{background-color: #D0D0D7; border: 1px solid #909099;} }}<!--
--><div style="border: 1px dashed gray; padding: 1px; width:600px; margin: auto;">
--><div style="border: 1px dashed gray; padding: 1px; width:600px; margin: auto;">
−
<center><span class="mw-customtoggle-myDivision" style="font-family: Arial; font-size: 13px;"> {{{1}}} </span></center>
+
<center><span class="mw-customtoggle mw-customtoggle-{{{id|{{{3|myDivision}}}}}}" style="font-family: Arial; font-size: 13px;"> {{{1}}} </span></center>
−
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-myDivision" style="font-family: Courier New; font-size: 12px; width: 540px; margin:auto; line-height: 120%; text-align: left;"><b>{{{2}}}</b>
+
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-{{{id|{{{3|myDivision}}}}}}" style="font-family: Courier New; font-size: 12px; width: 540px; margin:auto; line-height: 120%; text-align: left;"><b>{{{2}}}</b>
</div>
</div>
</div><noinclude>
</div><noinclude>
Line 13:
Line 13:
Note that having multiple pesterlogs on one page makes all of them open and close when opening just one. This is due to the button being tied to an ID that, because of how templates work, all of them share. This could be fixable, but unfortunately I just don't care enough to deal with this. Sorry!
Note that having multiple pesterlogs on one page makes all of them open and close when opening just one. This is due to the button being tied to an ID that, because of how templates work, all of them share. This could be fixable, but unfortunately I just don't care enough to deal with this. Sorry!
+
+
'''But I do.''' - Creator of Homerstuck
I learned the hard way that <span style="color: #XXXXXX>making text colored like this</span> does not work in templates, for some reason. To circumvent this I have put templates in templates in templates by using [[Template:Color]]. To fill it out, add {{color|hex code|text}}.
I learned the hard way that <span style="color: #XXXXXX>making text colored like this</span> does not work in templates, for some reason. To circumvent this I have put templates in templates in templates by using [[Template:Color]]. To fill it out, add {{color|hex code|text}}.
Line 28:
Line 30:
{{color|#0715cd|EB: all im saying is don't you think monster howie mandel has the power to do something as simple as reseal a bottle?}}<br>
{{color|#0715cd|EB: all im saying is don't you think monster howie mandel has the power to do something as simple as reseal a bottle?}}<br>
{{color|#0715cd|EB: try using your brain numbnuts.}}
{{color|#0715cd|EB: try using your brain numbnuts.}}
+
|homerstuck
}}
}}
Line 44:
Line 47:
{{color|#0715cd|EB: all im saying is don't you think monster howie mandel has the power to do something as simple as reseal a bottle?}}<br>
{{color|#0715cd|EB: all im saying is don't you think monster howie mandel has the power to do something as simple as reseal a bottle?}}<br>
{{color|#0715cd|EB: try using your brain numbnuts.}}
{{color|#0715cd|EB: try using your brain numbnuts.}}
+
|homerstuck
}}
}}
</pre>
</pre>