Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- maziekeen's theme 216 - UPDATE TAB HTML PART -->
- <div class="update-container"> <!-- start of the update toggle / do not remove -->
- <div class="update-option"> <!-- copy from here to add a new option -->
- <input type="checkbox" id="update-toggle1" class="update-toggle" />
- <label class="update-title" for="update-toggle1"><a>things to do</a></label>
- <div class="update-content"> <!-- content inside the update, edit as you wish using html markup -->
- <strong>title here</strong>
- <ul>
- <li>
- this is a list
- </li>
- <li>with many options if u want</li>
- </ul>
- <strong>another list, but-</strong>
- <ul>
- <li><a href="#">with a link?</a></li>
- <li>or just a text</li>
- </ul>
- </div> <!-- end of content inside the update / do not remove -->
- </div> <!-- end of the option -->
- <div class="update-option"> <!-- copy from here to add a new option -->
- <input type="checkbox" id="update-toggle2" class="update-toggle" />
- <label class="update-title" for="update-toggle2"><a>more options</a></label>
- <div class="update-content"> <!-- content inside the update, edit as you wish using html markup -->
- <p>you can add a paragraph, anything really. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
- <p>another one with <strong>bold</strong>. <em>italic</em>. <s>strike</s> maybe.</p>
- </div> <!-- end of content inside the update / do not remove -->
- </div> <!-- end of the option -->
- <div class="update-option"> <!-- copy from here to add a new button group -->
- <a href="/" class="update-button" title="title on hover">
- name of button here
- </a>
- <a href="/" class="update-button" title="title on hover">
- anything you want
- </a>
- <a href="/" class="update-button" title="title on hover">
- i mean
- </a>
- </div> <!-- end of the button group -->
- </div> <!-- end of the update toggle / do not remove -->
- <!-- maziekeen's theme 216 - UPDATE TAB HTML PART -->
Add Comment
Please, Sign In to add comment