Advertisement
fantasy1x1

Theme 005

Nov 1st, 2013
5,922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.01 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.     <head><title>{Title}</title>
  5.     <link rel="shortcut icon" href="{Favicon}">
  6.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.    
  9.  
  10.  
  11. <!--theme number five by fantasy1x1 (or kyla) please follow the rules. don't steal or redistribute. don't claim as your own. please keep the credit in tact. thank you ♥-->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  16. <meta name="color:DescriptionText" content="#b8b8b8"/>
  17. <meta name="color:Border" content="#dddddd"/>
  18. <meta name="color:Hover" content="#f2f2f2"/>
  19. <meta name="color:Scrollbar" content="#000000"/>
  20. <meta name="color:ScrollbarBg" content="#ffffff"/>
  21. <meta name="color:Post Links" content="#c0bfbf"/>
  22. <meta name="color:Answer Backg" content="#000000"/>
  23. <meta name="color:Accent" content="#d12727"/>
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="text:Quote" content="We live in a fantasy full of creation and amazing feats of bravery" />
  27. <meta name="text:Source" content="Source here" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 Text" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 5 Text" content="" />
  38. <meta name="text:Link 6" content="" />
  39. <meta name="text:Link 6 Text" content="" />
  40. <meta name="text:Link 7" content="" />
  41. <meta name="text:Link 7 Text" content="" />
  42. <meta name="text:Link 8" content="" />
  43. <meta name="text:Link 8 Text" content="" />
  44. <meta name="if:Show Link 1" content="1" />
  45. <meta name="if:Show Link 2" content="1" />
  46. <meta name="if:Show Link 3" content="1" />
  47. <meta name="if:Show Link 4" content="1" />
  48. <meta name="if:Show Link 5" content="1" />
  49. <meta name="if:Show Link 6" content="1" />
  50. <meta name="if:Show Link 7" content="1" />
  51. <meta name="if:Show Link 8" content="1" />
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. height:auto;
  58. background-color:{color:Scrollbar};
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. height:9px;
  63. width:4px;
  64. background-color:{color:ScrollbarBg};
  65. }
  66.  
  67. body {
  68. background:{color:background} fixed;
  69. margin:0px;
  70. color:{color:text};
  71. font-family:calibri;
  72. font-size:10px;
  73. line-height:100%;
  74. letter-spacing:0px;
  75. text-align:justify;
  76. background-image:url('{image:Background}');
  77. }
  78.      
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:Post Links};
  84. }
  85.      
  86. img {
  87.     border:none;
  88. }
  89.      
  90. blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.        
  95. blockquote blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.      
  100. h1 {
  101. font-size:8px;
  102. letter-spacing:2px;
  103. text-transform:uppercase;
  104. font-family:'CAMBRIA';
  105. font-style:none;
  106. line-height:10px;
  107. text-align:left;
  108. padding:0px;
  109. }
  110.      
  111. a:hover {
  112. color:{color:Accent};
  113. -moz-transition-duration:0.3s;
  114. -webkit-transition-duration:0.3s;
  115. -o-transition-duration:0.3s;
  116. }
  117.  
  118. #audiopost {
  119. width:500px;
  120. height:70px;
  121. margin-bottom:0px;
  122. }
  123.    
  124. .albumart {
  125. width:70px;
  126. height:70px;
  127. margin-left:0px;
  128. position:absolute;
  129. }
  130.  
  131. .albumart img {
  132. float:left;
  133. width:70px;
  134. height:70px;
  135. }
  136.  
  137. .player {
  138. opacity:0.9;
  139. display:block;
  140. position:absolute;
  141. margin-top:5px;
  142. margin-left:435px;
  143. width:60px;
  144. height:60px;
  145. -webkit-transition:all 0.6s;
  146. -moz-transition:all 0.6s;
  147. -o-transition:all 0.6s;
  148. -ms-transition: all 0.6s;
  149. transition:all 0.5s;
  150. background:transparent;
  151. z-index:1;
  152. }
  153.  
  154. .audioplayer {
  155. margin-top:14px;
  156. margin-left:-416px;
  157. overflow:hidden;
  158. width:24px;
  159. height:24px;
  160. padding:3px;
  161. }
  162.  
  163. .audioinfo {
  164. display:block;
  165. width:422px;
  166. height:48px;
  167. padding-top:22px;
  168. padding-left:80px;
  169. font-family:helvetica;
  170. font-style:italic;
  171. font-weight:bold;
  172. font-size:20px;
  173. letter-spacing:-2px;
  174. text-transform:lowercase;
  175. text-align:center;
  176. color:#a8a8a8;
  177. background:#f8f8f8;
  178. }
  179.  
  180. .audioinfo1 {
  181. margin-top:5px;
  182. font-family:helvetica;
  183. font-size:10px;
  184. text-transform:lowercase;
  185. letter-spacing:0px;
  186. }
  187.  
  188. #entries {
  189. padding:10px;
  190. width:500px;
  191. margin-left:352px;
  192. margin-top:5px;
  193. font-size:10px;
  194. font-family:'arial';
  195. letter-spacing:0px;
  196. }
  197.      
  198. #post {
  199. width:500px;
  200. padding-bottom:10px;
  201. padding:25px;
  202. margin-top:50px
  203. margin-bottom:10px;
  204. background-color:#f8f8f8;
  205. }
  206.  
  207. #title {
  208. position:fixed;
  209. color:white;
  210. padding:5px;
  211. width:207px;
  212. text-align:center;
  213. margin-top:100px;
  214. margin-left:42px;
  215. font-family:times;
  216. font-size:11px;
  217. font-weight:bold;
  218. font-style:italic;
  219. letter-spacing:1px;
  220. background-color:{color:Accent};
  221. }
  222.  
  223. #quoted {
  224. position:fixed;
  225. width:200px;
  226. height:110%;
  227. text-align:center;
  228. color:white;
  229. margin-top:-5px;
  230. margin-left:920px;
  231. padding-top:300px;
  232. font-size:11px;
  233. font-family:georgia;
  234. line-height:110%;
  235. font-style:italic;
  236. padding-left:6px;
  237. padding-right:6px;
  238. background-color:{color:Accent};
  239. border-left:10px solid #f8f8f8;
  240. border-right:10px solid #f8f8f8;
  241. }
  242.  
  243. #sourced {
  244. text-align:right;
  245. font-size:10px;
  246. margin-top:2px;
  247. font-weight:bold;
  248. }
  249.  
  250. #sidebar {
  251. position:fixed;
  252. margin-left:50px;
  253. margin-top:-5px;
  254. background-color:#f8f8f8;
  255. width:300px;
  256. height:110%;
  257. }
  258.      
  259. #sidebarimage {
  260. width 130px;
  261. }
  262.      
  263. #sidebarimage img {
  264. width:200px;
  265. height:230px;
  266. margin-top:124px;
  267. padding:3px;
  268. margin-left:43px;
  269. border:5px solid #ffffff;
  270. }
  271.  
  272. .links {
  273. width:258px;
  274. font-family:'calibri';
  275. padding:4px;
  276. text-align:center;
  277. text-transform:uppercase;
  278. position:fixed;
  279. margin-top:7px;
  280. margin-left:15px;
  281. }
  282.      
  283. .links a {
  284. display:inline-block;
  285. width:44px;
  286. padding:3px;
  287. font-size:8px;
  288. letter-spacing:0px;
  289. margin-top:2px;
  290. color:white;
  291. background-color:{color:Accent};
  292. }
  293.      
  294. .links a:hover {
  295. -moz-transition-duration:0.3s;
  296. -webkit-transition-duration:0.3s;
  297. -o-transition-duration:0.3s;
  298. background-color:transparent;
  299. color:{color:Accent};
  300. }  
  301.  
  302. #description {
  303. text-align:justify;
  304. font-family:'Arial';
  305. width:160px;
  306. margin-top:60px;
  307. margin-left:45px;
  308. font-size:9px;
  309. position:fixed;
  310. text-transform:none;
  311. color:{color:DescriptionText};
  312. }
  313.  
  314. #pagination {
  315. padding:2px;
  316. font-family:'arial';
  317. letter-spacing:0px;
  318. font-size:9px;
  319. text-align:center;
  320. padding:2px;
  321. margin-top:0px;
  322. text-transform:lowercase;
  323. }
  324.  
  325. #info {  
  326. width:500px;
  327. height:11px;;
  328. text-align:center;
  329. font-family:'trebuchet ms';
  330. margin-top:3px;
  331. letter-spacing:1px;
  332. font-size:8px;
  333. font-style:none;
  334. padding:1px;
  335. line-height:10px;
  336. text-transform:uppercase;
  337. border-top:1px solid;
  338. border-color:{color:Border};
  339. background-color:#f8f8f8;
  340. }
  341.    
  342. #info a {
  343. text-align:center;
  344. color:{color:Post Links};
  345. }
  346.    
  347. #info a:hover {
  348. -moz-transition-duration:0.3s;
  349. -webkit-transition-duration:0.3s;
  350. -o-transition-duration:0.3s;
  351. color:black;
  352. }
  353.  
  354. #tags {
  355. float:left;
  356. width:489px;
  357. margin-top:-3px;
  358. margin-left:-5px;
  359. text-align:right;
  360. font-size:7px;
  361. padding:5px;
  362. font-size:8px;
  363. opacity:1;
  364. transition-duration: 0.5s;
  365. -moz-transition-duration: 0.5s;
  366. -webkit-transition-duration: 0.5s;
  367. -o-transition-duration: 0.5s
  368. color:{color:Post Links};
  369. }
  370.    
  371. #tags a {
  372. letter-spacing:0px;
  373. font-size:8px;
  374. text-align:center;
  375. font-family:'CALIBRI';
  376. text-decoration:none;
  377. display:inline-block;
  378. color:lightgray;
  379. padding:2px;
  380. }
  381.  
  382. #tags a:hover {
  383. padding:2px;
  384. -moz-transition-duration:0.3s;
  385. -webkit-transition-duration:0.3s;
  386. -o-transition-duration:0.3s;
  387. color:white;
  388. background-color:{color:Accent};
  389. }
  390.  
  391. #asker {
  392. padding:14px;
  393. font-family:'arial';
  394. font-size:11px;
  395. letter-spacing:0px;
  396. text-align:left;
  397. margin-top:0px;
  398. text-transform:lowercase;
  399. line-height:100%;
  400. color:white;
  401. background-color:{color:Accent};
  402. }
  403.  
  404. #asker a {
  405. color:white;
  406. }
  407.  
  408. #asker a:hover {
  409. font-style:normal;
  410. color:white;
  411. }
  412.  
  413. #cred {
  414. position:fixed;
  415. font-family:'Calibri';
  416. text-transform:uppercase;
  417. font-size:8px;
  418. right:9px;
  419. bottom:9px;
  420. padding:4px;
  421. letter-spacing:1px;
  422. }
  423.  
  424. #cred a {
  425. padding:3px;
  426. }
  427.  
  428. #cred a:hover {
  429. color:white;
  430. background-color:{color:Accent};
  431. }
  432.  
  433. {CustomCSS}</style></head><body>
  434.  
  435. <div id="quoted">"{text:Quote}"
  436. <div id="sourced">-- {text:Source}</div></div>
  437.  
  438. <div id="sidebar">
  439.  
  440.  <div id="title">{Title}</div>
  441.  
  442. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  443.  
  444. <div class="links">
  445. <a href="/">Home</a>
  446. <a href="/ask">Ask</a>
  447. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  448. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  449. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  450. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  451. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  452. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfShowLink6}
  453. {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a>{/block:IfShowLink7}
  454. {block:IfShowLink8}<a href="{text:Link 8}">{text:Link 8 Text}</a>{/block:IfShowLink8}
  455. </div>
  456.  
  457. <div id="description"><div style="height:155px; width:200px; overflow:auto; padding:5px;">{Description}</div>
  458.  
  459. </div>
  460.  
  461. {block:Pagination}
  462. <div id="pagination">
  463. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  464. — {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  465. </div>
  466. {/block:Pagination}
  467. </div>
  468. </div>
  469.  
  470. <div id="entries">
  471. {block:Posts}
  472. <div id="post">
  473.  
  474. {block:Text}
  475. <h1>{block:Title}{Title}{/block:Title}</h1>
  476. {Body}{/block:Text}
  477.  
  478. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  479. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  480.  
  481. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  482. {/block:Caption}{/block:Photoset}
  483.  
  484. {block:Quote}<h2>"{Quote}"</h2>
  485. {block:Source}<div class="qsource"> —{Source}</div>
  486. {/block:Source}{/block:Quote}
  487.  
  488. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  489.  
  490. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  491.  
  492. {block:Audio}<div id="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<div class="audioinfo1">{block:Artist} by {Artist}{/block:Artist} with {FormattedPlayCount} plays </div></div></div>{/block:Caption}
  493. {/block:Audio}
  494.  
  495. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  496.  
  497. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  498.    
  499. <div id="info">
  500. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  501. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  502. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  503. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  504. with {NoteCountWithLabel} <span style="color:red"></span>
  505. {block:HasTags}<div id="tags">
  506.  
  507. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  508. </div>{block:HasTags}
  509. </div>
  510. </div>
  511. {/block:Posts}
  512. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  513. {/block:Posts}</div></div></div>
  514. <br><br><br><br>
  515.    
  516. <div id="cred">
  517. <a href="http://fantasy1x1.tumblr.com/">FANTASY1X1</a>    
  518. </div>
  519. </div>
  520.  
  521.  
  522.        
  523.     </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement