Advertisement
Guest User

theme 47

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