blowstagram

Theme Six by Blowstagram

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