Advertisement
BakedBeanFart

theme 01: kjærlighet

Apr 16th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4.  
  5. <!--
  6.  
  7. "kjærlighet" theme 01 by bakedbeanfart
  8.  
  9. MAIN BLOG: http://bakedbeanfart.tumblr.com
  10. THEME BLOG: http://bean-machine-thms.tumblr.com
  11.  
  12. My first theme!! Woo!!
  13. Feel free to ask any questions about the theme!! I am utter crap at coding but I can try <3
  14.  
  15. DO NOT REMOVE THE CREDIT PLEASE. I know it's shittily placed but I'm tired and my shoulders ache.
  16.  
  17. BASE CODE USED: "redux" theme base code
  18. by: anaarthemes (tumblr), cybella (pastebin)
  19.  
  20. -->
  21.  
  22. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}"/>
  25. <link rel="alternate" type="applicaoundedtion/rss+xml" href="{RSS}"/>
  26.  
  27. <!-- Variables -->
  28.  
  29. <!-- Images -->
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="image:Right Side Image" content=""/>
  33.  
  34. <!-- Colours -->
  35. <meta name="color:Background" content="#d0f1ff"/>
  36. <meta name="color:Text" content="#000"/>
  37. <meta name="color:Posts" content="#fff"/>
  38. <meta name="color:Sidebar" content="#fff"/>
  39. <meta name="color:Links" content="#8c8c8c"/>
  40. <meta name="color:Links Hover" content="#d1d1d1"/>
  41. <meta name="color:Footer Links" content="#000"/>
  42. <meta name="color:Footer Links Hover" content="#8c8c8c"/>
  43. <meta name="color:Post Border" content="#8c8c8c"/>
  44. <meta name="color:Sidebar Border" content="#8c8c8c"/>
  45.  
  46. <!--text-->
  47. <meta name="text:home" content="home"/>
  48. <meta name="text:ask" content="ask"/>
  49. <meta name="text:link1" content="link 1"/>
  50. <meta name="text:link1 url" content="/"/>
  51. <meta name="text:link2" content="link 2"/>
  52. <meta name="text:link2 url" content="/"/>
  53. <meta name="text:link3" content="link 3"/>
  54. <meta name="text:link3 url" content="/"/>
  55. <meta name="text:link4" content="link 4"/>
  56. <meta name="text:link4 url" content="/"/>
  57. <meta name="text:link5" content="link 5"/>
  58. <meta name="text:link5 url" content="/"/>
  59. <meta name="text:avatar hover" content="jackpot"/>
  60. <meta name="text:tag symbol" content="#"/>
  61. <meta name="text:Post Border Size" content="1"/>
  62. <meta name="text:Sidebar Border Size" content="1"/>
  63.  
  64. <!-- Options -->
  65. <meta name="if:Background Cover" content="0"/>
  66. <meta name="if:Rounded Corners" content="0"/>
  67. <meta name="if:500px" content="0"/>
  68. <meta name="if:400px" content="1"/>
  69. <meta name="if:250px" content="0"/>
  70.  
  71. <!-- Select -->
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. body {
  78. background-color:{color:Background};
  79. background-image:url('{image:Background}');
  80. {block:ifBackgroundCover}background-size:cover;{/block:ifBackgroundCover}
  81. {block:ifnotBackgroundCover}background-repeat:repeat;{/block:ifnotBackgroundCover}
  82. background-attachment:fixed;
  83. color:{color:Text};
  84. font-size:11px;
  85. line-height:120%;
  86. font-family:arial;
  87. word-wrap: break-word;
  88. }
  89.  
  90. a {
  91. color:{color:Links};
  92. text-decoration:none;
  93. }
  94.  
  95. a:hover {
  96. color:{color:Links Hover};
  97. transition:all 0.5s ease-in-out;
  98. -o-transition:all 0.5s ease-in-out;
  99. -moz-transition:all 0.5s ease-in-out;
  100. -webkit-transition:all 0.5s ease-in-out;
  101. }
  102.  
  103. #container {
  104. position:relative;
  105. width:700px;
  106. margin:50px auto;
  107. }
  108.  
  109. .entries {
  110. position:relative;
  111. {block:if500px}width:500px;{/block:if500px}
  112. {block:if400px}width:400px;{/block:if400px}
  113. {block:if250px}width:250px;{/block:if250px}
  114. padding:10px;
  115. margin:30px 0 30px 200px;
  116. border:{text:Post Border Size}px solid {color:Post Border};
  117. background-color:{color:Posts};
  118. {block:ifRoundedCorners}
  119. border-radius:4px;
  120. -moz-border-radius:4px;
  121. -webkit-border-radius:4px;
  122. {/block:ifRoundedCorners}
  123. }
  124.  
  125. .entries img {
  126. max-width:100%;
  127. }
  128.  
  129. .entries .quote{
  130. font-size:16px;
  131. line-height:120%;
  132. text-align:left;
  133. }
  134.  
  135. .entries .title{
  136. font-size:16px;
  137. }
  138.  
  139. .entries .link{
  140. font-size:16px;
  141. }
  142.  
  143. #sidebar{
  144. position:fixed;
  145. width:150px;
  146. margin-top:200px;
  147. margin-left:-80px;
  148. background-color:{color:Sidebar};
  149. border:{text:Sidebar Border Size}px solid {color:Sidebar Border};
  150. {block:ifRoundedCorners}
  151. border-radius:4px;
  152. -moz-border-radius:4px;
  153. -webkit-border-radius:4px;
  154. {/block:ifRoundedCorners}
  155. }
  156.  
  157. #sidebar .image img{
  158. width:100px;
  159. height:100px;
  160. border:none;
  161. margin-top:-50px;
  162. border:1px solid #d1d1d1;
  163. }
  164.  
  165. #sidebar .links{
  166. padding:1px;
  167. margin:5px;
  168. display:block;
  169. text-align:center;
  170. }
  171.  
  172. #sidebar .description{
  173. text-align:center;
  174. padding:2px;
  175. }
  176.  
  177. #info{
  178. font-size:10px;
  179. padding:5px;
  180. background-color:#eaeaea;
  181. color:{color:Footer Text};
  182. text-align:left;
  183. }
  184.  
  185. #info a{
  186. color:{color:Footer Links};
  187. text-transform:lowercase;
  188. }
  189.  
  190. #info a:hover{
  191. color:{color:Footer Links Hover};
  192. transition: all 0.4s ease-in-out;
  193. -o-transition: all 0.4s ease-in-out;
  194. -moz-transition: all 0.4s ease-in-out;
  195. -webkit-transition: all 0.4s ease-in-out;
  196. }
  197.  
  198. .chat li{
  199. padding:2px;
  200. list-style-type:none;
  201. }
  202.  
  203. blockquote{
  204. padding-left:5px;
  205. border-left:2px solid #d1d1d1;
  206. }
  207.  
  208. </style>
  209.  
  210. </head>
  211.  
  212. <body>
  213.  
  214.  
  215. <img src="{image:right side image}" height=500 style="position:fixed;bottom:0px;right:0px;z-index:999"/>
  216.  
  217. <div id="container">
  218.  
  219. <div id="sidebar">
  220. <center>
  221. <div class="image"><a title="{text:avatar hover}"><img src="{image:Sidebar}"></a></div>
  222. <div class="links">
  223. <a href="/">{text:home}</a> // <a href="/ask">{text:ask}</a> // <a href="{text:link1 url}">{text:link1}</a> // <a href="{text:link2 url}">{text:link2}</a> // <a href="{text:link3 url}">{text:link3}</a> // <a href="{text:link4 url}">{text:link4}</a> // <a href="{text:link5 url}">{text:link5}</a> // <a href="bean-machine-thms.tumblr.com">theme</a><br>
  224. </div>
  225. <div class="description">{Description}</div>
  226. <br>
  227. {block:Pagination}
  228. <div id="pagination" style="padding:5px;">
  229. {block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}</div>
  230. {/block:Pagination}
  231. </center>
  232. </div>
  233.  
  234. {block:Posts}
  235. <div class="entries">
  236. {block:Text}
  237. {block:Title}<div class="title">{Title}</div>{/block:Title}
  238. {Body}
  239. {/block:Text}
  240.  
  241. {block:Photo}
  242. <a href="{Permalink}">
  243. {block:if500px}<img src="{PhotoURL-500}" width="100%"></a>{/block:if500px}
  244. {block:if400px}<img src="{PhotoURL-400}" width="100%"></a>{/block:if400px}
  245. {block:if250px}<img src="{PhotoURL-250}" width="100%"></a>{/block:if250px}
  246. {block:Caption}{Caption}{/block:Caption}
  247. {/block:Photo}
  248.  
  249. {block:Photoset}
  250. {block:if500px}{Photoset-500}{block:if500px}
  251. {block:if400px}{Photoset-400}{/block:if400px}
  252. {block:if250px}{Photoset-250}{/block:if250px}
  253. {block:Caption}{Caption}{/block:Caption}
  254. {/block:Photoset}
  255.  
  256. {block:Video}
  257. {Video-400}
  258. {/block:Video}
  259.  
  260. {block:Link}
  261. <div class="link">
  262. <a href="{URL}">{Name}</a></div>
  263. {block:Description}{Description}{/block:Description}
  264. {/block:Link}
  265.  
  266. {block:Quote}
  267. <div class="quote">“{Quote}”</div>
  268. <p>
  269. {block:Source} — {Source} {/block:Source}<br>
  270. {/block:Quote}
  271.  
  272. {block:Audio}
  273. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  274. {/block:Audio}
  275.  
  276. {block:Chat}
  277. <div class="chat" style="margin-bottom:10px;">
  278. {block:Lines}
  279. <li class="{Alt}">
  280. {block:Label}{Label} {/block:Label}
  281. {Line}
  282. {/block:Lines}
  283. </div>
  284. {/block:Chat}
  285.  
  286. {block:Answer}
  287. {Asker} asked: {Question}
  288. {Answer}
  289. {/block:Answer}
  290.  
  291. {block:Date}
  292. <div id="info">
  293. <a href="{Permalink}">{24Hour}:{Minutes}</a> // <a href="{Permalink}">{ShortMonth}.{DayofMonthWithZero}.{Year}</a> // <a href="{Permalink}">{NoteCount}</a>{block:HasTags}<br>{block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a>&nbsp;
  294. {/block:Tags}{/block:HasTags}
  295. </div>
  296. {/block:Date}
  297.  
  298. </div>
  299. {/block:Posts}
  300. </div>
  301. </div>
  302.  
  303.  
  304. </body>
  305. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement