alithegreat

THEME 11; LEXINGTON & 52ND

Jul 3rd, 2014
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. <!--
  2.  
  3. BASE CODE BY KAYLIE (@DEANANDHISPIE)
  4. THEME BY ALI (@ALICATOFRP OR @SAINTBERRIES)
  5. THEME #11: LEXINGTON & 52ND
  6.  
  7. ♛ No stealing any parts of this coding and using it in your own
  8. ♛ Do not use this as a base code for your own theme
  9. ♛ Feel free to edit as much as you'd like for personal use
  10. ♛ Do not take my credit off (or the base credit) or move it somewhere else
  11. ♛ Let me know if you have any questions about this theme
  12.  
  13. -->
  14.  
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22.  
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:bg" content="#FFFFFF">
  27. <meta name="color:border" content="#e2e1e1">
  28. <meta name="color:infobg" content="#F9F9F9">
  29. <meta name="color:linksbg" content="#F9F9F9">
  30. <meta name="color:links hover" content="#f7f5f5">
  31. <meta name="color:links" content="#c2c2c2">
  32. <meta name="color:title" content="#f7f5f5">
  33. <meta name="color:scrollbar" content="#dddada">
  34. <meta name="color:scrollbar bg" content="#f7f5f5">
  35. <meta name="color:tags" content="#d3d0d0">
  36. <meta name="color:text" content="#c0bfbf">
  37. <meta name="color:title" content="#c0bfbf">
  38.  
  39. <meta name="image:sidebar" content=""/>
  40.  
  41. <meta name="text:linkA" content="">
  42. <meta name="text:linkA url" content="/">
  43. <meta name="text:linkB" content="">
  44. <meta name="text:linkB url" content="/">
  45. <meta name="text:linkC" content="">
  46. <meta name="text:linkC url" content="/">
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. ::-webkit-scrollbar {background-color:{color:scrollbar bg}; height:8px; width:5px}
  52. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  54.  
  55. body {
  56. background:{color:bg};
  57. color:{color:text};
  58. font-family:'times new';
  59. font-size:11px; }
  60.  
  61. a {
  62. color:{color:links};
  63. text-decoration:none
  64. }
  65.  
  66. a:hover {
  67. opacity:1;
  68. font-family: 'times new';
  69. color:{color:links hover};}
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. b,strong {
  76. color:{color:Title};
  77. }
  78.  
  79. small,sub {
  80. font-size:10px;
  81. }
  82.  
  83. h1 {
  84. font-weight:normal;
  85. font-size:10px;
  86. text-align:center;
  87. font-style:normal;
  88. line-height:80%;
  89. letter-spacing:1px;
  90. text-transform:uppercase;
  91. color:{color:text};
  92. }
  93.  
  94.  
  95. blockquote {
  96. border-left:1px solid {color:text};
  97. padding-left:5px;
  98. margin:5px;
  99. }
  100.  
  101. #theme {
  102. background-color:{color:bg};
  103. width:700px;
  104. margin: 0 auto -12px auto;
  105. text-align: center;
  106. }
  107.  
  108.  
  109. h2 {
  110. font-size:20px;
  111. text-align:right;
  112. font-weight:normal;
  113. line-height:100%;
  114. letter-spacing:-0.5px;
  115. color:{color:title};
  116. font-style:italic;
  117. padding:5px;
  118. padding-bottom:2px;
  119. }
  120.  
  121.  
  122. #sidebar {
  123. color:{color:text};
  124. position:fixed;
  125. width:200px;
  126. height:auto;
  127. margin-left:20px;
  128. margin-top:70px;
  129. text-align:center;
  130. }
  131.  
  132.  
  133. #sidebar img {
  134. width:200px;
  135. height:auto;
  136. padding:3px;
  137. border: 1px solid {color:border};
  138. }
  139.  
  140.  
  141. .links {
  142. margin-top:5px;
  143. width:198px;
  144. padding: 5px;
  145. margin-bottom:5px;
  146. word-spacing:3px;
  147. font-size:8px;
  148. text-align:center;
  149. text-transform:uppercase;
  150. background-color:{color:linksbg};
  151. color:{color:links};
  152. }
  153.  
  154. .links a {
  155. font-size: 8px;
  156. color:{color:links};
  157. }
  158.  
  159. .links a:hover {
  160. color:{color:links hover};
  161. }
  162.  
  163. .description {
  164. text-align:justify;
  165. font-size:10px;
  166. width:188px;
  167. padding:10px;
  168. color:{color:text};
  169. background-color:{color:infobg};
  170. letter-spacing:1px;
  171. line-height:120%;
  172. }
  173.  
  174. .description a {
  175. color:{color:text};
  176. }
  177.  
  178.  
  179. .pagination {
  180. width:200px;
  181. text-transform:lowercase;
  182. letter-spacing:0px;
  183. text-align:center;
  184. margin-top:0px;
  185. font-family:'times new';
  186. font-size:12px;
  187. padding:5px;
  188. font-style:italic;
  189. opacity:1;
  190. position:fixed;
  191. -moz-transition-duration:0.7s;
  192. -webkit-transition-duration:0.7s;
  193. -o-transition-duration:0.7s;
  194. }
  195.  
  196. .pagination a {
  197. color:{color:text};
  198. }
  199.  
  200. .pagination a:hover{
  201. color:{color:link};
  202. }
  203.  
  204.  
  205. #entries {
  206. float:left;
  207. margin-left:290px;
  208. margin-top:20px;
  209. text-align:justify;
  210. background-color:{color:bg};
  211. color:{color:text};
  212. margin-bottom: 30px;
  213. }
  214.  
  215.  
  216. #posts {
  217. width:500px;
  218. margin-top:0px;
  219. text-align:justify;
  220. font-size:11px;
  221. line-height:100%;
  222. margin-bottom:30px;
  223. color:{color:text};
  224. padding:10px;
  225. }
  226.  
  227. .caption {
  228. width:500px;
  229. text-align:justify;
  230. line-height:120%;
  231. }
  232.  
  233.  
  234. #ask {
  235. background-color:{color:infobg};
  236. text-align:center;
  237. line-height:130%;
  238. color:{color:text};
  239. padding:5px;
  240. padding-bottom:5px;
  241. padding-top:10px;
  242. }
  243.  
  244.  
  245. #asker img {
  246. margin-left:-2px;
  247. margin-bottom:-15px;
  248. border-radius:50px;
  249. padding:5px;
  250. padding-bottom:5px;
  251. }
  252.  
  253. #ans {
  254. text-align:left;
  255. padding:0px;
  256. color:{color:text};
  257. }
  258.  
  259. .playerbuttonbg {
  260. position: absolute;
  261. left: 20px;
  262. top: 20px;
  263. width: 19px;
  264. height: 19px;
  265. background-color: #ffffff;
  266. padding: 10px;
  267. -webkit-border-radius: 40px;
  268. -moz-border-radius: 40px;
  269. border-radius: 40px;
  270. opacity: .4;
  271. filter: alpha(opacity=40);
  272. opacity: 0.4;
  273. -khtml-opacity: 0.4;
  274. transition: opacity .7s ease-in-out;
  275. -moz-transition: opacity .7s ease-in-out;
  276. -webkit-transition: opacity .7s ease-in-out;
  277. }
  278.  
  279. .playerbuttonbg:hover {
  280. opacity: 1;
  281. filter: alpha(opacity=100);
  282. -moz-opacity: 1;
  283. -khtml-opacity: 1;
  284. }
  285.  
  286. .newplayerbutton {
  287. position: relative;
  288. width: 19px;
  289. height: 19px;
  290. overflow: hidden;
  291. }
  292.  
  293. .playerbuttonhug {
  294. position: absolute;
  295. top: -18px;
  296. left: -7px;
  297. }
  298.  
  299. .tumblr_audio_player {
  300. height: 90px;
  301. width: 270px;
  302. -moz-transform: scale(0.60, 0.60);
  303. -webkit-transform: scale(0.60, 0.60);
  304. -o-transform: scale(0.60, 0.60);
  305. -ms-transform: scale(0.60, 0.60);
  306. transform: scale(0.60, 0.60);
  307. -moz-transform-origin: top left;
  308. -webkit-transform-origin: top left;
  309. -o-transform-origin: top left;
  310. -ms-transform-origin: top left;
  311. transform-origin: top left;
  312. }
  313.  
  314. .audioimgwrapper {
  315. position: absolute;
  316. left: 0px;
  317. top: 0px;
  318. -webkit-border-radius: 40px;
  319. -moz-border-radius: 40px;
  320. border-radius: 40px;
  321. overflow: hidden;
  322. width: 79px;
  323. height: 79px;
  324. }
  325.  
  326. .audioimgwrapper img {
  327. width: 100%;
  328. height: auto;
  329. -webkit-border-radius: 40px;
  330. -moz-border-radius: 40px;
  331. border-radius: 40px;
  332. }
  333.  
  334. .trackdetails {
  335. width: auto;
  336. display:inline-block;
  337. margin-left: 90px;
  338. min-height: 85px;
  339. }
  340.  
  341. .audiowrapper {
  342. position: relative;
  343. display:inline-block;
  344. }
  345.  
  346.  
  347.  
  348. #postinfo {
  349. padding-top:5px;
  350. margin-top:12px;
  351. font-size:8px;
  352. color:{color:link};
  353. text-transform:uppercase;
  354. letter-spacing:1px;
  355. text-align:center;
  356. border-top:1px solid {color:border};
  357. -moz-transition-duration:0.5s;
  358. -webkit-transition-duration:0.5s;
  359. -o-transition-duration:0.5s;
  360. }
  361.  
  362. #postinfo a {
  363. color:{color:link};
  364. letter-spacing:0px;
  365. }
  366.  
  367. #postinfo a:hover {
  368. color:{color:hover};
  369. }
  370.  
  371.  
  372. .tags {
  373. font-style:normal;
  374. width:500px;
  375. text-transform:uppercase;
  376. font-style:normal;
  377. color:{color:tags};
  378. line-height:120%;
  379. font-size:8px;
  380. text-align:center;
  381. padding:2px;
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386.  
  387. .tags a {
  388. color:{color:tags};
  389. letter-spacing:0px;
  390. padding:1px;
  391. }
  392.  
  393. .tags a:hover {
  394. color:{color:link};
  395. }
  396.  
  397.  
  398. ul.chat, .chat ol, .chat li {
  399. list-style:none;
  400. margin:0px;
  401. padding:3px;
  402. }
  403.  
  404. .label {
  405. font-weight:700;
  406. margin-right:5px;
  407. }
  408.  
  409.  
  410. #credit{
  411. font-size: 8px;
  412. font-style:none;
  413. letter-spacing: 0px;
  414. float: center;
  415. position: fixed;
  416. bottom: 15px;
  417. right: 15px;
  418. text-transform:uppercase;
  419. font-family:'times new';
  420. }
  421.  
  422. #credit a{
  423. color: {color:text};
  424. padding:4px;
  425. background:{color:infobg};
  426. -moz-transition-duration:0.5s;
  427. -webkit-transition-duration:0.5s;
  428. -o-transition-duration:0.5s;
  429. }
  430.  
  431.  
  432. img {
  433. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  434. filter: gray; /* IE6-9 */
  435. z-index:-1;
  436. -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
  437. -webkit-transition: all 0.8s ease-out;
  438. -moz-transition: all 0.8s ease-out;
  439. transition: all 0.8s ease-out;
  440.  
  441. }
  442.  
  443. img:hover {
  444. filter: none;
  445. -webkit-filter: grayscale(0);
  446. }
  447.  
  448. .html_photoset {
  449. -webkit-filter: grayscale(100%);
  450. -webkit-transition: all .25s;
  451. ...
  452. }
  453. .html_photoset:hover {
  454. -webkit-filter: grayscale(0);
  455. }
  456.  
  457.  
  458. {CustomCSS}
  459.  
  460. </style></head>
  461.  
  462. <body>
  463.  
  464. <div id="sidebar">
  465. <img src="{image:sidebar}">
  466. <div class="links">
  467. <a href="/">home</a> &bull;
  468. <a href="/ask">ask</a> &bull;
  469. <a href="{text:linkA url}">{text:linkA}</a> &bull;
  470. <a href="{text:linkB url}">{text:linkB}</a> &bull;
  471. <a href="{text:linkC url}">{text:linkC}</a>
  472. </div>
  473. <div class="description">
  474. {Description}
  475. </div>
  476. <div class="pagination">
  477. {block:Pagination}
  478. {block:PreviousPage}
  479. <a href="{PreviousPage}">fall</a>
  480. {/block:PreviousPage}
  481. {block:NextPage} -
  482. <a href="{NextPage}">rise</a>
  483. {/block:NextPage}
  484. {/block:Pagination}</div>
  485. </div>
  486.  
  487. <div id="entries">
  488.  
  489. {block:Posts}
  490.  
  491. <div id="posts">
  492.  
  493. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  494.  
  495. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  496.  
  497. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  498. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  499.  
  500. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  501.  
  502. {block:Photoset}<center>{Photoset-500}</center>
  503. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  504.  
  505. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  506.  
  507. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  508.  
  509. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px"><big><i><big>{Asker} asked:</big></big></i><p>{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  510.  
  511. {block:Audio}{block:AudioPlayer}
  512. <div class="audiowrapper">
  513. {block:AlbumArt}
  514. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  515. {/block:AlbumArt}
  516.  
  517. <div class="playerbuttonbg">
  518. <div class="newplayerbutton">
  519. <div class="playerbuttonhug">
  520.  
  521. {AudioPlayerWhite}
  522.  
  523. </div>
  524. </div>
  525. </div>
  526.  
  527. <div class="trackdetails">
  528.  
  529. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  530. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  531. {block:Album}Album: {Album}{/block:Album}<br/>
  532. {PlayCountWithLabel}
  533.  
  534. </div>
  535. </div>
  536. {/block:AudioPlayer}
  537.  
  538. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  539.  
  540.  
  541. {block:Date}<div id="postinfo"><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}
  542. {block:ContentSource} from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>{/block:Date}
  543. {block:HasTags}
  544. <div class="tags">
  545. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  546. {/block:HasTags}
  547. <div class="note">
  548. {block:PostNotes}{PostNotes}{/block:PostNotes}
  549. </div>
  550. </div>
  551. {/block:Posts}
  552.  
  553.  
  554. </div>
  555.  
  556. <div id="credit"> <a href="http://alicatofrp.tumblr.com/">queen</a></div>
  557.  
  558. </div>
  559. </div>
  560. </div>
  561. </body>
  562. </html>
Advertisement
Add Comment
Please, Sign In to add comment