Don't like ads? PRO users don't see any ads ;-)
Guest

Lemery theme

By: a guest on Jul 31st, 2012  |  syntax: None  |  size: 20.55 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2. Avox by fairypopdreamer.tumblr.com
  3. Lemery tweaked  theme by prism-s
  4. -->
  5.  
  6. <html lang="en">
  7. <head><script src="http://www.duckmylife.com/javascript" type="text/javascript"></script><!—tutorial by swagtasticable—>
  8.  
  9. <style type="text/css">
  10.  
  11. #gb{
  12.  
  13. position:fixed;
  14.  
  15. top:30px;
  16.  
  17. z-index:+1000;
  18.  
  19. }
  20.  
  21. * html #gb{position:relative;}
  22.  
  23. .gbtab{
  24.  
  25. height:100px;
  26.  
  27. width:30px;
  28.  
  29. float:left;
  30.  
  31. cursor:pointer;
  32.  
  33. background:url("http://3.bp.blogspot.com/-nzL6xB45YbM/TpxuqJpjBZI/AAAAAAAAAYw/HznwQxRv2Sg/s1600/th_mmamv4.gif") no-repeat;
  34.  
  35. }
  36.  
  37. .gbcontent{
  38.  
  39. float:left;
  40.  
  41. border:2px solid #666666;
  42.  
  43. background:#F5F5F5;
  44.  
  45. padding:10px;
  46.  
  47. }
  48.  
  49. </style>
  50.  
  51. <script type="text/javascript">
  52.  
  53. function showHideGB(){
  54.  
  55. var gb = document.getElementById("gb");
  56.  
  57. var w = gb.offsetWidth;
  58.  
  59. gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
  60.  
  61. gb.opened = !gb.opened;
  62.  
  63. }
  64.  
  65. function moveGB(x0, xf){
  66.  
  67. var gb = document.getElementById("gb");
  68.  
  69. var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
  70.  
  71. var dir = xf>x0 ? 1 : -1;
  72.  
  73. var x = x0 + dx * dir;
  74.  
  75. gb.style.right = x.toString() + "px";
  76.  
  77. if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 40);}
  78.  
  79. }
  80.  
  81. </script>
  82.  
  83. <div id="gb">
  84.  
  85. <div class="gbtab" onclick="showHideGB()"> </div>
  86.  
  87. <div class="gbcontent">
  88.  
  89. <font size="2"><div style="border-width:1px; border-color:#0F78E0;border-style:solid; width:250px; background-color:#6BCFEE;color:#09265F !important;background-image:url(http://www.acepolls.com/images/designs/blue_bubble.png);"> <center> <span style="font-weight:bold; color:#1049BD !important;"> <a href="http://www.acepolls.com/polls/1250473-what-do-you-think-about-this-theme">What do you think about this theme:</a> What do you think about this theme: </span> </center> <br /> <div style="text-align:left;color: #09265F"> <a href="http://www.acepolls.com/votes/1250473-what-do-you-think-about-this-theme/6954120" style="color:#0F78E0 !important;"><img src="http://www.acepolls.com/poll/img/share/radio-button.gif" alt="" /></a> Fine </div> <div style="text-align:left;color: #09265F"> <a href="http://www.acepolls.com/votes/1250473-what-do-you-think-about-this-theme/6954121" style="color:#0F78E0 !important;"><img src="http://www.acepolls.com/poll/img/share/radio-button.gif" alt="" /></a> Cute </div> <div style="text-align:left;color: #09265F"> <a href="http://www.acepolls.com/votes/1250473-what-do-you-think-about-this-theme/6954122" style="color:#0F78E0 !important;"><img src="http://www.acepolls.com/poll/img/share/radio-button.gif" alt="" /></a> Flawless </div> <div style="text-align:left;color: #09265F"> <a href="http://www.acepolls.com/votes/1250473-what-do-you-think-about-this-theme/6954123" style="color:#0F78E0 !important;"><img src="http://www.acepolls.com/poll/img/share/radio-button.gif" alt="" /></a> Awesome </div> <div style="text-align:left;color: #09265F"> <a href="http://www.acepolls.com/votes/1250473-what-do-you-think-about-this-theme/6954124" style="color:#0F78E0 !important;"><img src="http://www.acepolls.com/poll/img/share/radio-button.gif" alt="" /></a> Awesome like ASDJKL! </div> <center> <br /> <a href="http://www.acepolls.com/create" style="color:#09265F !important;" title="Create a MySpace Poll">l</a> </center> </font>
  90.  
  91. <div style="text-align:right">
  92.  
  93. <a href="javascript:showHideGB()">
  94.  
  95. </a>
  96.  
  97. </div>
  98.  
  99. </div>
  100.  
  101. </div>
  102.  
  103. <script type="text/javascript">
  104.  
  105. var gb = document.getElementById("gb");
  106.  
  107. gb.style.right = (30-gb.offsetWidth).toString() + "px";
  108.  
  109. </script>
  110.  
  111. <!—tutorial by swagtasticable—><script type="text/javascript"
  112. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  113. <script>
  114. $(document).ready(function() {
  115. //
  116. $('a.poplight[href^=#]').click(function() {
  117. var popID = $(this).attr('rel'); //Get Popup Name
  118. var popURL = $(this).attr('href'); //Get Popup href to define size
  119. var query= popURL.split('?');
  120. var dim= query[1].split('&');
  121. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  122. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  123. var popMargTop = ($('#' + popID).height() + 80) / 2;
  124. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  125. //Apply Margin to Popup
  126. $('#' + popID).css({
  127. 'margin-top' : -popMargTop,
  128. 'margin-left' : -popMargLeft
  129. });
  130. $('body').append('<div id="fade"></div>');
  131. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  132. return false;
  133. });
  134. $('a.close, #fade').live('click', function() {
  135. $('#fade , .popup_block').fadeOut(function() {
  136. $('#fade, a.close').remove(); //fade them both out
  137. });
  138. return false;
  139. });
  140. });
  141. </script>
  142.  
  143. <!-- DEFAULT VARIABLES -->
  144. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  145. <meta name="color:background" content="#d1d1d1"/>
  146. <meta name="color:text" content="#000"/>
  147. <meta name="color:title" content="#000"/>
  148. <meta name="color:link" content="#000"/>
  149. <meta name="color:hover" content="#000"/>
  150. <meta name="image:sidebar" content="1"/>
  151. <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_m0lf3wPWxy1rrt2v9o1_250.png"/>
  152. <META name="text:Link 1 Name" content="Link">
  153. <META name="text:Link 1 URL" content="http://">
  154. <META name="text:Link 2 Name" content="Link">
  155. <META name="text:Link 2 URL" content="http://">
  156. <META name="text:Link 3 Name" content="Link">
  157. <META name="text:Link 3 URL" content="http://">
  158. <META name="text:Link 4 Name" content="Link">
  159. <META name="text:Link 4 URL" content="http://">
  160.  
  161.  
  162. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title><link rel="Stylesheet" href="http://static.tumblr.com/kcrxiw3/0MXlu4c6q/lovely.css">{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  163.  
  164. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  165.  
  166.  
  167. <style type="text/css">#musicplayer {
  168. text-align:center;
  169. position:fixed;
  170. left:20px;
  171. bottom:-43px;
  172. -webkit-transition:all .5s ease-in-out;
  173. -moz-transition: all .5s ease-in-out;
  174. -o-transition: all .5s ease-in-out;
  175. z-index:300;}
  176.  
  177. #musicplayer:hover {
  178. top:-10px;
  179. }
  180.  
  181. #music {
  182. padding:10px 0 5px 0;
  183. border: 1px solid #EBCFCD;
  184. background: #fff;
  185. width:140px;
  186. border-radius: 5px;-moz-border-radius: 5px;
  187. -webkit-border-radius: 5px;z-index: 9999;
  188. }
  189.  
  190. #music2 {
  191. border-bottom:1px solid #EBCFCD;
  192. border-left: 1px solid #EBCFCD;
  193. border-right: 1px solid #EBCFCD;
  194. margin-top:-1px;
  195. height:38px;
  196. background:#fff;
  197. border-bottom-left-radius: 5px;
  198. -moz-border-radius-bottomleft: 5px;
  199. -webkit-border-bottom-left-radius: 5px;
  200. border-bottom-right-radius: 5px;
  201. -moz-border-radius-bottomright: 5px;
  202. -webkit-border-bottom-right-radius: 5px;
  203. margin-left:45px;width: 50px;
  204. }#fade { /*--Transparent background layer--*/
  205. display: none; /*--hidden by default--*/
  206. background: #000;
  207. position: fixed; left: 0; top: 0;
  208. width: 100%; height: 100%;
  209. opacity: .80;
  210. z-index: 9999;
  211. }
  212. .popup_block{
  213. display: none; /*--hidden by default--*/
  214. background: #fcfbf8;
  215. padding: 10px;
  216. border: 5px solid #f2e7e2;
  217. float: left;
  218. font-size: 10;
  219. position: fixed;
  220. top: 50%; left: 50%;
  221. z-index: 99999;
  222. /*--CSS3 Box Shadows--*/
  223. -webkit-box-shadow: 0px 0px 20px #000;
  224. -moz-box-shadow: 0px 0px 20px #000;
  225. box-shadow: 0px 0px 20px #000;
  226. /*--CSS3 Rounded Corners--*/
  227. -webkit-border-radius: 5px;
  228. -moz-border-radius: 5px;
  229. border-radius: 5px;
  230. }
  231. img.btn_close {
  232. float: right;
  233. margin: -20 -20px 0 0;
  234. }
  235. /*--Making IE6 Understand Fixed Positioning--*/
  236. *html #fade {
  237. position: absolute;
  238. }
  239. *html .popup_block {
  240. position: absolute;
  241. }
  242.  
  243. ::-webkit-scrollbar {width: 8px; height: 4px; background: #ffffff; }
  244.  
  245. ::-webkit-scrollbar-thumb { background-color: #000; border-top: 3px solid #A8A8A8; border-bottom: 3px solid #A8A8A8;}
  246.  
  247. body {
  248. margin:0px;
  249. background-color: {color:Background};
  250. background-image:url({image:Background});
  251. background-attachment: fixed;
  252. background-repeat: repeat;}
  253. body, div, p, textarea, submit, input{
  254. font-family:century gothic ;
  255. font-size: 9px;
  256. line-height:12px;
  257. color:{color:Text};
  258. }
  259.  
  260. p {
  261. margin:0px;
  262. margin-top:0px;
  263. }
  264.  
  265.  
  266. a:link, a:active, a:visited{
  267. color: {color:Link};
  268. text-decoration: none;
  269. -webkit-transition: color 0.5s ease-out;
  270. -moz-transition: color 0.5s ease-out;
  271. }
  272.  
  273. a:hover{
  274. color:{color:Hover};
  275. text-decoration: Bold;
  276. text-transform:Uppercase;
  277. -webkit-transition: color 0.3s ease-out;
  278. -moz-transition: color 0.3s ease-out;
  279. }
  280.  
  281. div#center{
  282. margin:auto;
  283. position:relative;
  284. width:840px;
  285. overflow:auto;
  286. background-color:;
  287. overflow-y:hidden;
  288. }
  289.  
  290. div#content{
  291. float:right;
  292. width: 408px;
  293. margin-right: 90px;
  294. padding:0px;
  295. padding-top: 0px;
  296. background: transparent;
  297. border: 0px solid #000;
  298. }
  299.  
  300. div#entry{
  301. background-color: white;
  302. margin-top:6px;
  303. padding:7px;
  304. border:1px solid #D1D1D1;
  305. }
  306.  
  307. #entry .permalink {
  308. opacity:0;
  309. color: #000;
  310. padding-bottom:3px;
  311. font-family:consolas;
  312. line-height:14px;
  313. margin-top:0px;
  314. font-size:10px;
  315. position:absolute;
  316. width:398px;
  317. padding-bottom:5px;
  318. -webkit-transition-timing-function: ease-out;
  319. -webkit-transition-duration: .9s;
  320. -moz-transition-timing-function: ease-out;
  321. -moz-transition-duration: .9s;
  322. position:absolute;
  323. background:#fff;
  324. letter-spacing:1px;
  325. overflow:hidden;box-shadow:0px 0px 3px 2px #000;
  326.  
  327. }
  328.  
  329. #entry:hover .permalink {
  330. opacity:.8;
  331. margin-top:12px;
  332.  
  333. -webkit-transition-timing-function: ease-out;
  334. -webkit-transition-duration: .9s;
  335. -moz-transition-timing-function: ease-out;
  336. -moz-transition-duration: .9s;
  337. line-height:14px;
  338. overflow:visible;
  339. border-bottom:2px solid #fff;
  340. }
  341. /*Please Don't Remove this! because your follow/dashboard button will not work.*/
  342. iframe#tumblr_controls {
  343. top: 0% !important;
  344. right:0% !important;
  345. position: fixed !important;}
  346. /*Thank you*/
  347.  
  348.  
  349. div#sidebar{
  350. position:fixed !important;
  351. margin-left: 120px;
  352. width: 210px;
  353. height: auto;
  354. line-height:10px;
  355. margin-top: 120px;
  356. background-color:transparent;
  357.  
  358. }
  359.  
  360.  
  361.  
  362. #description {
  363. width:206px; position:fixed !important;
  364. padding:2px; z-index:999;
  365. background-color:#A8A8A8;
  366. font:10px consolas;
  367. color:#fff;
  368. text-transform:uppercase;
  369. text-align:center; margin-top:230px;
  370. margin-left:120px;
  371. -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out;
  372. transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  373.  
  374. #description:hover {
  375.     background-color:#B0CEFF; }
  376.  
  377. #sides {
  378.  position:fixed !important;
  379. z-index:999;
  380. background-color:#trans;
  381. margin-top:250px;
  382. margin-left:120px;
  383. }
  384.  
  385.  
  386.  
  387. #link  {
  388. width:20px;
  389. padding:2px 5px 0px 5px; font-size:8px;
  390. color:#fff; background-color:#000;
  391. text-transform:Uppercase; text-align:center;
  392.  z-index:999; display:inline-block!important;
  393. margin-left:3px;  
  394. -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out;
  395. transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  396.  
  397.  
  398.  
  399. #link:hover {background-color:#fff;opacity:0;padding-bottom:1000px; color:#000;-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out;
  400. transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  401.  
  402. #about {
  403. width:206px;
  404. padding:2px; z-index:999;
  405. background-color:#000;
  406. font:10px consolas;
  407. color:#fff;
  408. text-transform:uppercase;
  409. text-align:center;
  410. -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out;
  411. transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  412.  
  413. #about:hover {
  414.     background-color:#B0CEFF; }
  415.  
  416.  
  417. .blogdes{
  418. font-family: consolas;
  419. font-size: 13px;
  420. color: #fff;
  421. text-align:center;
  422. line-height:15px;
  423. background-color:#000;
  424. border-radius:100px 100px 0px 0px;
  425. }
  426.  
  427.  
  428. #postnotes{
  429. text-align: justify;}
  430.  
  431. #postnotes blockquote{
  432. border: 0px;}
  433.  
  434. .title{
  435. font-family: Sueellen;
  436. font-size: 19px;
  437. line-height: 21px;
  438. color: {color:Title};text-transform:UPPERCASE;
  439. letter-spacing:1px;
  440. }
  441.  
  442.  
  443.  
  444. .question {
  445. color:#fff;
  446. line-height:95%;
  447. background: #000;
  448. margin: 0 0 10px 0;
  449. padding: 10px 15px;
  450. position: relative;}
  451.  
  452.  
  453.  
  454. blockquote{
  455. padding:0px 0px 2px 5px;
  456. margin:2px 0px 2px 1px;
  457. border-left: 1px solid {color:Text};}
  458. blockquote p, ul{margin:0px; padding:0px;}
  459.  
  460.  
  461. a img{border: 0px;}
  462.  
  463. .p { padding-top: 5px; }
  464. .ol, ul { margin-left: 10px; padding: 5px; }
  465. .ul { list-style-type: square; }
  466.  
  467.  
  468. .notes img{width:10px; position:relative; top:3px;}
  469.  
  470.  
  471.  
  472. @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
  473.  
  474.  
  475. small{font-size: 90%;}
  476.  
  477.  
  478. div.navigate a{
  479. background: #000000; color: #ffffff; letter-spacing: 0px; display:block; padding:0px 0;
  480. border: 0px solid #000000;
  481. width: 180px; margin-top:1px; position:relative; -webkit-transition-duration: .0s; z-index:1;
  482. }
  483.  
  484. div.navigate a:hover{
  485. font-weight: bold; letter-spacing: 1px; background: #707070}; display:block; padding:0px 0;
  486. border: 0px solid #000000; z-index:2;
  487. }#cornerplayer
  488.  
  489. {z-index:999;
  490.  
  491. background-color:#000;
  492.  
  493. width:50px;
  494.  
  495. height:50px;
  496.  
  497. border-radius:0px 50px 0px 0px;
  498.  
  499. -moz-border-radius:0px 50px 0px 0px;
  500.  
  501. position:fixed;
  502.  
  503. overflow:hidden;
  504.  
  505. bottom:0px;
  506.  
  507. left:0px;
  508.  
  509. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  510.  
  511. #icon
  512.  
  513. {margin-top:25px;
  514.  
  515. margin-bottom:20px;
  516.  
  517. margin-left:-5px;
  518.  
  519. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  520. #cornerplayer
  521.  
  522. {z-index:999;
  523.  
  524. background-color:#000;
  525.  
  526. width:50px;
  527.  
  528. height:50px;
  529.  
  530. border-radius:0px 50px 0px 0px;
  531.  
  532. -moz-border-radius:0px 50px 0px 0px;
  533.  
  534. position:fixed;
  535.  
  536. overflow:hidden;
  537.  
  538. bottom:0px;
  539.  
  540. left:0px;
  541.  
  542. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  543.  
  544. #icon
  545.  
  546. {margin-top:25px;
  547.  
  548. margin-bottom:20px;
  549.  
  550. margin-left:-5px;
  551.  
  552. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  553.  
  554. #cornerplayer:hover
  555.  
  556. {width:200px;
  557.  
  558. -moz-border-radius:0px;
  559.  
  560. border-radius:0px;}
  561.  
  562. #cornerplayer:hover #icon
  563.  
  564. {margin-top:10px;
  565.  
  566. margin-left:0px;
  567.  
  568. margin-top:4px;}</style>
  569.  
  570. <link rel="shortcut icon" href="{Favicon}">
  571. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  572. <meta name="viewport" content="width=820" />
  573.  
  574.  
  575.  
  576. </head>
  577. <body>
  578. <div id="music2"><br>
  579. <img src="http://i353.photobucket.com/albums/r373/electricxenergy/Pixels/thz18223593.png">
  580. </div>
  581. </div><script type="text/javascript"> var menu=new menu.dd("menu"); menu.init("menu","menuhover"); </script>
  582. <script type="text/javascript">$('div.hidden').hide();</script>
  583. <script type="Text/JavaScript">
  584. var x;
  585. function showDiv(x) {
  586. if (x==1) {
  587. spoiler.style.display = "block";
  588. nospoiler.style.display = "none";
  589. }else{
  590. spoiler.style.display = "none";
  591. nospoiler.style.display = "block";
  592. }}
  593. </script>
  594. <p style=" position: absolute; bottom: 0; left: 0; width: 100%; text-align: right;">
  595. <div id="spoiler" style="display:none; position: fixed; bottom: 0; right: 0; float: right; width: 20%; text-align: right;">
  596.  
  597.  
  598. <!-------------- CODE START HERE ---------------------->
  599.  
  600. [PUT ANYTHING CODE OR TEXT YOU WANT HERE]
  601.  
  602. <!--------------- CODE END HERE ----------------------->
  603.  
  604.  
  605. <button type="button" onclick="showDiv(0)";><span style="color: #000000; font: normal 9pt arial;">Close</span>
  606. </button></div>
  607. <div id="nospoiler" style="display:block; position: fixed; bottom: 0; right: 0; float: right; width: 20%; text-align: right;">
  608. <button type="button" onclick="showDiv(1)";><span style="color: #000000; font: normal 9pt arial;">Show Stats.</span></button><br></div></p>
  609. </center></div></div><div id="cornerplayer"><center>
  610.  
  611. <div id="icon"><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></div>
  612.  
  613. <div>Put yerr music here! xomarjeaxo</div>
  614.  
  615. </center> </div>
  616.  
  617.  
  618. <script language=JavaScript>
  619. <!--
  620.  
  621. //Disable right mouse click Script
  622. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  623. //For full source code, visit http://www.dynamicdrive.com
  624.  
  625. var message="Reblogging is more easier than stealing :)";
  626.  
  627. ///////////////////////////////////
  628. function clickIE4(){
  629. if (event.button==2){
  630. alert(message);
  631. return false;
  632. }
  633. }
  634.  
  635. function clickNS4(e){
  636. if (document.layers||document.getElementById&&!document.all){
  637. if (e.which==2||e.which==3){
  638. alert(message);
  639. return false;
  640. }
  641. }
  642. }
  643.  
  644. if (document.layers){
  645. document.captureEvents(Event.MOUSEDOWN);
  646. document.onmousedown=clickNS4;
  647. }
  648. else if (document.all&&!document.getElementById){
  649. document.onmousedown=clickIE4;
  650. }
  651.  
  652. document.oncontextmenu=new Function("alert(message);return false")
  653.  
  654. // -->
  655. </script>
  656.  
  657. <div id="cage">
  658. <div id="center">
  659.  
  660. <div id="description">
  661. Edit this part? Ok :D
  662. </div>
  663.  
  664. <div id="sidebar">
  665. <div class="blogdes">{title}</div>
  666.  
  667.  
  668. <center><img src="{image:sidebar}" width="200" height="95" style="border:6px double #d1d1d1;">
  669.  
  670. <div style="background:#000;color:#fff;border-radius:0px 0px 100px 100px;line-height:20px;font-family:consolas;font-size:10px;margin-top:-1px;">
  671.  
  672.    
  673. </div></div>
  674.  
  675.  
  676. <div id="sides">
  677. <div id="about">
  678. {description}
  679. </div><br>
  680. <center><div class="navigate">
  681. <a href="/home">Home</a><a href="/ask">Message</a></div></center>
  682.  
  683.  
  684. </div>
  685. </div>
  686.  
  687.  
  688.  
  689. <div id="content">
  690. {block:Posts}
  691. <div id="entry">
  692.  
  693.  
  694. {block:Text}
  695. {block:Title}<a href="{permalink}"><span class="title">{Title}</span>{/block:Title}
  696. <span class="entrytext">{Body}</span>
  697. <div style="text-align:center; font-size:9px; line-height:16px;  padding-right:5px; letter-spacing: 1px; border-top: 1px dotted #5E5E5E;border-bottom: 1px dotted #5E5E5E; width:394px;"> <a href="{Permalink}">{NoteCountwithLabel}</a></div>
  698. {/block:Text}
  699.  
  700. {block:Link}
  701. <a href="{permalink}">
  702. <a href="{URL}" class="title">{Name}</a>
  703. {block:Description}{Description}{/block:Description}
  704. <div style="text-align:center; font-size:9px; line-height:16px;  padding-right:5px; letter-spacing: 1px; border-top: 1px dotted #5E5E5E;border-bottom: 1px dotted #5E5E5E; width:394px"> <a href="{Permalink}">{NoteCountwithLabel}</a>//{Month}.{DayOfMonth}.{Year}</div>
  705. {block:Link}
  706.  
  707. {block:Photo}
  708. {block:IndexPage}<div class="permalink">
  709. <div style="float:right;padding-right:5px;"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount} Notes</a>//<a href="{ReblogURL}"target="_blank">Reblog </a></div></div>{/block:IndexPage}
  710. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=396px/>{LinkCloseTag}
  711. {/block:Photo}
  712.  
  713. {block:Photoset}
  714. {block:IndexPage}<div class="permalink">
  715. <div style="float:right;padding-right:5px;"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount} Notes</a>//<a href="{ReblogURL}"target="_blank">Reblog </a></div></div>{/block:IndexPage}
  716. <a href="{permalink}">
  717. {Photoset-400}
  718. {/block:Photoset}
  719.  
  720. {block:Quote}
  721. <span class="title">{Quote}</span>
  722. <a href="{permalink}">
  723. {block:Source}<strong>{Source}</strong>{/block:Source}
  724.  
  725. {/block:Quote}
  726.  
  727. {block:Chat}
  728. {block:Title}<a href="{permalink}"><span class="title">{Title}</span>{/block:Title}
  729. <ul class="chat">
  730. {block:Lines}
  731. <li class="user_{UserNumber}">
  732. {block:Label}
  733. <span class="label">{Label}</span>
  734. {/block:Label}
  735.  
  736. {Line}
  737. </li>
  738. {/block:Lines}
  739.  
  740. {/block:Chat}
  741.  
  742. {block:Answer}
  743. <div class="question">
  744. <img src="{AskerPortraitURL-24}">{Asker} wished: {Question}
  745. </div><br>
  746.  
  747. {Answer}
  748. <div style="text-align:center; font-size:9px; line-height:16px;  padding-right:5px; letter-spacing: 1px; border-top: 1px dotted #5E5E5E;border-bottom: 1px dotted #5E5E5E; width:393px"> <a href="{Permalink}">{NoteCountwithLabel}</a>//{Month}.{DayOfMonth}.{Year}</div>
  749. {/block:answer}
  750.  
  751. {block:Audio}
  752. <center><div style="width:400px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  753. <a href="{permalink}">{FormattedPlayCount} plays </a>{block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  754.  
  755. {/block:Audio}
  756.  
  757. {block:Video}<center>
  758. <span class="permalink"><a href="{Permalink}">{notecount}</a>
  759. {Video-400}</center>
  760.  
  761. {block:Video}
  762.  
  763. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel} -{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  764.  
  765.  
  766.  
  767.  
  768.  
  769. {block:PostNotes}{PostNotes}
  770. {/block:PostNotes}
  771. </div>
  772.  
  773. {/block:Posts}
  774. </center>
  775.  
  776. <center>
  777. </div>
  778. </center>
  779.  
  780. </body>
  781.  
  782. </div></div></div></div></div></div></div></div></div></div>
  783. </html>