Difference between revisions of "User:Ignite168/Sandbox"
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This is my sandbox where I will test things :o Disregard this, it may be a place to fool around with html and boxes on MediaWiki or where I may be working on a Work in progress. | This is my sandbox where I will test things :o Disregard this, it may be a place to fool around with html and boxes on MediaWiki or where I may be working on a Work in progress. | ||
− | + | ||
− | + | == An AoPS friendly hide tag == | |
− | + | ||
− | + | ||
+ | Replace TITLE OF HIDE TAG HERE with the title you want for the hide tag. | ||
+ | <pre> | ||
+ | <div class="NavFrame" style="padding:1; width:50% border-style: none;"> | ||
+ | <div class="NavFrame" style="padding:1; border-style: none;"> | ||
+ | <div class="NavHead" style="background: #F8EABA; text-align: left;">'''TITLE OF HIDE TAG HERE'''</div> | ||
+ | <div class="NavContent" style="display: none; text-align: left; background: #f8fcff;"> | ||
+ | </div></div></div> | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | === Sample === | ||
+ | |||
+ | <div class="NavFrame" style="padding:1; width:50% border-style: none;"> | ||
+ | <div class="NavFrame" style="padding:1; border-style: none;"> | ||
+ | <div class="NavHead" style="background: #F8EABA; text-align: left;">'''List of integers from 2 to 9:'''</div> | ||
+ | <div class="NavContent" style="display: none; text-align: left; background: #f8fcff;"> | ||
+ | |||
+ | <div class="noprint" style="white-space: nowrap; float: right;"></div> | ||
+ | |||
+ | *1. 2 | ||
+ | *2. 3 | ||
+ | *3. 4 | ||
+ | *4. 5 | ||
+ | *5. 6 | ||
+ | *6. 7 | ||
+ | *7. 8 | ||
+ | *8. 9</div></div></div> |
Latest revision as of 23:29, 30 June 2006
This is my sandbox where I will test things :o Disregard this, it may be a place to fool around with html and boxes on MediaWiki or where I may be working on a Work in progress.
An AoPS friendly hide tag
Replace TITLE OF HIDE TAG HERE with the title you want for the hide tag.
<div class="NavFrame" style="padding:1; width:50% border-style: none;"> <div class="NavFrame" style="padding:1; border-style: none;"> <div class="NavHead" style="background: #F8EABA; text-align: left;">'''TITLE OF HIDE TAG HERE'''</div> <div class="NavContent" style="display: none; text-align: left; background: #f8fcff;"> </div></div></div>
Sample
List of integers from 2 to 9: