blowstagram

Theme Five by Blowstagram

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