Advertisement
fantasy1x1

Theme 001

Oct 13th, 2013
1,838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.99 KB | None | 0 0
  1. <!-- theme number one by fantasy1x1 (or kyla) please follow the rules. don't steal or redistribute. don't claim as your own. please keep the credit in tact. thank you ♥-->
  2.  
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Sidebar" content="#ffffff"/>
  12. <meta name="color:Text" content="#a8a8a8"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Tags" content="f0f0f0"/>
  15. <meta name="color:Hover" content="#f2f2f2"/>
  16. <meta name="color:Line" content="#f2f2f2"/>
  17. <meta name="color:Border" content="#e4e4e4"/>
  18. <meta name="color:Post" content="#ffffff"/>
  19. <meta name="color:Answer" content="#f8f8f8"/>
  20. <meta name="color:InfoBG" content="#f8f8f8"/>
  21. <meta name="color:Title" content="#f8f8f8"/>
  22. <meta name="color:Scrollbar" content="#f8f8f8"/>
  23. <meta name="color:ScrollbarBG" content="ffffff"/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:titleimage" content=""/>
  27. <meta name="image:bg" content=""/>
  28.  
  29. <meta name="text:Title Two" content="deeper feelings" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="text:Link 4" content="" />
  37. <meta name="text:Link 4 Text" content="" />
  38. <meta name="text:Link 5" content="" />
  39. <meta name="text:Link 5 Text" content="" />
  40. <meta name="text:Link 6" content="" />
  41. <meta name="text:Link 6 Text" content="" />
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47.  
  48. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height: 5px;}
  49. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:5px!important;}
  50. ::-webkit-scrollbar {background-color:#fdfdfd; height:5px; width:5px;}
  51.  
  52.  
  53.  
  54. body {
  55.     background:{color:background};
  56.     margin:0px;
  57.     color:{color:text};
  58.     font-family:Calibri;
  59.     font-size:9px;
  60.     line-height:100%;
  61. }
  62.  
  63. a {
  64.     text-decoration:none;
  65.     outline:none;
  66.     -moz-outline-style:none;
  67.     color:{color:link};
  68. }
  69.  
  70. img {
  71.     border:none;
  72. }
  73.  
  74. blockquote {
  75.     padding-left:5px;
  76.     border-left:2px solid;
  77. }
  78.    
  79. blockquote blockquote {
  80.     padding-left:5px;
  81.     border-left:2px solid;
  82. }
  83.  
  84. h1 {
  85.     font-size:9px;
  86.     text-transform:uppercase;
  87. }
  88.  
  89. a:hover {
  90.     opacity:10;
  91.     color:{color:hover};
  92.      -webkit-transition: all 0.7s ease;
  93.     -moz-transition: all 0.7s ease;
  94.     -o-transition: all 0.7s ease
  95. }
  96.  
  97. #audiopost {
  98.     width:500px;
  99.     height:70px;
  100.     margin-bottom:0px;
  101. }
  102.    
  103. .albumart {
  104.     width:70px;
  105.     height:70px;
  106.     margin-left:0px;
  107.     position:absolute;
  108. }
  109.  
  110. .albumart img {
  111.     float:left;
  112.     width:70px;
  113.     height:70px;
  114. }
  115.  
  116. .player {
  117.     opacity:0.9;
  118.     display:block;
  119.     position:absolute;
  120.     margin-top:5px;
  121.     margin-left:435px;
  122.     width:60px;
  123.     height:60px;
  124.     -webkit-transition:all 0.6s;
  125.     -moz-transition:all 0.6s;
  126.     -o-transition:all 0.6s;
  127.     -ms-transition: all 0.6s;
  128.     transition:all 0.5s;
  129.     background:transparent;
  130.     z-index:1;
  131. }
  132.  
  133. .audioplayer {
  134.     margin-top:14px;
  135.     margin-left:-415px;
  136.     overflow:hidden;
  137.     width:24px;
  138.     height:24px;
  139.     padding:3px;
  140. }
  141.  
  142. .audioinfo {
  143.     display:block;
  144.     width:422px;
  145.     height:48px;
  146.     padding-top:22px;
  147.     padding-left:80px;
  148.     font-family:helvetica;
  149.     font-style:italic;
  150.     font-weight:bold;
  151.     font-size:20px;
  152.     letter-spacing:-2px;
  153.     text-transform:lowercase;
  154.     text-align:center;
  155.     color:#a8a8a8;
  156.     background:#f8f8f8;
  157. }
  158.  
  159. .audioinfo1 {
  160.     margin-top:5px;
  161.     font-family:helvetica;
  162.     font-size:10px;
  163.     text-transform:lowercase;
  164.     letter-spacing:0px;
  165. }
  166.  
  167.  
  168. #entries {
  169.     padding:10px;
  170.     width:500px;
  171.     margin-left:530px;
  172.     margin-top:100px;
  173.     font-size:10px;
  174. }
  175.  
  176.  
  177.  
  178. #post {
  179.     width:500px;
  180.     padding-bottom:20px;
  181.     padding:10px;
  182.     margin-top:45px;
  183.     background-color:{color:Post};
  184. }
  185.  
  186. #titleimage {
  187.     position:fixed;
  188.     width:500px;
  189.     height:150px;
  190.     margin-top:-100px;
  191.     margin-left:547px;
  192.     background-color:{color:Background};
  193.     padding:3px;
  194. }
  195.  
  196. #titleimage img {
  197.     width:50px;
  198.     height:50px;
  199.     margin-top:40px;
  200.     border:10px solid {color:Title};
  201. }
  202.  
  203. #title {
  204.     position:fixed;
  205.     text-align:right;
  206.     margin-left:0px;
  207.     margin-top:-45px;
  208.     margin-bottom:30px;
  209.     width:500px;
  210.     font-size:30px;
  211.     font-family:baskerville;
  212.     font-style:italic;
  213.     text-transform:lowercase;
  214.     text-shadow:2px 2px #f7f7f7;
  215.     color:{color:Title};
  216. }
  217.  
  218. #title2 {
  219.     position:fixed;
  220.     text-align:right;
  221.     margin-left:0px;
  222.     margin-top:-20px;
  223.     margin-bottom:30px;
  224.     width:500px;
  225.     font-size:15px;
  226.     font-family:times;
  227.     font-style:italic;
  228.     text-transform:uppercase;
  229.     color:{color:Title};
  230. }
  231.  
  232. #sidebar {
  233.     width:1px;
  234.     height:700px;
  235.     position:fixed;
  236.     margin-left:360px;
  237.     margin-top:-100px;
  238.     opacity:.80;
  239.     background-color:transparent;
  240. }
  241.  
  242. #sidebarimage {
  243.     width:150px;
  244.     position:fixed;
  245. }
  246.  
  247. #sidebarimage img {
  248.     position:fixed;
  249.     margin-left:-160px;
  250.     margin-top:175px;
  251.     width:250px;
  252.     height:150px;
  253.     border-bottom:10px solid black;
  254. }
  255.  
  256.  
  257. .links {
  258.     display:inline-block;
  259.     width:45px;
  260.     height:110%;
  261.     padding:9px;
  262.     font-size:10px;
  263.     font-family:times;
  264.     text-align:center;
  265.     margin-top:0px;
  266.     margin-left:-365px;
  267.     text-align:left;
  268.     text-transform:lowercase;
  269.     word-spacing:0px;
  270.     position:fixed;
  271.     padding-bottom:7px;
  272.     padding:8px;  
  273.     border-left:75px solid black;
  274.     padding-top:205px;
  275.     padding-left:0px;
  276. }
  277.  
  278. .links a {
  279.     display:inline-block;
  280.     font-size:10px;
  281.     width:50px;
  282.     margin-top:5px;
  283.     color:white;
  284.     background-color:black;
  285.     padding:7px;
  286. }
  287.  
  288. .links a:hover {
  289.    color:white;
  290.    border-left:15px solid black;
  291.    padding-left:5px;
  292.    -moz-transition-duration:0.6s;
  293.    -webkit-transition-duration:0.6s;
  294.    -o-transition-duration:0.6s;
  295. }  
  296.  
  297.  
  298.  
  299. #description {
  300.     position:fixed;
  301.     font-family:times;
  302.     line-height:100%;
  303.     font-size:10px;
  304.     width:226px;
  305.     margin-top:338px;
  306.     padding:12px;
  307.     margin-left:-160px;
  308.     text-align:justify;
  309.     color:white;
  310.     background-color:black
  311.     }
  312.  
  313. #pagination {
  314.     width:236px;
  315.     font-size:8px;
  316.     text-align:center;
  317.     margin-left:-160px;
  318.     margin-top:160px;
  319.     position:fixed;
  320.     font-family:georgia;
  321.     letter-spacing:0px;
  322.     word-spacing:5px;
  323.     background-color:black;
  324.     color:white;
  325.     padding:7px;
  326. }
  327.  
  328. #pagination a {
  329.     color:white;
  330. }
  331.  
  332. .asker {
  333.     width:auto;
  334.     font-style:italic;
  335.     font-size:18px;
  336.     background-color:{color:InfoBG};
  337.     padding:30px;
  338.     color:white;
  339.     text-align:left;
  340. }
  341. .asker a {
  342.     padding:0px;
  343.     margin-left:-10px;
  344. }
  345. .asker a:hover {
  346.     text-decoration:underline;
  347.     color:white;
  348. }
  349.  
  350. .answer {
  351.     width:auto;
  352.     font-size:12px;
  353.     background-color:#f8f8f8;
  354.     color:black;
  355.     padding:15px;
  356. }
  357.  
  358. .answer a:hover {
  359.     color:black;
  360. }
  361.    
  362. #info {
  363.     padding:10px;
  364.     margin-top:10px;
  365.     margin-bottom:30px;
  366.     width:auto;
  367.     color:white;
  368.     background-color:{color:InfoBG};
  369. }
  370.    
  371. #info a {
  372.     color:white;
  373. }
  374.  
  375. #info a:hover {
  376.     color:black;
  377. }
  378.    
  379. #tags {
  380.     padding:5px;
  381.     width:auto;
  382.     margin-left:0px;
  383.     margin-top:-30px;
  384.     margin-bottom:15px;
  385.     background-color:#2B2B2B;
  386. }
  387.  
  388. #tags a {
  389.     color:white;
  390. }
  391.  
  392. #tags a:hover {
  393.     color:{color:tag hover};
  394. }
  395.  
  396.  
  397. {CustomCSS}
  398.  
  399. </style></head><body>
  400.  
  401. <div id="titleimage"><img src="{image:titleimage}">
  402. <div id="title"><b>{Title}</b>
  403. <div id="title2">{text:Title Two}</div>
  404. </div>
  405. </div>
  406. <div id="sidebar">
  407. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  408.  
  409.  
  410. <div id="description">
  411. {Description}
  412. </div>
  413.  
  414.  
  415. <div class="links">
  416. <a href="/">home</a>
  417. <a href="/ask">ask</a>
  418. {block:IfLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfLink1}
  419. {block:IfLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfLink2}
  420. {block:IfLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfLink3}
  421. {block:IfLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfLink4}
  422. {block:IfLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfLink5}
  423. {block:IfLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfLink6}
  424. </div>
  425.  
  426.  
  427. <div id="pagination">
  428. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}  {block:NextPage}<a href="{NextPage}">-- next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  429. </div></div></div>
  430.  
  431. </div>
  432.  
  433. <div id="entries">{block:Posts}<div id="post">
  434.  
  435. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  436.  
  437. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  440.  
  441. {block:Quote}{Quote}{/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  446.  
  447. {block:Audio}<div id="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<div class="audioinfo1">{block:Artist} by {Artist}{/block:Artist} with {FormattedPlayCount} plays </div></div></div>{block:Caption}{/block:Caption}
  448. {/block:Audio}
  449.  
  450. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  451.  
  452. {block:Answer}<div class="asker"><b>{Asker} asked:</b> <small>{Question}</small></div><center><div class="answer">{Answer}</div>{/block:Answer}
  453.  
  454. <div id="info">
  455. {block:Date} {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"
  456. title="{ReblogParentTitle}">VIA</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{SOURCE}</a>{/block:RebloggedFrom}</div>
  457. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  458. {/block:Posts}
  459. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  460. {/block:Posts}</div></div></div>
  461.  
  462.  
  463.  
  464.  
  465. <div style="position:fixed; bottom:3px; right:3px; font-size:9px; border:1px solid #e0e0e0; padding:3px; padding-left:2px; padding-right:2px; font-family:cambria;"><a href="http://fantasy1x1.tumblr.com/">fantasy1x1</a></center></div>
  466.  
  467.  
  468.    
  469. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement