Advertisement
hitopslou

blog theme 1

Mar 15th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9. HH HH II TTTTTT OO PPPP SSSS LL OO UU UU
  10. HH HH II TT OO OO PP PP SS LL OO OO UU UU
  11. HHHHHH II TT OO OO PP PP SS LL OO OO UU UU
  12. HH HH II TT OO OO PP SS LL OO OO UU UU
  13. HH HH II TT OO PP SSSS LLLLLL OO UU
  14.  
  15. This theme is the property of tumblr user hitopslou, owner of hitopslouthemes. DO NOT REMOVE THEME MAKER CREDIT! Please DO NOT use this as a base theme to create your own theme. Minor changes may be made, but do not drastically alter the theme. I'm always available to answer questions regarding any of my themes or themes in general. All images used were giffed and/or edited by me, so don't claim them as your own. -->
  16.  
  17.  
  18. <meta name="color:background" content="#eedddd"/>
  19. <meta name="color:text" content="#997777"/>
  20. <meta name="color:link" content="#ee8877"/>
  21. <meta name="color:hover" content="#bb6666" />
  22.  
  23. <meta name="image:Sidebar" content="http://static.tumblr.com/b29d6596de5ac7aaa94fc4ad5f11b4be/4qwcc40/jBxn2d0rj/tumblr_static_mi-tea2.gif"/>
  24.  
  25. <meta name="text:link 1" content="link 1"/>
  26. <meta name="text:link 1 url" content="/"/>
  27. <meta name="text:link 2" content="link 2"/>
  28. <meta name="text:link 2 url" content="/"/>
  29. <meta name="text:link 3" content="link 3"/>
  30. <meta name="text:link 3 url" content="/"/>
  31. <meta name="text:link 4" content="link 4"/>
  32. <meta name="text:link 4 url" content="/"/>
  33.  
  34. <style type="text/css">
  35.  
  36. html, body, h1, h2, h3, h4, h5, h6 {
  37. margin:0;
  38. padding:0;
  39. list-style:none;
  40. }
  41. p ol {
  42. list-style:decimal;
  43. }
  44. blockquote {
  45. padding: 0px 0px 0px 13px;
  46. border-left: 2px solid {color:hover};
  47. }
  48. blockquote p {
  49. display:block!important;
  50. }
  51. blockquote img {
  52. max-width:500px!important;
  53. }
  54. body {
  55. font: 10px Helvetica;
  56. color: {color:text};
  57. background-color: {color:background};
  58. line-height:10px;
  59. }
  60. a {
  61. color: {color:link};
  62. text-decoration:none;
  63. }
  64. a:hover {
  65. color: {color:hover};
  66. }
  67. /* sidebar */
  68. #sidebar {
  69. margin-left:-400px;
  70. overflow: hidden;
  71. top: 1px;
  72. line-height:15px;
  73. width: 200px;
  74. position: fixed;
  75. margin-bottom: 15px;
  76. text-align: center;
  77. margin-top:100px;
  78. }
  79. #title a {
  80. font-size:18px;
  81. color: {color:text};
  82. text-decoration: none;
  83. font-weight:bold;
  84. text-transform:uppercase;
  85. max-width:200px;
  86. }
  87. #title a:hover {
  88. color: {color:link};
  89. text-decoration: none;
  90. font-size:18px;
  91. letter-spacing:3px;
  92. text-transform:uppercase;
  93. max-width:200px;
  94. }
  95. #sidebar img {
  96. width:200px;
  97. margin-top:5px;
  98. }
  99. #description {
  100. width:180px;
  101. padding-left:10px;
  102. padding-right:10px;
  103. text-align:justify;
  104. }
  105. #sblinks {
  106. padding:10px;
  107. text-transform:uppercase;
  108. text-align:center;
  109. }
  110. #sblinks a {
  111. padding:5px;
  112. margin-right:0px;
  113. }
  114. #sblinks a:hover {
  115. font-style:italic;
  116. }
  117. #pagination {
  118. width: 175px;
  119. padding: 3px;
  120. font-size: 9px;
  121. line-height: 21px;
  122. text-align: center;
  123. margin-top: 10px;
  124. letter-spacing:1px;
  125. text-transform: lowercase;
  126. font-family:'Times New Roman',serif;
  127. color:{color:text};
  128. }
  129. #pagination a {
  130. color:{color:link};
  131. font-style: italic;
  132. background-color:{color:text};
  133. border-radius:5px;
  134. padding:2px;
  135. border:1px outset {color:hover};
  136. }
  137. #pagination a:hover {
  138. background-color:{color:background};
  139. color:{color:hover};
  140. border:1px inset {color:hover};
  141. }
  142. /* posts */
  143. #content {
  144. left:50%;
  145. margin-left:-100px;
  146. position:absolute;
  147. width:500px;
  148. margin-top: 50px;
  149. margin-bottom: 50px;
  150. }
  151. .post {
  152. line-height: 10px;
  153. clear: both;
  154. }
  155. .post img {
  156. width:400px;
  157. }
  158. h3 {
  159. font-size: 1.5em;
  160. color:{color:link};
  161. }
  162. /* post types */
  163. .photo {
  164. margin-bottom: 5px;
  165. }
  166. .photo img {
  167. border: 0;
  168. }
  169. .quote {
  170. text-align: left;
  171. padding-bottom:5px;
  172. }
  173. .quote .source {
  174. font-size: 12px;
  175. padding:10px;
  176. padding-top:10px;
  177. }
  178. .quote h3 {
  179. font-size:2em;
  180. font-family:Georgia,serif;
  181. }
  182. .answer {
  183. text-align: left;
  184. }
  185. .question {
  186. margin-bottom: 0px;
  187. text-align: justify;
  188. border:2px outset {color:link};
  189. padding:10px;
  190. }
  191. .link {
  192. display:inline;
  193. }
  194. .link img {
  195. border:none;
  196. margin-right:10px;
  197. display:inline-block;
  198. }
  199. .link h4 a {
  200. font-size:15px;
  201. }
  202. .audio {
  203. text-align: left;
  204. display:inline;
  205. }
  206. .audio img {
  207. width:50px;
  208. height:50px;
  209. border:none;
  210. margin-right:10px;
  211. display:inline-block;
  212. margin-top:13px;
  213. margin-bottom:-7px;
  214. }
  215. .audiobox {
  216. text-align: justify;
  217. border:2px outset {color:link};
  218. padding:10px;
  219. font-size:1em;
  220. display:inline-block;
  221. margin-left:5px;
  222. height:50px;
  223. }
  224. .video {
  225. text-align: left;
  226. }
  227. .chat {
  228. text-align: left;
  229. }
  230. .chat ul {
  231. list-style: none;
  232. }
  233. .label {
  234. font-weight:bold;
  235. }
  236. /* footer */
  237. #info {
  238. margin-top: 10px;
  239. font-size: 9px;
  240. text-transform:uppercase;
  241. margin-bottom: 60px;
  242. line-height:150%;
  243. }
  244. #info img {
  245. border:none;
  246. }
  247. ol.notes {
  248. display:block;
  249. text-align:left;
  250. margin-bottom:30px;
  251. }
  252. ol.notes li.note {
  253. padding:1%;
  254. }
  255. .pagenotes {
  256. text-align:left;
  257. }
  258. .pagenotes img {
  259. margin-right:3px;
  260. }
  261. .tags {
  262. font-family:'Courier New',monotype;
  263. font-size:10px;
  264. text-transform:none;
  265. }
  266. .tags a {
  267. margin-right:5px;
  268. }
  269. .tags a:hover {
  270. margin-right:5px;
  271. background-color:{color:text};
  272. color:#ddcccc;
  273. }
  274. /*credit DO NOT REMOVE*/
  275. #credit {
  276. position:fixed;
  277. bottom:10px;
  278. left:10px;
  279. text-transform:uppercase;
  280. font:8px;
  281. font-family:Georgia,serif;
  282. letter-spacing:1px;
  283. padding:17px 5px 17px 5px;
  284. border:1px solid {color:text};
  285. color:{color:text};
  286. z-index:9999999999;
  287. }
  288.  
  289. {CustomCSS}
  290.  
  291. </style>
  292. </head>
  293. <body>
  294.  
  295. <div id="content">
  296.  
  297. <div id="sidebar">
  298.  
  299. <div id="title"><a href="{blogurl}">{title}</a></div>
  300.  
  301. <img src="{image:Sidebar}" />
  302.  
  303. <div id="sblinks">
  304. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  305. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  306. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  307. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  308. </div>
  309.  
  310. <div id="description">{description}
  311.  
  312. <div id="pagination">
  313. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  314. </div>
  315.  
  316. </div>
  317.  
  318. </div>
  319.  
  320.  
  321. <div id="entries">
  322.  
  323. <div id="posts">
  324.  
  325. {block:Posts}
  326. {block:Text}
  327. {block:Title}
  328. <h3>{Title}</h3>
  329. {/block:Title}
  330. <p>{Body}</p>
  331. {/block:Text}
  332.  
  333. {block:Photo}
  334. <div class="photo">
  335. <img src="{PhotoURL-500}" width ="{PhotoWidth-500}" alt="{PhotoAlt}"/>
  336. {block:Caption}
  337. <p>{Caption}</p>
  338. {/block:Caption}
  339. </div>
  340. {/block:Photo}
  341.  
  342. {block:Photoset}
  343. <div class="photo">
  344. {Photoset-500}
  345. {block:Caption}
  346. <div class="caption">{Caption}</div>
  347. {/block:Caption}
  348. </div>
  349. {/block:Photoset}
  350.  
  351. {block:Quote}
  352. <div class="quote">
  353. <h3>β€œ{Quote}</h3>
  354. {block:Source}
  355. <br /><span class="source">β€” {Source}</span>
  356. {/block:Source}
  357. </div>
  358. {/block:Quote}
  359.  
  360. {block:Link}
  361. <div class="link">
  362. {block:Thumbnail}<h4><img class="link" src="{Thumbnail}" width="30px" height="30px"/>{block:Thumbnail}<a href="{URL}" {Target}>{Name}</a></h4>
  363. {block:Description}<p>{Description}</p>{/block:Description}
  364. </div>
  365. {/block:Link}
  366.  
  367. {block:Chat}
  368. <div class="chat">
  369. {block:Title}
  370. <h3>{Title}</a></h3>
  371. {/block:Title}
  372.  
  373. <ul class="chat">
  374. {block:Lines}
  375. <li class="{Alt} user_{UserNumber}">
  376. {block:Label}
  377. <span class="label">{Label}</span>
  378. {/block:Label}{Line}
  379. </li>
  380. {/block:Lines}
  381. </ul>
  382. </div>
  383. {/block:Chat}
  384.  
  385. {block:Answer}
  386. <div class="question">
  387. <b>{Asker}</b>: {Question}</div>
  388. </div><br>
  389. <div class="answer">{Answer}</div>
  390. {/block:Answer}
  391.  
  392. {block:Video}
  393. <div class="video">
  394. {Video-500}{block:Caption}
  395. <p>{Caption}</p>
  396. {/block:Caption}
  397. </div>
  398. {/block:Video}
  399.  
  400. {block:Audio}
  401. <div class="audio">
  402. {AudioPlayerWhite}
  403.  
  404. {block:AlbumArt}<img class="audio" src="{AlbumArtURL}" />{/block:AlbumArt}
  405.  
  406. <div class="audiobox">
  407. {block:TrackName}<strong>{TrackName}</strong><br />{/block:TrackName}
  408. {block:Artist}{Artist}<br />{/block:Artist}
  409. {block:Album}{Album}<br />{/block:Album}
  410. {PlayCountWithLabel}</div>
  411.  
  412. {block:Caption}
  413. <p>{Caption}</p>
  414. {/block:Caption}
  415. </div>
  416. {/block:Audio}
  417.  
  418. <div id="info">
  419. {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> at {12Hour}:{Minutes}{CapitalAMPM}{/block:Date} with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  420.  
  421. {block:RebloggedFrom}| <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  422.  
  423.  
  424. {block:ContentSource}| <a href="{SourceURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}
  425. <br/>
  426.  
  427. {block:HasTags}<div class="tags">#: {block:Tags}<a href="{TagURL}">{Tag}</a>/{/block:Tags}</div>{/block:HasTags}
  428. </div>
  429.  
  430. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  431. {/block:Posts}
  432. </ol>
  433. <!-- credit DO NOT REMOVE -->
  434. <div id="credit">
  435. <a href="http://hitopslouthemes.tumblr.com/">HTLT</a>
  436.  
  437. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement