CatsBunnies

tumblr sidebar error

Jul 20th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="https://static.tumblr.com/hcmlqwg/tGdszo5za/ficon.png">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. {block:ShowHeaderImage}<img src="https://static.tumblr.com/hcmlqwg/hwpszo5wx/twitterbanner.png">{/block:ShowHeaderImage}
  10. <link rel="preconnect href=https://fonts.googleapis.com">
  11.  
  12. <link rel="preconnect href=https://fonts.gstatic.com crossorigin">
  13.  
  14. <link href="https://fonts.googleapis.com/css2?family=Sniglet:wght@400;800&display"=swap rel="stylesheet">
  15. </head>
  16.  
  17. <style type="text/css">
  18. body {
  19. background-color:#d1d1d1; /*Change color later*/
  20. font-family:'Sniglet', sans-serif;
  21. font-size: 16px;
  22. color:#006f94; /*Change color later*/
  23. background-image:url('https://static.tumblr.com/hcmlqwg/x04szmky0/v1043-024a.jpg');
  24. background-position: center right;
  25. background-repeat: repeat;
  26. background-attachment: fixed;
  27.  
  28.  
  29. }
  30. /*GENERIC STYLES*/
  31. a {
  32. text-decoration:none;
  33. color:#f2992e; /*Change color later*/
  34. -webkit-transition: all 0.9s ease;
  35. -moz-transition: all 0.9s ease;
  36. -o-transition: all 0.9s ease;
  37.  
  38.  
  39. }
  40.  
  41. a:hover {
  42. color:#636363;
  43.  
  44. }
  45.  
  46. b, strong {
  47. color:#878787;
  48.  
  49.  
  50. }
  51.  
  52. i, em {
  53. color:#878787;
  54.  
  55.  
  56. }
  57.  
  58. img {
  59. max-width: 100%;
  60. }
  61.  
  62.  
  63.  
  64. /*Blockquotes*/
  65. blockquote {
  66. padding:2px 7px;
  67. margin:3px 0 3px 8px;
  68. border-left:1px solid #006f94;
  69.  
  70. }
  71.  
  72. blockquote img {
  73. max-width:100%;
  74. height:auto;
  75.  
  76. }
  77.  
  78.  
  79. h1 {
  80. font-size:30px;
  81. line-height:30px;
  82. text-align:center;
  83. padding:10px;
  84. }
  85.  
  86.  
  87.  
  88. #container {
  89. position:absolute;
  90. left:300px;
  91.  
  92.  
  93. }
  94.  
  95. .posts {
  96. width:500px;
  97. background-color:#ffffff; /*Change color later*/
  98. padding:10px;
  99. margin-bottom:30px;
  100.  
  101. }
  102. /*Tumblr Links*/
  103. .permalinks {
  104.  
  105. /*text-align:center;*/
  106. background-color:#eee;
  107. padding:5px;
  108. height:12px;
  109.  
  110. }
  111.  
  112. .permalinks a {
  113. text-decoration:none;
  114. font-size: 11px;
  115. color:#f2992e; /*Change color later*/
  116.  
  117. }
  118.  
  119. .permalinks a:hover {
  120. color:#636363; /*Change color later*/
  121.  
  122. }
  123.  
  124. .date {
  125. float:left;
  126. }
  127.  
  128. .reblogs {
  129. float:right;
  130. }
  131.  
  132.  
  133.  
  134.  
  135. /*Tags*/
  136. .tags {
  137. text-align:center;
  138.  
  139. }
  140.  
  141. .tags a {
  142. text-decoration:none;
  143. font-size: 14px;
  144. text-transform:uppercase;
  145. color:#636363; /*Change color later*/
  146.  
  147. }
  148.  
  149. .tags a:hover {
  150. color:#f2992e; /*Change color later*/
  151.  
  152. }
  153.  
  154. /*SIDEBAR*/
  155. #sidebar {
  156. position:fixed;
  157. left:0px;
  158. top:300px;
  159. height:350px;
  160. width:200px;
  161. background-image:url('https://static.tumblr.com/hcmlqwg/esvszml3s/whitehearts_webresources.png');
  162. background-position: center;
  163. background-repeat: repeat;
  164. background-attachment: fixed;
  165. }
  166.  
  167. #description {
  168. font-size:16px;
  169. color:#636363; /*Change color later*/
  170. text-align:right;
  171. padding:10px;
  172. }
  173. #sideimage img{
  174. max-width:250px;
  175. margin-left:10px;
  176. }
  177.  
  178. #links {
  179. font-size:16px;
  180. width:380px;
  181. padding:20px;
  182. color: #000; /*Change color later*/
  183. margin-bottom:40px;
  184. }
  185.  
  186. #links a {
  187. display:block;
  188. color:#006f94; /*Change color later*/
  189. padding-right:10px;
  190. -webkit-transition: all 0.9s ease;
  191. -moz-transition: all 0.9s ease;
  192. -o-transition: all 0.9s ease;
  193.  
  194.  
  195.  
  196. }
  197.  
  198. #links a:hover {
  199. color:#dddddd; /*Change color later*/
  200.  
  201.  
  202.  
  203. }
  204. /*PAGES*/
  205. #pagination {
  206. position:fixed;
  207. bottom:30px;
  208. left:850px;
  209. }
  210.  
  211. #pagination a:hover {
  212. color:#ffffff;
  213. }
  214.  
  215. /*CUSTOM BORDERS*/
  216. .postinfowrap {
  217. background-image: url("https://static.tumblr.com/hcmlqwg/QAysznv4c/heartbackground_webresources.png");
  218. background-repeat:repeat;
  219. background-position: right top;
  220. background-attachment: absolute;
  221. padding:20px;
  222. border:1px solid #8c8c8c;
  223. text-align:center;
  224. margin-top:10px;}
  225.  
  226. .postinfo {
  227. background:#eee;
  228. padding:10px;
  229. border:1px solid #8c8c8c ;
  230. text-align:center;}
  231.  
  232.  
  233.  
  234.  
  235. </style>
  236.  
  237.  
  238.  
  239. <body>
  240.  
  241. <div id="sidebar">
  242. <h1>{Title}</h1>
  243.  
  244. {block:ShowAvatar}<img src="https://static.tumblr.com/hcmlqwg/tGdszo5za/ficon.png">{/block:ShowAvatar}
  245.  
  246.  
  247. <div id=description>
  248. {block:Description}{Description}{/block:Description}
  249. </div>
  250.  
  251. <div id="sideimage"><img src="https://static.tumblr.com/hcmlqwg/Nblszmlox/happy_bunny_xyzcarrd.gif"></div>
  252.  
  253. <div id="links">
  254. <b><a href="/">home</a>
  255. <a href="/ask">ask</a>
  256. <a href="/submit">submit</a>
  257. <a href="/archive">archive</a>
  258. <a href="/">link one</a>
  259. <a href="/">link two</a>
  260. <a href="/">link three</a>
  261. <a href="/">link four</a>
  262. </b>
  263. </div>
  264. </div>
  265.  
  266. <div id="pagination">
  267. {block:Pagination}
  268. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  269. {/block:NextPage}
  270. {/block:Pagination}
  271.  
  272. </div>
  273.  
  274.  
  275.  
  276. <div id="container">
  277.  
  278.  
  279. {block:Posts}
  280. <div class="posts">
  281. <div class="postinfowrap">
  282. <div class="postinfo">
  283.  
  284. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  285.  
  286. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  287.  
  288. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  289.  
  290. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  291.  
  292. {block:Quote}"{Quote}"{block:Source}{Source}{/block:Source}{/block:Quote}
  293.  
  294. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  295.  
  296. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  297. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  298.  
  299. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  300.  
  301. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  302.  
  303. </div>
  304. </div>
  305. </div>
  306.  
  307. <div class="permalinks">
  308. <div class="date">
  309. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}</a>
  310. <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>
  311. </div>
  312. <div class="reblog">
  313. {block:RebloggedFrom}
  314. <a href="{ReblogParentURL}">via;</a>
  315. <a href="{ReblogRootURL}">source;</a>
  316. {/block:RebloggedFrom}
  317. <a href="{ReblogURL}">reblog</a>
  318. </div>
  319. </div>
  320.  
  321. <div class="tags">
  322. {block:HasTags}{block:Tags}<a href=“{TagUrl}”> {Tag}</a>{/block:Tags}{/block:HasTags}
  323. </div>
  324.  
  325. {/block:Posts}
  326. </div>
  327. </body>
  328. </html>
Advertisement
Add Comment
Please, Sign In to add comment