Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--Theme #51 - Poseidon by euphour, prev. wonderfullythemes
- please refer to my post for rules-->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".svg-wrapper").click(function(){
- $(".svg-wrapper").toggleClass("left");
- });
- $(".svg-wrapper").click(function(){
- $(".headerlinks").toggle("slow");
- });
- });
- </script>
- <!--POP UP ASK-->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!--SIDEBAR ON SCROLL-->
- <script type="text/javascript">
- $(document).scroll(function () {
- var y = $(this).scrollTop();
- if (y > 100) {
- $('#sidebar').fadeIn();
- } if (y < 100) {
- $('#sidebar').fadeOut();
- }
- });
- </script>
- <script type="text/javascript">
- $(document).scroll(function () {
- var y = $(this).scrollTop();
- if (y > 100) {
- $('.links').fadeIn();
- } if (y < 100) {
- $('.links').fadeOut();
- }
- });
- </script>
- <script type="text/javascript">
- $(document).scroll(function () {
- var y = $(this).scrollTop();
- if (y > 100) {
- $('.desc').fadeIn();
- } if (y < 100) {
- $('.desc').fadeOut();
- }
- });
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:pre Background" content="#ddd" />
- <meta name="color:Header Background" content="#000" />
- <meta name="color:Header Text" content="#fff" />
- <meta name="color:NavLinks" content="#fff" />
- <meta name="color:NavLinks Hover" content="#000" />
- <meta name="color:Question Link" content="#ddd" />
- <meta name="color:Chat Bg Odd" content="#ddd" />
- <meta name="color:Chat Bg Even" content="#444" />
- <meta name="color:Info Background" content="#ddd" />
- <meta name="color:Info Text" content="#444" />
- <meta name="color:Info Links" content="#444" />
- <meta name="color:Info Links Hover" content="#fff" />
- <meta name="color:Question Background" content="#ddd" />
- <meta name="color:Question Text" content="#444" />
- <meta name="color:Tooltip Background" content="#000" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:ShowLink1" content="1" />
- <meta name="if:ShowLink2" content="1" />
- <meta name="if:ShowLink3" content="1" />
- <meta name="if:ShowLink4" content="1" />
- <meta name="if:ShowLink5" content="1" />
- <meta name="if:ShowLink6" content="1" />
- <meta name="if:ShowLink7" content="1" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Text" content="Link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Text" content="Link 6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Text" content="Link 7" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Text};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:8px;
- padding-right:2px;
- background-color:white;
- }
- #s-m-t-tooltip {
- max-width:130px;
- font-size:11px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- line-height:14px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:13px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- text-decoration:line-through;
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- pre {
- letter-spacing:2px;
- font-size:12px;
- text-transform:uppercase;
- background-color:{color:pre Background};
- padding:10px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- /*--HEADER--*/
- #header {
- font-size:14px;
- width:100%;
- height:100px;
- background-color:{color:Header Background};
- color:{color:Header Text};
- position:static;
- }
- .svg-wrapper {
- padding-top:30px;
- position: relative;
- top: 50%;
- transform:translateY(-50%);
- margin: 0 auto;
- width: 320px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .shape {
- stroke-dasharray: 140 540;
- stroke-dashoffset: -472;
- stroke-width: 8px;
- fill: transparent;
- stroke: {color:NavLinks};
- border-bottom: 5px solid black;
- transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
- }
- .text {
- text-transform:uppercase;
- text-align:center;
- font-size: 17px;
- line-height: 32px;
- letter-spacing:4px;
- color: #fff;
- top: -48px;
- position: relative;
- }
- .svg-wrapper:hover {
- cursor:help;
- }
- .svg-wrapper:hover .shape {
- stroke-width: 2px;
- stroke-dashoffset: 0;
- stroke-dasharray: 760;
- }
- .left {
- transform:translate(-65%,-50%);
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* Effect 1: Brackets */
- .cl-effect-1 a::before,
- .cl-effect-1 a::after {
- display: inline-block;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
- -moz-transition: -moz-transform 0.3s, opacity 0.2s;
- transition: transform 0.3s, opacity 0.2s;
- }
- .cl-effect-1 a::before {
- margin-right: 10px;
- content: '{';
- -webkit-transform: translateX(20px);
- -moz-transform: translateX(20px);
- transform: translateX(20px);
- }
- .cl-effect-1 a::after {
- margin-left: 10px;
- content: '}';
- -webkit-transform: translateX(-20px);
- -moz-transform: translateX(-20px);
- transform: translateX(-20px);
- }
- .cl-effect-1 a:hover::before,
- .cl-effect-1 a:hover::after,
- .cl-effect-1 a:focus::before,
- .cl-effect-1 a:focus::after {
- opacity: 1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- text-decoration:none;
- }
- .headerlinks {
- display:none;
- padding-right:20%;
- margin-top:-6%;
- text-align:right;
- font-size:11px;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- .headerlinks a {
- color:{color:NavLinks};
- }
- .headerlinks a:hover {
- color:{color:NavLinks Hover};
- text-decoration:none;
- }
- /*--SIDEBAR--*/
- #sidebar {
- top:0;
- left:170px;
- color:{color:text};
- padding:30px;
- width:140px;
- height:100%;
- background-color:{color:pre Background};
- text-align:left;
- position:fixed;
- z-index:300;
- display:none;
- }
- #stuff {
- width:140px;
- top:50%;
- margin-top:-170px;
- position:absolute;
- }
- .sidebarpic {
- text-align:center;
- }
- .sidebarpic img {
- width:100px;
- height:100px;
- border-radius:50%;
- }
- /*--Effect: Brackets V2--*/
- /* Effect 1: Brackets */
- .cl-effect-2 a::before,
- .cl-effect-2 a::after {
- display: inline-block;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
- -moz-transition: -moz-transform 0.3s, opacity 0.2s;
- transition: transform 0.3s, opacity 0.2s;
- }
- .cl-effect-2 a::before {
- margin-right: 5px;
- content: '{';
- -webkit-transform: translateX(20px);
- -moz-transform: translateX(20px);
- transform: translateX(20px);
- }
- .cl-effect-2 a::after {
- margin-left: 5px;
- content: '}';
- -webkit-transform: translateX(-20px);
- -moz-transform: translateX(-20px);
- transform: translateX(-20px);
- }
- .cl-effect-2 a:hover::before,
- .cl-effect-2 a:hover::after,
- .cl-effect-2 a:focus::before,
- .cl-effect-2 a:focus::after {
- opacity: 1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- text-decoration:none;
- }
- .links {
- margin-top:10px;
- text-align:center;
- font-size:11px;
- }
- .links a {
- color:{color:NavLinks};
- }
- .links a:hover{
- color:{color:Text};
- text-decoration:none;
- }
- .desc {
- text-transform:uppercase;
- text-align:justify;
- margin-top:10px;
- font-size:10px;
- }
- #pagination {
- margin-top:10px;
- font-size:10px;
- text-align:center;
- text-transform:uppercase;
- }
- #pagination a {
- color:{color:NavLinks};
- }
- #pagination a:hover {
- color:{color:Text};
- text-decoration:line-through;
- }
- /*--POSTS--*/
- #entries {
- width:400px;
- margin:auto;
- position:relative;
- top:70px;
- float:center;
- }
- #post {
- width:400px;
- margin-bottom:200px;
- }
- /*--POST TYPES--*/
- .user {
- font-style:italic;
- font-size:13px;
- position:relative;
- margin-bottom:10px;
- }
- .user a {
- color:{color:Question Link};
- }
- .user a:hover {
- color:{color:Hover};
- box-shadow:none;
- }
- .question {
- position:relative;
- max-width:100%;
- background-color:{color:Question Background};
- color:{color:Question Text};
- padding:20px;
- }
- .arrow-down {
- width: 0;
- height: 0;
- border-left: 15px solid transparent;
- border-right: 15px solid transparent;
- margin-left:30px;
- margin-top:0px;
- border-top: 15px solid {color:Question Background};
- }
- .answer {
- text-align:left;
- margin-top:20px;
- max-width:100%;
- padding-bottom:5px;
- }
- .mark {
- text-align:center;
- font-family:georgia;
- font-size:100px;
- color:{color:Link};
- border-bottom:1px solid {color:Text};
- padding-bottom:5px;
- }
- .quote {
- padding-top:10px;
- font-size:15px;
- font-style:italic;
- }
- .chat li {
- list-style:none;
- }
- .line_odd {
- color:{color:Chat Bg Odd};
- }
- .line_even {
- color:{color:Chat Bg Even};
- }
- /*--INFO AND TAGS--*/
- #footer {
- letter-spacing:1px;
- color:{color:Info Text};
- text-transform:uppercase;
- width:380px;
- text-align:left;
- font-size:11px;
- margin-top:20px;
- padding:10px;
- background-color:{color:Info Background};
- }
- #footer a {
- letter-spacing:0px;
- color:{color:Info Links};
- }
- #footer a:hover {
- text-decoration:line-through;
- color:{color:Info Links Hover};
- }
- .like_and_reblog_buttons {
- list-style: none;
- }
- .like_and_reblog_buttons li {
- list-style:none;
- float: left;
- margin: 0;
- padding: 7px 7px;
- }
- .like_and_reblog_buttons li:first-child {
- height:10px;
- }
- /*--POP UP BOXES--*/
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- .poplight:hover {
- cursor:crosshair;
- }
- /*--ASKBOX--*/
- .faq {
- padding-right:5px;
- height:200px;
- overflow-y:scroll;
- font-size:11px;
- text-transform:uppercase;
- }
- .faqtitle {
- font-size:12px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- .faq a:hover {
- text-decoration:line-through;
- }
- .faq pre {
- padding:5px;
- background-color:{color:pre Background};
- }
- /*--MORE LINKS--*/
- .more {
- text-align:center;
- }
- .more li {
- display:inline-block;
- list-style:none;
- text-align:center;
- padding-left:4px;
- padding-right:4px;
- }
- .more a {
- font-size:10px;
- letter-spacing:1px;
- padding-top:3px;
- padding-left:5px;
- padding-right:5px;
- padding-bottom:3px;
- text-transform:uppercase;
- background-color:{color:NavLinks Bg};
- color:{color:NavLinks};
- }
- .more a:hover {
- text-decoration:none;
- color:{color:NavLinks Hover};
- background-color:{color:NavLinks Bg Hover};
- }
- /*--UPDATES--*/
- .updates {
- font-size:11px;
- text-transform:uppercase;
- }
- .updates pre {
- font-size:11px;
- text-transform:uppercase;
- padding:10px;
- letter-spacing:2px;
- background-color:{color:pre Background};
- }
- .updates a:hover {
- text-decoration:line-through;
- }
- .updatestitle {
- font-size:12px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:10px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- text-align:right;
- z-index:200;
- }
- #spectrum a {
- padding:3px;
- }
- #spectrum a:hover {
- text-decoration:line-through;
- }
- {CustomCSS}</style></head><body>
- <div id="header">
- <div class="svg-wrapper">
- <svg height="60" width="320" xmlns="http://www.w3.org/2000/svg">
- <rect class="shape" height="60" width="320" />
- <div class="text">{Title}</div>
- </svg>
- </div>
- <div class="headerlinks">
- <nav class="cl-effect-1">
- <a href="/">refresh</a>
- <a href="#?w=400" rel="box1" class="poplight">Inquire</a>
- <a href="#?w=400" rel="box2" class="poplight">navi</a>
- <a href="#?w=400" rel="box3" class="poplight">updates</a>
- <a href="/archive">archive</a>
- </nav>
- </div>
- </div>
- <div id="sidebar">
- <div id="stuff">
- <div class="sidebarpic"><img src="{image:Sidebar}"/></div>
- <div class="links">
- <nav class="cl-effect-2">
- <a href="/" title="refresh">I</a>
- <a href="#?w=400" rel="box1" class="poplight" title="inquire">II</a>
- <a href="#?w=400" rel="box2" class="poplight" title="navi" target="blank">III</a>
- <a href="#?w=400" rel="box3" class="poplight" title="updates">IV</a>
- <a href="/archive" title="archive">V</a>
- </nav>
- </div>
- <div class="desc">{Description}</div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} -
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- <section class="link-border">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question">
- <div class="user">{Asker} asked:</div>
- {Question}</div>
- <div class="arrow-down"></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <div style="margin-top:-100px;">
- <div class="mark">„</div>
- <div class="quote">{Quote}</div>
- {block:Source}<br><br> —{Source} {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title} {Title} {/block:Title}
- {block:Lines}<span class="chat">
- <li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span></span>{/block:Label}</span> {Line}</li>
- {/block:Lines}
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}{/block:Trackname}
- {AudioPlayerBack}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- </section>
- <div id="footer">
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a> at <a href="{Permalink}">{12Hour}:{Minutes}{CapitalAmPm}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}
- <div style="float:right">
- {block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
- {block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
- </div>
- <div style="text-transform:none;letter-spacing:0px;">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- </div>
- <div class="like_and_reblog_buttons">
- <li>{ReblogButton size="15"}</li>
- <li>{LikeButton size="15"}</li>
- </div>
- </div>{/block:Posts}
- {block:PostNotes}
- <div style="margin-top:-150px;height:220px;overflow-y:scroll;margin-bottom:50px">{PostNotes}</div>{/block:PostNotes}
- </div>
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">theme</a>
- </div>
- </body>
- <!--YOUR FAQ-->
- <div id="box1" class="popup_block">
- <div class="faq">
- <div class="faqtitle">Inquire</div><br> <!--title here-->
- <!--your faq questions here-->
- <pre>subtitle</pre>
- <ul>
- <li>Question?</li>
- Answer
- <li>What about another?</li>
- Answer again
- <li>How do you style text?</li>
- <b>bold</b> <i>italic</i> <s>strikethrough</s> <u>underline</u> <a href="">link</a>
- </ul>
- </div><!--end .faq-->
- <br>
- <iframe frameborder="0" height="150" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
- </div></div></div></div></div></div></div></div></div></div></div> <!--end #box1 .popup_block-->
- <!--YOUR NAVI-->
- <div id="box2" class="popup_block">
- <div class="more">
- {block:ifShowLink1}<li><a href="{text:Link1}">{text:Link1 Text}</a></li>{/block:ifShowLink1}
- {block:ifShowLink2}<li><a href="{text:Link2}">{text:Link2 Text}</a></li>{/block:ifShowLink2}
- {block:ifShowLink3}<li><a href="{text:Link3}">{text:Link3 Text}</a></li>{/block:ifShowLink3}
- {block:ifShowLink4}<li><a href="{text:Link4}">{text:Link4 Text}</a></li>{/block:ifShowLink4}
- {block:ifShowLink5}<li><a href="{text:Link5}">{text:Link5 Text}</a></li>{/block:ifShowLink5}
- {block:ifShowLink6}<li><a href="{text:Link6}">{text:Link6 Text}</a></li>{/block:ifShowLink6}
- {block:ifShowLink7}<li><a href="{text:Link7}">{text:Link7 Text}</a></li>{/block:ifShowLink7}
- </div><!--end .more-->
- </div></div></div></div></div></div></div></div></div></div></div> <!--end #box2 .popup_block-->
- <!--YOUR UPDATES-->
- <div id="box3" class="popup_block">
- <div class="updates">
- <div class="updatestitle">Updates</div><!--title here-->
- <br>
- Put your updates here! Follow the setup in the code for:<br>
- new lines<p>
- new paragraphs<p>
- <b>bold</b> <i>italic</i> <u>underlines</u> <s>strikethrough</s> <a href="">link</a>
- <ul>
- <li>bullet points</li>
- </ul>
- vs
- <ul>
- text indents
- </ul>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement