Advertisement
stonequeenthemes

011: Losing My Religion

Jun 22nd, 2014
3,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Reenie Beanie' rel='stylesheet' type='text/css'>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!---- theme 11 by stonequeenthemes. do not remove the credit. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Blog title" content="#ffffff"/>
  16. <meta name="color:Subtitle" content="#afafaf"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:Bold" content="#b8b8b8"/>
  20. <meta name="color:Italic" content="#b8b8b8"/>
  21. <meta name="color:Border" content=g"#2d2d2d"/>
  22. <meta name="color:Hover" content="#fbfbfb"/>
  23. <meta name="color:Sidebar Background" content="#2d2d2d"/>
  24. <meta name="color:Side Border" content="#4b4b4b"/>
  25. <meta name="color:Side link" content="#fbfbfb"/>
  26. <meta name="color:Side Hover" content="#4b4b4b"/>
  27. <meta name="color:Sidebar Text" content="#969595"/>
  28.  
  29. <!---Text--->
  30.  
  31. <meta name="text:Subtitle" content="" />
  32.  
  33. <!---Images--->
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <!---Links--->
  38.  
  39. <meta name="if:Show Subtitle" content="1">
  40. <meta name="text:Link 1" content="/" />
  41. <meta name="text:Link 1 Title" content="Link" />
  42. <meta name="text:Link 2" content="/" />
  43. <meta name="text:Link 2 Title" content="Link" />
  44. <meta name="text:Link 3" content="/" />
  45. <meta name="text:Link 3 Title" content="Link" />
  46. <meta name="text:Link 4" content="/" />
  47. <meta name="text:Link 4 Title" content="Link" />
  48. <meta name="text:Link 5" content="/" />
  49. <meta name="text:Link 5 Title" content="Link" />
  50. <meta name="text:Link 6" content="/" />
  51. <meta name="text:Link 6 Title" content="Link" />
  52.  
  53. <meta name="if:Show Link 1" content="1" />
  54. <meta name="if:Show Link 2" content="1" />
  55. <meta name="if:Show Link 3" content="1" />
  56. <meta name="if:Show Link 4" content="1" />
  57. <meta name="if:Show Link 5" content="1" />
  58. <meta name="if:Show Link 6" content="1" />
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:cuprum;
  68. font-size:12px;
  69. line-height:100%;}
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};}
  76.  
  77. a:hover {
  78. color:{color:hover};}
  79.  
  80. b, strong {color:{color:bold}}
  81. i, em {color:{color:italic}}
  82.  
  83. img {
  84. border:none;}
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;}
  89.  
  90. blockquote img {
  91. max-width: 100%;}
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;}
  96.  
  97. h1 {
  98. font-size:25px;
  99. font-family:'Reenie Beanie';
  100. font-weight:normal;
  101. letter-spacing:2px;
  102. line-height:110%;
  103. font-style:strong;
  104. text-align:center;
  105. color:{color:border};
  106. margin-top:-5px;
  107. margin-bottom:-2px;
  108. padding:8px;
  109. }
  110.  
  111. h2 {
  112. font-size:9px;
  113. font-family:'cuprum';
  114. font-weight:normal;
  115. letter-spacing:6px;
  116. font-style:strong;
  117. text-align:center;
  118. color:{color:Subtitle};
  119. margin-top:-5px;
  120. margin-bottom:-2px;}
  121.  
  122. h3 {
  123. font-size:22px;
  124. font-family:'Reenie Beanie';
  125. font-weight:normal;
  126. letter-spacing:2px;
  127. padding: 3px;
  128. font-style:strong;
  129. text-align:center;
  130. text-transform:lowercase;
  131. color:{color:subtitle};
  132. margin-top:-5px;
  133. margin-bottom:7px;}
  134.  
  135. #entries {
  136. padding:10px;
  137. width:500px;
  138. margin-left:500px;
  139. margin-top:40px;}
  140.  
  141. #post {
  142. width:500px;
  143. padding-bottom:20px;
  144. background-color:transparent;
  145. padding:15px;
  146. margin-bottom:30px;}
  147.  
  148. #sidebar {
  149. z-index:999;
  150. width:250px;
  151. height:1000%;
  152. position:fixed;
  153. margin-left:100px;
  154. margin-top:-100px;
  155. padding-top:0px;
  156. padding-bottom:10px;
  157. padding-left:10px;
  158. padding-right:10px;
  159. border-top:2px solid {color:border};
  160. border-bottom:2px solid {color:border};
  161. border-right:2px solid {color:border};
  162. border-left:2px solid {color:border};
  163. background:{color:sidebar background};
  164. background-repeat:repeat;}
  165.  
  166. #sidebarimage {
  167. width:230px;
  168. margin-top:110px;
  169. margin-left:auto;
  170. margin-right:auto;}
  171.  
  172. #sidebarimage img {
  173. max-width:230px;
  174. height:auto}
  175.  
  176. #title {
  177. font-size:11px;
  178. letter-spacing:1px;
  179. margin-left:auto;
  180. margin-right:auto;
  181. text-align:center;
  182. margin-top:10px;
  183. margin-bottom:2px;
  184. font-family: 'cambria';
  185. font-style:none;
  186. font-weight:bold;
  187. text-transform:uppercase;
  188. color:{color:blog title};}
  189.  
  190. #links1 {
  191. background-color: {color:trasp};
  192. margin-left: 0px;
  193. margin-top: 10px;
  194. width:120px;
  195. opacity:.4;}
  196.  
  197. #links2 {
  198. background-color: {color:trasp};
  199. margin-left: 130px;
  200. margin-top: -80px;
  201. width:120px;
  202. opacity:.4;}
  203.  
  204. .links {
  205. width:270px;
  206. text-align:center;
  207. border-top:0.2 solid {color:side border};
  208. font-size:6px;
  209. z-index:-1;
  210. letter-spacing:20px;
  211. margin-left:-10px;
  212. margin-right:-10px;
  213. margin-top:3px;
  214. margin-bottom:3px;}
  215.  
  216. .links a {
  217. display:block;
  218. padding:5px;
  219. margin-bottom:3px;
  220. color:{color:side link};
  221. border-top: 1px solid {color:side border};
  222. border-bottom:1px solid {color:side border};
  223. border-right:1px solid {color:side border};
  224. border-left:1px solid {color:side border};
  225. background-color: {color:side border};
  226. letter-spacing:3px;
  227. text-transform:uppercase;
  228. text-decoration:none;}
  229.  
  230. .links a:hover {
  231. color:{color:hover};}
  232.  
  233. .navigate a{
  234. background-color: transp;
  235. color: {color:side link};
  236. font-family: 'cuprum';
  237. font-size: 8px;
  238. width: 35px;
  239. height: 35px;
  240. line-height: 15px;
  241. padding: px;
  242. text-align: center;
  243. margin: 1px;}
  244.  
  245. .navigate a:hover {
  246. color:{color:hover};}
  247.  
  248. #description {
  249. width:210px;
  250. padding:10px;
  251. margin-top:0px;
  252. text-align:justify;
  253. margin-left:auto;
  254. margin-right:auto;
  255. font-size:11px;
  256. text-transform:uppercase;
  257. font-family:'cuprum';
  258. color:{color:sidebar text};}
  259.  
  260. #pagination {
  261. font-family:'cuprum';
  262. font-size:9px;
  263. text-align:center;
  264. padding:0px;
  265. width: 100px;
  266. letter-spacing:1px;
  267. text-transform:uppercase;
  268. margin-left:80px;
  269. margin-right:100px
  270. margin-top:10px;
  271. }
  272.  
  273. #pagination a {
  274. color:{color:link};}
  275.  
  276. #pagination a:hover {
  277. color:{color:linkhovercolor};}
  278.  
  279. #info {
  280. text-align:center;
  281. margin-top:10px;
  282. padding:5px 0;
  283. text-transform:uppercase;
  284. font-size:10px;
  285. border-top:1px solid {color:border};}
  286.  
  287. #source {
  288. text-align:right;
  289. margin-top:10px;
  290. padding-right:30px;}
  291.  
  292. #asks {
  293. text-align:justify;
  294. padding:8px;
  295. background-color:transparent;
  296. border-top:1px solid {color:border};
  297. border-bottom:1px solid {color:border};
  298. min-height:44px;
  299. padding-left:65px}
  300.  
  301. .asker {
  302. margin-bottom:-8px;
  303. font-size:11px;
  304. letter-spacing:1px;
  305. font-style:italic}
  306.  
  307. #answers {
  308. margin-top:8px}
  309.  
  310. #audioplayer {
  311. z-index:1;
  312. height:100px;
  313. width:100px;
  314. margin-top:11px;
  315. margin-left:10px;
  316. display:block;
  317. overflow:hidden;
  318. position:absolute;
  319. background-color:#000000;
  320. opacity: 0.5;filter:alpha(opacity=60);
  321. -webkit-transition: all 0.7s ease;
  322. -moz-transition: all 0.7s ease;
  323. -o-transition: all 0.7s ease;}
  324.  
  325. #audioplayer:hover {
  326. opacity: 0.5; filter:alpha(opacity=60);}
  327.  
  328. #audioplayerz {
  329. width:25px;
  330. height:25px;
  331. margin-top:35px;
  332. margin-left:35px;
  333. overflow:hidden;
  334. padding:3px;}
  335.  
  336. #albumart {
  337. margin-top:0px;
  338. margin-left:10px;
  339. margin-right:10px;
  340. z-index:0;
  341. float:left;}
  342.  
  343. #audioshit {
  344. font-family:'Cambria';
  345. color:{color:text};
  346. text-transform:none;
  347. float:left;
  348. text-align:center;
  349. padding:8px;
  350. letter-spacing:1;
  351. font-size:10px;
  352. margin-top:15px;
  353. margin-bottom:10px;
  354. margin-left:110px;
  355. position:absolute;}
  356.  
  357. {CustomCSS}</style></head><body>
  358.  
  359. <div id="background">
  360. <div id="sidebar">
  361.  
  362.  
  363. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  364. <div id="title"><h3>{Title}</h3></div>
  365. <div id="subtitle">{block:IfShowSubtitle}<h2>{text:Subtitle}</h2>{/block:IfShowSubtitle}</div>
  366. <center>
  367. <br>
  368. <div class="navigate">
  369. <a href="/">HOME</a>
  370. <a href="/ask">ASK</a>
  371. <a href="/submit">SUBMIT</a>
  372. <a href="/archive">ARCHIVE</a>
  373. <a href="http://stonequeenthemes.tumblr.com" target="_blank">THEME</a>
  374.  
  375. </div>
  376. </center>
  377. <div id="description">{Description}</div>
  378. <div id="links1" class="links">
  379. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  380. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  381. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  382. </div><div id="links2" class="links">
  383. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  384. {block:ifLink5}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5}
  385. {block:ifLink6}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6}
  386. </div>
  387. <br>
  388.  
  389. <div id="pagination">
  390. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« BACK</a>{/block:PreviousPage}
  391. {block:NextPage}<a href="{NextPage}">MORE »</a>{/block:NextPage}{/block:Pagination}
  392. </div>
  393.  
  394.  
  395. </div>
  396. </div>
  397.  
  398. <div id="entries">{block:Posts}<div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  399.  
  400. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}<div id="quote"><h1>"{Quote}"</h1></div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  409.  
  410. {block:Audio}
  411. <div id="audioplayer"><div id="audioplayerz">{AudioPlayerBlack}</div></div><br>
  412.  
  413. <div id="albumart">
  414. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  415.  
  416. <div id="audioshit">
  417. {block:TrackName}
  418. {TrackName}<br>
  419. {/block:TrackName}
  420.  
  421. {block:Artist}{Artist}<br>
  422.  
  423. {/block:Artist}
  424. {block:Album}{Album}<br>
  425. {/block:Album}
  426.  
  427. {PlayCountWithLabel}</div><br><br><br><br><br><br><br><br><br><br>
  428. {block:caption}{Caption}{/block:caption}
  429. {/block:Audio}
  430.  
  431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432.  
  433. {block:Answer}
  434. <img src="{AskerPortraitURL-64}" style="height:50px; width:50px; float:left; margin:6px 0 0 6px;">
  435. <div id="asks"><div class="asker">{Asker} inquired:</div>
  436. <br>{Question}</div>
  437. <div id="answers">{Answer}</div>
  438. {/block:Answer}
  439.  
  440. <div id="info">
  441. {block:Date}{TimeAgo}{/block:Date} &nbsp;
  442. <a href="{Permalink}">{NoteCount}&nbsp;<span style="color:{color:text}">&hearts;</span></a> &nbsp;
  443. <a href="{ReblogURL}" target="_blank" class="details">REBLOG</a>
  444.  
  445. <!-- {block:NoRebloggedFrom}
  446. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  447. {/block:NoRebloggedFrom} -->
  448.  
  449. {block:ContentSource}<!-- {SourceURL}
  450. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  451. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  452. {/block:ContentSource}
  453.  
  454. {block:HasTags}<div id="tags"><center>
  455. {block:Tags}<a href="/tagged/{Tag}"><span class="num">#</span>{Tag}</a>&nbsp;&nbsp;{/block:Tags}</center>
  456. </div>{/block:HasTags}</div>
  457.  
  458. </div>
  459. {block:PostNotes}{PostNotes}{/block:PostNotes}
  460. {/block:Posts}</div>
  461.  
  462. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement