hollywhood

theme 10.1 with sidebar on the left

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