Advertisement
kitopia

sans theme

May 27th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6. theme by lps666
  7.  
  8. ----->
  9.  
  10. <meta charset="utf-8">
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  21.  
  22. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  23.  
  24. <style type="text/css">
  25.  
  26.  
  27. /*
  28. general text styles, fonts and colours
  29. */
  30.  
  31. body {
  32. margin:0px;
  33. background:#000;
  34. font-family: comic sans ms;
  35. font-size:15px;
  36. line-height:140%;
  37. color: #aaa;
  38. }
  39.  
  40. p{
  41. margin:0 0 10px 0;
  42. padding:0;
  43. }
  44.  
  45. pre {
  46. white-space: pre-wrap;
  47. white-space: -moz-pre-wrap;
  48. white-space: -pre-wrap;
  49. white-space: -o-pre-wrap;
  50. word-wrap: break-word;
  51. }
  52.  
  53. a{
  54. color:#0ff;
  55. text-decoration:none;
  56. }
  57.  
  58. a:hover{
  59. color:#ccc;
  60. text-shadow:0px 0px 10px #0ff;
  61. }
  62.  
  63. li{
  64. margin-left:-15px;
  65. }
  66.  
  67. /*
  68. containers etc
  69. */
  70. #wrapper{
  71. width:600px;
  72. margin:50px auto;
  73. }
  74.  
  75. #sidebar{
  76. width:110px;
  77. position:fixed;
  78. }
  79.  
  80. #sidebar img{
  81. border-radius:10px;
  82. }
  83.  
  84. #content{
  85. width:400px;
  86. margin-left:200px;
  87. overflow:hidden;
  88. }
  89.  
  90. .post{
  91. width:400px;
  92. margin:0 0 50px 0;
  93. overflow:hidden;
  94. }
  95.  
  96. #sidebar img, .post img{
  97. max-width:100%;
  98. }
  99.  
  100. #nav{
  101. margin:50px 0 0 0;
  102. }
  103.  
  104.  
  105. /*
  106. content in the body of the posts - quotes, asks, etc
  107. "media" contains photos, photosets, videos, audio posts
  108. */
  109. .media{
  110. margin:0 0 10px 0;
  111. }
  112.  
  113. .title{
  114. font-weight:normal;
  115. font-size:18px;
  116. margin:0 0 10px 0;
  117. }
  118.  
  119. .quote{
  120. font-weight:normal;
  121. font-size:16px;
  122. font-style:italic;
  123. margin:0 0 10px 0;
  124. }
  125.  
  126. .question{
  127. margin-bottom:10px;
  128. }
  129.  
  130. blockquote{
  131. margin:0 0 10px 10px;
  132. padding:0 0 0 10px;
  133. border-left:solid 1px #000;
  134. }
  135.  
  136. /*
  137. post footers - date, tags, via and source
  138. */
  139. .post .footer{
  140. margin:0;
  141. text-align:left;
  142. }
  143.  
  144. /*
  145. post notes
  146. */
  147. ol.notes{
  148. list-style-type:none;
  149. padding:0;
  150. margin:0;
  151. }
  152.  
  153. ol.notes li.note img{
  154. width:16px;
  155. height:16px;
  156. }
  157.  
  158. ol.notes li.note{
  159. margin:0px;
  160. }
  161.  
  162. {CustomCSS}
  163. </style>
  164. </head>
  165.  
  166. <body>
  167. <div id="wrapper">
  168.  
  169.  
  170. <div id="sidebar">
  171. <img src="{PortraitURL-128}">
  172. {block:Description}
  173. <p>{Description}</p>
  174. {/block:Description}
  175.  
  176. <img src="http://www.tidydogdoos.com/files/teal%20bone.png">
  177.  
  178. <a href="/">*{lang:Home}</a><br>
  179. <a href="/archive">*{lang:Archive}</a><br>
  180. {block:AskEnabled}
  181. <a href="/ask">*Ask</a><br>
  182. {/block:AskEnabled}
  183. {block:SubmissionsEnabled}
  184. <a href="/ask">*{SubmitLabel}</a><br>
  185. {/block:SubmissionsEnabled}
  186. {block:HasPages}
  187. {block:Pages}
  188. <a href="{URL}">*{Label}</a><br>
  189. {/block:Pages}
  190. {/block:HasPages}
  191. </div>
  192.  
  193.  
  194.  
  195. <div id="content">
  196. {block:Posts}
  197.  
  198. <div class="post">
  199.  
  200. {block:Text}
  201. {block:Title}
  202. <div class="title">{Title}</div>
  203. {/block:Title}
  204. {Body}
  205. {/block:Text}
  206.  
  207. {block:Photo}
  208. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  209. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  210. {/block:Photo}
  211.  
  212. {block:Photoset}
  213. <div class="media">{Photoset-400}</div>
  214. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  215. {/block:Photoset}
  216.  
  217. {block:Quote}
  218. <div class="quote">"{Quote}"</div>
  219. {block:Source}
  220. <div class="quotesource">{Source}</div>
  221. {/block:Source}
  222. {/block:Quote}
  223.  
  224. {block:Link}
  225. <div class="title"><a href="{URL}">{Name}</a></div>
  226. {block:Description}
  227. <div class="description">{Description}</div>
  228. {/block:Description}
  229. {/block:Link}
  230.  
  231. {block:Chat}
  232. {block:Title}
  233. <div class="title">{Title}</div>
  234. {/block:Title}
  235.  
  236. {block:Lines}
  237. <div class="{Alt} user_{UserNumber}">
  238. {block:Label}
  239. <b>{Label}</b>{/block:Label}
  240. &nbsp;{Line}
  241. </div>
  242. {/block:Lines}
  243. {/block:Chat}
  244.  
  245. {block:Video}
  246. <div class="media">{Video-400}</div>
  247. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  248. {/block:Video}
  249.  
  250. {block:Audio}
  251. <div class="media">
  252. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  253. {AudioPlayerWhite}
  254. {block:TrackName}{TrackName}<br>{/block:TrackName}
  255. {block:Artist}{Artist}<br>{/block:Artist}
  256. {block:Album}{Album}{/block:Album}
  257. </div>
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Audio}
  260.  
  261. {block:Answer}
  262. <div class="question">{Asker}: {Question}</div>
  263. <div class="caption">{Answer}</div>
  264. {/block:Answer}
  265.  
  266.  
  267. {block:Date}
  268. <div class="footer">
  269. <a href="{Permalink}">*{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>
  270. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  271. {block:RebloggedFrom}<br><a href="{ReblogParentURL}">*via</a>{/block:RebloggedFrom}
  272. {block:ContentSource} <a href="{SourceURL}">*src</a>{/block:ContentSource}
  273. </div>
  274.  
  275. {block:PermalinkPage}
  276. {block:NoteCount}
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}
  278. {/block:NoteCount}
  279. {/block:PermalinkPage}
  280. {/block:Date}
  281.  
  282. </div>
  283. {/block:Posts}
  284.  
  285. {block:Pagination}
  286. <div id="nav">
  287. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  288.  
  289. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  290. </div>
  291. {/block:Pagination}
  292. </div>
  293. </div>
  294.  
  295. </div>
  296.  
  297. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  298. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  299.  
  300. </body>
  301. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement