Advertisement
elletho

Hot Right Now -- Theme 5

Nov 8th, 2013
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 5: 'Hot Right Now' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT edit & redistribute.
  13. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  14. ☮ DO NOT move the credit.
  15. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  16.  
  17. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  18.  
  19. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  20. ☮ If you follow the rules and respect them, ilysm let's get married
  21. --->
  22.  
  23.  
  24.  
  25. <!--META NAMES-->
  26.  
  27. <meta name="color:txt" content="#807e7e"/>
  28. <meta name="color:links" content="#E5778B"/>
  29. <meta name="color:hover" content="#fafafa"/>
  30. <meta name="color:info" content="#E5778B">
  31. <meta name="color:desc" content="#aaaaaa">
  32.  
  33. <meta name="color:bg" content="#ffffff">
  34. <meta name="color:post bg" content="#ffffff">
  35. <meta name="color:border" content="#dad9d9">
  36. <meta name="color:scrollbar" content="#E5778B">
  37. <meta name="color:scrollbarbg" content="#ffffff">
  38.  
  39. <meta name="image:sbimg" content=""/>
  40.  
  41. <meta name="text:link 1" content=""/>
  42. <meta name="text:link 2" content=""/>
  43. <meta name="text:link 3" content=""/>
  44. <meta name="text:updatetitle" content="updates">
  45. <meta name="text:updates" content="/">
  46.  
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. #updatesbox {
  52. line-height:100%;
  53. display:block;
  54. border:1px solid {color:border};
  55. height:12px;
  56. width:30px;
  57. padding:0px 5px 5px 5px;
  58. z-index:0;
  59. top:15px;
  60. left:15px;
  61. color:{color:txt};
  62. position:fixed;
  63. background:{color:postbg};
  64. overflow:hidden;
  65. text-align:center;
  66. -moz-transition-duration:0.6s;
  67. -webkit-transition-duration:0.6s;
  68. -o-transition-duration:0.6s;
  69. }
  70.  
  71. #updatesbox:hover {
  72. height:90px;
  73. width:90px;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78. /*tutorial by meem.co.vu; please don't remove this note*/
  79. #updatestitle {
  80. line-height:17px;
  81. font-family:calibri;
  82. text-transform:uppercase;
  83. font-size:8px;
  84. }
  85.  
  86. #inside {
  87. font-size:10px;
  88. font-family:baskerville;
  89. color:{color:txt};
  90. width:90px;
  91. line-height:10px;
  92. -moz-transition-duration:0.5s;
  93. -webkit-transition-duration:0.5s;
  94. -o-transition-duration:0.5s;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. height:auto;
  99. background-color:{color:Scrollbar};
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height:9px;
  104. width:4px;
  105. background-color:{color:ScrollbarBg};
  106. }
  107.  
  108. body {
  109. background-color:{color:bg};
  110. background-image:url('{image:bg}');
  111. background-attachment: fixed;
  112. background-repeat: repeat;
  113. font-family:calibri;
  114. font-size:12px;
  115. text-align:justify;
  116. color:{color:txt};
  117. margin:0;
  118. }
  119.  
  120. a {
  121. color:{color:links};
  122. text-decoration:none;
  123. -moz-outline-style:none;
  124. }
  125.  
  126. a:hover{
  127. color:{color:hover};
  128. -moz-transition-duration:0.3s;
  129. -webkit-transition-duration:0.3s;
  130. -o-transition-duration:0.3s;
  131. }
  132.  
  133. img {
  134. border:none;
  135. }
  136.  
  137. blockquote {
  138. padding-left:5px;
  139. border-left:2px solid;
  140. margin:5px;
  141. }
  142.  
  143. blockquote blockquote {
  144. padding-left:5px;
  145. border-left:2px solid;
  146. margin:5px;
  147. }
  148.  
  149. /*DESC*/
  150.  
  151. /*SIDEBAR*/
  152.  
  153. #sidebar{
  154. position:fixed;
  155. margin-top:350px;
  156. margin-left:245px;
  157. width:150px;
  158. }
  159.  
  160. #sidebarimg img{
  161. height:200px;
  162. outline:1px solid {color:border};
  163. outline-offset:5px;
  164. }
  165.  
  166. #quotes {
  167. font-size:40px;
  168. text-transform:uppercase;
  169. letter-spacing:3px;
  170. font-style:normal;
  171. margin-top:-215px;
  172. margin-left:-85px;
  173. position:fixed;
  174. color:#DAD9D9;
  175. z-index:-99;
  176. }
  177.  
  178. #desc{
  179. width:60px;
  180. height:200px;
  181. margin-top:-200px;
  182. margin-left:-80px;
  183. font-size:11px;
  184. text-align:right;
  185. border-right:1px solid;
  186. padding-right:5px;
  187. color:{color:desc};
  188. }
  189.  
  190.  
  191. #pagi {
  192. font-size:10px;
  193. text-transform:uppercase;
  194. letter-spacing:3px;
  195. font-style:normal;
  196. position:fixed;
  197. text-align:center;
  198. margin-left:0px;
  199. margin-top:5px;
  200. }
  201.  
  202. #pagi a {
  203. color:{color:sblinks};
  204. }
  205.  
  206.  
  207. /*LINKS*/
  208.  
  209. #links{
  210. width:auto;
  211. font-size:15px;
  212. margin-left:172px;
  213. margin-top:310px;
  214. letter-spacing:17px;
  215. text-align:center;
  216. position:fixed;
  217. }
  218.  
  219. #links a{
  220. color:{color:links};
  221. }
  222.  
  223. #links a:hover{
  224. color:{color:hover};
  225. -moz-transition-duration:0.3s;
  226. -webkit-transition-duration:0.3s;
  227. -o-transition-duration:0.3s;
  228. }
  229.  
  230.  
  231. /*ENTRIES*/
  232.  
  233. #container{
  234. width:525px;
  235. margin-left:450px;
  236. margin-top:75px;
  237. position:absolute;
  238. }
  239.  
  240. #post{
  241. padding:15px;
  242. width:500px;
  243. background-color:{color:post bg};
  244. width:500px;
  245. float:left;
  246. margin:8px;
  247. outline:1px solid {color:border};
  248. outline-offset:5px;
  249. margin-bottom:20px;
  250. }
  251.  
  252.  
  253. /*POST INFO*/
  254.  
  255. #info {
  256. width:475px;
  257. text-align:center;
  258. font-family:calibri;
  259. font-size:9px;
  260. text-transform:uppercase;
  261. padding:10px;
  262. color:{color:info};
  263. line-height:10px;
  264. border-top:1px solid {color:info};
  265. margin-top:5px;
  266. margin-bottom:5px;
  267. }
  268.  
  269. #info a{
  270. color:{color:info};
  271. }
  272.  
  273. #info a:hover{
  274. color:{color:hover};
  275. }
  276.  
  277. #tags{
  278. width:475px;
  279. padding:5px;
  280. margin-top:-3px;
  281. margin-left:-5px;
  282. float:left;
  283. text-align:center;
  284. font-size:8px;
  285. opacity:1;
  286. color:{color:links};
  287. transition-duration: 0.5s;
  288. -moz-transition-duration: 0.5s;
  289. -webkit-transition-duration: 0.5s;
  290. -o-transition-duration: 0.5s
  291. }
  292.  
  293. #tags a {
  294. display:inline-block;
  295. color:{color:info};
  296. font-size:10px;
  297. text-align:center;
  298. text-decoration:none;
  299. }
  300.  
  301. #notes{
  302. font-size:9px;
  303. text-transform:uppercase;
  304. }
  305.  
  306.  
  307.  
  308. /*CREDIT--seriously leave this please, it's really tiny.*/
  309.  
  310. #rae{
  311. float:right;
  312. position:fixed;
  313. bottom:5px;
  314. right:5px;
  315. padding:3px;
  316. font-size:12px;
  317. text-transform:uppercase;
  318. border:1px solid {color:border};
  319. background-color:{color:post bg};
  320. }
  321.  
  322. #maker a{
  323. color:{color:links};
  324. }
  325.  
  326.  
  327. {CustomCSS}
  328.  
  329. </style></head>
  330.  
  331.  
  332. <body>
  333.  
  334. <div id="sidebar">
  335. <div id="sidebarimg">
  336. <img src="{image:sbimg}"></div>
  337.  
  338. <div id="quotes">❝</div>
  339. <div id="desc">{description}</div>
  340. <div id="line"></div>
  341. {block:Pagination}
  342. <div id="pagi">
  343. {block:PreviousPage}
  344. <a href="{PreviousPage}">sink</a> /
  345. {/block:PreviousPage}
  346. {block:NextPage}
  347. <a href="{NextPage}">swim</a>
  348. {/block:NextPage}
  349. </div>
  350. {/block:Pagination}
  351. </div>
  352. </div>
  353.  
  354. <div id="links">
  355. <a href="/"><img src="http://media.tumblr.com/d1160dbf4de406aa2c3a2db3ab46e481/tumblr_inline_mvqt49x6tk1rajyjv.png"></a>
  356. <a href="/ask"><img src="http://media.tumblr.com/d1160dbf4de406aa2c3a2db3ab46e481/tumblr_inline_mvqt49x6tk1rajyjv.png"></a>
  357. {block:iflink1}<a href="{text:link 1}"><img src="http://media.tumblr.com/d1160dbf4de406aa2c3a2db3ab46e481/tumblr_inline_mvqt49x6tk1rajyjv.png"></a>{/block:iflink1}
  358. {block:iflink2}<a href="{text:link 2}"><img src="http://media.tumblr.com/d1160dbf4de406aa2c3a2db3ab46e481/tumblr_inline_mvqt49x6tk1rajyjv.png"></a>{/block:iflink2}
  359. {block:iflink3}<a href="{text:link 3}"><img src="http://media.tumblr.com/d1160dbf4de406aa2c3a2db3ab46e481/tumblr_inline_mvqt49x6tk1rajyjv.png"></a>
  360. </div>{block:iflink3}</div>
  361.  
  362. <div id="container">
  363. {block:Posts}
  364. <div id="post">
  365.  
  366. <!--TEXT POSTS-->
  367.  
  368. {block:Text}
  369. {block:Title}<h2>{Title}</h2>{/block:Title}
  370. {Body}
  371. {/block:Text}
  372.  
  373. <!--ASKS-->
  374.  
  375. {block:Answer}
  376. <div class="question">
  377. <img src="{AskerPortraitURL-40}"> <b>{Asker} majestically whispered:</b> {Question}</center>
  378. </div>
  379. {Answer}
  380. {/block:Answer}
  381.  
  382. <!--QUOTE POSTS-->
  383. {block:Quote}
  384.  
  385. <div class="quote">
  386. <div class="quotetext_{Length}">"{Quote}"</div>
  387. {block:Source}<div class="source">{Source}</div>{/block:Source}
  388. </div>
  389. {/block:Quote}
  390.  
  391. <!--LINK POSTS-->
  392.  
  393. {block:Link}
  394. <h2><a href="{URL}">{Name}</a></h2>
  395. {block:Description}{Description}{/block:Description}
  396. {/block:Link}
  397.  
  398. <!--CHAT POSTS-->
  399.  
  400. {block:Chat}
  401. {block:Title}<h2>{Title}</h2>{/block:Title}
  402. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  403. {Line}</li>{/block:Lines}</ul>
  404. {/block:Chat}
  405.  
  406. <!--PHOTO POSTS-->
  407.  
  408. {block:Photo}
  409. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  410.  
  411. {block:Caption}{Caption}{/block:Caption}
  412. {/block:Photo}
  413.  
  414. <!--PHOTOSET POSTS-->
  415.  
  416. {block:Photoset}
  417. {Photoset-500}
  418. {block:Caption}{Caption}{/block:Caption}
  419. {/block:Photoset}
  420.  
  421. <!--VIDEO POSTS-->
  422.  
  423. {block:Video}
  424. {Video-500}
  425. {block:Caption}{Caption}{/block:Caption}
  426. {/block:Video}
  427.  
  428.  
  429. <!--AUDIO-->
  430.  
  431. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  432. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  433. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  434. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  435. {/block:Audio}
  436.  
  437.  
  438. <!--POST INFO-->
  439.  
  440. <div id="info">
  441. posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  442. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  443. {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom} with
  444. <a href="{Permalink}">{NoteCount} ♡</a></a></a>
  445. {block:HasTags}<div id="tags">
  446.  
  447. {block:Tags}<a href="/tagged/{Tag}">☮{{Tag}}</a>&nbsp;{/block:Tags}
  448. </div>{block:HasTags}
  449. </div>
  450. </div>
  451.  
  452. {/block:Posts}
  453. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  454. {/block:Posts}</div></div></div>
  455. <br><br><br><br>
  456.  
  457.  
  458. </div></div>
  459.  
  460. {/block:Posts}
  461.  
  462. <!--DON'T REMOVE--SERIOUSLY IT'S TINY, JUST LEAVE IT PLS-->
  463. <div id="rae">
  464. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  465. </div>
  466.  
  467. <!-- begin updates box -->
  468. <div id="updatesbox">
  469. <span id="updatestitle">{text:updatetitle}</span>
  470. <div id="inside">
  471. {text:updates}
  472. </div>
  473. </div>
  474. <!-- updates box tutorial by meem.co.vu -->
  475.  
  476. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement