hotsources

HotSources + Theme (1)

May 13th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link href="http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911" rel="stylesheet" type="text/css">
  7.  
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- theme by Murilo: hotsources.tumblr.com --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#787A7A"/>
  14. <meta name="color:title" content="#787A7A"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Sidebar Text" content="#D9DEDD"/>
  17. <meta name="color:border info" content="#cfcfcf"/>
  18. <meta name="color:sidebar bg" content="#a3aaa9"/>
  19. <meta name="color:Sidebar Background 2" content="#e9f0f0"/>
  20. <meta name="color:Accent" content="#b29bb3"/>
  21. <meta name="image:sidebar" content="/"/>
  22. <meta name="image:sidebar bg image" content="http://media.tumblr.com/tumblr_meiipay0tp1r58zwh.png"/>
  23. <meta name="image:info" content="http://media.tumblr.com/tumblr_meiiwx7fE21r58zwh.png"/>
  24. <meta name="image:sidebar bg image2" content="http://25.media.tumblr.com/b84673412c0bb530ff894f235e1eef90/tumblr_mkhqeoulTg1rnaz6qo1_500.png"/>
  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 6" content="link 6"/>
  30. <meta name="text:link 6 URL" content="/"/>
  31. <meta name="text:link 3" content="link 3"/>
  32. <meta name="text:link 3 URL" content="/"/>
  33. <meta name="text:link 4" content="link 4"/>
  34. <meta name="text:link 4 URL" content="/"/>
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. background:{color:background};
  40. margin:0px;
  41. color:{color:text};
  42. font-family: calibri;
  43. font-size:10px;
  44. line-height:100%;
  45. }
  46.  
  47. a {
  48. text-decoration:none;
  49. outline:none;
  50. -moz-outline-style:none;
  51. color:{color:link};
  52. -webkit-transition: all 0.5s ease-out;
  53. -moz-transition: all 0.5s ease-out;
  54. transition: all 0.5s ease-out;
  55. padding-left:2px;
  56. padding-right:2px;
  57.  
  58.  
  59. }
  60.  
  61. a:hover {
  62. text-decoration: normal;
  63. -webkit-transition: all 0.5s ease-out;
  64. -moz-transition: all 0.5s ease-out;
  65. transition: all 0.5s ease-out;
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:15px;
  84. }
  85.  
  86. ::selection {
  87. background: {color:accent};
  88. color: {color:background};
  89. }
  90.  
  91. ::-moz-selection {
  92. background: {color:accent};
  93. color: {color:background};
  94. }
  95.  
  96. ::-webkit-selection {
  97. background: {color:accent};
  98. color: {color:background};
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height: 3px;
  103. width: 4px;
  104. background: {color:background};
  105.  
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. background-color: {color:accent};
  110. border:1px solid #EEE0E5;
  111. -webkit-border-radius: 5ex;
  112. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  113.  
  114. }
  115.  
  116. ::-webkit-scrollbar-corner {
  117. background: #transparent;
  118.  
  119. }
  120.  
  121. #entries {
  122. padding:10px;
  123. width:500px;
  124. margin-left:440px;
  125. margin-top:40px;
  126.  
  127. }
  128.  
  129. #post {
  130. width:500px;
  131.  
  132. padding-bottom:30px;
  133.  
  134. }
  135.  
  136. #post2 {
  137. width: 510px;
  138. padding-left: 10px;
  139. padding-bottom: 15px;
  140. padding-top: 15px;
  141. background-color: #fff;
  142.  
  143. }
  144.  
  145.  
  146. #sb{
  147. width:150px;
  148. position:fixed;
  149. margin-top: -50px;
  150. margin-left:150px;
  151. background-image: URL({image:sidebar bg image});
  152. background-color: {color:sidebar bg};
  153. height: 200%;
  154. }
  155.  
  156.  
  157.  
  158. .sidebarimage {
  159.  
  160. margin-top: 100px;
  161. margin-left: -30px;
  162. width 100px;
  163. text-align: center;
  164. }
  165.  
  166. .sidebarimage img {
  167. width:200px;
  168. border-radius: 2px;
  169. border:1px dotted #e9e7e7;
  170. padding:3px;
  171. scale: grayscale;
  172. -webkit-transition: all 1.2s ease-in-out;
  173. -webkit-filter: grayscale(100%);
  174. }
  175.  
  176. #sb:hover .sidebarimage img {
  177. width:200px;
  178. margin-left: 0px;
  179. border-radius: 3px;
  180. scale: grayscale;
  181. -webkit-transition: all 1.2s ease-in-out;
  182. -webkit-filter: grayscale(0%);
  183.  
  184. }
  185. .sblinks {
  186. font-size:10px;
  187. width: 150px;
  188. font-family: calibri;
  189. text-transform: italic;
  190. font-weight:0;
  191. color: {color:sidebar links};
  192. margin-top: 10px;
  193. margin-left: 0px;
  194. margin-right:auto;
  195. letter-spacing: 1px;
  196. line-height: 100%;
  197. -webkit-transition: all 0.5s ease-out;
  198. -moz-transition: all 0.5s ease-out;
  199. text-align: center;
  200. }
  201.  
  202. .ok {
  203. margin-top:2px;
  204. background-color: rgba(255,255,255,0.3);
  205. padding-top: 3px;
  206. padding-bottom: 3px;
  207. }
  208. .ok2 {
  209. margin-top:2px;
  210. background-color: rgba(161,109,130,0.3);
  211. padding-top: 3px;
  212. padding-bottom: 3px;
  213. }
  214.  
  215. .ok2 a {
  216. color: #fff;
  217. }
  218.  
  219.  
  220.  
  221. .ok:hover{
  222. background-color: rgba(255,255,255,0.6);
  223. -webkit-transition: all 0.5s ease-out;
  224. -moz-transition: all 0.5s ease-out;
  225. }
  226. .ok a:hover{
  227. background-color: rgba(255,255,255,0);
  228. }
  229.  
  230. .okk {
  231. margin-top:144px;
  232. color: {color:sidebar text};
  233. background-color: rgba(255,255,255,0.9);
  234. padding-top: 3px;
  235. padding-bottom: 3px;
  236. }
  237.  
  238.  
  239. .description {
  240. text-transform: normal;
  241. color: {color:sidebar text};
  242. width: 130px;
  243. margin-left: 0px;
  244. text-align: center;
  245. margin-top: -350px;
  246. color: {color:sidebar text};
  247. padding:10px;
  248. background-color: rgba(255,255,255,0.3);
  249. opacity: 0.0;
  250. -webkit-transition: all 1.2s ease-out;
  251. -moz-transition: all 1.2s ease-out;
  252. }
  253.  
  254. #sb:hover .description {
  255. opacity: 2.0;
  256. margin-top: 2px;
  257. -webkit-transition: all 1.5s ease-out;
  258. -moz-transition: all 1.5s ease-out;
  259.  
  260. }
  261.  
  262. }
  263.  
  264. .quote {
  265. margin-top: 10px;
  266. width: 100px;
  267. font-size: 10px;
  268. line-height: 120%;
  269. padding-top: 30px;
  270. padding-bottom: 30px;
  271. padding-left: 15px;
  272. padding-right: 2px;
  273. color: {color:sidebar text};
  274. letter-spacing: 2px;
  275. border: 1px solid {color:sidebar text};
  276.  
  277. }
  278.  
  279.  
  280. #info {
  281. font-size: 9px;
  282. border-top: 1px solid {color:border info};
  283. font-family:calibri;
  284. text-align:justify;
  285. margin-top:10px;
  286. text-transform: uppercase;
  287. padding-top: 10px;
  288. padding-left: 10px;
  289. padding-right:10px;
  290. width: 490px;
  291. margin-left:10px;
  292. }
  293.  
  294.  
  295.  
  296. .tags {
  297. margin-top: 3px;
  298. }
  299.  
  300.  
  301. #asker {
  302. float:left;
  303. margin-right:5px;
  304. }
  305.  
  306. #theme {
  307. position:fixed;
  308. width:100px;
  309. font-family:calibri;
  310. font-size:10px;
  311. right:5px;
  312. bottom:5px;
  313. text-align: right;
  314. text-transform: uppercase;
  315. }
  316.  
  317. #theme a{
  318. color:#464745;
  319. }
  320.  
  321. #albumart img{
  322. width:70px;
  323. height:70px;
  324. padding-bottom: 15px;
  325. opacity: 0.6;
  326. -webkit-transition: all 0.5s ease-out;
  327. -moz-transition: all 0.5s ease-out;
  328. transition: all 0.5s ease-out;
  329. }
  330.  
  331. #albumart img:hover{
  332. opacity:1;
  333. -webkit-transition: all 0.5s ease-in;
  334. -moz-transition: all 0.5s ease-in;
  335. transition: all 0.5s ease-in;
  336. }
  337.  
  338.  
  339. #photo a:hover {
  340.  
  341. background-color:#fff;
  342. }
  343.  
  344.  
  345.  
  346. {CustomCSS}</style></head><body>
  347.  
  348. <div id="sb">
  349.  
  350. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  351.  
  352.  
  353.  
  354. <div class="sblinks">
  355. <div class="ok"><a href="/"> home </a></div>
  356. <div class="ok"><a href="/ask"> ask </a> </div>
  357. <div class="ok"><a href="{text:link 1 URL}"> {text:link 1} </a></div>
  358. <div class="ok"><a href="{text:link 2 URL}"> {text:link 2} </a></div>
  359. <div class="ok"><a href="{text:link 3 URL}"> {text:link 3} </a></div>
  360. <div class="ok"><a href="{text:link 4 URL}"> {text:link 4} </a></div>
  361. </div>
  362. <div class="description">{Description} <br>
  363. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  364. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  365.  
  366. </div>
  367. </div>
  368.  
  369.  
  370. </div>
  371.  
  372.  
  373. <div id="entries">{block:Posts}<div id="post">
  374. <div id="post2">
  375.  
  376. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  377.  
  378. <div id="photo">
  379. {block:Photo}
  380. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  381. {block:Caption}
  382. {Caption}
  383. {/block:Caption}
  384. {/block:Photo}</div>
  385.  
  386. <div id="photo">{block:Photoset}{Photoset-500}
  387. {block:Caption}
  388. {Caption}
  389. {/block:Caption}
  390. {/block:Photoset}</div>
  391.  
  392. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  393.  
  394. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  395.  
  396. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  397.  
  398. {block:Audio}
  399. {block:AlbumArt} <div id="albumart"><img src="{AlbumArtURL}"></div> {/block:AlbumArt}
  400. <b>{block:TrackName}
  401. {TrackName}
  402. {/block:TrackName} </b> <br>
  403. {block:Artist}
  404. {Artist}
  405. {/block:Artist} <br>
  406. {block:Album}
  407. {Album}
  408. {/block:Album}
  409. <br><br><br>
  410. {AudioPlayerWhite}
  411. {block:Caption}
  412. {Caption}
  413. {/block:Caption}
  414. {/block:Audio}
  415.  
  416. {block:Video}{Video-500}
  417. {block:Caption}
  418. {Caption}
  419. {/block:Caption}
  420. {/block:Video}
  421.  
  422. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  423.  
  424. </div>
  425.  
  426.  
  427. <div id="info">
  428. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}<a href="{permalink}">{NoteCount}</a> &nbsp;{/block:NoteCount}
  429. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via {/block:RebloggedFrom}</a>
  430. {block:ContentSource}| <a href="{SourceURL}">© source {/block:ContentSource}</a> <br>
  431. <div class="tags">
  432. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div> </div>
  433.  
  434. </div>
  435. {block:PostNotes}{PostNotes}{/block:PostNotes}
  436. {/block:Posts}
  437. </div>
  438.  
  439. <div id="theme">
  440.  
  441. <a href="http://hotsources.tumblr.com/">hs theme</a></div>
  442.  
  443.  
  444. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment