Advertisement
Guest User

Elrond theme.

a guest
Dec 17th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 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><style>
  4. </style>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!---- this is theme 41 by Hollywhood
  12. please don't remove the credit
  13. thank you
  14. --->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#9B9B9B"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:scrollbar" content="#999999">
  20. <meta name="color:title" content="#999999">
  21. <meta name="color:Link Hover" content="#eeeeee"/>
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="text:sidebartitle" content="">
  25.  
  26. <meta name="text:link 1" content="Link 1"/>
  27. <meta name="text:link 1 url" content="/"/>
  28. <meta name="text:link 2" content="Link 2"/>
  29. <meta name="text:link 2 url" content="/"/>
  30. <meta name="text:link 3" content="Link 3"/>
  31. <meta name="text:link 3 url" content="/"/>
  32. <meta name="text:link 4" content="Link 4"/>
  33. <meta name="text:link 4 url" content="/"/>
  34. <meta name="text:link 5" content="Link 5"/>
  35. <meta name="text:link 5 url" content="/"/>
  36.  
  37. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  38.  
  39. <style>
  40. div#qTip {
  41. padding: 3px;
  42. display: none;
  43. text-align: center;
  44. position: absolute;
  45. font-size:7px;
  46. margin-left:10px;
  47. margin-top:-2px;
  48. line-height:9px;
  49. font-family:arial;
  50. z-index: 1000;
  51. border: 1px solid #cacaca;
  52. background-color:#fff;
  53. color: #9b9b9b;
  54. text-transform:uppercase;
  55. letter-spacing: 2px;
  56. }
  57. </style>
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb{
  62. background-color: transparent;
  63. border: 2px solid transparent;
  64. height:auto;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:auto;
  69. width:5px;
  70. background-color: transparent;
  71. border:2px solid transparent;
  72. }
  73.  
  74.  
  75. iframe#tumblr_controls {
  76. white-space:nowrap;
  77. -webkit-filter: invert(100%);
  78. -moz-filter: invert(100%);
  79. -o-filter: invert(100%);
  80. -ms-filter: invert(100%);
  81. filter: invert(100%);
  82. opacity:.2;transition: .8s ease-in-out;
  83. -webkit-transition: .8s ease-in-out;
  84. -moz-transition: .8s ease-in-out;
  85. -o-transition: .8s ease-in-out;
  86. }
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:13px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:100%;
  94. letter-spacing:1px;
  95. text-transform:normal;
  96. color:{color:text};
  97. }
  98.  
  99. h2 {
  100. font-size:10px;
  101. text-align:center;
  102. line-height:100%;
  103. letter-spacing:-0.5px;
  104. color:{color:text};
  105. font-weight:bold;
  106. text-transform:uppercase;
  107. padding:5px;
  108. padding-bottom:2px;
  109. }
  110.  
  111.  
  112. blockquote {
  113. border-left:2px solid {color:text};
  114. padding-left:5px;
  115. margin:5px;
  116. }
  117.  
  118.  
  119. body {
  120. background:{color:background};
  121. background-image: url(http://i.imgur.com/1xnwnJg.jpg);
  122. margin:0px;
  123. color:{color:text};
  124. font-family:trebuchet ms;
  125. font-size:10px;
  126. line-height:100%;
  127. }
  128.  
  129. a {
  130. text-decoration:none;
  131. outline:none;
  132. -moz-outline-style:none;
  133. color:{color:link};
  134. -moz-transition-duration:0.5s;
  135. -webkit-transition-duration:0.5s;
  136. -o-transition-duration:0.5s;
  137. }
  138.  
  139. a:hover {
  140. text-decoration:none;
  141. outline:none;
  142. -moz-outline-style:none;
  143. color:{color:link hover};
  144. }
  145.  
  146. img {
  147. border:none;
  148. }
  149.  
  150. blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. blockquote blockquote {
  156. padding-left:5px;
  157. border-left:2px solid;
  158. }
  159.  
  160. #post {
  161. width:500px;
  162. padding-bottom:30px;
  163. margin-top:30px;
  164. }
  165.  
  166.  
  167.  
  168. #entries {
  169. position:fixed;
  170. height:430px;
  171. width:500px;
  172. padding:20px;
  173. margin-left:550px;
  174. margin-top:150px;
  175. text-align:left;
  176. background-color: transparent;
  177. border: 4px solid #111;
  178. z-index:999;
  179. overflow-x:hidden;
  180. overflow-y:auto;
  181. border-radius:5px 5px 5px 5px;
  182. }
  183.  
  184.  
  185. #sidebar {
  186. color:{color:text};
  187. position:fixed;
  188. width:100px;
  189. height:auto;
  190. margin-top:330px;
  191. margin-left:-49px;
  192. text-align:left;
  193. }
  194.  
  195. #sidebarimage img {
  196. width:200px;
  197. margin-top:-10px;
  198. margin-bottom:0px;
  199. margin-left:-9px;
  200. }
  201.  
  202. #links {
  203. position:fixed;
  204. font-family: 'Calibri';
  205. width:800px;
  206. margin-top:-400px;
  207. margin-left:617px;
  208. font-size:16px;
  209. font-style:bold;
  210. letter-spacing:1px;
  211. text-transform:uppercase;
  212. text-align:left;
  213. line-height:200%;
  214.  
  215. }
  216.  
  217. #links a{
  218. line-height:280%;
  219. border-bottom:1px solid transparent;
  220. margin-top:4px;
  221. margin-left:13px;
  222. color:{color:link};
  223. text-decoration:none;
  224. -moz-transition-duration:.7s;
  225. -webkit-transition-duration:.7s;
  226. -o-transition-duration:.7s;
  227.  
  228. }
  229.  
  230. #links a:hover {
  231. color: {color:link hover};
  232. width:60px;
  233. -webkit-filter: blur(1px);
  234. -moz-transition-duration:0.7s;
  235. -webkit-transition-duration:0.7s;
  236. -o-transition-duration:0.7s;
  237.  
  238. }
  239.  
  240. #description {
  241. position:fixed;
  242. width:200px;
  243. font-family:'trebuchet ms';
  244. margin-top:50px;
  245. margin-left:55px;
  246. text-align:justify;
  247. font-size:9px;
  248. color: {color:text};
  249. letter-spacing:0px;
  250. line-height:130%;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256. #description a {
  257. color:{color:link};
  258. }
  259.  
  260. #description a:hover {
  261. color:{color:link hover};
  262. }
  263.  
  264. .sidebartitle {
  265. width:210px;
  266. text-align:center;
  267. position:fixed;
  268. font-family:arial;
  269. line-height:120%;
  270. margin-left:-13px;
  271. font-size:13px;
  272. margin-top:10px;
  273. color:{color:title};
  274. }
  275.  
  276. #pagination {
  277. font-family:'SimHei';
  278. width:210px;
  279. font-size:12px;
  280. margin-top:300px;
  281. margin-left:75px;
  282. padding-left:5px;
  283. letter-spacing:1px;
  284. font-style:bold;
  285. text-transform:uppercase;
  286. text-align:center;
  287. }
  288.  
  289. #pagination a {
  290. color:{color:link};
  291. }
  292.  
  293. #info {
  294. font-family:arial;
  295. width:493px;
  296. margin-top:5px;
  297. padding-top:1px;
  298. font-size:7px;
  299. background:#080808;
  300. padding:4px;
  301. color:{color:text};
  302. text-transform:uppercase;
  303. font-style:normal;
  304. text-align:left;
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. #info a {
  311. color:{color:link};
  312. font-style:normal;
  313. }
  314.  
  315. #info a:hover {
  316. color:{color:link hover};
  317. }
  318.  
  319. .tags {
  320. font-family:calibri;
  321. font-style:normal;
  322. width:495px;
  323. text-transform:normal;
  324. font-style:normal;
  325. line-height:120%;
  326. padding-left:5px;
  327. font-size:10px;
  328. text-align:left;
  329. padding-top:5px;
  330. padding-bottom:15px;
  331. -moz-transition-duration:0.2s;
  332. -webkit-transition-duration:0.2s;
  333. -o-transition-duration:0.2s;
  334. }
  335. .tags a{
  336. color:{color:link};
  337. -moz-transition-duration:0.2s;
  338. -webkit-transition-duration:0.2s;
  339. -o-transition-duration:0.2s;
  340. }
  341. .tags a:hover{
  342. color:{color:link hover};
  343. -moz-transition-duration:0.2s;
  344. -webkit-transition-duration:0.2s;
  345. -o-transition-duration:0.2s;
  346. }
  347.  
  348. .audio{
  349. background-color:#e5e5e5;
  350. height:65px;
  351. overflow:hidden;
  352. }
  353.  
  354. #ask {
  355. float:left;
  356. color:{color:text};
  357. }
  358.  
  359. #credit {
  360. font-size:9px;
  361. font-family:cambria;
  362. font-style:italic;
  363. letter-spacing:1px;
  364. -moz-transition-duration:0.5s;
  365. -webkit-transition-duration:0.5s;
  366. -o-transition-duration:0.5s;
  367. }
  368.  
  369. #credit a {
  370. background-color:transparent;
  371. padding:5px;
  372. border:1px solid #e9e9e9;
  373. position:fixed;
  374. right:15px;
  375. bottom:10px
  376. }
  377.  
  378. #credit a:hover {
  379. color:#fff;
  380. background-color:transparent;
  381. }
  382.  
  383. {CustomCSS}</style></head><body>
  384.  
  385. <div id="sidebar">
  386.  
  387. <div id="sidebarimage">
  388. <a href="/"><img src="{image:sidebar}"></a></div>
  389.  
  390. <div class="sidebartitle">{text:sidebartitle}</div>
  391.  
  392. <div id="links">
  393. <a href="/">RIVENDELL</a>
  394. <a href="/ask">LETTERS</a>
  395. <a href="{text:link 1 url}">{text:link 1}</a>
  396. <a href="{text:link 2 url}">{text:link 2}</a>
  397. <a href="{text:link 3 url}">{text:link 3}</a>
  398. <a href="{text:link 4 url}">{text:link 4}</a>
  399. <a href="{text:link 5 url}">{text:link 5}</a>
  400. </div>
  401.  
  402. <div id="description">{description}
  403.  
  404. <div id="pagination">
  405. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  406. </div></div></div>
  407.  
  408. <div id="entries">{block:Posts}<div id="post">
  409.  
  410. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  411.  
  412. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  413.  
  414. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  415.  
  416. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  417.  
  418. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  419.  
  420. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  421.  
  422. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  423.  
  424. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  425.  
  426. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  427.  
  428. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  429. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  430.  
  431. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  432. </div>
  433.  
  434.  
  435. {block:HasTags}
  436. <div class="tags">
  437. filed under:{block:Tags} <a href="{TagURL}">&nbsp; # {Tag}</a> {/block:Tags}</div>
  438. {/block:HasTags}
  439. <div class="postnote">
  440. {block:PostNotes}{PostNotes}{/block:PostNotes}
  441. </div>
  442. </div>
  443. {/block:Posts}
  444.  
  445. </div>
  446. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  447.  
  448. </body>
  449.  
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement