msstephyyanne

Theme Twelve: Castle of Glass

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