Advertisement
hitopslou

blog theme 2

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