Advertisement
kawaiibuu

Sight Sidebar Style Links

Aug 15th, 2013
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  5. <!-- sidebar sight by jubileethemes -->
  6.  
  7. <!-- colors -->
  8. <meta name="color:Background" content=""/>
  9. <meta name="color:Text" content=""/>
  10. <meta name="color:Links" content=""/>
  11. <meta name="color:Hover" content=""/>
  12. <meta name="color:Border" content="" />
  13. <meta name="color:Image Border" content=""/>
  14. <meta name="color:Gradient Top" content=""/>
  15. <meta name="color:Gradient Bottom" content=""/>
  16. <!-- font -->
  17. <meta name="font:Body" content="Courier New"/>
  18. <meta name="font:Title" content="Dawning of a New Day, cursive"/>
  19. <!-- text values -->
  20. <meta name="text:Width" content="250">
  21. <meta name="text:Font Size" content="12"/>
  22. <meta name="text:Post Gaps" content="50"/>
  23. <meta name="text:Link Symbol" content="♡" />
  24. <meta name="text:Sidebar Vertical" content="150" />
  25. <!-- images -->
  26. <meta name="image:Background" content="0"/>
  27. <meta name="image:Header" content="0"/>
  28. <!-- toggle options 1 -->
  29. <meta name="if:Fullsized Background Image" content="1"/>
  30. <meta name="if:Header Image" content="0"/>
  31. <meta name="if:Gradient Background" content="0"/>
  32. <!-- toggle options 2 -->
  33. <meta name="if:Image Border" content="0"/>
  34. <meta name="if:Photo Shadow" content="1"/>
  35. <meta name="if:Light Photo Shadow" content="0"/>
  36. <meta name="if:Fade Image" content="1"/>
  37. <meta name="if:Grayscale Images" content="0">
  38. <!-- toggle options 3 -->
  39. <meta name="if:Endless Scroll" content="1"/>
  40. <meta name="if:Captions" content="1"/>
  41. <meta name="if:Title" content="1"/>
  42. <meta name="if:Blog Description" content="0"/>
  43. <meta name="if:Archive Link" content="1"/>
  44. <meta name="if:Home Link" content="1"/>
  45. <meta name="text:link 1 url" content="" />
  46. <meta name="text:link 2 url" content="" />
  47. <meta name="text:link 3 url" content="" />
  48. <meta name="text:link 4 url" content="" />
  49.  
  50. <meta name="text:link 1" content="" />
  51. <meta name="text:link 2" content="" />
  52. <meta name="text:link 3" content="" />
  53. <meta name="text:link 4" content="" />
  54.  
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Alice|Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  57. <style type="text/css">
  58. {block:IfGrayscaleImages}
  59. img{
  60. -webkit-transition: opacity 0.8s linear;
  61. opacity: 0.60;
  62. -webkit-filter:grayscale(100%);
  63. }
  64. img:hover{
  65. -webkit-transition: opacity 0.8s linear;
  66. opacity: 1;
  67. -webkit-filter:none;
  68. }
  69. {/block:IfGrayscaleImages}
  70. {block:IfFadeImage}
  71. img{
  72. -webkit-transition: opacity 0.8s linear;
  73. opacity: 0.60;
  74. }
  75. img:hover{
  76. -webkit-transition: opacity 0.8s linear;
  77. opacity: 1;
  78. }
  79. {/block:IfFadeImage}
  80. #tumblr_controls{
  81. top: 1px !important;
  82. margin: 0 0 0 0;
  83. right: 0px !important;
  84. position: fixed !important;}
  85.  
  86. {block:IfFadeImage}
  87. iframe#tumblr_controls { right:0px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  88.  
  89. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  90.  
  91. {/block:IfFadeImage}
  92. {block:IfNotGradientBackground}
  93. body{
  94. height:100%;
  95. text-align:justify;
  96. font-family:{font:Body};
  97. font-size:{text:Font Size}px;
  98. color:{color:text};
  99. background-color:{color:Background};
  100. {block:IfNotFullsizedBackgroundImage}
  101. background:fixed;
  102. background: {color:Background} url('{image:Background}') top left fixed repeat;{/block:IfNotFullsizedBackgroundImage}
  103. {block:ifFullsizedBackgroundImage}background:fixed;
  104. background: {color:Background} url('{image:Background}') top left fixed no-repeat;
  105. background-size: cover;{/block:ifFullsizedBackgroundImage}
  106. }
  107.  
  108. {block:IfNotGradientBackground}
  109. {block:IfGradientBackground}
  110. body{
  111. height:100%;
  112. text-align:justify;
  113. font-family:{font:Body};
  114. font-size:{text:Font Size}px;
  115. color:{color:text};
  116. background:fixed;
  117. background-image: -o-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  118. background-image: -moz-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  119. background-image: -webkit-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  120. background-image: -ms-linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  121. background-image: linear-gradient(bottom, {color:Gradient Bottom}, {color:Gradient Top});
  122. }
  123. {block:IfGradientBackground}
  124. .content{
  125. margin:auto;
  126. width:{Text:width}px;
  127. overflow:shown;
  128. }
  129.  
  130. body a{
  131. text-decoration:none;
  132. -webkit-transition: 0.5s ease-in;
  133. color:{color:links};blo
  134. }
  135. body a:hover{
  136. color:{color:hover};
  137. -webkit-transition: 0.5s ease-in;
  138. }
  139.  
  140. a img{
  141. {block:IfImageBorder}
  142. border:1px solid {color:Image Border};
  143. {/block:IfImageBorder}
  144. {block:IfPhotoShadow}
  145. {block:IfLightPhotoShadow}
  146. box-shadow: 0 0 12px rgba(255, 255, 255, 1);
  147. -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 1);
  148. -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 1);
  149. {/block:IfLightPhotoShadow}
  150. {block:IfnotlightphotoShadow}
  151. box-shadow: 0 0 12px rgba(0, 0, 0, 1);
  152. -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 1);
  153. -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 1);{/block:IfnotlightphotoShadow}
  154. {/block:IfPhotoShadow}
  155. }
  156.  
  157. img:hover {
  158. {block:IfPhotoShadow}
  159. {block:IfnotlightphotoShadow}
  160. box-shadow: 0 0 12px rgba(255, 255, 255, 1);
  161. -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 1);
  162. -moz-box-shadow: 0 0 12px rgba(255, 255, 255, 1); {/block:IfnotlightphotoShadow}
  163. {block:IfLightPhotoShadow}
  164. box-shadow: 0 0 12px rgba(0, 0, 0, 1);
  165. -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 1);
  166. -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 1);{/block:IfLightPhotoShadow}
  167. {/block:IfPhotoShadow}
  168. }
  169.  
  170. #entry{
  171. margin-top: 50px;
  172. padding-bottom:30px;
  173. text-align:center;
  174. margin-bottom:{text:Post Gaps}px;
  175. margin-left:0px;
  176. width:{text:width}px;
  177. }
  178.  
  179. #entry img{
  180. width:{Text:width}px;
  181. -webkit-transition: 0.15s ease-in;
  182. }
  183.  
  184. .title{
  185. font-size:18px;
  186. text-transform:lowercase;
  187. margin-bottom:-1px;
  188. line-height:18px;
  189. margin-bottom:4px;
  190. text-align:center;
  191. letter-spacing:1px;
  192. }
  193.  
  194. .nav {
  195. position:fixed !important;
  196. height:100%;
  197. margin-top:{text:Sidebar Vertical}px;
  198. margin-left: 50px;
  199. padding-left:0px;
  200. padding: 0px;
  201. line-height:11px;
  202. letter-spacing:0px;
  203. text-align:center;
  204. position:fixed!important;
  205. margin-bottom: 50px;
  206. padding-top:1px;
  207. padding-bottom:2px;
  208. {block:IfNavigationBorder}border-bottom: 1px solid {color:Border};{/block:IfNavigationBorder}
  209. {block:IfNavigationBorderDashed}border-bottom: 1px dashed {color:Border};{/block:IfNavigationBorderDashed}
  210. text-transform:lowercase;
  211. font-size:{text:body};
  212. }
  213.  
  214. .nav a{
  215. color:{color:Links};
  216. -webkit-transition: 0.2s ease-in;
  217. }
  218.  
  219. .audio {
  220. background-color:#000000;
  221. margin-bottom : -10px;
  222. width:{Text:width}px;
  223. }
  224.  
  225. .answer{
  226. padding:2px;
  227. padding-left:3px;
  228. color:{color:Text};
  229. font-style:italic;
  230. background:rgba(255, 255, 255, 0.2);
  231. }
  232.  
  233. .answer b {
  234. text-transform:uppercase;
  235. letter-spacing:1px;
  236. }
  237.  
  238. div.video embed,
  239. div.post div.video object {
  240. width:{Text:width}px !important;
  241. }
  242.  
  243. #description {
  244. text-transform:none;
  245. font-size:{text:Font Size};
  246. line-height: {text:font size}px;
  247. text-align: center;
  248. font-family:{Font:Body}
  249. }
  250.  
  251. .permalink{
  252. text-transform:none;
  253. text-align:right;
  254. font-family: calibri;
  255. color:{color:Links};
  256. isplay:inline-block;
  257. margin-right:5px;
  258. padding:0px;
  259. height:6px;
  260. opacity: 0;
  261. filter: alpha(opacity = 0);
  262. -moz-transition: all 0.4s;
  263. -webkit-transition: all 0.4s;
  264. -o-transition: all 0.4s;
  265. transition: all 0.4;
  266. }
  267. div#entry:hover .permalink{
  268. opacity: 0.7;
  269. filter: alpha(opacity = 100);
  270. -moz-transition: all 0.4s;
  271. -webkit-transition: all 0.4s;
  272. -o-transition: all 0.4s;
  273. transition: all 0.4;
  274. }
  275.  
  276. h1 {
  277. margin-bottom:1px;
  278. font-weight: normal;
  279. font-size: 2.6em;
  280. line-height: 1em;
  281. font-family: {font:Title};
  282. color: {color:text};
  283. }
  284.  
  285. a.title, h1 {
  286. text-decoration: none;
  287. }
  288.  
  289.  
  290.  
  291. </style>
  292.  
  293. {block:IfEndlessScroll}
  294. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  295. {/block:IfEndlessScroll}
  296. </head>
  297. <div class="nav">
  298. {block:iftitle}
  299. <a href="/" title="{Title}" class="title">
  300. <h1 style="text-transform: none;">{Title}</h1>
  301.  
  302. </a>{/block:iftitle}
  303. {block:ifheaderimage}<img src="{image:header}"><br>{/block:ifheaderimage}
  304. {block:ifhomelink}<a href="/">home</a> {text:Link Symbol} {block:ifhomelink}
  305. {block:AskEnabled}<a href="/ask">ask</a> {text:Link Symbol} {/block:AskEnabled}
  306. {block:IfArchiveLink}<a href="/archive">archive</a> {text:Link Symbol} {/block:IfArchiveLink}
  307. <a href="http://jubileethemes.tumblr.com">theme</a><br>
  308. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a> {/block:iflink1}
  309.  
  310. {block:iflink2}{text:Link Symbol} <a href="{text:link 2 url}">{text:link 2}</a> {/block:iflink2}
  311. {block:iflink3}{text:Link Symbol} <a href="{text:link 3 url}">{text:link 3}</a> {/block:iflink3}
  312. {block:iflink4}{text:Link Symbol} <a href="{text:link 4 url}">{text:link 4}</a> {/block:iflink4}
  313. {block:ifBlogDescription}<p id="description">
  314. <i>{Description}</i>
  315. </p>{/block:ifBlogDescription}
  316. </div>
  317. <div class="content">
  318.  
  319.  
  320.  
  321. {block:IfEndlessScroll}
  322. <div class="autopagerize_page_element">
  323. {/block:IfEndlessScroll}
  324.  
  325. {block:Posts}
  326.  
  327. {block:Text}
  328. <div id="entry">
  329.  
  330. {block:Title}<div class="title"><i>{Title}</i></div>{/block:Title}
  331. {Body}
  332. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  333. </div>
  334. <br/>
  335. {/block:Text}
  336.  
  337. {block:Photo}
  338. <div id="entry">
  339. <div class="perma"><a href="{Permalink}"><div class="permalink"></div></a></div>
  340. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  341. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  342. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{text:Width}"/>
  343. {block:IndexPage}{block:IfCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfCaptions}{LinkCloseTag}</a>{/block:IndexPage}
  344. {block:PermalinkPage}
  345. {block:Caption}<u>{Caption}</u>{/block:Caption}{LinkCloseTag}
  346. {/block:PermalinkPage}
  347. </div>
  348. {/block:Photo}
  349.  
  350. {block:Photoset}
  351. <div id="entry">
  352.  
  353. {Photoset-250}
  354. {block:IndexPage}{block:Caption}{Caption}{/block:Caption}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  355. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  356. </div>
  357. {/block:Photoset}
  358.  
  359. {block:Quote}
  360. <div id="entry">
  361. {Quote}<br><br>{block:Source}<b><i>{Source}</i></b>{/block:Source}
  362. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  363. </div>
  364. {/block:Quote}
  365.  
  366. {block:Link}
  367. <div id="entry">
  368. <a href="{URL}"><b><i>{Name}</i></b></a>{block:Description}{Description}{/block:Description}
  369. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  370. </div>
  371. {/block:Link}
  372.  
  373. {block:Chat}
  374. <div id="entry">
  375.  
  376. {block:Title}<b>{Title}</b>{/block:Title}
  377. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  378. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  379. </div>
  380. {/block:Chat}
  381.  
  382. {block:Audio}
  383. <div id="entry">
  384.  
  385. <div class="audio">
  386. {AudioPlayerBlack}</div><br>
  387. <div style="text-transform:uppercase; padding:2px; font-size:10px; text-align:center; -webkit-text-stroke: 1px transparent;">{block:TrackName}<b>{TrackName}</b>{/block:TrackName} by </b> {block:Artist}<b>{Artist}</b>{/block:Artist} </div>
  388. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  389. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  390. </div>
  391. {/block:Audio}
  392.  
  393. {block:Answer}
  394. <div id="entry">
  395.  
  396. <div class="answer"><b><span style="color:{color:Links};">{Asker}:</span></b> {Question}</div><br>
  397. <div style="margin-top:-15px;">{Answer}</div>
  398. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  399. </div>
  400. {/block:answer}
  401.  
  402.  
  403. {block:Video}
  404. <div id="entry">
  405. <div class="video">
  406. {Video-250}
  407. {block:Caption}{Caption}{/block:Caption}
  408. {block:PermalinkPage}{/block:PermalinkPage}
  409. </div>
  410. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel} &nbsp; <a href="{ReblogURL}" target="_blank">reblog</a></a></div>{/block:IndexPage}
  411. </div>
  412. {/block:Video}
  413.  
  414. {block:PermalinkPage}
  415. {block:Date}{TimeAgo}&nbsp;&#8226;&nbsp;{NoteCountWithLabel}&nbsp;&#8226;&nbsp;{Month}&nbsp;{DayOfMonth}{DayOfMonthSuffix}{/block:Date}{block:HasTags}<br>Tagged with&nbsp;{block:Tags}<a href="{TagURL}"><span style="{color:Links}; color:{color:Text}; line-height:14px; text-decoration:underline;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  416. {/block:HasTags}{/block:PermalinkPage}
  417.  
  418. {block:PostNotes}
  419. {PostNotes}
  420. {/block:PostNotes}
  421.  
  422. {/block:Posts}
  423. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  424.  
  425. {block:IfNotEndlessScroll}{block:Pagination}<div style="margin-top:20px; margin-bottom:10px; letter-spacing:1px; font-size:15px; line-height:10px;"><div style="float:left">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}</div> <div style="float:right;">{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div></div>{/block:Pagination}{/block:IfNotEndlessScroll}
  426. <br>
  427. </div>
  428. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  429. <script type="text/javascript" src="http://arrow.scrolltotop.com/arrow21.js"></script>
  430.  
  431. </body>
  432. </html>
  433. <div style="position:fixed; bottom: 0px; left: 0px"><a href="http://jubileethemes.tumblr.com" title="a jubilee theme">&copy;</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement