blowstagram

Theme Sixteen by Derekhayl

Jul 14th, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--this is derekhayl's theme and i'd really rather not have you steal it k thnx bye-->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  7.  
  8. <style>
  9. div#qTip {
  10. padding: 3px;
  11. display: none;
  12. text-align: center;
  13. position: absolute;
  14. font-size:7px;
  15. line-height:9px;
  16. font-family:trebuchet ms;
  17. z-index: 1000;
  18. border: 1px solid #b3b3b3;
  19. background-color:#fff;
  20. color: #9A9A9A;
  21. text-transform:uppercase;
  22. letter-spacing: 1px;
  23. }
  24. </style>
  25. <head>
  26. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Expletus+Sans' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  29. <meta name="color:bg" content="#FFFFFF">
  30. <meta name="color:link" content="#E6E4E4">
  31. <meta name="color:hover" content="#454545">
  32. <meta name="color:infobg" content="#FCFCFC">
  33. <meta name="color:text" content="#9A9A9A">
  34. <meta name="color:tags" content="#EDEDED">
  35. <meta name="color:scrollbar" content="#D6D5D5">
  36. <meta name="color:askbg" content="#EEEEEE">
  37. <meta name="color:bglinks" content="#EEEEEE">
  38. <meta name="color:pagi" content="#E6E4E4">
  39. <meta name="color:askershadow" content="#EEEEEE">
  40.  
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="image:sidebar2" content=""/>
  43. <meta name="image:sidebar3" content=""/>
  44. <meta name="image:sidebar4" content=""/>
  45.  
  46. <meta name="text:linkA" content="">
  47. <meta name="text:linkA url" content="/">
  48. <meta name="text:linkB" content="">
  49. <meta name="text:linkB url" content="/">
  50. <meta name="text:linkC" content="">
  51. <meta name="text:linkC url" content="/">
  52. <meta name="text:linkD" content="">
  53. <meta name="text:linkD url" content="/">
  54. <meta name="text:linkE" content="">
  55. <meta name="text:linkE url" content="/">
  56.  
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  58. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <style type="text/css">
  63.  
  64. a {
  65. color:{color:link};
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. }
  71.  
  72. a:hover {
  73. color:{color:hover};
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. }
  79.  
  80.  
  81. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  82. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  83. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  84.  
  85. body {
  86. background-color:{color:bg};
  87. font-family:georgia;
  88. font-weight:normal;
  89. }
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:10px;
  94. text-align:center;
  95. font-style:normal;
  96. line-height:80%;
  97. letter-spacing:1px;
  98. text-transform:uppercase;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:15px;
  104. text-align:center;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. color:{color:text};
  108. font-weight:normal;
  109. padding:5px;
  110. padding-bottom:2px;
  111. }
  112.  
  113.  
  114. blockquote {
  115. border-left:2px solid {color:text};
  116. padding-left:5px;
  117. margin:5px;
  118. }
  119.  
  120. #theme {
  121. background-color:{color:bg};
  122. width:700px;
  123. margin: 0 auto -12px auto;
  124. text-align: center;
  125. }
  126.  
  127. /*-----sidebar-----*/
  128.  
  129. #sidebar {
  130. position:fixed;
  131. width:300px;
  132. height:100%;
  133. background:#fff;
  134. margin-top:4px;
  135. margin-left:-300px;
  136. -webkit-transition: opacity 0.6s linear;
  137. -webkit-transition: all 0.5s ease-out;
  138. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  139. }
  140.  
  141. #sidebar2 {
  142. background:#eee;
  143. position:fixed;
  144. width:300px;
  145. opacity:0;
  146. height:100%;
  147. margin-top:0px;
  148. margin-left:0px;
  149. -webkit-transition: opacity 0.6s linear;
  150. -webkit-transition: all 0.5s ease-out;
  151. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  152. }
  153.  
  154.  
  155. #sidebarimage img{
  156. opacity:.9;
  157. width:150px;
  158. padding:5px;
  159. height:150px;
  160. -webkit-transition: opacity 0.6s linear;
  161. -webkit-transition: all 0.5s ease-out;
  162. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  163. }
  164.  
  165. #sidebarimage {
  166. position:fixed;
  167. margin-top:25px;
  168. margin-left:75px;
  169. -webkit-transition: opacity 0.6s linear;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  172. }
  173.  
  174. #sidebarimage2 img{
  175. opacity:.9;
  176. width:150px;
  177. padding:5px;
  178. position:fixed;
  179. height:150px;
  180. -webkit-transition: opacity 0.6s linear;
  181. -webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  183. }
  184.  
  185. #sidebarimage2 {
  186. position:fixed;
  187. margin-top:225px;
  188. margin-left:75px;
  189. -webkit-transition: opacity 0.6s linear;
  190. -webkit-transition: all 0.5s ease-out;
  191. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  192. }
  193.  
  194. #sidebarimage3 img{
  195. opacity:.9;
  196. width:150px;
  197. padding:5px;
  198. position:fixed;
  199. height:150px;
  200. -webkit-transition: opacity 0.6s linear;
  201. -webkit-transition: all 0.5s ease-out;
  202. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  203. }
  204.  
  205. #sidebarimage3 {
  206. position:fixed;
  207. margin-top:425px;
  208. margin-left:75px;
  209. -webkit-transition: opacity 0.6s linear;
  210. -webkit-transition: all 0.5s ease-out;
  211. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  212. }
  213.  
  214. #sidebarimage4 img{
  215. opacity:.9;
  216. width:150px;
  217. padding:5px;
  218. height:150px;
  219. -webkit-transition: opacity 0.6s linear;
  220. -webkit-transition: all 0.5s ease-out;
  221. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  222. }
  223.  
  224. #sidebarimage4 {
  225. position:fixed;
  226. margin-top:125px;
  227. margin-left:75px;
  228. -webkit-transition: opacity 0.6s linear;
  229. -webkit-transition: all 0.5s ease-out;
  230. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  231. }
  232.  
  233. #bar {
  234. height:100%;
  235. position:fixed;
  236. margin-left:0px;
  237. margin-top:4px;
  238. border-left:20px solid {color:bglinks};
  239. }
  240.  
  241. #sidebar:hover #sidebar2 {
  242. opacity:1;
  243. }
  244.  
  245. /*---links---*/
  246.  
  247. .links {
  248. margin-left:10px;
  249. opacity:1;
  250. margin-top:272px;
  251. padding-top:25px;
  252. font-family:georgia;
  253. font-size:10px;
  254. text-transform:uppercase;
  255. text-align:center;
  256. position:fixed;
  257. line-height:170%;
  258. -webkit-transition: .5s;
  259. -moz-transition: .5s;
  260. }
  261.  
  262. .links a{
  263. opacity:1;
  264. width:50px;
  265. padding:5px;
  266. display:block;
  267. position:justify;
  268. color:{color:link};
  269. letter-spacing:0px;
  270. text-decoration:none;
  271. -moz-transition-duration:.5s;
  272. -webkit-transition-duration:.5s;
  273. -o-transition-duration:.5s;
  274. }
  275.  
  276. .links a:hover {
  277. color:{color:hover};
  278. text-shadow:1px 1px 1px gray;
  279. -moz-transition-duration:.5s;
  280. -webkit-transition-duration:.5s;
  281. -o-transition-duration:.5s;
  282. }
  283.  
  284. /*---description---*/
  285.  
  286. .desc {
  287. margin-top:300px;
  288. margin-left:50px;
  289. width:230px;
  290. height:175px;
  291. z-index:-200;
  292. opacity:1;
  293. overflow:hidden;
  294. text-align:justify;
  295. font-size:10px;
  296. color:{color:text};
  297. padding:5px;
  298. font-family:calibri;
  299. letter-spacing:1px;
  300. line-height:150%;
  301. position:fixed;
  302. -webkit-transition: .7s;
  303. -moz-transition: .7s;
  304. }
  305.  
  306. .desc a {
  307. color:{color:link};
  308. }
  309.  
  310.  
  311. /*---pagination---*/
  312.  
  313. .pagi {
  314. font-size:11px;
  315. margin-left:115px;
  316. margin-top:100px;
  317. padding:5px;
  318. position:fixed;
  319. opacity:1;
  320. font-family:Petit Formal Script;
  321. font-style:bold;
  322. text-transform:lowercase;
  323. color:{color:pagi};
  324. letter-spacing:0px;
  325. font-style:normal;
  326. text-align:center;
  327. -moz-transition-duration:.5s;
  328. -webkit-transition-duration:.5s;
  329. -o-transition-duration:.5s;
  330. }
  331.  
  332. /*---ask&answer---*/
  333.  
  334. .ask {
  335. padding:10px;
  336. font-family:trebuchet ms;
  337. text-align:left;
  338. color:{color:text};
  339. font-style:italic;
  340. background:{color:askbg};
  341. border-radius:500px;
  342. }
  343.  
  344. .askurl {
  345. padding:1px;
  346. font-size:20px;
  347. font-family:'Playball', cursive;
  348. text-transform:normal;
  349. text-align:left;
  350. text-shadow:2px 2px 2px {color:askershadow};
  351. }
  352.  
  353. .asktriangle {
  354. margin-left:15px;
  355. width: 0px;
  356. height: 0px;
  357. border-style: solid;
  358. border-width: 17.3px 10px 0 10px;
  359. border-color: {color:askbg} transparent transparent transparent;
  360. }
  361.  
  362. .ans {
  363. text-align:right;
  364. font-family:trebuchet ms;
  365. padding:10px;
  366. color:{color:text};
  367. }
  368.  
  369. /*---entries---*/
  370.  
  371. #stuffcontainer {
  372. float:left;
  373. margin-left:150px;
  374. margin-top:75px;
  375. text-align:justify;
  376. background-color:{color:bg};
  377. color:{color:text};
  378. margin-bottom: 35px;
  379. }
  380.  
  381. #stuff:hover .tags{
  382. opacity:1;
  383. -moz-transition-duration:.5s;
  384. -webkit-transition-duration:.5s;
  385. -o-transition-duration:.5s;
  386. }
  387.  
  388. #stuff {
  389. width:500px;
  390. margin-top:0px;
  391. padding:15px;
  392. text-align:justify;
  393. font-size:11px;
  394. line-height:90%;
  395. letter-spacing:0x;
  396. color:{color:text};
  397. }
  398.  
  399. #poop img {
  400. width:30px;
  401. position:fixed;
  402. padding:3px;
  403. opacity: .9;
  404. bottom:5px;
  405. right:5px;
  406. z-index:999999999999999999999999999999999999999999;
  407. }
  408.  
  409. .caption {
  410. width:500px;
  411. font-family:trebuchet ms;
  412. text-align:justify;
  413. line-height:120%;
  414. }
  415.  
  416. .audio {
  417. width:500px;
  418. padding-bottom:10px;
  419. background-color:{color:infobg};
  420. }
  421.  
  422. .albumart {
  423. float:left;
  424. padding:0px 10px 10px 0px;
  425. }
  426.  
  427. .albumart img {
  428. width:45px;
  429. height:45px;
  430. }
  431.  
  432. .playercontainer {
  433. text-align:center;
  434. padding:10px;
  435. background-color:#ffffff;
  436. width:480px;
  437. }
  438.  
  439. .audioinfo {
  440. padding:10px;
  441. color:{color:text};
  442. }
  443.  
  444. #postinfo {
  445. width:490px;
  446. padding:5px;
  447. font-size:8px;
  448. color:{color:link};
  449. font-family:'Expletus Sans', cursive;
  450. font-style:uppercase;
  451. letter-spacing:2px;
  452. text-align:center;
  453. -moz-transition-duration:0.5s;
  454. -webkit-transition-duration:0.5s;
  455. -o-transition-duration:0.5s;
  456. }
  457.  
  458. #postinfo a {
  459. color:{color:link};
  460. text-align:center;
  461. letter-spacing:1px;
  462. }
  463.  
  464. #postinfo a:hover {
  465. color:{color:hover};
  466. }
  467.  
  468. .note {
  469. text-transform:uppercase;
  470. font-family:trebuchet ms;
  471. font-style:normal;
  472. letter-spacing:0px;
  473. font-size: 9px;
  474. text-align:left;
  475. line-height:90%;
  476. margin-left:-40px;
  477. }
  478.  
  479. .note li {
  480. list-style-type:decimal;
  481. padding:10px 25px 10px 25px;
  482. font-size:8px;
  483. text-align:left;
  484. margin:0px;
  485. -moz-transition-duration:0.5s;
  486. -webkit-transition-duration:0.5s;
  487. -o-transition-duration:0.5s;
  488. }
  489.  
  490. .tags {
  491. font-style:normal;
  492. width:500px;
  493. opacity:0;
  494. font-family:times new;
  495. text-transform:lowercase;
  496. font-style:italic;
  497. color:{color:tags};
  498. letter-spacing:2px;
  499. line-height:100%;
  500. font-size:7px;
  501. text-align:center;
  502. padding:2px;
  503. -moz-transition-duration:0.5s;
  504. -webkit-transition-duration:0.5s;
  505. -o-transition-duration:0.5s;
  506. }
  507.  
  508. .tags a {
  509. color:{color:tags};
  510. letter-spacing:1px;
  511. padding:1px;
  512. }
  513.  
  514. .tags a:hover {
  515. color:{color:link};
  516. }
  517.  
  518. ul.chat, .chat ol, .chat li {
  519. list-style:none;
  520. margin:0px;
  521. padding:2px;
  522. }
  523.  
  524. .label {
  525. text-decoration:underline;
  526. font-weight:700;
  527. background-color:{color:infobg};
  528. margin-right:5px;
  529. }
  530.  
  531.  
  532. {CustomCSS}
  533.  
  534. </style></head>
  535.  
  536. <body>
  537. <div id="theme">
  538. <div id="bar"></div>
  539. <div id="sidebar">
  540. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  541. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  542. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  543. <div id="sidebar2">
  544. <div id="sidebarimage4"><img src="{image:sidebar4}"></div>
  545. <div class="desc">
  546. {Description}
  547. </div>
  548. <div class="links">
  549. {block:IfLinkA}
  550. <a href="{text:linkA url}" title="{text:linkA}">01.</a>
  551. {/block:IfLinkA}
  552. {block:IfLinkB}
  553. <a href="{text:linkB url}" title="{text:linkB}">02.</a>
  554. {/block:IfLinkB}
  555. {block:IfLinkC}
  556. <a href="{text:linkC url}" title="{text:linkC}">03.</a>
  557. {/block:IfLinkC}
  558. {block:IfLinkD}
  559. <a href="{text:linkD url}" title="{text:linkD}">04.</a>
  560. {/block:IfLinkD}
  561. {block:IfLinkE}
  562. <a href="{text:linkE url}" title="{text:linkE}">05.</a>
  563. {/block:IfLinkE}
  564. </div>
  565. {block:Pagination}<div class="pagi">
  566. {block:PreviousPage}
  567. <a href="{PreviousPage}">previous</a>
  568. {/block:PreviousPage}
  569. {block:NextPage}
  570. <a href="{NextPage}">next</a>
  571. {/block:NextPage}
  572. </div>
  573. {/block:Pagination}
  574. </div>
  575. </div>
  576.  
  577. <div id="stuffcontainer">
  578.  
  579. {block:Posts}
  580.  
  581. <div id="stuff">
  582.  
  583. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  584.  
  585. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  586.  
  587. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  588. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  589.  
  590. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  591.  
  592. {block:Photoset}<center>{Photoset-500}</center>
  593. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  594.  
  595. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  596.  
  597. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  598.  
  599. {block:Answer}<div class="askurl">{Asker}:</div><div class="ask"> {Question}</div><div class="asktriangle"></div><div class="ans">{Answer}</div>{/block:answer}
  600.  
  601. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  602. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  603. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  604. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  605. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  606.  
  607.  
  608.  
  609. {block:Date}<div id="postinfo">{Month} {DayOfMonth} | <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCount}ღ</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">FROM</a>{/block:RebloggedFrom}
  610. {block:ContentSource} | <a href="{SourceURL}">ORIGINAL</a>{/block:ContentSource}</div>{/block:Date}
  611. {block:HasTags}
  612. <div class="tags">
  613. {block:Tags}<a href="{TagURL}">-&nbsp;{Tag}</a>{/block:Tags}</div>
  614. {/block:HasTags}
  615. <div class="note">
  616. {block:PostNotes}{PostNotes}{/block:PostNotes}
  617. </div>
  618. </div>
  619. {/block:Posts}
  620.  
  621.  
  622. </div>
  623.  
  624. <div id="poop"><a href="http://derekhayl.tumblr.com"><img src="http://static.tumblr.com/gqxcg05/9iFmq5vqq/done.png"></a></div>
  625.  
  626. </div>
  627. </div>
  628. </div>
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment