Advertisement
nithith

hermione

Aug 26th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 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.  
  4. <html>
  5. <head>
  6.  
  7.  
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  18.  
  19. <style>
  20.  
  21. div#qTip {
  22. padding: 7px;
  23. display: none;
  24. margin-top:6px;
  25. margin-left:10px;
  26. font-size:8px;
  27. font-family:courier new;
  28. z-index: 99999999;
  29. letter-spacing: 3px;
  30. font-weight: bold;
  31. background: #f4ecd2;
  32. box-shadow: 2px 2px 7px #9d775e;
  33. color: #9d775e;
  34. text-transform: none;
  35. position: absolute;
  36. text-transform: uppercase;
  37. }
  38. </style>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. a {
  45. color:#7b1c0d;
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52. a:hover {
  53. color:#101010;
  54. text-shadow: 1px 1px 0px #7b1c0d;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. ::-webkit-scrollbar {
  61. height: 0px;
  62. width: 5px;
  63. background:#9d7760;
  64. border-left:2px solid transparent;
  65. border-right:2px solid transparent;
  66. }
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. background:#e5c0a5;
  70. border:1px solid #9d7760;
  71. }
  72.  
  73.  
  74.  
  75. body {
  76. background: #000 url('http://i.imgur.com/kXvFUyu.png')
  77. top left fixed repeat;
  78. font-family:cambria;
  79. font-weight:normal;
  80. }
  81.  
  82.  
  83.  
  84.  
  85. h1 {
  86. font-weight:normal;
  87. font-size:10px;
  88. text-align:center;
  89. font-style:normal;
  90. line-height:80%;
  91. letter-spacing:3px;
  92. text-transform:uppercase;
  93. color:#5e2f27;
  94. }
  95.  
  96. h2 {
  97. font-size:18px;
  98. text-align:center;
  99. line-height:100%;
  100. letter-spacing:3px;
  101. font-family: times;
  102. color:#5e2f27;
  103. padding:5px;
  104. padding-left: 15px;
  105. padding-bottom:2px;
  106. text-transform: uppercase;
  107. font-weight: bold;
  108. }
  109.  
  110.  
  111. h7 {
  112. font-size:38px;
  113. text-align:center;
  114. line-height:100%;
  115. letter-spacing:3px;
  116. font-family: georgia;
  117. font-style: italic;
  118. color:#5e2f27;
  119. text-transform: lowercase;
  120. font-weight: bold;
  121. display: inline-block;
  122. }
  123.  
  124.  
  125. blockquote {
  126. border-left:3px solid #f4ecd2;
  127. padding-left:10px;
  128. margin-left:10px;
  129. border-radius:6px;
  130. }
  131.  
  132.  
  133.  
  134. #sidebar {
  135. position:fixed;
  136. margin-left:898px;
  137. width: 190px;
  138. margin-top:158px;
  139. background-color: transparent;
  140. padding:0px 5px 0px;
  141. }
  142.  
  143.  
  144. .pagination {
  145. margin-top:25px;
  146. text-align:center;
  147. font-size:11px;
  148. font-weight: bold;
  149. text-transform: uppercase;
  150. width:380px;
  151. margin-left: auto;
  152. margin-right: auto;
  153. color:#7b1c0d;
  154. }
  155.  
  156. .pagination a{color:#962410;}
  157.  
  158.  
  159.  
  160. img {
  161. max-width:350px;
  162. margin-left: 10px;
  163. box-shadow: 2px 2px 3px #f4ecd2;
  164. }
  165.  
  166.  
  167. .links {
  168. margin-top:400px;
  169. font-size: 20px;
  170. font-family: times;
  171. text-transform: uppercase;
  172. line-height: 190%;
  173. text-align: center;
  174. width: 400px;
  175. margin-left: -160px;
  176. margin-right: auto;
  177. }
  178.  
  179. .links a {
  180. padding-left: 10px;
  181. color: #5e2f27;
  182. opacity: 0.8;
  183. width: 70px;
  184. -webkit-transition:all .5s ease-in-out;
  185. -moz-transition:all .5s ease-in-out;
  186. transition:all .5s ease-in-out;
  187. }
  188.  
  189. .links a:hover {
  190. padding-left: 10px;
  191. color:#d9ceac;
  192. text-shadow: 0px 0px 13px #d9ceac;
  193. -webkit-transition:all .5s ease-in-out;
  194. -moz-transition:all .5s ease-in-out;
  195. transition:all .5s ease-in-out;
  196. }
  197.  
  198. #description {font-size: 9px;
  199. font-family: courier new;
  200. color: #5e2f27;
  201. letter-spacing: 1px;
  202. line-height: 110%;
  203. width: 485px;
  204. margin-left: -112px;
  205. margin-right: auto;
  206. margin-top: -70px;
  207. position: fixed;
  208. }
  209.  
  210.  
  211. #container {
  212. float:left;
  213. margin-left:637px;
  214. margin-top:200px;
  215. text-align:justify;
  216. color:#473634;
  217. overflow: scroll;
  218. height: 320px;
  219. width: 430px;
  220. border-radius: 15px;
  221. }
  222.  
  223.  
  224. #post {
  225. width:380px;
  226. margin-top:5px;
  227. text-align:justify;
  228. font-size:11px;
  229. line-height:130%;
  230. letter-spacing:1px;
  231. color:#fff;
  232. margin-bottom: 30px;
  233. margin-left: auto;
  234. margin-right: auto;
  235. padding: 5px;
  236. border-radius: 0px;
  237. }
  238.  
  239. small, sub {font-size: 11px;}
  240.  
  241. .caption {
  242. width:380px;
  243. text-align:justify;
  244. line-height:120%;
  245. }
  246.  
  247. .asker {
  248. padding:3px;
  249. font-family:cambria;
  250. letter-spacing:1px;
  251. text-align:left;
  252. text-transform:lowercase;
  253. }
  254.  
  255. .ans {
  256. text-align:left;
  257. padding:10px;
  258. }
  259.  
  260. .audio {
  261. width:380px;
  262. padding-bottom:10px;
  263. }
  264.  
  265. .albumart {
  266. float:left;
  267. padding:0px 10px 10px 0px;
  268. }
  269.  
  270. .albumart img {
  271. width:45px;
  272. height:45px;
  273. }
  274.  
  275. .playercontainer {
  276. text-align:left;
  277. padding:10px;
  278. width:380px;
  279. }
  280.  
  281. .audioinfo {
  282. padding:10px;
  283. color:#7b1c0d;
  284. }
  285.  
  286. #postinfo {
  287. width:380px;
  288. padding:5px;
  289. font-size:8px;
  290. color:#101010;
  291. text-transform:uppercase;
  292. font-style:normal;
  293. letter-spacing:2px;
  294. text-align:center;
  295. -moz-transition-duration:0.5s;
  296. -webkit-transition-duration:0.5s;
  297. -o-transition-duration:0.5s;
  298. background:#f4ecd2;
  299. opacity: 0.3;
  300. }
  301.  
  302. #postinfo a {
  303. color:#101010;
  304. text-align:center;
  305. letter-spacing:1px;
  306. font-style:normal;
  307. }
  308.  
  309. #postinfo a:hover {
  310. color:#0a0a0a;
  311. }
  312.  
  313. .note {
  314. text-transform:uppercase;
  315. font-style:normal;
  316. letter-spacing:0px;
  317. font-size: 9px;
  318. text-align:left;
  319. line-height:90%;
  320. margin-left:-40px;
  321. }
  322.  
  323. .note li {
  324. list-style-type:none;
  325. padding:10px 25px 10px 25px;
  326. text-align:left;
  327. margin:0px;
  328. -moz-transition-duration:0.5s;
  329. -webkit-transition-duration:0.5s;
  330. -o-transition-duration:0.5s;
  331. }
  332.  
  333. .tags {
  334. font-style:normal;
  335. width:380px;
  336. margin-left: auto;
  337. margin-right: auto;
  338. text-transform:uppercase;
  339. font-style:normal;
  340. color:#7b1c0d;
  341. letter-spacing:2px;
  342. line-height:120%;
  343. font-size:8px;
  344. text-align:left;
  345. padding:2px;
  346. -moz-transition-duration:0.5s;
  347. -webkit-transition-duration:0.5s;
  348. -o-transition-duration:0.5s;
  349. }
  350.  
  351. .tags a {
  352. color:#5e2f27;
  353. letter-spacing:1px;
  354. padding:1px;
  355. opacity: 0.3;
  356. }
  357.  
  358. .tags a:hover {
  359. color:#5e2f27;
  360. text-shadow: 0px 0px 0px;
  361. opacity: 1;
  362. }
  363.  
  364. ul.chat, .chat ol, .chat li {
  365. list-style:none;
  366. margin:0px;
  367. padding:2px;
  368. }
  369.  
  370. .label {
  371. text-decoration:underline;
  372. font-weight:700;
  373. background-color:#101010;
  374. margin-right:5px;
  375. }
  376.  
  377.  
  378.  
  379.  
  380. {CustomCSS}
  381. </style>
  382. </head>
  383.  
  384. <div id="sidebar">
  385.  
  386. <div class="links">
  387. <a href="/" title="volterra">i</a>
  388. <a href="/ask" title="query">ii</a>
  389. <a href="/read" title="laws">iii</a>
  390. <a href="/verses" title="verses">iv</a>
  391. <a href="/nav" title="explore">v</a>
  392. <a href="http://empathetiic.tumblr.com" title="theme">vi</a>
  393. </div>
  394.  
  395. <div id="description"><h7>hear me roar</h7></div>
  396.  
  397.  
  398.  
  399. </div>
  400.  
  401. <div id="container">
  402.  
  403. {block:Posts}
  404.  
  405. <div id="post">
  406.  
  407. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  408.  
  409. {block:Quote}<h3>“{Quote}”</h3><h1>{Source}</h1>{/block:Quote}
  410.  
  411. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  412. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  413.  
  414. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  415.  
  416. {block:Photoset}<center>{Photoset-400}</center>
  417. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  418.  
  419. {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}
  420.  
  421. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  422.  
  423. {block:Answer}<div id="asker" style="margin-left:-5px;width:400px;"><span style="font-family:cambria;font-size:12px;font-style:italic; margin-left:15px;text-transform:lowercase;"><B>{Asker}</B> whispered: {Question}</span></div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  424.  
  425. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  426. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  427. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  428. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  429. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  430.  
  431. <p>
  432.  
  433. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  434. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  435. {block:HasTags}
  436. <div class="tags">
  437. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  438. {/block:HasTags}
  439. <div class="note">
  440. {block:PostNotes}{PostNotes}{/block:PostNotes}
  441. </div>
  442. </div>
  443. {/block:Posts}
  444.  
  445.  
  446. <div class="pagination">
  447. {block:Pagination}
  448. {block:PreviousPage}<a href="{PreviousPage}"><b>-rise</b> </a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><b> fall+</b></a>
  449. {/block:NextPage}
  450. {/block:Pagination}
  451. </div>
  452. </div>
  453. </div>
  454.  
  455.  
  456. </body>
  457.  
  458.  
  459. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement