Advertisement
Beautifully-Flawless

Fandom Theme 09

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