Advertisement
Beautifully-Flawless

Fandom Theme 08

Sep 7th, 2014
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 KB | None | 0 0
  1. <!-------------------------------------------
  2. Theme by Cindy
  3. http://klaroline-fantasies.tumblr.com/
  4. DON'T REMOVE THE CREDITS
  5. ******************
  6. -------------------------------------------->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description"content="{MetaDescription}"/>{/block:Description}
  15.  
  16. <!--Variables-->
  17. <meta name="color:Selection" content="#B6E731" />
  18. <meta name="color:Background" content="#fff" />
  19. <meta name="color:Links" content="#CDE283" />
  20. <meta name="color:Links Hover" content="#aaa" />
  21. <meta name="color:Posts Bg" content="#fff" />
  22. <meta name="color:Text" content="#000" />
  23. <meta name="color:Permalink Bg" content="#97CB0B" />
  24. <meta name="color:Permalink Text" content="#000" />
  25. <meta name="color:Accent 1" content="#C2E95A" />
  26. <meta name="color:Accent 2" content="#B6E731" />
  27. <meta name="color:Blogtitle" content="#000" />
  28. <meta name="color:Navigation Bg" content="#CDE283" />
  29.  
  30. <meta name="image:Right Side Img" content="http://static.tumblr.com/a885c0c6832eb9be4f7428308a34f256/1r3oeht/xwunbi68x/tumblr_static_6oh7vd796j8c04gwkkosswc00.png"/>
  31. <meta name="image:Left Side Img" content="http://static.tumblr.com/5ee6c8a4b7ebd7c901776c96e03c7b53/1r3oeht/n1Jnbifwd/tumblr_static_6kx1tb7p0t4ws4c8ggwwgo88o.png"/>
  32. <meta name="image:sidebar" content="http://static.tumblr.com/d42fcffd0a37d8190cccb02a8a4be192/1r3oeht/smVnbg8sw/tumblr_static_3kluw0634dmok0ookoc4gco0k.jpg"/>
  33.  
  34. <meta name="text:Custom Link 1 URL" content="" />
  35. <meta name="text:Custom Link 2 URL" content="" />
  36. <meta name="text:Custom Link 3 URL" content="" />
  37. <meta name="text:Custom Link 4 URL" content="" />
  38. <meta name="text:Custom Link 5 URL" content="" />
  39. <meta name="text:Custom Link 6 URL" content="" />
  40. <meta name="text:Custom Link 7 URL" content="" />
  41. <meta name="text:Custom Link 8 URL" content="" />
  42.  
  43. <meta name="text:Custom Link 1" content="" />
  44. <meta name="text:Custom Link 2" content="" />
  45. <meta name="text:Custom Link 3" content="" />
  46. <meta name="text:Custom Link 4" content="" />
  47. <meta name="text:Custom Link 5" content="" />
  48. <meta name="text:Custom Link 6" content="" />
  49. <meta name="text:Custom Link 7" content="" />
  50. <meta name="text:Custom Link 8" content="" />
  51.  
  52.  
  53. <!--Variables-->
  54.  
  55. <!--Google Fonts-->
  56. <link href='http://fonts.googleapis.com/css?family=Mr Bedfort|UnifrakturCook:700|UnifrakturMaguntia|Meddon|Emilys Candy|Sail|Seaweed Script|Antic|Carrois Gothic SC|Bilbo Swash Caps|Tulpen One|Fjalla One|Yanone Kaffeesatz|Metrophobic|Berkshire Swash|Felipa|Pathway Gothic One|Permanent Marker|Oleo Script Swash Caps|Allura|Devonshire|Herr Von Muellerhoff|Nosifer|UnifrakturCook:700|Lily Script One|Cinzel Decorative' rel='stylesheet' type='text/css'>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Poiret One|Limelight|Fredoka One|Changa One|Chewy|Passion One|Comfortaa' rel='stylesheet' type='text/css'>
  59. <!--Google Fonts-->
  60.  
  61. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  62.  
  63. <style type="text/css">
  64.  
  65. #tumblr_controls{position:fixed !important;z-index:9999999999999999999;}
  66.  
  67. ::selection{background:{color:Selection};}::-moz-selection{background:{color:Selection};}::-webkit-selection{background:{color:Selection};}
  68.  
  69. ::-webkit-scrollbar-thumb {-webkit-border-radius:10px;border-radius: 10px;background-color:{color:Accent 2};-webkit-box-shadow: inset 0 0 6px #000;}
  70.  
  71.  
  72. /* ~ BASICS ~ */
  73. body {
  74. background-image:url('');
  75. background-attachment:fixed;
  76. background-position:left;
  77. background-repeat:repeat;
  78. background-color:{color:Background};
  79. }
  80.  
  81. body, div, p, textarea, submit, input {
  82. font-family:'calibri';
  83. color:{color:Text};
  84. font-size:11px;
  85. line-height:100%;
  86. text-align:justify;
  87. }
  88.  
  89. a:link, a:visited, a:active {
  90. text-decoration:none;
  91. color:{color:Links};
  92. -webkit-transition: all 0.4s ease-in-out;
  93. -moz-transition: all 0.4s ease-in-out;
  94. -o-transition: all 0.4s ease-in-out;
  95. transition: all 0.4s ease-in-out;
  96. }
  97.  
  98. a:hover {
  99. color:{color:Links Hover};
  100. text-shadow: 0px 1px 2px #625E6E;
  101. -webkit-transition: all 0.5s ease-out;
  102. -moz-transition: all 0.5s ease-out;
  103. transition: all 0.5s ease-out;
  104. }
  105.  
  106. #content{
  107. width:530px;
  108. float:left;
  109. top:0px;
  110. margin-left:400px;
  111. }
  112.  
  113. .entry{
  114. float:left;
  115. padding:15px;
  116. overflow:hidden;
  117. margin-bottom:15px;
  118. box-shadow:0px 1px 4px #000;
  119. background:{color:Posts Bg};
  120. {block:IndexPage}
  121. width:500px;
  122. {/block:IndexPage}
  123. {block:PermalinkPage}
  124. width:500px;
  125. {/block:PermalinkPage}
  126. }
  127.  
  128. #info{
  129. position:relative;
  130. text-transform:uppercase;
  131. border-left:8px solid {color:Permalink Bg};
  132. color:{color:Permalink Text};
  133. background:#fff;
  134. letter-spacing:1px;
  135. text-align:left;
  136. font-size:8px;
  137. font-family:calibri;
  138. padding-left:6px;
  139. margin-top:4px;
  140. width:493px !important;
  141. }
  142.  
  143. #tags {
  144. font-family:calibri;
  145. text-align:left;
  146. text-transform:uppercase;
  147. font-size:8px;
  148. letter-spacing:1px;
  149. margin-top:6px;
  150. border-left:8px solid {color:Accent 2};
  151. padding-left:6px;
  152. width:493px;
  153. }
  154.  
  155. #posttitle{
  156. font-family:'Cinzel Decorative';
  157. font-size:25px;
  158. line-height:28px;
  159. color:#000;
  160. text-align:center;
  161. text-transform:none;
  162. }
  163.  
  164. .user_1 .label {color:#5D5D5D; font-weight:bold;}
  165. .user_2 .label {color:#7D7D7D; font-weight:bold;}
  166.  
  167. blockquote{
  168. border-left:5px solid {color:Accent 2};
  169. padding:5px;
  170. }
  171.  
  172. #postnotes {
  173. margin:0px 0px 0px 0px;
  174. width:510px;
  175. padding:5px;
  176. font-family:'calibri headings';
  177. font-size: 12px;
  178. background-color: none;
  179. }
  180.  
  181. #postnotes a {margin-top:1px;}
  182.  
  183. ol.notes li.note {padding:1px;border-bottom: solid 0px;}
  184.  
  185. ol.notes li.note img.avatar {
  186. vertical-align:-4px;
  187. margin-right:0px;
  188. width:16px;
  189. height:16px;
  190. }
  191.  
  192. quote{
  193. font-family:'Oleo Script Swash Caps';
  194. font-size:18px;
  195. line-height:20px;
  196. text-transform:none;
  197. text-shadow: 0px 1px 2px #625E6E;
  198. }
  199.  
  200. #source{
  201. font-family:'Carrois Gothic SC';
  202. font-size:10px;
  203. color:#999;
  204. text-transform:none;
  205. text-align:right;
  206. }
  207.  
  208. ask a{
  209. letter-spacing:1px;
  210. padding:6px;
  211. margin-right:5px;
  212. font-family:trebuchet ms;
  213. font-size:8px;
  214. text-align:center;
  215. background:#ddd;
  216. color:#000;
  217. text-transform:uppercase;
  218. -webkit-transition: all 0.4s linear;
  219. -moz-transition: all 0.4s linear;
  220. transition: all 0.4s linear;
  221. }
  222.  
  223. #askbox{
  224. border-bottom:1px solid #aaa;
  225. margin:0px;
  226. margin-top:-10px;
  227. overflow:hidden;
  228. padding:5px;
  229. }
  230.  
  231. question{
  232. font-size:10px; text-transform:uppercase; letter-spacing:1px; line-height:11px; overflow:hidden;
  233. }
  234.  
  235. .askimg img{
  236. width:40px;
  237. align:left;
  238. float:left;
  239. padding:6px;
  240. background:{color:Accent 1};
  241. margin-right:6px;
  242. border:1px solid #B6E731;
  243. }
  244.  
  245. #marker{
  246. position:fixed;
  247. width:6px;
  248. height:100%;
  249. background:#eee;
  250. top:0px;
  251. left:1355px;
  252. }
  253.  
  254. #mmarker{
  255. position:fixed;
  256. width:100%;
  257. height:6px;
  258. background:#eee;
  259. top:640px;
  260. left:0px;
  261. }
  262.  
  263. /* DESIGN */
  264.  
  265. #DoNotRemove a{
  266. position:fixed;
  267. opacity:1;
  268. right:10px;
  269. width:45px;
  270. height:6px;
  271. top:30px;
  272. color:#444;
  273. z-index:999999;
  274. font-size:10px;
  275. overflow:hidden;
  276. background:white;
  277. text-align:center;
  278. text-transform:uppercase;
  279. letter-spacing:2px;
  280. line-height:10px;
  281. font-family:'Passion One';
  282. border:3px double {color:Accent 1};
  283. padding:3px 4px 5px 3px;
  284. -webkit-transition: all 0.8s linear;
  285. -moz-transition: all 0.8s linear;
  286. transition: all 0.8s linear;
  287. }
  288.  
  289. #DoNotRemove a:hover{
  290. width:200px;
  291. border-radius:5px;
  292. text-shadow:none;
  293. -webkit-transition: all 0.8s linear;
  294. -moz-transition: all 0.8s linear;
  295. transition: all 0.8s linear;
  296. }
  297.  
  298. #side{
  299. position:fixed;
  300. width:230px;
  301. height:230px;
  302. top:60px;
  303. left:40px;
  304. background:#fff;
  305. border:8px solid {color:Accent 1};
  306. overflow:hidden;
  307. }
  308.  
  309. #side img{width:100%;height:100%;}
  310.  
  311. #side:hover #des{
  312. bottom:0px;
  313. -webkit-transition: all 0.5s ease-in-out;
  314. -moz-transition: all 0.5s ease-in-out;
  315. -o-transition: all 0.5s ease-in-out;
  316. }
  317.  
  318. #side:hover #blogtitle{
  319. top:20px;
  320. -webkit-transition: all 0.5s ease-in-out;
  321. -moz-transition: all 0.5s ease-in-out;
  322. -o-transition: all 0.5s ease-in-out;
  323. }
  324.  
  325. #blogtitle{
  326. position:fixed;
  327. font-family:'Herr Von Muellerhoff';
  328. font-size:36px;
  329. color:{color:Blogtitle};
  330. top:320px;
  331. left:150px;
  332. text-align:center;
  333. text-transform:none;
  334. text-shadow:0px 1px 1px #000;
  335. -webkit-transition: all 0.5s ease-in-out;
  336. -moz-transition: all 0.5s ease-in-out;
  337. -o-transition: all 0.5s ease-in-out;
  338. }
  339.  
  340. #des{
  341. position:absolute;
  342. width:220px;
  343. height:90px;
  344. bottom:-110px;
  345. left:0px;
  346. color:#000;
  347. padding:5px;
  348. background:#fff;
  349. border-top:3px solid {color:Accent 1};
  350. font-size:10px;
  351. text-align:center;
  352. text-transform:none;
  353. -webkit-transition: all 0.5s ease-in-out;
  354. -moz-transition: all 0.5s ease-in-out;
  355. -o-transition: all 0.5s ease-in-out;
  356. }
  357.  
  358. #pagination a{
  359. position:fixed;
  360. width:165px;
  361. height:auto;
  362. left:220px;
  363. top:380px;
  364. padding:3px;
  365. color:{color:Accent 1};
  366. font-size:100px;
  367. font-family:'Oleo Script Swash Caps';
  368. text-transform:uppercase;
  369. }
  370.  
  371. #links1{
  372. position:fixed;
  373. width:120px;
  374. height:120px;
  375. top:90px;
  376. left:300px;
  377. }
  378.  
  379. #links1 a{
  380. width:120px;
  381. height:10px;
  382. margin-left:0px;
  383. margin-bottom:25px;
  384. float:left;
  385. font-family:Calibri;
  386. font-size:11px;
  387. font-style:bold;
  388. text-align:left;
  389. line-height:10px;
  390. text-indent:10px;
  391. text-transform:uppercase;
  392. text-shadow:0px 1px 1px #000;
  393. color:#000;
  394. border-left:10px solid {color:Navigation Bg};
  395. -webkit-transition: all 0.5s ease-in-out;
  396. -moz-transition: all 0.5s ease-in-out;
  397. -o-transition: all 0.5s ease-in-out;
  398. }
  399.  
  400. #links1 a:hover{
  401. border-left:20px solid {color:Navigation Bg};
  402. -webkit-transition: all 0.5s ease-in-out;
  403. -moz-transition: all 0.5s ease-in-out;
  404. -o-transition: all 0.5s ease-in-out;
  405. }
  406.  
  407. #links2{
  408. position:fixed;
  409. width:120px;
  410. height:120px;
  411. top:330px;
  412. left:40px;
  413. }
  414.  
  415. #links2 a{
  416. width:120px;
  417. height:10px;
  418. margin-left:0px;
  419. margin-bottom:25px;
  420. float:left;
  421. font-family:Calibri;
  422. font-size:11px;
  423. font-style:bold;
  424. text-align:left;
  425. line-height:10px;
  426. text-indent:10px;
  427. text-transform:uppercase;
  428. text-shadow:0px 1px 1px #000;
  429. color:#000;
  430. border-left:10px solid {color:Navigation Bg};
  431. -webkit-transition: all 0.5s ease-in-out;
  432. -moz-transition: all 0.5s ease-in-out;
  433. -o-transition: all 0.5s ease-in-out;
  434. }
  435.  
  436. #links2 a:hover{
  437. border-left:20px solid {color:Navigation Bg};
  438. -webkit-transition: all 0.5s ease-in-out;
  439. -moz-transition: all 0.5s ease-in-out;
  440. -o-transition: all 0.5s ease-in-out;
  441. }
  442.  
  443. .bottomgraphic img{
  444. position:fixed;
  445. width:auto;
  446. height:420px;
  447. right:0px;
  448. bottom:0px;
  449. z-index:-999;
  450. }
  451.  
  452. .leftgraphic img{
  453. position:fixed;
  454. width:auto;
  455. height:250px;
  456. left:100px;
  457. bottom:0px;
  458. z-index:-999;
  459. }
  460.  
  461. </style>
  462.  
  463.  
  464. <body>
  465.  
  466. <div id="side">
  467. <div id="blogtitle">{title}</div>
  468. <div id="des">
  469. {Description}
  470. <br><br>
  471. </div>
  472. <img src="{image:Sidebar}">
  473. </div>
  474.  
  475. <div id="links1">
  476. <a href="/">Home</a>
  477. <a href="/ask">Message</a>
  478. <a href="submit">Submit</a>
  479. <a href="archive">Archive</a>
  480. {block:ifCustomLink1}
  481. <a href="{text:Custom Link 1 URL}">{text:Custom Link 1}</a>
  482. {/block:ifCustomLink1}
  483. {block:ifCustomLink2}
  484. <a href="{text:Custom Link 2 URL}">{text:Custom Link 2}</a>
  485. {/block:ifCustomLink2}
  486. </div>
  487.  
  488. <div id="links2">
  489. {block:ifCustomLink3}
  490. <a href="{text:Custom Link 3 URL}">{text:Custom Link 3}</a>
  491. {/block:ifCustomLink3}
  492. {block:ifCustomLink4}
  493. <a href="{text:Custom Link 4 URL}">{text:Custom Link 4}</a>
  494. {/block:ifCustomLink4}
  495. {block:ifCustomLink5}
  496. <a href="{text:Custom Link 5 URL}">{text:Custom Link 5}</a>
  497. {/block:ifCustomLink5}
  498. {block:ifCustomLink6}
  499. <a href="{text:Custom Link 6 URL}">{text:Custom Link 6}</a>
  500. {/block:ifCustomLink6}
  501. {block:ifCustomLink7}
  502. <a href="{text:Custom Link 7 URL}">{text:Custom Link 7}</a>
  503. {/block:ifCustomLink7}
  504. {block:ifCustomLink8}
  505. <a href="{text:Custom Link 8 URL}">{text:Custom Link 8}</a>
  506. {/block:ifCustomLink8}
  507. </div>
  508.  
  509. <div class="bottomgraphic"><img src="{image:Right Side Img}"></div>
  510.  
  511. <div class="leftgraphic"><img src="{image:Left Side Img}"></div>
  512.  
  513. <div id="pagination">
  514. <div style="text-align:left;">{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}</div>
  515.  
  516. <div style="text-align:right;">{block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}</div>
  517. </div>
  518.  
  519. <div id="DoNotRemove"><a href="http://klaroline-fantasies.tumblr.com/">Theme By Klaroline Fantasies</a></div>
  520.  
  521. <div id="content">
  522. {block:Posts}
  523. <div class="entry">
  524.  
  525. {block:Text}
  526. {block:Title}
  527. <div id="posttitle">{Title}</div>
  528. {/block:Title}
  529. {Body}
  530. {/block:Text}
  531.  
  532. {block:Photo}
  533. {LinkOpenTag}
  534. <a href="{permalink}">
  535. <img class="photo"src="{PhotoURL-HighRes}"alt="{PhotoAlt}"width="100%"></a>
  536. {LinkCloseTag}
  537. {block:Caption}
  538. {Caption}
  539. {/block:Caption}
  540. {/block:Photo}
  541.  
  542. {block:Photoset}
  543. {Photoset-500}
  544. {block:Caption}
  545. {Caption}
  546. {/block:Caption}
  547. {/block:Photoset}
  548.  
  549. {block:Quote}
  550. <quote>{Quote}</quote>
  551. {block:Source}
  552. <div id="source">-{Source}</div>
  553. {/block:Source}
  554. {/block:Quote}
  555.  
  556. {block:Link}
  557. <a href="{URL}">{Target}<div id="posttitle">{Name}</div></a>
  558. {block:Description}{Description}{/block:Description}
  559. {/block:Link}
  560.  
  561. {block:Chat}
  562. {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
  563. <ul class="chat">
  564. {block:Lines}
  565. <li class="user_{UserNumber}">
  566.  
  567. {block:Label}
  568. <span class="label">{Label}</span>
  569.  
  570. {/block:Label}
  571.  
  572. &nbsp;{Line}</li>
  573. {/block:Lines}</ul>
  574. {/block:Chat}
  575.  
  576. {block:Audio}
  577. {AudioPlayerBlack}
  578. {block:Caption}
  579. {Caption}
  580. {/block:Caption}
  581. {/block:Audio}
  582.  
  583. {block:Video}
  584. {Video-500}
  585. {block:Caption}{Caption}{/block:Caption}
  586. {/block:Video}
  587.  
  588. {block:Answer}
  589. <div id="askbox">
  590. <div class="askimg"><a href="{AskerURL}"><img src="{AskerPortraitURL-40}"/><br></a></div>
  591.  
  592. <ask><a href="{AskerURL}">{Asker}</a></ask>
  593. <question><br><br>{Question}</question>
  594. </div>
  595. {Answer}
  596. {/block:Answer}
  597.  
  598. {block:IndexPage}
  599. <div id="info">
  600. {block:ContentSource}
  601. Via: <a href="{SourceURL}" title="source">{SourceLink}</a>
  602. {block:ContentSource}
  603. |
  604. {block:Date}
  605. Posted <a href="{Permalink}">{TimeAgo}</a>
  606. {/block:Date}
  607. |
  608. {block:NoteCount}
  609. <a href="{Permalink}">{NoteCountWithLabel}</a>
  610. {/block:NoteCount}
  611. |
  612. <a href="{ReblogURL}"target="_blank">Reblog This</a>
  613. <br>
  614. </div>
  615.  
  616. {block:HasTags}
  617. <div id="tags">tagged โ†’ {block:Tags}#<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>
  618. {/block:HasTags}
  619. {/block:IndexPage}
  620.  
  621. {block:PermalinkPage}
  622. <center>
  623. <br>
  624. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  625. <br><br>
  626. {block:HasTags}
  627. &middot;{block:Tags}<a href="TagURL">#{Tag}</a>{/block:Tags}
  628. {/block:hasTags}
  629. </center>
  630. {/block:PermalinkPage}
  631.  
  632. {block:PostNotes}{PostNotes}{/block:PostNotes}
  633.  
  634.  
  635. </div>
  636. {/block:Posts}
  637.  
  638. </div>
  639. </body>
  640. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement