Advertisement
Guest User

Theme 001 by jumpthesuns

a guest
Mar 31st, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!--
  2.    THEME 001
  3.    by jumpthesuns!
  4.    base by acciozayn
  5.    don't remove the credits
  6.    don't steal
  7.    don't redistribute
  8. -->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17.         <meta name="color:Background" content="#f8f4ed"/>
  18.         <meta name="color:Text" content="#cabdbd"/>
  19.         <meta name="color:Title" content="#e7b7b6"/>
  20.         <meta name="color:entries" content="#ffffff"/>
  21.         <meta name="color:sidebar 2" content="#ffffff"/>
  22.         <meta name="color:Links" content="#e7b7b6"/>
  23.         <meta name="color:Linkbar" content="#ffffff"/>
  24.         <meta name="color:askbg" content="#fdfbf8"/>
  25.        
  26.         <meta name="image:Sidebar" content=""/>
  27.         <meta name="image:Background" content=""/>
  28.        
  29.         <meta name="font:title" content="Never Let Go" />
  30.         <meta name="font:body" content="georgia" />
  31.  
  32.         <meta name="text:Link 1" content="http://"/>
  33.         <meta name="text:Link 1 Title" content=""/>
  34.         <meta name="text:Link 2" content="http://">
  35.         <meta name="text:Link 2 Title" content=""/>
  36.         <meta name="text:Link 3" content="http://"/>
  37.         <meta name="text:Link 3 Title" content=""/>
  38.         <meta name="text:Link 4" content="http://"/>
  39.         <meta name="text:Link 4 Title" content=""/>
  40.         <meta name="text:Link 5" content="http://"/>
  41.         <meta name="text:Link 5 Title" content=""/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. body{color:{color:Text};
  47.  
  48. background-color:{color:Background};
  49. background-image: url('{image:Background}');
  50. background-position: bottom left;
  51. background-repeat: no-repeat;
  52. text-align:justify;
  53. font-family:{font:body};
  54. font-size:10px;}
  55.  
  56. a {
  57. color: {color:Links};
  58. text-decoration:none;}
  59. a:hover {
  60. color:{color:Links};
  61. text-decoration:none;}
  62.  
  63. #entries{
  64. position:absolute;
  65. width:514px;
  66. margin-left:419px;
  67. margin-top:30px;}
  68.  
  69. #posts{
  70. overflow:hidden;
  71. background-color:{color:entries};
  72. padding:7px;
  73. margin-bottom:4px;}
  74.  
  75. #sidebar{
  76. position:fixed;
  77. margin-top:260px;
  78. margin-left:65px;
  79. width:300px;
  80. padding:5px;
  81. background-color:{color:linkbar};
  82. padding-top:10px;}
  83.  
  84. #sidebar2{
  85. position:fixed;
  86. margin-top:30px;
  87. margin-left:1000px;
  88. width:155px;
  89. height:105px;
  90. padding:5px;
  91. overflow:#hidden;
  92. background-color:{color:sidebar 2};}
  93.  
  94.  #sidebar3{
  95. position:fixed;
  96. margin-top:30px;
  97. margin-left:65px;
  98. width:300px;
  99. height:300px;
  100. padding:5px;
  101. overflow:#hidden;
  102. background-color:{color:sidebar 3};}
  103.  
  104. #sidebarimage{
  105. margin-bottom:2px; margin-top:10px;;
  106. text-align:center;}
  107.  
  108. #sidebarimage img{
  109. margin-top:5px;
  110. max-width:300px;
  111. max-height:200px;
  112. text-align:center;
  113. }
  114.  
  115. #linkbar {
  116. text-align:center;}
  117.  
  118. #linkbar a {
  119. width:244px;
  120. font-family:georgia;
  121. text-align:center;
  122. background-color:{color:#fffff};
  123. color:{color:links};
  124. letter-spacing:2px;
  125. font-size:10px;
  126. text-decoration: none;}
  127.  
  128. #linkbar a:hover {
  129. letter-spacing:1px;
  130. font-style:italic;
  131. background-color:{color:#fffff}
  132. }
  133.  
  134. #title {
  135. margin-top:0px;
  136. margin-bottom:0px;
  137. font-family:Never Let Go;
  138. color:{color:Title};
  139. font-size:30px;
  140. font-style:italic;
  141. letter-spacing:0.5px;
  142. padding:0px;
  143. text-align:center;
  144. }
  145.  
  146.  
  147.  
  148. #description {
  149. margin-left:4px;
  150. margin-right:4px;
  151. text-align:center;
  152. font-family:georgia;
  153. background-color: {color:entries};}
  154.  
  155.     #sidelinks {
  156.     margin-left:5px;
  157.     margin-top:12px;
  158.     font-family:{font:body};
  159.     font-size:9px;
  160.     }
  161.      
  162.     #sidelinks a {
  163.     display:block;
  164.     width:80px;
  165.     text-align:left;
  166.     letter-spacing:1px;
  167.     background-color:{color:sidelinksbg};
  168.     margin:1px 0px -10px 6px;
  169.     border-left:10px solid {color:bordersl};
  170.     padding:5px;
  171.     -webkit-transition: all 0.6s ease-in-out;
  172.     -moz-transition: all 0.6s ease-in-out;
  173.     -o-transition: all 0.6s ease-in-out;
  174.     -ms-transition: all 0.6s ease-in-out;
  175.     transition: all 0.6s ease-in-out;
  176.     }
  177.      
  178.     #sidelinks a:hover{
  179.     letter-spacing:2px;
  180.     color:{color:link};
  181.     background-color:{color:bordersl};
  182.     }
  183.  
  184.  
  185.  
  186. #title2{
  187. font-size:17px;
  188. font-style:italic;
  189. font-family:Georgia;
  190. text-decoration: none
  191. letter-spacing:-2px;;}
  192.  
  193. #title3{
  194. font-size:14px;
  195. font-style:italic;
  196. font-family:georgia;}
  197.  
  198. #pagination{
  199. color:{color:Text};
  200. font-size:15px;
  201. font-family:georgia;
  202. text-align:center;}
  203.  
  204. #pagination a{color:{color:links};}
  205. #pagination a:hover{color:{color:text};}
  206.  
  207.  
  208. #info {
  209. opacity:0.8;
  210. margin:7px 0px 5px 0px;
  211. padding:1px 4px 1px 3px;
  212. color:{color:text};
  213. font-size:9px;
  214. font-family:georgia;
  215. line-height:100%;
  216. text-transform:lowercase;
  217. width:492px;
  218. background-color:{color:Background};
  219. letter-spacing:1px;
  220. }
  221.  
  222. #info a {color:{color:links};
  223. text-decoration: none;
  224. }
  225. #info a:hover {color:{color:text};opacity:1.1;
  226. }
  227.  
  228. #questions {
  229. background-color:{color:askbg};
  230. color: {color:text};
  231. padding:11px;
  232. font-family:georgia;
  233. font-size:11px;;}
  234. #questions a {color:{color:links};}
  235.  
  236. #source{margin-top:2px; text-align:right; margin-bottom:3px; font-size:13px;font-style:italic;}
  237.  
  238. #audio{width:500px; height:105px; margin-bottom:5px;}
  239. .albumart {width:100px; height:100px; position:absolute;}
  240. .albumart img {width:100px; height:100px; float:left;}
  241. .player {margin-left:110px; margin-top:9px; float:left;}
  242. .audioinfo {margin-left:110px; float:left;}
  243.  
  244. .chat {line-height: 12px; list-style: none;color:{color:text};}
  245. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;color:{color:links};}
  246. .person1 {background-color:{color:Background}; color: {color:Text};;}
  247. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text};}
  248. .person2 {color: {color:Tont};}
  249. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text};}
  250.  
  251.  
  252. blockquote{border-left:4px solid {color:Text}; padding-left:5px;}
  253.  
  254. </style>
  255. </head>
  256.  
  257.    <body>
  258. <div id="sidebar3">
  259. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center></div></div>
  260.  
  261. <div id="sidebar">
  262.  
  263.  
  264. {block:Description}<P>{Description}</p>{/block:Description}
  265. <hr>
  266. <div id="linkbar">
  267.  
  268. <center>
  269.  
  270. {block:ifLink1Title}  <a href="{text:Link 1}">{text:Link 1 Title}</a> {/block:ifLink1Title}
  271. {block:ifLink2Title} • <a href="{text:Link 2}">{text:Link 2 Title}</a> {/block:ifLink2Title}
  272. {block:ifLink3Title} • <a href="{text:Link 3}">{text:Link 3 Title}</a>  {/block:ifLink3Title}
  273. {block:ifLink4Title} • <a href="{text:Link 4}">{text:Link 4 Title}</a> {/block:ifLink4Title}
  274. {block:ifLink5Title} • <a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
  275. <p>
  276. </div></div>
  277.  
  278.  
  279.  
  280. <div id="description">
  281.  
  282. <div id="sidebar2">
  283. <div id="title">{Title}</div>
  284. <hr>
  285. <a href="/">home</a>
  286. <a href="/ask">askbox</a>
  287. <a href="/archive">archive</a>
  288. <a href="http://jumpthesuns.tumblr.com">theme</a>
  289. <hr>
  290. <div id="pagination">
  291. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  292. {/block:Pagination}</div></div></div>
  293.  
  294. <div id="entries">{block:Posts}<div id="posts">
  295.  
  296. {block:Quote}<div id="title3">"{Quote}"</div>
  297. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  298.  
  299. {block:Title}<div id="title2">{Title}</div>{/block:Title}
  300. {block:Text}{Body}{/block:Text}
  301.  
  302. {block:Link}<div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>{/block:Link}
  303.  
  304. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}"alt=""/> {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  305. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  306.  
  307. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  308.  
  309. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  310.  
  311. {block:Answer}<div id="questions"><b>{Asker} asked:</b> "{Question}"</div>
  312. {Answer}{/block:answer}
  313.  
  314. {block:Audio}<div id="audio"><div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><div class="player"><span class="audio"><center>{AudioPlayerWhite}</center></span></div><div class="audioinfo">{block:Artist}<b>{Artist}</b>{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  315.  
  316. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a> | {NoteCountWithLabel} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} by <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:HasTags}<br>{block:Tags}•<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  317. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  318.  
  319. </div>
  320. </div>
  321.  
  322. </body>
  323. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement