Advertisement
Beautifully-Flawless

Fandom Theme 04

Sep 24th, 2013
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <!--Variables-->
  8.  
  9. <meta name="color:Selection" content="#ddd"/>
  10. <meta name="color:Background" content="#fff"/>
  11. <meta name="color:Text" content="#000"/>
  12. <meta name="color:Link" content="#888"/>
  13. <meta name="color:Link Hover" content="#ddd"/>
  14. <meta name="color:Posts Bg" content="#fff"/>
  15. <meta name="color:Posts Border" content="#ddd"/>
  16. <meta name="color:Posts Header" content="#333"/>
  17. <meta name="color:Posts Header Shadow" content="#151515"/>
  18. <meta name="color:Chat 1" content="#5D5D5D"/>
  19. <meta name="color:Chat 2" content="#7D7D7D"/>
  20. <meta name="color:Blockquote Border" content="#888"/>
  21. <meta name="color:SideImage Bg" content="#fff"/>
  22. <meta name="color:SideImage Border" content="#F2F2F2"/>
  23. <meta name="color:Description Bg" content="#fff"/>
  24. <meta name="color:Description Border" content="#F2F2F2"/>
  25. <meta name="color:Navigation" content="#A4A4A4"/>
  26. <meta name="color:Portrait Bg" content="#fff"/>
  27. <meta name="color:Portrait Border" content="#F2F2F2"/>
  28. <meta name="color:Blogtitle" content="#bbb"/>
  29. <meta name="color:Current Page" content="#bbb"/>
  30. <meta name="color:Pagination" content="#999"/>
  31.  
  32. <meta name="image:Background" content="http://static.tumblr.com/gdh5wux/9Rwmp0bhf/background-backgrounds-floral-pattern-favim.com-261471.jpg" />
  33. <meta name="image:Sidebar" content="http://static.tumblr.com/1r3oeht/HcTmmp28y/hana-gif-_1.gif" />
  34.  
  35. <!--Google Fonts-->
  36. <link href='http://fonts.googleapis.com/css?family=Antic|Carrois Gothic SC|Bilbo Swash Caps|Tulpen One|Fjalla One|Yanone Kaffeesatz|Metrophobic|Berkshire Swash|Felipa|Pathway Gothic One|Permanent Marker' rel='stylesheet' type='text/css'>
  37.  
  38. <style type="text/css">
  39.  
  40. ::selection{background:{color:Selection};} ::-moz-selection{background:{color:Selection};} ::-webkit-selection{background:{color:Selection};}
  41.  
  42.  
  43.  
  44. /* ~ BASICS ~ */
  45.  
  46. body {
  47. background-image: url('{image:Background}');
  48. background-attachment:fixed;
  49. background-position:left;
  50. background-repeat:repeat;
  51. background-color:{color:Background};
  52. font-family:'calibri';
  53. color:{color:Text};
  54. font-size:11px;
  55. line-height:100%;
  56. text-align:justify;
  57. }
  58.  
  59. a:link, a:visited, a:active {
  60. text-decoration:none;
  61. color:{color:Link};
  62. -webkit-transition: all 0.4s ease-in-out;
  63. -moz-transition: all 0.4s ease-in-out;
  64. -o-transition: all 0.4s ease-in-out;
  65. transition: all 0.4s ease-in-out;
  66. }
  67.  
  68. a:hover {
  69. color:{color:Link Hover};
  70. -webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;
  72. transition: all 0.5s ease-out;
  73. }
  74.  
  75. #content{
  76. position:relative;
  77. width:530px;
  78. float:left;
  79. margin-left:500px;
  80. }
  81.  
  82. .entry{
  83. float:left;
  84. padding:5px;
  85. margin:5px;
  86. overflow:hidden;
  87. border:4px double {color:Posts Border};
  88. background-color:{color:Posts Bg};
  89. {block:IndexPage}
  90. width:500px;
  91. {/block:IndexPage}
  92. {block:PermalinkPage}
  93. width:500px;
  94. {/block:PermalinkPage}
  95. }
  96.  
  97.  
  98. #info{
  99. height:auto;
  100. border-top:1px solid #ddd;
  101. margin-top:2px;
  102. }
  103.  
  104. #posttitle{
  105. font-family:'Fjalla One';
  106. font-size:25px;
  107. line-height:28px;
  108. color:{color:Posts Header};
  109. text-align:center;
  110. text-transform:uppercase;
  111. text-shadow: 0px 2px 3px {color:Posts Header Shadow};
  112. }
  113.  
  114. .user_1 .label {color:{color:Chat 1}; font-weight:bold;}
  115. .user_2 .label {color:{color:Chat 2}; font-weight:bold;}
  116.  
  117. blockquote{
  118. border-left:6px solid {color:Blockquote Border};
  119. padding:5px;
  120. }
  121.  
  122. quote{
  123. font-family:'Permanent Marker';
  124. font-size:15px;
  125. line-height:20px;
  126. text-transform:uppercase;
  127. text-shadow: 0px 1px 2px #625E6E;
  128. }
  129.  
  130. #source{
  131. font-family:'Felipa';
  132. font-size:12px;
  133. line-height:12px;
  134. color:#999;
  135. text-transform:none;
  136. letter-spacing:1px;
  137. text-align:right;
  138. }
  139.  
  140. asker{
  141. font-family:'Felipa';
  142. font-size:20px;
  143. line-height:20px;
  144. text-transform:none;
  145. color:#ccc;
  146. }
  147.  
  148. #ask{
  149. padding:6px;
  150. font-family:'Calibri';
  151. font-size:9px;
  152. text-transform:uppercase;
  153. color:#555;
  154. }
  155.  
  156. #askbox{
  157. border:2px solid #ddd;
  158. overflow:hidden;
  159. margin-top:3px;
  160. padding:5px;
  161. box-shadow: 0px 2px 2px #888;
  162. }
  163.  
  164. #SideImage{
  165. width:250px;
  166. height:200px;
  167. padding:6px;
  168. border:4px solid {color:SideImage Border};
  169. top:70px;
  170. left:60px;
  171. background:{color:SideImage Bg};
  172. position:Fixed;
  173. box-shadow: 0px 1px 2px #5D5D5D;
  174. }
  175.  
  176. #SideImage img{width:100%;height:100%;}
  177.  
  178. #des{
  179. position:fixed;
  180. width:250px;
  181. max-height:100px;
  182. top:300px;
  183. left:60px;
  184. padding:6px;
  185. color:#000;
  186. background:{color:Description Bg};
  187. text-align:center;
  188. border:4px solid {color:Description Border};
  189. font-size:10px;
  190. font-family:Trebuchet MS;
  191. text-align:center;
  192. box-shadow: 0px 1px 2px #5D5D5D;
  193. }
  194.  
  195. #navigation{
  196. position:fixed;
  197. width:100px;
  198. height:auto;
  199. left:340px;
  200. top:90px;
  201. }
  202.  
  203. div.navigate a{
  204. font-family:'Antic';
  205. font-size:18px;
  206. text-transform:uppercase;
  207. margin-left:5px;
  208. float:left;
  209. margin-bottom:15px;
  210. display:block;
  211. vertical-align:middle;
  212. color:{color:Navigation} !important;
  213. text-shadow:0px 0px 2px #A4A4A4;
  214. -webkit-transition: all 0.5s ease-in-out;
  215. -moz-transition: all 0.5s ease-in-out;
  216. -o-transition: all 0.5s ease-in-out;
  217. -webkit-transform: rotate(0deg);
  218. }
  219.  
  220. div.navigate a:hover{
  221. margin-left:15px;
  222. -webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. -o-transition: all 0.5s ease-in-out;
  225. }
  226.  
  227. #portrait img{
  228. position:fixed;
  229. width:60px;
  230. height:60px;
  231. padding:4px;
  232. background:{color:Portrait Bg};
  233. border:4px solid {color:Portrait Border};
  234. top:300px;
  235. left:340px;
  236. box-shadow: 0px 1px 2px #5D5D5D;
  237. }
  238.  
  239. #title{
  240. position:fixed;
  241. font-family:'Bilbo Swash Caps';
  242. color:{color:Blogtitle};
  243. font-size:50px;
  244. top:40px;
  245. left:50px;
  246. text-transform:none;
  247. text-shadow: 0px 1px 1px #000;
  248. }
  249.  
  250. #pagination {
  251. font-family:'Calibri';
  252. font-size:13px;
  253. width:85px;
  254. position:fixed;
  255. text-align:center;
  256. z-index:999;
  257. left:340px;
  258. top:280px;
  259. }
  260.  
  261. .current_page {
  262. color:{color:Current Page};
  263. padding: 5px;
  264. }
  265.  
  266. #pagination a {
  267. padding:5px;
  268. color:{color:Pagination};
  269. text-decoration: none;
  270. }
  271.  
  272.  
  273.  
  274.  
  275. </style>
  276. <body>
  277.  
  278. <div id="title">{title}</div>
  279.  
  280. <div id="SideImage"><img src="{image:Sidebar}"></div>
  281.  
  282. <div id="des">{description}</div>
  283.  
  284. <div id="portrait"><img src="{PortraitURL-64}"></div>
  285.  
  286. <div id="navigation">
  287. <div class="navigate">
  288. <a href="/">refresh</a>
  289. <a href="/ask">Inbox</a>
  290. <a href="/submit">Submit</a>
  291. <a href="/archive">archive</a>
  292. <a href="http://klaroline-fantasies.tumblr.com/">credit</a>
  293. </div>
  294. </div>
  295.  
  296. <div id="pagination">
  297. {block:Pagination}
  298. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  299. {block:JumpPagination length="3"}
  300. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  301. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  302. {/block:JumpPagination}
  303. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  304. {/block:Pagination}
  305. </div>
  306.  
  307. <div id="content">
  308. {block:Posts}
  309. <div class="entry">
  310.  
  311. {block:Text}
  312. {block:Title}
  313. <div id="posttitle">{Title}</div>
  314. {/block:Title}
  315. {Body}
  316. {/block:Text}
  317.  
  318. {block:Photo}
  319. {LinkOpenTag}
  320. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  321. {LinkCloseTag}
  322. {block:Caption}
  323. {Caption}
  324. {/block:Caption}
  325. {/block:Photo}
  326.  
  327. {block:Photoset}
  328. {Photoset-500}
  329. {block:Caption}
  330. {Caption}
  331. {/block:Caption}
  332. {/block:Photoset}
  333.  
  334. {block:Quote}
  335. <quote>{Quote}</quote>
  336. {block:Source}
  337. <div id="source">-{Source}</div>
  338. {/block:Source}
  339. {/block:Quote}
  340.  
  341. {block:Link}
  342. <a href="{URL}">{Target}<div id="posttitle">{Name}</div></a>
  343. {block:Description}{Description}{/block:Description}
  344. {/block:Link}
  345.  
  346. {block:Chat}
  347. {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
  348. <ul class="chat">
  349. {block:Lines}
  350. <li class="user_{UserNumber}">
  351.  
  352. {block:Label}
  353. <span class="label">{Label}</span>
  354.  
  355. {/block:Label}
  356.  
  357. &nbsp;{Line}</li>
  358. {/block:Lines}</ul>
  359. {/block:Chat}
  360.  
  361. {block:Audio}
  362. {block:AlbumArt}
  363. <img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />
  364. {/block:AlbumArt}
  365. {block:TrackName}
  366. Song: <b>{TrackName}</b>
  367. <br>
  368. {/block:TrackName}
  369. {block:Artist}
  370. Artist: <b>{Artist}</b>
  371. <br>
  372. {/block:Artist}
  373. <br>
  374. {AudioPlayerBlack}
  375. <br>
  376. {block:Caption}{Caption}{/block:Caption}
  377.  
  378. {/block:Audio}
  379.  
  380. {block:Video}
  381. {Video-500}
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:Video}
  384.  
  385. {block:Answer}
  386. <div id="askbox">
  387. <img src="{AskerPortraitURL-40}" width="40" align="left" style="border-radius:20px; margin-right:6px;border-bottom:2px solid #ddd;"/>
  388. <asker>{Asker}:</asker>
  389. <div id="ask">{Question}</div>
  390. </div>
  391. {Answer}
  392. {/block:Answer}
  393.  
  394. {Block:IndexPage}
  395. <div id="info">
  396. Posted <a href="{Permalink}">{TimeAgo} </a> . <a href="{Permalink}">{NoteCount}</a> notes . <a href="{ReblogURL}"target="_blank">Reblog</a>
  397. {block:ContentSource}
  398. <a href="{SourceURL}" title="source"> </a>
  399. {block:ContentSource}
  400. {block:RebloggedFrom}
  401. <a href="{ReblogParentURL}"></a>
  402. <a href="{ReblogRootURL}"></a>
  403. {/block:RebloggedFrom}
  404. <br>
  405. {block:HasTags}
  406. {block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}
  407. {/block:HasTags}
  408. </div>
  409. {/Block:IndexPage}
  410.  
  411. {Block:PermalinkPage}
  412. <center>
  413. {block:Caption}{Caption}{/block:Caption}
  414.  
  415. {block:ContentSource}
  416. <a href="{SourceURL}" title="source"> </a>
  417. {block:ContentSource}
  418. {block:RebloggedFrom}
  419. <a href="{ReblogParentURL}"></a>
  420. <a href="{ReblogRootURL}"></a>
  421. {/block:RebloggedFrom}
  422. <br>
  423. {block:HasTags}
  424. {block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}
  425. {/block:HasTags}
  426. </center>
  427. {/Block:PermalinkPage}
  428.  
  429. </div>
  430. {/block:Posts}
  431. </div>
  432. </body>
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement