Advertisement
rosemacclares

Theme 20

May 29th, 2015
1,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.81 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. <!---- Theme twenty by rosemacclares.
  9. You can customize this theme as much as you want, as long as you:
  10. - Don't remove the credit!
  11. - Don't claim as your own!
  12. - Don't use as a base code!
  13. If you have any questions, send me a message.
  14. Thank you. Have fun!
  15. --->
  16.  
  17. <meta name="color:Background" content="#fff"/>
  18. <meta name="color:Text" content="#606060"/>
  19. <meta name="color:Link" content="#111"/>
  20. <meta name="color:Hover" content="#bbb"/>
  21. <meta name="color:Border" content="#e8e8e8"/>
  22. <meta name="color:Sidebar background" content="#f8f8f8"/>
  23. <meta name="color:Sidebar text" content="#222"/>
  24. <meta name="color:Post info background" content="#f8f8f8"/>
  25. <meta name="color:Scrollbar" content="#222"/>
  26.  
  27. <meta name="text:Link 1" content="Link"/>
  28. <meta name="text:Link 1 url" content="/"/>
  29. <meta name="text:Link 2" content="Link"/>
  30. <meta name="text:Link 2 url" content="/"/>
  31. <meta name="text:Link 3" content="Link"/>
  32. <meta name="text:Link 3 url" content="/"/>
  33. <meta name="text:Link 4" content="Link"/>
  34. <meta name="text:Link 4 url" content="/"/>
  35.  
  36. <style type="text/css">
  37.  
  38. /* body style */
  39.  
  40. body {
  41. background:{color:background};
  42. color:{color:text};
  43. font-family:helvetica;
  44. font-size:10px;
  45. letter-spacing:0px;
  46. line-height:2;
  47. margin:0px;
  48. font-weight:lighter;
  49. }
  50.  
  51. a {
  52. text-decoration:none;
  53. outline:none;
  54. -moz-outline-style:none;
  55. color:{color:link};
  56. }
  57.  
  58. a:hover {
  59. color:{color:hover};
  60. text-decoration:none;
  61. -moz-outlne-style:none;
  62. outline:none;
  63. transition:0.3s;
  64. -webkit-transition:0.3s;
  65. -moz-transition:0.3s;
  66. }
  67.  
  68. img {
  69. border:none!important;
  70. }
  71.  
  72. blockquote {
  73. margin:15px;
  74. padding-left:17px;
  75. border-left:1px solid;
  76. border-color:{color:border};
  77. text-align:justify;
  78. }
  79.  
  80. blockquote img {
  81. max-width:250px;
  82. }
  83.  
  84. h1 {
  85. font-size:10px;
  86. text-align:justify;
  87. font-family:courier new;
  88. font-style:none;
  89. font-weight:lighter!important;
  90. text-transform:uppercase;
  91. padding-bottom:15px;
  92. margin-bottom:15px!important;
  93. letter-spacing:1px;
  94. border-bottom:1px solid;
  95. border-color:{color:border};
  96. }
  97.  
  98. /* scrollbar */
  99.  
  100. ::-webkit-scrollbar {
  101. width:3px;
  102. height:0px;
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb:vertical {
  106. width:3px;
  107. background:{color:scrollbar};
  108. min-height:20px;
  109. max-height:100px;
  110. }
  111.  
  112. /* lightbox */
  113.  
  114. #tumblr_lightbox {
  115. background:rgba(500, 500, 500, 0.9)!important;
  116. }
  117.  
  118. #tumblr_lightbox img {
  119. opacity:0;
  120. }
  121.  
  122. #tumblr_lightbox_center_image {
  123. opacity:1!important;
  124. box-shadow:0px 0px 0px!important;
  125. }
  126.  
  127. /* theme basics */
  128.  
  129. #theme {
  130. width:631px;
  131. margin:0px auto;
  132. }
  133.  
  134. /* sidebar */
  135.  
  136. #sidebar {
  137. width:250px;
  138. height:250px;
  139. position:fixed;
  140. margin-top:130px;
  141. float:left;
  142. overflow-y:auto;
  143. background:{color:sidebar background};
  144. }
  145.  
  146. #title {
  147. font-size:13.5px;
  148. font-family:helvetica;
  149. text-transform:lowercase;
  150. text-align:left;
  151. font-style:none;
  152. font-weight:bold;
  153. letter-spacing:0.5px;
  154. padding:18px;
  155. padding-bottom:10px;
  156. padding-top:15px;
  157. color:{color:sidebar text};
  158. background:{color:sidebar background};
  159. }
  160.  
  161. #description {
  162. padding-left:18px;
  163. padding-right:18px;
  164. text-align:justify;
  165. color:{color:sidebar text};
  166. background:{color:sidebar background};
  167. font-family:courier new;
  168. text-transform:uppercase;
  169. font-size:8.5px;
  170. letter-spacing:0.8px;
  171. line-height:2.0;
  172. }
  173.  
  174. #description a {
  175. text-decoration:underline;
  176. }
  177.  
  178. #description a:hover {
  179. text-decoration:none;
  180. }
  181.  
  182. #links {
  183. font-size:9.5px;
  184. text-transform:lowercase;
  185. padding:18px;
  186. padding-top:10px;
  187. font-weight:bold;
  188. background:{color:sidebar background};
  189. }
  190.  
  191. #links a {
  192. color:{color:sidebar text};
  193. margin-right:10px;
  194. }
  195.  
  196. #links a:hover {
  197. color:{color:hover};
  198. }
  199.  
  200. /* pagination */
  201.  
  202. #pagination {
  203. width:250px;
  204. position:fixed;
  205. font-size:10px;
  206. font-family:helvetica;
  207. text-transform:uppercase;
  208. font-weight:normal;
  209. word-spacing:15px;
  210. text-align:right;
  211. float:left;
  212. margin-top:362px;
  213. padding-right:40px;
  214. padding-bottom:40px;
  215. border-bottom:1px solid;
  216. border-color:{color:border};
  217. }
  218.  
  219. #pagibox {
  220. width:214px;
  221. padding:18px;
  222. background:{color:sidebar background};
  223. height:12px;
  224. }
  225.  
  226. #pagination a {
  227. color:{color:sidebar text};
  228. text-decoration:none!important;
  229. }
  230.  
  231. #pagination a:hover {
  232. color:{color:hover};
  233. }
  234.  
  235. #pagination u {
  236. color:{color:hover};
  237. }
  238.  
  239. /* entries basics */
  240.  
  241. #entries {
  242. width:300px;
  243. background:{color:background};
  244. margin-top:130px;
  245. text-align:justify;
  246. float:right;
  247. padding-left:40px;
  248. border-left:1px solid;
  249. border-color:{color:border};
  250. }
  251.  
  252. #entries a {
  253. text-decoration:underline;
  254. color:{color:link};
  255. }
  256.  
  257. #entries a:hover {
  258. text-decoration:none;
  259. color:{color:hover};
  260. }
  261.  
  262. #post {
  263. width:300px;
  264. margin-bottom:100px;
  265. }
  266.  
  267. #post img {
  268. width:300px;
  269. }
  270.  
  271. /* post info */
  272.  
  273. #info {
  274. font-family:helvetica;
  275. text-align:justify;
  276. margin-top:18px;
  277. padding:15px;
  278. padding-bottom:0px;
  279. word-spacing:0px;
  280. font-size:7px;
  281. text-transform:uppercase;
  282. letter-spacing:0.5px;
  283. font-style:none;
  284. border-top:1px solid {color:border};
  285. background:{color:post info background};
  286. word-break:break-all;
  287. line-height:2.2;
  288. }
  289.  
  290. #info a {
  291. color:{color:link};
  292. text-decoration:none;
  293. }
  294.  
  295. #info a:hover {
  296. color:{color:hover};
  297. }
  298.  
  299. #tags {
  300. font-family:helvetica;
  301. text-transform:uppercase;
  302. font-size:7px;
  303. text-align:justify;
  304. word-break:break-all;
  305. background:{color:post info background};
  306. padding:15px;
  307. padding-top:0px;
  308. line-height:2.2;
  309. letter-spacing:0.5px;
  310. }
  311.  
  312. #tags a {
  313. margin-right:10px;
  314. text-decoration:none;
  315. }
  316.  
  317. /* audio post */
  318.  
  319. #audio {
  320. background:{color:background};
  321. min-height:45px;
  322. padding-top:10px;
  323. padding-left:15px;
  324. padding-right:15px;
  325. padding-bottom:10px;
  326. border:1px solid;
  327. border-color:{color:border};
  328. overflow-y:auto;
  329. }
  330.  
  331. #albumart {
  332. height:45px;
  333. width:45px;
  334. float:left;
  335. margin-top:2.5px;
  336. margin-left:-3px;
  337. }
  338.  
  339. #albumart img {
  340. height:45px;
  341. width:45px;
  342. }
  343.  
  344. #audioplayer {
  345. float:left;
  346. margin-top:12px;
  347. width:28px;
  348. height:28px;
  349. margin-left:-36px;
  350. opacity:0.4;
  351. overflow-y:hidden;
  352. }
  353.  
  354. #audioplayer:hover {
  355. opacity:0.9;
  356. transition:0.5s;
  357. -webkit-transition:0.5s;
  358. -moz-transition:0.5s;
  359. }
  360.  
  361. #audioinfo {
  362. font-size:8px;
  363. width:220px;
  364. text-transform:uppercase;
  365. float:right;
  366. text-align:right;
  367. line-height:2.2;
  368. letter-spacing:0.5px;
  369. font-family:courier new;
  370. }
  371.  
  372. /* quote post */
  373.  
  374. #quote {
  375. font-family:courier new;
  376. font-style:none;
  377. text-align:justify;
  378. font-size:10px;
  379. text-transform:uppercase;
  380. letter-spacing:1px;
  381. padding-bottom:15px;
  382. margin-bottom:15px;
  383. border-bottom:1px solid;
  384. border-color:{color:border};
  385. }
  386.  
  387. #quotesource {
  388. font-size:10px;
  389. font-family:helvetica;
  390. text-transform:normal;
  391. text-align:justify;
  392. }
  393.  
  394. /* question post */
  395.  
  396. #message {
  397. text-align:justify;
  398. font-family:courier new;
  399. background:{color:post background};
  400. min-height:72px;
  401. text-transform:uppercase;
  402. font-size:8.5px;
  403. letter-spacing:0.5px;
  404. }
  405.  
  406. #askericon {
  407. padding-left:15px;
  408. padding-bottom:15px;
  409. padding-top:7px;
  410. width:50px;
  411. height:50px;
  412. float:right;
  413. }
  414.  
  415. #askericon img {
  416. width:50px;
  417. height:50px;
  418. }
  419.  
  420. /* chat post */
  421.  
  422. #chat {
  423. line-height:2.2;
  424. font-family:courier new;
  425. text-align:justify;
  426. margin-bottom:-10px;
  427. }
  428.  
  429. #chat b {
  430. font-size:9.5px;
  431. margin-right:4px;
  432. text-transform:uppercase;
  433. font-weight:normal!important;
  434. opacity:0.8;
  435. letter-spacing:0.5px;
  436. }
  437.  
  438. #chatline {
  439. margin-bottom:-10px;
  440. }
  441.  
  442. /* link post */
  443.  
  444. #linkpost {
  445. font-size:10px;
  446. font-family:courier new;
  447. text-align:justify;
  448. font-weight:lighter;
  449. text-transform:uppercase;
  450. padding-bottom:15px;
  451. margin-bottom:15px!important;
  452. letter-spacing:1px;
  453. border-bottom:1px solid;
  454. border-color:{color:border};
  455. }
  456.  
  457. #linkpost a {
  458. text-decoration:none;
  459. }
  460.  
  461. /* permalink post notes */
  462.  
  463. #postnotes {
  464. line-height:3.8;
  465. font-size:9px;
  466. max-height:300px;
  467. overflow-y:auto;
  468. padding:0px!important;
  469. margin-left:-20px;
  470. margin-top:-50px;
  471. margin-bottom:50px;
  472. }
  473.  
  474. #postnotes a {
  475. text-decoration:none;
  476. }
  477.  
  478. #postnotes img {
  479. display:none;
  480. }
  481.  
  482. #postnotes li {
  483. list-style-type:none!important;
  484. margin:0px!important;
  485. padding:0px!important;
  486. }
  487.  
  488. /* credit */
  489.  
  490. #credit {
  491. position:fixed;
  492. right:15px;
  493. bottom:14px;
  494. font-size:10px;
  495. letter-spacing:1px;
  496. }
  497.  
  498. #credit a {
  499. color:{color:link};
  500. }
  501.  
  502. #credit a:hover {
  503. color:{color:hover};
  504. }
  505.  
  506. {CustomCSS}</style></head><body>
  507.  
  508. <div id="credit"><a href="http://rosemacclares.tumblr.com" title="rosemacclares">RM</a></div>
  509.  
  510. <div id="theme">
  511.  
  512. <div id="sidebar">
  513.  
  514. <div id="title">{Title}</div>
  515.  
  516. <div id="description">{Description}</div>
  517.  
  518. <div id="links">
  519.  
  520. <a href="{text:Link 1 url}">{text:Link 1}</a>
  521. <a href="{text:Link 2 url}">{text:Link 2}</a>
  522. <a href="{text:Link 3 url}">{text:Link 3}</a>
  523. <a href="{text:Link 4 url}">{text:Link 4}</a>
  524.  
  525. </div>
  526.  
  527. </div>
  528.  
  529. <div id="pagination">
  530. <div id="pagibox">
  531. {block:Pagination}
  532. {block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}
  533. <span class="current_page"><u>{PageNumber}</u></span>
  534. {/block:CurrentPage}{block:JumpPage}
  535. <a class="jump_page" href="{URL}">{PageNumber}</a>
  536. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}
  537. {/block:Pagination}
  538. </div>
  539. </div>
  540.  
  541. <div id="entries">
  542.  
  543. {block:Posts}<div id="post">
  544.  
  545. {block:Text}
  546. {block:Title}<h1>{Title}</h1>{/block:Title}
  547. {Body}
  548. {/block:Text}
  549.  
  550. {block:Photo}
  551. {LinkOpenTag}
  552. <img src="{PhotoURL-400}">
  553. {LinkCloseTag}
  554. {block:Caption}{Caption}{/block:Caption}
  555. {/block:Photo}
  556.  
  557. {block:Photoset}
  558. {Photoset}
  559. {block:Caption}{Caption}{/block:Caption}
  560. {/block:Photoset}
  561.  
  562. {block:Quote}
  563. <div id="quote">{Quote}</div>{block:Source}
  564. <div id="quotesource">— {Source}</div>{/block:Source}
  565. {/block:Quote}
  566.  
  567. {block:Link}
  568. <div id="linkpost"><a href="{URL}" {Target}>{Name}</a></div>
  569. {block:Description}{Description}{/block:Description}
  570. {/block:Link}
  571.  
  572. {block:Chat}
  573. {block:Title}<h1>{Title}</h1>{/block:Title}
  574. <div id="chat">{block:Lines}{block:Label}<div id="chatline"><b>{Label}</b>{/block:Label}{Line}</div><br>{/block:Lines}</div>
  575. {/block:Chat}
  576.  
  577. {block:Audio}
  578. <div id="audio">
  579. <div id="audioplayerbg"></div>
  580. <div id="albumart">
  581. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  582. </div>
  583. <div id="audioplayer">{AudioPlayer}</div>
  584. <div id="audioinfo">
  585. {block:TrackName}<b>Track: </b>{TrackName}{/block:TrackName}<br>
  586. {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  587. <b>Plays: </b>{PlayCount}
  588. </div></div></p>
  589. {block:Caption}{Caption}{/block:Caption}
  590. {/block:Audio}
  591.  
  592. {block:Video}
  593. {Video-400}
  594. {block:Caption}{Caption}{/block:Caption}
  595. {/block:Video}
  596.  
  597. {block:Answer}
  598. <div id="askericon"><a href="{Asker-URL}"><img src="{AskerPortraitURL-64}"></a></div>
  599. <div id="message">{Question}</div>
  600. {Answer}
  601. {/block:Answer}
  602.  
  603. <div id="info">
  604. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  605. <a href="{Permalink}">{block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}"
  606. title="{ReblogParentTitle}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}</div>
  607. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  608.  
  609. </div>
  610. {block:PostNotes}
  611. <div id="postnotes">{PostNotes}</div>
  612. {/block:PostNotes}
  613.  
  614. {block:ContentSource}
  615. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  616. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  617. {/block:SourceLogo}
  618. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  619. {/block:ContentSource}
  620.  
  621. {/block:Posts}
  622.  
  623. </div>
  624.  
  625. </div>
  626.  
  627. </div>
  628.  
  629. </body></html>
  630.  
  631. <!--- have a nice day c:
  632. --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement