Advertisement
nithith

Untitled

Aug 25th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.78 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 46 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#000"/>
  14. <meta name="color:Text" content="#c6c6c6"/>
  15. <meta name="color:Link" content="#45626b"/>
  16. <meta name="color:Link Hover" content="#2b2b2b"/>
  17. <meta name="color:scrollbar" content="#1d1d1d">
  18. <meta name="color:title" content="#2d393e"/>
  19. <meta name="image:sidebar" content="after all this time"/>
  20. <meta name="text:sidebartitle" content="">
  21. <meta name="text:link 1" content="Link 1"/>
  22. <meta name="text:link 1 url" content="/"/>
  23. <meta name="text:link 2" content="Link 2"/>
  24. <meta name="text:link 2 url" content="/"/>
  25. <meta name="text:link 3" content="Link 3"/>
  26. <meta name="text:link 3 url" content="/"/>
  27. <meta name="text:link 4" content="Link 4"/>
  28. <meta name="text:link 4 url" content="/"/>
  29. <meta name="text:link 5" content="Link 5"/>
  30. <meta name="text:link 5 url" content="/"/>
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. ::-webkit-scrollbar-thumb:vertical {
  36. height:2px;
  37. border:2px solid #000;
  38. background-color:{color:scrollbar};
  39. }
  40. ::-webkit-scrollbar-thumb:horizontal {
  41. background-color:#000;
  42. }
  43. ::-webkit-scrollbar {
  44. width:5px;
  45. height:7px;
  46. border:5px solid #000;
  47. background-color:{color:scrollbar};
  48. }
  49. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  50. display:block;
  51. height:5px;
  52. border-right:2px solid #000;
  53. border-left:2px solid #000;
  54. background-color:{color:scrollbar};
  55. }
  56.  
  57. iframe#tumblr_controls {
  58. white-space:nowrap;
  59. -webkit-filter: invert(100%);
  60. -moz-filter: invert(100%);
  61. -o-filter: invert(100%);
  62. -ms-filter: invert(100%);
  63. filter: invert(100%);
  64. opacity:.4;transition: .8s ease-in-out;
  65. -webkit-transition: .8s ease-in-out;
  66. -moz-transition: .8s ease-in-out;
  67. -o-transition: .8s ease-in-out;
  68. }
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:13px;
  73. text-align:center;
  74. font-style:normal;
  75. line-height:100%;
  76. letter-spacing:1px;
  77. text-transform:normal;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:10px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:bold;
  88. text-transform:uppercase;
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93. h102 {
  94. font-size:25px;
  95. text-align:center;
  96. line-height:100%;
  97. letter-spacing:-0.5px;
  98. color:{color:text};
  99. font-weight:bold;
  100. text-transform:uppercase;
  101. padding:5px;
  102. padding-bottom:2px;
  103. font-family: times;
  104. }
  105.  
  106.  
  107. blockquote {
  108. border-left:1px solid #ccc;
  109. padding:7px;
  110. margin:10px 2px 0px 10px
  111. }
  112.  
  113. body {
  114. background: url('http://i.imgur.com/YblgFPa.gif') top right fixed repeat;
  115. background-size: cover;
  116. margin:0px;
  117. color:{color:text};
  118. font-family:times;
  119. font-size:10px;
  120. line-height:100%;
  121. }
  122.  
  123. a {
  124. text-decoration:none;
  125. outline:none;
  126. -moz-outline-style:none;
  127. color:{color:link};
  128. -moz-transition-duration:0.5s;
  129. -webkit-transition-duration:0.5s;
  130. -o-transition-duration:0.5s;
  131. }
  132.  
  133. a:hover {
  134. text-decoration:none;
  135. outline:none;
  136. -moz-outline-style:none;
  137. color:{color:link hover};
  138. }
  139.  
  140. img {
  141. border:none;
  142. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  143. filter: gray; /* IE6-9 */
  144. -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  145. -moz-transition-duration:0.5s;
  146. -webkit-transition-duration:0.5s;
  147. -o-transition-duration:0.5s;
  148. }
  149.  
  150. img:hover {
  151. filter: none;
  152. -webkit-filter: grayscale(0);
  153. -moz-transition-duration:0.5s;
  154. -webkit-transition-duration:0.5s;
  155. -o-transition-duration:0.5s;
  156. }
  157.  
  158. #theme {
  159. width:400px;
  160. margin:0 auto -12px auto;
  161. }
  162.  
  163. #post {
  164. width:400px;
  165. padding-bottom:50px;
  166. margin-top:20px;
  167. margin-right: auto;
  168. margin-left: auto;
  169. word-spacing: 1px;
  170. font-size: 10px;
  171. font-family: arial;
  172. line-height: 130%;
  173. }
  174.  
  175. sub, small {font-size: 10px;}
  176.  
  177. #entries {
  178. padding:10px;
  179. width:440px;
  180. margin-left:-65px;
  181. margin-top:70px;
  182. margin-bottom:40px;
  183. overflow: scroll;
  184. height: 470px;
  185. border: 12px solid #0c0c0c;
  186. outline: 1px dashed #20272e;
  187. }
  188.  
  189. #sidebar {
  190. color:{color:text};
  191. position:fixed;
  192. width:91px;
  193. height:auto;
  194. margin-top:100px;
  195. margin-left:440px;
  196. text-align:left;
  197. }
  198.  
  199. #sidebar img {
  200. width:130px;
  201. margin-top:0px;
  202. margin-bottom:5px;
  203. padding:-1px;
  204. outline-offset:4px;
  205. }
  206.  
  207. #links {
  208. position:fixed;
  209. font-family:'Calisto MT';
  210. width:140px;
  211. margin-top:0px;
  212. margin-left:15px;
  213. font-size:7px;
  214. text-transform:uppercase;
  215. text-align:right;
  216. line-height:150%;
  217. }
  218.  
  219. #links a{
  220. line-height:150%;
  221. padding:1px;
  222. margin-top:1px;
  223. margin-left:6px;
  224. color:{color:link};
  225. -moz-transition-duration:.7s;
  226. -webkit-transition-duration:.7s;
  227. -o-transition-duration:.7s;
  228. }
  229.  
  230. #links a:hover {
  231. color:{color:link hover};
  232. text-shadow: ;
  233. -moz-transition-duration:.4s;
  234. -webkit-transition-duration:.4s;
  235. -o-transition-duration:.4s;
  236.  
  237. }
  238.  
  239. #description {
  240. width:160px;
  241. font-family: times;
  242. margin-bottom:0px;
  243. margin-top:5px;
  244. margin-left:0px;
  245. text-align:left;
  246. font-size:8px;
  247. color: #999;
  248. line-height:145%;
  249. letter-spacing: 1px;
  250. }
  251.  
  252. #description a {
  253. color:{color:link};
  254. }
  255.  
  256. #description a:hover {
  257. color:{color:link hover};
  258. }
  259.  
  260. .sidebartitle {
  261. width:160px;
  262. text-align:right;
  263. font-family:'Bodoni MT Condensed';
  264. line-height:120%;
  265. margin-left:-4px;
  266. background:;
  267. word-spacing:2px;
  268. font-style:italic;
  269. letter-spacing:0px;
  270. font-size:18px;
  271. margin-top:-2px;
  272. color:{color:title};
  273. }
  274.  
  275. #pagination {
  276. font-family:trebuchet ms;
  277. width:130px;
  278. font-size:8px;
  279. text-transform:normal;
  280. margin-top:20px;
  281. margin-left:38px;
  282. padding-left:5px;
  283. letter-spacing:1px;
  284. font-style:normal;
  285. text-align:right;
  286. }
  287.  
  288. #pagination a {
  289. color:{color:link};
  290. }
  291.  
  292. #info {
  293. font-family:arial;
  294. width:400px;
  295. margin-top:5px;
  296. padding-top:7px;
  297. font-size:7px;
  298. color:{color:text};
  299. border-top:1px solid #f3f3f3;
  300. text-transform:uppercase;
  301. letter-spacing:1px;
  302. font-style:normal;
  303. text-align:right;
  304. -moz-transition-duration:0.2s;
  305. -webkit-transition-duration:0.2s;
  306. -o-transition-duration:0.2s;
  307. }
  308.  
  309. #info a {
  310. color:{color:link};
  311. font-style:normal;
  312. }
  313.  
  314. #info a:hover {
  315. color:{color:link hover};
  316. -moz-transition-duration:0.2s;
  317. -webkit-transition-duration:0.2s;
  318. -o-transition-duration:0.2s;
  319. }
  320.  
  321. .tags {
  322. font-family:arial;
  323. font-style:normal;
  324. width:400px;
  325. text-transform:normal;
  326. font-style:normal;
  327. line-height:120%;
  328. padding-top:2px;
  329. font-size:8px;
  330. opacity:0;
  331. text-align:right;
  332. -moz-transition-duration:0.5s;
  333. -webkit-transition-duration:0.5s;
  334. -o-transition-duration:0.5s;
  335. }
  336. .tags a{
  337. color:{color:link};
  338. -moz-transition-duration:0.2s;
  339. -webkit-transition-duration:0.2s;
  340. -o-transition-duration:0.2s;
  341. }
  342. .tags a:hover{
  343. color:{color:link hover};
  344. -moz-transition-duration:0.2s;
  345. -webkit-transition-duration:0.2s;
  346. -o-transition-duration:0.2s;
  347. }
  348.  
  349. #post:hover .tags{
  350. opacity:1;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356. .audio{
  357. background-color:#e5e5e5;
  358. height:65px;
  359. overflow:hidden;
  360. }
  361.  
  362. #ask {
  363. margin-top:-10px;
  364. padding-bottom:10px;
  365. padding-left:10px;
  366. text-align:left;
  367. color:{color:text};
  368. line-height:130%;
  369. background-color:#f9f9f9;
  370. }
  371. #ask img {
  372. margin-left:-3px;
  373. margin-bottom:-9px;
  374. margin-top:6px;
  375. padding:3px;
  376. }
  377. #ans {
  378. text-align:left;
  379. padding:5px;
  380. color:{color:text};
  381. }
  382.  
  383. #credit {
  384. font-size:9px;
  385. font-family:cambria;
  386. font-style:italic;
  387. letter-spacing:1px;
  388. -moz-transition-duration:0.5s;
  389. -webkit-transition-duration:0.5s;
  390. -o-transition-duration:0.5s;
  391. }
  392.  
  393. #credit a {
  394. background-color:#fff;
  395. padding:5px;
  396. border:1px solid #e9e9e9;
  397. position:fixed;
  398. right:15px;
  399. bottom:10px
  400. }
  401.  
  402. #credit a:hover {
  403. color:#fff;
  404. background-color:#191919;
  405. }
  406.  
  407.  
  408. {CustomCSS}</style></head><body>
  409.  
  410. <div id="theme">
  411.  
  412. <div id="sidebar">
  413.  
  414. <div id="sidebarimage">
  415. <a href="/"><img src="{image:sidebar}"> </a></div>
  416.  
  417. <div class="sidebartitle">{text:sidebartitle}</div>
  418.  
  419. <div id="description">
  420. {Description}
  421. <p></p>
  422. <div id="links">
  423. <a href="{text:link 1 url}">{text:link 1}</a>
  424. <a href="{text:link 2 url}">{text:link 2}</a>
  425. <a href="{text:link 3 url}">{text:link 3}</a>
  426. <a href="{text:link 4 url}">{text:link 4}</a>
  427. <a href="{text:link 5 url}">{text:link 5}</a>
  428. </div>
  429. <div style="float:right;"><p></p><br><br><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}{/block:Pagination} </div></div></div></div>
  430.  
  431.  
  432. <div id="entries">{block:Posts}<div id="post">
  433.  
  434. {block:Text}<h102>{block:Title}{Title}{/block:Title}</h102>{Body}{/block:Text}
  435.  
  436. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  437.  
  438. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  439.  
  440. {block:Quote}<center><big><big>"{Quote}"</big></big></center>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  441.  
  442. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  443.  
  444. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  445.  
  446. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  447.  
  448. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  449.  
  450. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"> {Asker}: {Question}</div><div id="ans">{Answer}</div>{/block:answer}
  451.  
  452. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  453. {/block:Date} {block:NoteCount}&nbsp; ( <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  454.  
  455. <br>{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} & <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  456. </div>
  457.  
  458.  
  459. {block:HasTags}
  460. <div class="tags">
  461. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  462. {/block:HasTags}
  463. <div class="postnote">
  464. {block:PostNotes}{PostNotes}{/block:PostNotes}
  465. </div>
  466. </div>
  467. {/block:Posts}
  468.  
  469. </div>
  470. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div></div>
  471.  
  472. </body>
  473.  
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement