Advertisement
Beautifully-Flawless

Fandom Theme 12

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