blowstagram

Theme Ten by Derekhayl

Jun 17th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 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 blowstagram'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: {color:text};
  21. text-transform:uppercase;
  22. letter-spacing: 1px;
  23. }
  24. </style>
  25. <head>
  26. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  27. <meta name="color:bg" content="#FFFFFF">
  28. <meta name="color:link" content="#E6E4E4">
  29. <meta name="color:hover" content="#454545">
  30. <meta name="color:infobg" content="#FCFCFC">
  31. <meta name="color:text" content="#9A9A9A">
  32. <meta name="color:tags" content="#EDEDED">
  33. <meta name="color:scrollbar" content="#D6D5D5">
  34.  
  35. <meta name="text:linkA" content="">
  36. <meta name="text:linkA url" content="/">
  37. <meta name="text:linkB" content="">
  38. <meta name="text:linkB url" content="/">
  39. <meta name="text:linkC" content="">
  40. <meta name="text:linkC url" content="/">
  41. <meta name="text:linkD" content="">
  42. <meta name="text:linkD url" content="/">
  43. <meta name="text:linkE" content="">
  44. <meta name="text:linkE url" content="/">
  45.  
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  47. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50.  
  51. <style type="text/css">
  52.  
  53. a {
  54. color:{color:link};
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. }
  60.  
  61. a:hover {
  62. color:{color:hover};
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69. @font-face{
  70. font-family:Mossy;
  71. src: url(http://static.tumblr.com/9wzbixa/Pugmj3l9d/mossy.ttf);
  72. }
  73.  
  74.  
  75. ::-webkit-scrollbar {height:8px; width:8px}
  76. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  77. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  78.  
  79. body {
  80. background-color:{color:bg};
  81. font-family:trebuchet ms;
  82. font-weight:normal;
  83. }
  84.  
  85. h1 {
  86. font-weight:normal;
  87. font-size:10px;
  88. text-align:center;
  89. font-style:normal;
  90. line-height:80%;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. color:{color:text};
  94. }
  95.  
  96. h2 {
  97. font-size:15px;
  98. text-align:center;
  99. line-height:100%;
  100. letter-spacing:-0.5px;
  101. color:{color:text};
  102. font-weight:normal;
  103. padding:5px;
  104. padding-bottom:2px;
  105. }
  106.  
  107.  
  108. blockquote {
  109. border-left:2px solid {color:text};
  110. padding-left:5px;
  111. margin:5px;
  112. }
  113.  
  114. #theme {
  115. background-color:{color:bg};
  116. width:700px;
  117. margin: 0 auto -12px auto;
  118. text-align: center;
  119. }
  120.  
  121. #breadstick {
  122. color:{color:text};
  123. position:fixed;
  124. width:150px;
  125. height:auto;
  126. background:#fff;
  127. margin-left:-75px;
  128. margin-top:200px;
  129. text-align:center;
  130. }
  131.  
  132. #lefttriangle {
  133. position:fixed;
  134. margin-top:100px;
  135. margin-left:-215px;
  136. width: 0px;
  137. height: 0px;
  138. border-style: solid;
  139. border-width: 50px 0 50px 86.6px;
  140. border-color: transparent transparent transparent #000000;
  141. -moz-transition-duration:.5s;
  142. -webkit-transition-duration:.5s;
  143. -o-transition-duration:.5s;
  144. }
  145.  
  146. #lefttriangle:hover {
  147. margin-top:-50px;
  148. width: 0px;
  149. height: 0px;
  150. border-style: solid;
  151. border-width: 200px 0 200px 346.4px;
  152. border-color: transparent transparent transparent #000000;
  153. -moz-transition-duration:.5s;
  154. -webkit-transition-duration:.5s;
  155. -o-transition-duration:.5s;
  156. }
  157.  
  158. #righttriangle {
  159. position:fixed;
  160. margin-top:100px;
  161. margin-left:975px;
  162. width: 0px;
  163. height: 0px;
  164. border-style: solid;
  165. border-width: 50px 86.6px 50px 0;
  166. border-color: transparent #000000 transparent transparent;
  167. -moz-transition-duration:.5s;
  168. -webkit-transition-duration:.5s;
  169. -o-transition-duration:.5s;
  170. }
  171.  
  172. #righttriangle:hover {
  173. margin-top:-50px;
  174. margin-left:735px;
  175. width: 0px;
  176. height: 0px;
  177. border-style: solid;
  178. border-width: 200px 346.4px 200px 0;
  179. border-color: transparent #000000 transparent transparent;
  180. -moz-transition-duration:.5s;
  181. -webkit-transition-duration:.5s;
  182. -o-transition-duration:.5s;
  183. }
  184.  
  185. #divider {
  186. margin-top:-197px;
  187. margin-left:175px;
  188. width:500px;
  189. height:30px;
  190. font-size:30px;
  191. position:fixed;
  192. opacity:1;
  193. padding:5px;
  194. text-align:center;
  195. background:#000;
  196. color:#fff;
  197. font-family:mossy;
  198. opacity:.9;
  199. }
  200.  
  201. #divider a{
  202. margin-top:5px;
  203. letter-spacing:5px;
  204. padding:5px;
  205. }
  206.  
  207. .links {
  208. margin-left:-285px;
  209. margin-top:-25px;
  210. height:200px;
  211. font-family:bakersville;
  212. font-size:10px;
  213. text-align:center;
  214. position:fixed;
  215. opacity:0;
  216. padding:10px;
  217. letter-spacing:2px;
  218. line-height:170%;
  219. -moz-transition-duration:.5s;
  220. -webkit-transition-duration:.5s;
  221. -o-transition-duration:.5s;
  222. }
  223.  
  224. .links a{
  225. padding:2px;
  226. color:#fff;
  227. letter-spacing:0px;
  228. text-decoration:none;
  229. -moz-transition-duration:1s;
  230. -webkit-transition-duration:1s;
  231. -o-transition-duration:1s;
  232. }
  233.  
  234. .links a:hover{
  235. color:{color:hover};
  236. -moz-transition-duration:1s;
  237. -webkit-transition-duration:1s;
  238. -o-transition-duration:1s;
  239. }
  240.  
  241. #lefttriangle:hover .links{
  242. opacity:1;
  243. }
  244.  
  245. .desc {
  246. margin-top:0px;
  247. margin-left:-325px;
  248. text-align:center;
  249. width:200px;
  250. height:40px;
  251. overflow:auto;
  252. font-size:10px;
  253. opacity:0;
  254. color:#fff;
  255. padding:5px;
  256. position:fixed;
  257. font-family:calibri;
  258. letter-spacing:1px;
  259. line-height:14px;
  260. -o-transition: .5s;
  261. -webkit-transition: .5s;
  262. -moz-transition: .5s;
  263. }
  264.  
  265. .desc a {
  266. padding:7px;
  267. text-align:center;
  268. }
  269.  
  270. #lefttriangle:hover .desc {
  271. opacity:1;
  272. }
  273.  
  274. .pagi {
  275. font-size:25px;
  276. margin-left:220px;
  277. margin-top:0px;
  278. position:fixed;
  279. opacity:0;
  280. color: #fff;
  281. letter-spacing:0px;
  282. font-style:normal;
  283. text-align:center;
  284. -moz-transition-duration:.5s;
  285. -webkit-transition-duration:.5s;
  286. -o-transition-duration:.5s;
  287. }
  288.  
  289. #righttriangle:hover .pagi {
  290. opacity:1;
  291. }
  292.  
  293. #pizzabox {
  294. float:left;
  295. padding:15px;
  296. margin-top:50px;
  297. margin-left:75px;
  298. text-align:justify;
  299. background-color:{color:bg};
  300. color:{color:text};
  301. margin-bottom: 35px;
  302. }
  303.  
  304. #pizza:hover .tags{
  305. opacity:1;
  306. -moz-transition-duration:.5s;
  307. -webkit-transition-duration:.5s;
  308. -o-transition-duration:.5s;
  309. }
  310.  
  311. #pizza {
  312. width:500px;
  313. margin-top:0px;
  314. padding:15px;
  315. text-align:center;
  316. font-size:11px;
  317. line-height:90%;
  318. letter-spacing:0x;
  319. color:{color:text};
  320. }
  321.  
  322. .caption {
  323. width:500px;
  324. font-family:trebuchet ms;
  325. text-align:justify;
  326. line-height:120%;
  327. }
  328.  
  329. .ask {
  330. padding:10px;
  331. font-family:trebuchet ms;
  332. text-align:left;
  333. color:{color:text};
  334. font-style:italic;
  335. border-bottom:1px solid {color:border};
  336. border-right:1px solid {color:border};
  337. }
  338.  
  339. .ans {
  340. text-align:right;
  341. font-family:trebuchet ms;
  342. padding:10px;
  343. color:{color:text};
  344. }
  345.  
  346. .audio {
  347. width:500px;
  348. padding-bottom:10px;
  349. background-color:{color:infobg};
  350. }
  351.  
  352. .albumart {
  353. float:left;
  354. padding:0px 10px 10px 0px;
  355. }
  356.  
  357. .albumart img {
  358. width:45px;
  359. height:45px;
  360. }
  361.  
  362. .playercontainer {
  363. text-align:center;
  364. padding:10px;
  365. background-color:#ffffff;
  366. width:480px;
  367. }
  368.  
  369. .audioinfo {
  370. padding:10px;
  371. color:{color:text};
  372. }
  373.  
  374. #postinfo {
  375. width:490px;
  376. padding:5px;
  377. font-size:8px;
  378. color:{color:text};
  379. font-family:trebuchet ms;
  380. font-style:lowercase;
  381. letter-spacing:2px;
  382. text-align:center;
  383. -moz-transition-duration:0.5s;
  384. -webkit-transition-duration:0.5s;
  385. -o-transition-duration:0.5s;
  386. }
  387.  
  388. #postinfo a {
  389. color:{color:text};
  390. background:#fff;
  391. padding:3px;
  392. text-align:center;
  393. letter-spacing:1px;
  394. font-style:normal;
  395. }
  396.  
  397. #postinfo a:hover {
  398. background:#000;
  399. color:#fff;
  400. }
  401.  
  402. .note {
  403. text-transform:uppercase;
  404. font-family:trebuchet ms;
  405. font-style:normal;
  406. letter-spacing:0px;
  407. font-size: 9px;
  408. text-align:left;
  409. line-height:90%;
  410. margin-left:-40px;
  411. }
  412.  
  413. .note li {
  414. list-style-type:none;
  415. padding:10px 25px 10px 25px;
  416. text-align:left;
  417. margin:0px;
  418. -moz-transition-duration:0.5s;
  419. -webkit-transition-duration:0.5s;
  420. -o-transition-duration:0.5s;
  421. }
  422.  
  423. .tags {
  424. font-style:normal;
  425. width:500px;
  426. opacity:0;
  427. font-family:times new;
  428. text-transform:lowercase;
  429. font-style:italic;
  430. color:{color:tags};
  431. letter-spacing:2px;
  432. line-height:120%;
  433. font-size:8px;
  434. text-align:center;
  435. padding:2px;
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440.  
  441. .tags a {
  442. color:{color:tags};
  443. letter-spacing:1px;
  444. padding:1px;
  445. }
  446.  
  447. .tags a:hover {
  448. color:{color:link};
  449. }
  450.  
  451. ul.chat, .chat ol, .chat li {
  452. list-style:none;
  453. margin:0px;
  454. padding:2px;
  455. }
  456.  
  457. .label {
  458. text-decoration:underline;
  459. font-weight:700;
  460. background-color:{color:infobg};
  461. margin-right:5px;
  462. }
  463.  
  464. #cred img {
  465. width:30px;
  466. position:fixed;
  467. padding:3px;
  468. opacity: .9;
  469. bottom:5px;
  470. right:5px;
  471. z-index:999999999999999999999999999999999999999999;
  472. }
  473.  
  474. {CustomCSS}
  475.  
  476. </style></head>
  477.  
  478. <body>
  479. <div id="theme">
  480. <div id="breadstick">
  481. <div id="breadstick">
  482. </div>
  483. <div id="divider">{title}</div>
  484. <div id="lefttriangle">
  485. <div class="links">
  486. <a href="{text:linkA url}" title="{text:linkA}">01.</a>
  487. <a href="{text:linkB url}" title="{text:linkB}">02.</a>
  488. <a href="{text:linkC url}" title="{text:linkC}">03.</a>
  489. <a href="{text:linkD url}" title="{text:linkD}">04.</a>
  490. <a href="{text:linkE url}" title="{text:linkE}">05.</a>
  491. </div>
  492. <div class="desc">
  493. {Description}
  494. </div></div>
  495. <div id="righttriangle">
  496. {block:Pagination}<div class="pagi">
  497. {block:PreviousPage}
  498. <a href="{PreviousPage}">←</a>
  499. {/block:PreviousPage}
  500. {block:NextPage}
  501. <a href="{NextPage}">→</a>
  502. {/block:NextPage}
  503. </div>
  504. {/block:Pagination}
  505. </div>
  506. </div>
  507.  
  508. <div id="pizzabox">
  509.  
  510. {block:Posts}
  511.  
  512. <div id="pizza">
  513.  
  514. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  515.  
  516. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  517.  
  518. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  519. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  520.  
  521. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  522.  
  523. {block:Photoset}<center>{Photoset-500}</center>
  524. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  525.  
  526. {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}
  527.  
  528. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  529.  
  530. {block:Answer}<div class="ask">{Asker} questioned: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  531.  
  532. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  533. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  534. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  535. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  536. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  537.  
  538.  
  539.  
  540. {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}
  541. {block:ContentSource} | <a href="{SourceURL}">ORIGINAL</a>{/block:ContentSource}</div>{/block:Date}
  542. {block:HasTags}
  543. <div class="tags">
  544. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  545. {/block:HasTags}
  546. <div class="note">
  547. {block:PostNotes}{PostNotes}{/block:PostNotes}
  548. </div>
  549. </div>
  550. {/block:Posts}
  551.  
  552.  
  553. </div>
  554.  
  555. <div id="cred"><a href="http://derekhayl.tumblr.com"><img src="http://static.tumblr.com/gqxcg05/9iFmq5vqq/done.png"></a></div>
  556.  
  557. </div>
  558. </div>
  559. </div>
  560. </body>
  561. </html>
Advertisement
Add Comment
Please, Sign In to add comment