Advertisement
Beautifully-Flawless

Fandom Theme 10

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