Advertisement
lovedbyliam

Basic Bitch

Dec 15th, 2013
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.65 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <script>
  5. var current_obj='';
  6.  
  7. function showLinks(objID) {
  8. var obj=document.getElementById(objID);
  9. if (current_obj.style) {
  10. current_obj.style.display='none';
  11. }
  12. obj.style.display='block';
  13. current_obj=obj;
  14. }
  15. </script>
  16.  
  17. <head>
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26.  
  27. <meta name="color:background" content="#FFFFFF" />
  28. <meta name="color:sidebar" content="#FFFFFF" />
  29. <meta name="color:entry" content="#FFFFFF" />
  30. <meta name="color:link" content="#888888" />
  31. <meta name="color:link hover" content="#AAAAAA" />
  32. <meta name="color:text" content="#AAAAAA" />
  33. <meta name="color:info" content="#FFFFFF" />
  34. <meta name="color:question" content="#F3F3F3" />
  35. <meta name="color:title" content="#AAAAAA" />
  36.  
  37. <meta name="text:link 1" content="http://" />
  38. <meta name="text:link 2" content="http://" />
  39. <meta name="text:link 1 name" content="" />
  40. <meta name="text:link 2 name" content="" />
  41.  
  42. <meta name="text:section 1 name" content="" />
  43. <meta name="text:section 2 name" content="" />
  44. <meta name="text:section 3 name" content="" />
  45. <meta name="text:section 4 name" content="" />
  46. <meta name="text:section 5 name" content="" />
  47.  
  48.  
  49. <meta name="image:sidebar" content="" />
  50. <meta name="image:background" content="" />
  51.  
  52. </head>
  53.  
  54. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  55. <style type="text/css">
  56.  
  57.  
  58. iframe#tumblr_controls {
  59. right:3px !important;
  60. opacity:0.2;
  61. filter:alpha(opacity=20);
  62. -moz-opacity:0.2;
  63. -o-opacity:0.2;
  64. -webkit-transition: all 0.8s ease-out;
  65. -moz-transition: all 0.8s ease-out;
  66. -o-transition:all 0.8s ease-out;
  67. transition: all 0.8s ease-out;
  68. }
  69.  
  70. iframe#tumblr_controls:hover {
  71. right:3px !important;
  72. opacity:1;
  73. filter:alpha(opacity=100);
  74. -moz-opacity:1;
  75. -o-opacity:1;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. -o-transition:all 0.8s ease-out;
  79. transition: all 0.8s ease-out;
  80. }
  81.  
  82. body {
  83. text-align:justify;
  84. font-family:arial;
  85. font-size:10px;
  86. background-attachment: fixed;
  87. background-repeat:no-repeat;
  88. background-position:bottom right;
  89. background-image:url('{image:background}');
  90. background-color:{color:background};
  91. color:{color:text};
  92. }
  93.  
  94. a:link, a:visited {
  95. text-decoration: none;
  96. -webkit-transition: 0.3s linear;
  97. -moz-transition: 0.3s linear;
  98. -o-transition: 0.3s linear;
  99. transition: 0.3s linear;
  100. color:{color:link};
  101. }
  102.  
  103. a:hover {
  104. color:{color:link hover};
  105. -webkit-transition: 0.3s linear;
  106. -moz-transition: 0.3s linear;
  107. -o-transition: 0.3s linear;
  108. transition: 0.3s linear;
  109. }
  110.  
  111. a:link img {
  112. border:0px;
  113. background-color:transparent
  114. }
  115.  
  116. ul {
  117. list-style:square
  118. }
  119.  
  120. #sidebar {
  121. width:245px;
  122. height:auto;
  123. padding:10px;
  124. font-size:8px;
  125. margin-left:100px;
  126. margin-top:200px;
  127. position:fixed;
  128. background-color:{color:sidebar};
  129. -webkit-transition: 0.3s linear;
  130. -moz-transition: 0.3s linear;
  131. -o-transition: 0.3s linear;
  132. transition: 0.3s linear;
  133. }
  134.  
  135. #des {
  136. width:245px;
  137. text-align:justify;
  138. padding:0px 5px 5px 5px;
  139. margin-left:-5px;
  140. font-size:9px;
  141. }
  142.  
  143.  
  144. #sidebar img {
  145. border: 0px;
  146. width:245px;
  147. height:auto;
  148. }
  149.  
  150.  
  151. #links a {
  152. text-align:center;
  153. text-transform:lowercase;
  154. letter-spacing:1px;
  155. color:{color:link};
  156. font-size:10px;
  157. font-style:normal;
  158. padding:3px;
  159. }
  160.  
  161. #links {
  162. margin-top:7px;
  163. margin-bottom:5px;
  164. }
  165.  
  166. .title {
  167. font-size:11px;
  168. font-weight:normal;
  169. width:auto;
  170. text-transform:lowercase;
  171. letter-spacing:1px;
  172. margin-bottom:0px;
  173. padding:2px;
  174. text-align:justify;
  175. color:{color:title};
  176. }
  177.  
  178. #linkss {
  179. display:navigate;
  180. font-family:arial;
  181. font-size:10px;
  182. width:400px;
  183. letter-spacing:1px;
  184. text-align:left;
  185. font-style:none;
  186. text-transform:lowercase;
  187. line-height:180%;
  188. padding-left:3px;
  189. padding-right:3px;
  190. padding-top:2px;
  191. padding-bottom:2px;
  192. margin-left:-10px;}
  193.  
  194. #linkss a {
  195. color:{color:sidelink};
  196. }
  197.  
  198. #linkss a:hover {
  199. color:{color:sidelink hover};
  200. }
  201.  
  202. #sideline {
  203. color:{color:border};
  204. }
  205.  
  206. #sideline:before {content: "";
  207. height:1px;
  208. width:1px;
  209. display:inline-block;
  210. margin-right:5px;
  211. margin-bottom:2px;
  212. background-color:{color:background};
  213. }
  214.  
  215. #sidebar:hover #sideline:before {content: "";
  216. height:1px;
  217. width:1px;
  218. display:inline-block;
  219. background-color:{color:border};
  220. }
  221.  
  222. #sidebar:hover #sideline:hover {
  223. color: {color:sidelink hover};
  224. transition-duration: 0.6s;
  225. -moz-transition-duration: 0.6s;
  226. -webkit-transition-duration: 0.6s;
  227. -o-transition-duration: 0.6s;
  228. }
  229.  
  230. #link1, #link2, #link3, #link4, #link5 {
  231. width:245px;
  232. margin-left:-5px;
  233. margin-top:2px;
  234. font-family:arial;
  235. font-size:9px;
  236. text-align:justify;
  237. line-height:100%;
  238. padding:0px 5px 5px 5px;
  239. font-size:9px;
  240. }
  241.  
  242. .showhide_element {
  243. display:none;
  244. }
  245.  
  246.  
  247. .page {
  248. font-family:arial;
  249. font-size:10px;
  250. }
  251.  
  252. .page a {
  253. font-size:10px;
  254. }
  255.  
  256.  
  257. #box {
  258. width:500px;
  259. text-align:justify;
  260. padding:15px;
  261. font-size: 9px;
  262. height: auto;
  263. margin-left:400px;
  264. margin-top:40px;
  265. -webkit-transition: all 1.1s ease;
  266. -moz-transition: all 1.1s ease;
  267. -o-transition: all 1.1s ease;
  268. -ms-transition: all 1.1s ease;
  269. transition: all 1.1s ease;
  270. color: {color:text};
  271. background-color:{color:entry};
  272. }
  273.  
  274.  
  275. #box img {
  276. text-align:justify;
  277. color: {color:text};
  278. background-color:{color:entry};
  279. font-size: 9px;
  280. height: auto;}
  281.  
  282.  
  283. h1 {
  284. color:{color:title};
  285. font-size:16px;
  286. letter-spacing:1.1px;
  287. font-size:12px;
  288. }
  289.  
  290.  
  291. h1 a {
  292. color:{color:text};
  293. }
  294.  
  295. blockquote {
  296. margin-left:5px;
  297. padding-left:5px;
  298. border-left: 2px solid #e4e4e4
  299. }
  300.  
  301. .quote {
  302. font-family:times;
  303. font-size:15px;
  304. font-style:italic;
  305. text-align:center;
  306. line-height:17px;
  307. }
  308.  
  309. .from {
  310. font-size:10px;
  311. font-family:times;
  312. text-align:right;
  313. }
  314.  
  315. .chat {
  316. padding:3px;
  317. background-color:{color:background};
  318. margin-bottom:3px}
  319.  
  320.  
  321. .audio{background-color:black; height:64px;display:block}
  322.  
  323. .audioback {
  324. margin-left:65px;
  325. z-index:99;
  326. display:block;
  327. }
  328.  
  329.  
  330. .pages {
  331. text-align:center;
  332. letter-spacing:1.1px;
  333. font-size:10px;
  334. text-transform:uppercase;
  335. padding:3px;
  336. width:auto;
  337. background-color:{color:border};
  338. margin-top:2px;
  339. }
  340.  
  341. pre {
  342. overflow-y:hidden;
  343. background:#eee
  344. }
  345.  
  346. .back {
  347. position:fixed;
  348. bottom:10px;
  349. right:5px;
  350. }
  351.  
  352. .back a {
  353. padding:5px;
  354. background-color:{color:sidebar};
  355. color:{color:link};
  356. }
  357.  
  358. .ask {
  359. text-align:justify;
  360. padding:5px 5px 5px 5px;
  361. background-color:{color:question};
  362. line-height:14px;
  363. }
  364.  
  365.  
  366. #info a {
  367. text-align:justify;
  368. text-transform:lowercase;
  369. }
  370.  
  371. #info {
  372. text-align:justify;
  373. font-size:9px;
  374. padding:5px 15px 5px 15px;
  375. width:500px;
  376. margin-left:-15px;
  377. text-transform:lowercase;
  378. position:absolute;
  379. background-color:{color:info};
  380. }
  381.  
  382. ol.notes, .notes li {padding:2px;list-style:none; margin-top:10px;text-align:justify;}
  383. .notes img {width:7px;padding-right:2px;}
  384.  
  385.  
  386. </style>
  387. <body>
  388. <div id="sidebar">
  389.  
  390. {block:ifTitle}
  391. <center><div class="title"><a href="/">{Title}</a></div></center>
  392. {/block:ifTitle}
  393.  
  394. <img src="{image:Sidebar}">
  395.  
  396.  
  397. <div id="des">
  398. <div id="links"><center>
  399. <a href="/">home</a>&nbsp;
  400. <a href="/ask">msg</a>&nbsp;
  401. <a href="{text:link 1}">{text:link 1 name}</a>&nbsp;
  402. <a href="{text:link 2}">{text:link 2 name}</a>&nbsp;
  403. <a href="lovedbyliam.tumblr.com" target="_blank">&copy;</a>
  404. </center>
  405. </div>
  406. {Description}
  407.  
  408. <div id="linkss">
  409. <a href="#" onClick="showLinks('link1');return false;" id="sideline">{text:section 1 name}</a>
  410. <a href="#" onClick="showLinks('link2');return false;">{text:section 2 name}</a>
  411. <a href="#" onClick="showLinks('link3');return false;">{text:section 3 name}</a>
  412. <a href="#" onClick="showLinks('link4');return false;">{text:section 4 name}</a>
  413. <a href="#" onClick="showLinks('link5');return false;">{text:section 5 name}</a>
  414. </div>
  415.  
  416. <!-- 1RST LINK. -->
  417.  
  418. <div id="link1" class="showhide_element">
  419. <!-- EXAMPLE. -->
  420. You can add whatever you'd like in this little box. It can be long, it can be short. Just sure sure that it's not too long.
  421. <!-- END OF EXAMPLE. -->
  422. </div>
  423.  
  424. <!-- 2ND LINK. -->
  425.  
  426. <div id="link2" class="showhide_element">
  427. <!-- EXAMPLE. -->
  428. normal, <b>bold</b>, <i>italic</i>, <u>underline</u>, <small>small</small>, <big>big</big>
  429. <!-- END OF EXAMPLE. -->
  430. </div>
  431.  
  432.  
  433. <!-- 3RD LINK. -->
  434.  
  435. <div id="link3" class="showhide_element">
  436. <!-- EXAMPLE. -->
  437. You can add lists under these<br>
  438. <ul>
  439. <li>i</li>
  440. <li>love</li>
  441. <li>you</li>
  442. <li>:))</li>
  443. </ul>
  444. <!-- END OF EXAMPLE. -->
  445. </div>
  446.  
  447. <!-- 4TH LINK. -->
  448.  
  449. <div id="link4" class="showhide_element">
  450. <!-- EXAMPLE. -->
  451. If you need more just copy from the first div id tag all the way to the closing tags for each of the boxes. If you need more help, you can always ask me. :)
  452. <!-- END OF EXAMPLE. -->
  453. </div>
  454.  
  455. <!-- 5TH LINK. -->
  456.  
  457. <div id="link5" class="showhide_element">
  458. <!-- EXAMPLE. -->
  459. phew, this is your last boxxxy box.
  460. <!-- END OF EXAMPLE. -->
  461. </div>
  462. </div>
  463.  
  464. <center><div class="page">
  465. {block:Pagination}<div id="pagination">
  466. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  467. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  468. </div>
  469. {/block:Pagination}
  470. </div></center> <!-- page -->
  471. </div> <!-- sidebar -->
  472.  
  473. <br><br>
  474. {block:Posts}
  475. <div id="box">
  476.  
  477. {block:Text}
  478. {block:Title}<h1>{Title}</h1>{/block:Title}
  479. {Body}
  480. {/block:Text}
  481.  
  482. {block:Photo}
  483. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  484. {block:Caption}{Caption}{/block:Caption}
  485. {/block:Photo}
  486.  
  487. {block:Photoset}
  488. <div id="photoset">
  489. {Photoset-500}
  490. </div>
  491. {block:Caption}{Caption}{/block:Caption}
  492. {/block:Photoset}
  493.  
  494.  
  495. {block:Link}
  496. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  497. {block:Description}{Description}{/block:Description}
  498. {/block:Link}
  499.  
  500. {block:Chat}
  501. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  502. {block:Lines}
  503. <div class="chat">
  504. {block:Label}<b>{Label}</b>{/block:Label}
  505. {Line}<br></div>
  506. {/block:Lines}
  507. {/block:Chat}
  508.  
  509. {block:Audio}
  510. <img src="http://static.tumblr.com/hsl9jor/anpma2l8t/white.png" width="64px" style="position:absolute">
  511. {block:AlbumArt}<img src="{AlbumArtURL}" width="64px" style="position:absolute;">{/block:AlbumArt}
  512. <div class="audio"><div class="audioback">{AudioPlayerBlack}</div></div>
  513. {block:PermalinkPage}
  514. {block:Caption}
  515. {Caption}
  516. {/block:Caption}
  517. {/block:PermalinkPage}
  518. {/block:Audio}
  519.  
  520. {block:Video}
  521. {Video-500}
  522. {block:Caption}{Caption}{/block:Caption}
  523. {/block:Video}
  524.  
  525. {block:Quote}
  526. <div class="quote">
  527. &#8220;{Quote}&#8221;</div>
  528. <div class="from">
  529. &mdash; {block:Source}{Source}{/block:Source}</div><br>
  530. {/block:Quote}
  531.  
  532. {block:Answer}
  533. <div class="ask">
  534. {Asker} asked: {Question}
  535. </div>
  536. {Answer}
  537. {/block:Answer}
  538.  
  539. <div id="info">
  540. {block:IndexPage}
  541. <a href="{Permalink}">{TimeAgo}</a>{/block:Date}&emsp;&emsp;{NoteCountWithLabel}{block:RebloggedFrom}&emsp;&emsp; via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  542. {block:ContentSource}&emsp; (&copy; <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:ContentSource}{block:ContentSource}
  543. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  544. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  545. {/block:SourceLogo}
  546. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  547. {/block:ContentSource}{/block:RebloggedFrom}<br>{/block:IndexPage}
  548. {block:HasTags}
  549. filled under:&nbsp;
  550. {block:Tags}<a href="{TagURL}"><u>{Tag}</u></a>&emsp;{/block:Tags}{/block:HasTags}
  551. {block:PostNotes}{PostNotes}{/block:PostNotes}
  552. </div></div>
  553.  
  554. {/block:Posts}
  555. <br><br><br>
  556.  
  557. </body>
  558. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement