alithegreat

THEME 13; DON'T FORGET ME

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