Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY LEA --
- @rpjustxce.tumblr.com
- --------------------------
- THEME 16: undefined --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html>
- <head>
- <title>{text:browser 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}
- <!-- default appearance options -->
- <meta name="color:background" content="#fff"/>
- <meta name="color:body" content="#363636"/>
- <meta name="color:border" content="#c1c1c1">
- <meta name="color:link" content="#000"/>
- <meta name="color:link hover" content="#fff"/>
- <meta name="color:italic" content="#c4c4c4" />
- <meta name="color:bold" content="#000" />
- <meta name="color:blockquote" content="#ededed">
- <meta name="color:navlink" content="#949494">
- <meta name="color:navlink hover" content="#000">
- <meta name="color:permalink" content="#686868"/>
- <meta name="color:permalink hover" content="#fff"/>
- <meta name="color:tags" content="#686868" />
- <meta name="color:tags hover" content="#fff" />
- <meta name="color:pagination" content="#969696" />
- <meta name="color:pagination hover" content="#000" />
- <meta name="color:tooltiptext" content="#848484" />
- <meta name="color:tooltipbg" content="#fff" />
- <meta name="image:background" content="">
- <meta name="if:greyscale" content="1">
- <meta name="if:hover tags" content="1">
- <meta name="text:browser title" content="this can be anything you want or just copy paste your blog title here" />
- <meta name="text:font size" content="9px"/>
- <meta name="text:link1" content="link 1"/>
- <meta name="text:link1url"content="/"/>
- <meta name="text:link2" content="link 2"/>
- <meta name="text:link2url"content="/"/>
- <meta name="text:link3" content="link 3"/>
- <meta name="text:link3url"content="/"/>
- <!--scripts-->
- <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>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Rochester|Unica+One" rel="stylesheet">
- <!---BASE CODE BY BISEXUALAMY - YOU MUST CREDIT ME IN YOUR THEME POST--->
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 0px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /*customize main body stuffs*/
- body {
- font-size: {text:font size};
- font-family: Arial, Calibri, sans-serif;
- color: {color:body};
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position: top left;
- background-repeat: no-repeat;
- background-attachment: fixed;
- }
- a {
- color: {color:link};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:link hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- b, strong {
- color:{color:bold};
- letter-spacing:1px;
- font-size:15px;
- text-transform:uppercase;
- font-family: 'Unica One', cursive;
- }
- i, em {
- font-family: 'Rochester', cursive;
- text-transform:lowercase;
- color:{color:italic};
- letter-spacing:2px;
- }
- blockquote {
- text-align:justify;
- padding-left:10px;
- border-left:3px solid {color:blockquote};
- margin:15px 0px 10px 0px;
- }
- .caption blockquote {
- margin:15px 0px 10px 0px;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width:100%;
- height:auto;
- }
- /*customize top bar*/
- #topbar {
- position:fixed;
- top:200px;
- left:250px;
- width:100px;
- height:200px;
- overflow-x:hidden;
- overflow-y:scroll;
- background:{color:topbar};
- }
- .title {
- font-size:15px;
- font-family: 'Unica One', cursive;
- letter-spacing:2px;
- text-align:center;
- padding-top:10px;
- padding-bottom:10px;
- }
- /*customize top left searchbox*/
- .searchbox {
- text-align:center;
- }
- .searchbox input[type=text] {
- position: relative;
- width: 95%;
- border: 0.1px solid {color:border};
- background:#eee;
- }
- /*customize top navlinks in topbar*/
- .navlinks {
- margin-top:10px;
- text-align:center;
- font-size:12px;
- text-transform:uppercase;
- padding-bottom:5px;
- border-bottom:1px solid {color:border};
- }
- .navlinks a {
- display:inline-block;
- color:{color:navlink};
- padding:5px 8px 5px 8px;
- margin-right:1px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .navlinks a:hover {
- color:{color:navlink hover};
- }
- /*customize sidebar description*/
- .description {
- font-size:{text:font size};
- margin-top:15px;
- text-align:center;
- color:{color:body};
- }
- /*customize container & & posts*/
- .container {
- margin-top:-50px;
- width: 500px;
- margin-left: 400px;
- }
- .posts {
- margin-bottom: 20px;
- padding: 20px;
- }
- .posts:first-child {
- margin-top:50px;
- }
- .html_photoset img {
- width:90%;
- }
- {block:IfGreyscale}
- .posts img {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .posts img:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .html_photoset:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .playerbutton {
- width:20px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:1000;
- margin:10px 19px 8px 11px;
- }
- .player {
- background-color:#000;
- -webkit-border-radius:50px;
- -moz-border-radius:50px;
- border-radius:100%;
- position:absolute;
- z-index:1000;
- margin-left:35%;
- margin-top:11px;
- opacity:.8;
- }
- {/block:IfGreyscale}
- h1 {
- text-align: center;
- text-transform: lowercase;
- letter-spacing:3px;
- font-weight:100;
- font-family: 'Oswald', sans-serif;
- }
- h2 {
- text-align: center;
- text-transform: lowercase;
- font-family: serif;
- font-size: 15px;
- }
- .source {
- text-align: center;
- }
- .posts li {
- list-style: square;
- }
- .posts blockquote {
- border-left: 3px solid {color:blockquote};
- padding-left: 10px;
- }
- .convo {
- list-style: none;
- line-height: 120%;
- }
- .label {
- text-transform: uppercase;
- padding-right: 2px;
- font-weight: bold;
- }
- .playbutton {
- width: 25px;
- height: 28px;
- padding: 5px;
- overflow: hidden;
- position: relative;
- z-index: 1000
- }
- .playbox {
- background-color: #fff;
- position: absolute;
- z-index: 1000;
- margin-top: 17px;
- margin-left: 17px;
- opacity: .7;
- }
- .audiodesc {
- position: relative;
- left: 5px;
- top: -12px;
- font-size: 11px;
- }
- /*customize ask posts*/
- .question {
- padding:5px;
- margin-top:-10px;
- max-height:200px;
- text-transform:lowercase;
- border-bottom:1px solid {color:border};
- }
- .answer {
- display:inline-block;
- padding:5px;
- }
- /*customize permalinks & & tags*/
- .permalinks {
- width:100%;
- font-family:serif;
- font-weight:bold;
- text-transform: uppercase;
- padding-top: 10px;
- }
- .permalinks a {
- color:{color:permalink};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- }
- .tags {
- {block:ifhovertags}
- opacity:0;
- max-height:0px;
- {/block:ifhovertags}
- text-align: left;
- text-transform:lowercase;
- font-weight:200;
- margin-top:10px;
- }
- .tags a {
- color:{color:tags};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- {block:ifhovertags}
- .posts:hover .tags {
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- {/block:ifhovertags}
- .postnotes {
- line-height: 200%;
- text-align: left;
- margin-top: 20px;
- list-style: none;
- margin-left: -25px
- }
- .postnotes ol.notes {
- list-style-type: none;
- }
- .postnotes li {
- list-style-type: georgian;
- }
- .postnotes img.avatar {
- width: 0px;
- height: 0px;
- }
- /*customize popups*/
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- float:left;
- position:fixed;
- height:200px;
- overflow:hidden;
- top:50%;left:50%;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- z-index: 99999;
- }
- *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:#fff; /* change to #fff for solid white */
- opacity:1; /* change to opacity:1; */
- }
- #monlinks {
- padding:5px;
- padding-left:0px;
- }
- #monlinks a {
- text-transform:uppercase;
- font-family:serif;
- padding:6px;
- color:{color:navlink};
- letter-spacing:2px;
- }
- /*customize reblog & & like buttons*/
- svg {
- width:10px;
- height:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;
- }
- .controls a {
- position:relative;
- color:{color:permalink};
- float:right;
- margin-top:-15px;
- display:inline-block;
- overflow:hidden;
- padding:5px;
- width:10px;
- height:10px;
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- width:7px;
- margin-top:1px;
- }
- .controls .like svg {
- width:7px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- /*customize pagination*/
- #pagination {
- color:{color:pagination};
- width:100px;
- position:fixed;
- text-align:center;
- top:405px;
- left:250px;
- font-size:12px;
- font-weight:500;
- }
- #pagination a {
- color:{color:pagination};
- -webkit-transition: 0.8s ease-in;
- -moz-transition: .8s ease-in;
- transition: .8s ease-in;
- }
- #pagination a:hover {
- color:{color:pagination hover};
- text-shadow:none;
- }
- .current_page {
- padding:2px;
- color:{color:pagination hover};
- }
- .jump_page {
- padding:2px;
- color:{color:pagination};
- }
- /*customization for tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- width:100px;
- text-align:center;
- padding:5px;
- margin:15px 15px 5px 0px;/*how far it appears from link*/
- color:{color:tooltiptext};
- background:{color:tooltipbg};
- font-size:12px;
- letter-spacing:0px;
- font-family: 'Philosopher', sans-serif;
- z-index:99999;/*don't change this*/
- }
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- z-index:999999999;
- bottom:5px;
- right:5px;
- height:30px;
- width:30px;
- opacity:.2;
- position:fixed;
- padding:5px;
- -webkit-transition: 0.8s ease-in;
- -moz-transition: .8s ease-in;
- transition: .8s ease-in;
- }
- #mycredit:hover {
- transform:rotate(90deg);
- opacity:1;
- }
- </style>
- </head>
- <body>
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- <!------TOPBAR--------->
- <div id="topbar">
- <div class="title">{Title}</div>
- <form action="/search" method="get" class="searchbox"><input type="text" name="q" value="{SearchQuery}"/></form>
- <div class="navlinks">
- <a href="/" title="index."><i class="fa fa-home" aria-hidden="true"></i></a>
- <a href="/ask" title="messages."><i class="fa fa-envelope" aria-hidden="true"></i></a>
- <a href="#?w=350" rel="box1" class="poplight" title="navigation."><i class="fa fa-globe" aria-hidden="true"></i></a>
- </div>
- <div class="description">{description}</div>
- </div>
- <!------END TOPBAR--------->
- <!------PAGINATION--------->
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">⇠ </a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"> ⇢</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <!------END PAGINATION--------->
- <!------POSTS--------->
- <div class="container">
- <div class="postcon">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}<div class="question"><i class="fa fa-question" aria-hidden="true" style="font-size:12px;"></i>
- : {Question} - {Asker}</div><div class="answer"><i class="fa fa-paper-plane" aria-hidden="true" ></i> : {Answer}</div>{/block:Answer}
- {block:Quote}
- <h2>{Quote}</h2>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="convo">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</div>{/block:Lines}</div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td>
- <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!---END POSTS--->
- <!---POST INFO--->
- <div class="permalinks">
- ¦<a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:Date} {DayOfMonthWithZero} {shortMonth} {/block:Date}</a>
- <a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:NoteCount}+{NoteCount}{/block:NoteCount}</a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}" style="padding-left: 5px; padding-right; 5px;">via</a>
- <a href="{ReblogRootURL}" style="padding-left: 5px; padding-right; 5px;">source</a>{/block:RebloggedFrom}
- <div class="controls">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="like">{LikeButton}
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </div>
- <div class="tags">{block:HasTags} {block:Tags} <a href="/tagged/{TAG}" style="margin-right: 5px;">{TAG}</a> {/block:Tags} {/block:HasTags}</div>
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <!---END POST INFO--->
- </div>
- </body>
- <div id="box1" class="popup_block">
- <h1 style="text-align:left;">THERE NEVER WAS ROOM FOR HEROES HERE.</h1>
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Don't make this too long or you'll cut off your links.</p>
- <div id="monlinks">━━━━━━━━━
- <a href="/">home.</a>
- <a href="/">ask.</a>
- <a href="{text:link1url}">{text:link1}.</a>
- <a href="{text:link2url}">{text:link2}.</a>
- <a href="{text:link3url}">{text:link3}.</a>
- </div>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment