|
|
Line 5: |
Line 5: |
| |- | | |- |
| |} | | |} |
− |
| |
− | {| style="width:100%; background:none" align="center" cellspacing="5"
| |
− |
| |
− |
| |
− | <!-- Below is the coding that I copied from the other WIKI --->
| |
− |
| |
− | === Show/Hide sections ===
| |
− | Here's an example of collapsed/expandable sections:
| |
− |
| |
− | <div class="NavFrame" style="border-style: none; padding: 0px; font-size: 100%;">
| |
− | <div class="NavFrame" style="border-style: none; text-align: left; border: #3232CD solid 2px; -moz-border-radius: 10px; padding: 5px; font-size: 85%;">
| |
− | <div class="NavHead" style="{{Round corners}}; background: #dcc5fc; text-align: center; padding: 2px; font-size: 160%;"><font face="arial" color="#6B00A8" size="+1"><b>About me</b></font></div>
| |
− | <div class="NavContent" style="background: #EEEEFF; display: none; font-size: 100%;">
| |
− | <!-- Display area is below -->
| |
− |
| |
− | Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text.
| |
− |
| |
− | <!-- Display area is above -->
| |
− | </div></div></div><br />
| |
− |
| |
− | <div class="NavFrame" style="border-style: none; padding: 0px; font-size: 100%;">
| |
− | <div class="NavFrame" style="border-style: none; text-align: left; border: #3232CD solid 2px; -moz-border-radius: 10px; padding: 5px; font-size: 85%;">
| |
− | <div class="NavHead" style="{{Round corners}}; background: #dcc5fc; text-align: center; padding: 2px; font-size: 160%;"><font face="arial" color="#6B00A8" size="+1"><b>Subpages</b></font></div>
| |
− | <div class="NavContent" style="background: #EEEEFF; display: none; font-size: 100%;">
| |
− | <!-- Display area is below -->
| |
− |
| |
− | *'''[[User:The Transhumanist/Sandbox|Sandbox]]'''
| |
− | *'''[[User:The Transhumanist#Contributions / History|My favorite contributions]]'''
| |
− | *'''[[User:The Transhumanist/User page design/Examples|User page links]]'''
| |
− | *'''[[User:The Transhumanist#Awards|Awards, thank yous, and such]]'''
| |
− | *'''[[User:The Transhumanist/About me|Userboxes]]'''
| |
− |
| |
− | <!-- Display area is above -->
| |
− | </div></div></div><br />
| |
− |
| |
− | <div class="NavFrame" style="border-style: none; padding: 0px; font-size: 100%;">
| |
− | <div class="NavFrame" style="border-style: none; text-align: left; border: #3232CD solid 2px; -moz-border-radius: 10px; padding: 5px; font-size: 85%;">
| |
− | <div class="NavHead" style="{{Round corners}}; background: #dcc5fc; text-align: center; padding: 2px; font-size: 160%;"><font face="arial" color="#6B00A8" size="+1"><b>To do</b></font></div>
| |
− | <div class="NavContent" style="background: #EEEEFF; display: none; font-size: 100%;">
| |
− | <!-- Display area is below -->
| |
− |
| |
− | #fly
| |
− | #ride an orca
| |
− | #visit the moon
| |
− | #achieve immortality or the closest thing to it
| |
− |
| |
− | <!-- Display area is above -->
| |
− | </div></div></div><br />
| |
− |
| |
− | <div class="NavFrame" style="border-style: none; padding: 0px; font-size: 100%;">
| |
− | <div class="NavFrame" style="border-style: none; text-align: left; border: #3232CD solid 2px; -moz-border-radius: 10px; padding: 5px; font-size: 85%;">
| |
− | <div class="NavHead" style="{{Round corners}}; background: #dcc5fc; text-align: center; padding: 2px; font-size: 160%;"><font face="arial" color="#6B00A8" size="+1"><b>Licensing</b></font></div>
| |
− | <div class="NavContent" style="background: #EEEEFF; display: none; font-size: 100%;">
| |
− | <!-- Display area is below -->
| |
− |
| |
− | <div style="background-color:#c5fcdc; font-color:#00A86B; line-height:1.5; border-width:4px; border-style:solid; border-color:#EEFFEE">
| |
− |
| |
− | I authorize all my mainspace contributions under the Multi-licensed with the Creative Commons Attribution Share-Alike License versions 1.0 and 2.0. I'll authorize usage to all other spaces and any talk page post upon request and at my discretion.
| |
− |
| |
− | {{DualLicenseWithCC-BySA-Dual}}
| |
− | </div>
| |
− |
| |
− | <!-- Display area is above -->
| |
− | </div></div></div><br />
| |
− | |-
| |
− | |}
| |
− |
| |
− |
| |
| | | |
| | | |
Line 95: |
Line 27: |
| To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: | | To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: |
| | | |
− | <div style="width:75%; height: 150px; overflow:auto; border: thin solid blue; background: white"> | + | <div style="width:100%; height: 150px; overflow:auto; border: thin solid blue; background: white"> |
| *What is the [[meaning of life]]? And what does that question mean? | | *What is the [[meaning of life]]? And what does that question mean? |
| *Where is the line between [[life]] and non-life? | | *Where is the line between [[life]] and non-life? |
Line 114: |
Line 46: |
| To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: | | To create a scrollbox, use the "overflow:auto" style code. Be sure to also specify a "height: nnpx", where nn is the height you want. Here's an example of one 150px tall: |
| | | |
− | <div style="width:50%; height: 150px; overflow:auto; border: thin solid blue; background: white"> | + | <div style="width:100%; height: 150px; overflow:auto; border: thin solid blue; background: white"> |
| *What is the [[meaning of life]]? And what does that question mean? | | *What is the [[meaning of life]]? And what does that question mean? |
| *Where is the line between [[life]] and non-life? | | *Where is the line between [[life]] and non-life? |