blowstagram

Theme Seven by Blowstagram

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