Advertisement
marleyroleplays

Theme #1 - Purple Summer

Jun 30th, 2014
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--theme #1 from marleyroleplays, please regard rules when using/editing. Thank you! :) -->
  5.  
  6. <!--SCRIPT FOR TOOLTIPS-->
  7. <stsss>
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12. $(document).ready(function(){
  13. $("a[title]").style_my_tooltips({
  14. tip_follows_cursor:true,
  15. tip_delay_time:0,
  16. tip_fade_speed:0,
  17. attribute:"title"
  18. });
  19. });
  20. })(jQuery);
  21. </script>
  22.  
  23. <meta name="color:Background" content="#fff" />
  24. <meta name="color:Link" content="#336A81" />
  25. <meta name="color:Hover" content="#444444" />
  26. <meta name="color:Text" content="#444444" />
  27. <meta name="color:Title" content="#333333" />
  28. <meta name="color:Border" content="#333333" />
  29.  
  30. <meta name="image:Sidebar" content="" />
  31.  
  32. <meta name="text:Home title" content="Home" />
  33. <meta name="text:Ask title" content="Mssg" />
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Text" content="Link 1" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Text" content="Link 2" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Text" content="Link 3" />
  40. <meta name="text:Link4" content="/" />
  41. <meta name="text:Link4 Text" content="Link 4" />
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar-thumb {
  48. height:auto;
  49. background-color:{color:Text};
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height:4px;
  54. width:3px;
  55. padding-right:2px;
  56. background-color:white;
  57. }
  58.  
  59. #s-m-t-tooltip {
  60. max-width:200px;
  61. font-family:'pt sans';
  62. font-size:8px;
  63. background-color:#000;
  64. color:#fff;
  65. line-height:9px;
  66. display:none;
  67. position:absolute;
  68. letter-spacing:1px;
  69. text-transform:uppercase;
  70. padding:3px;
  71. margin:15px 0px 0px 15px;
  72. z-index:99999999999999;
  73. }
  74.  
  75. body {
  76. background:{color:Background};
  77. color:{color:Text};
  78. font-family:'calibri';
  79. font-size:12px;
  80. text-decoration:none;
  81. text-transform:none;
  82. margin:0px;
  83. }
  84.  
  85. a {
  86. color:{color:Link};
  87. text-decoration:none;
  88. -moz-transition-duration:0.7s;
  89. -webkit-transition-duration:0.7s;
  90. -o-transition-duration:0.7s;
  91. }
  92.  
  93. a:hover {
  94. color:{color:Hover};
  95. -moz-transition-duration:0.7s;
  96. -webkit-transition-duration:0.7s;
  97. -o-transition-duration:0.7s;
  98. }
  99.  
  100. h2 {
  101. font-family:arial black;
  102. color:{color:Title};
  103. }
  104.  
  105. h2 a {
  106. color:{color:Link};
  107. }
  108.  
  109. li {
  110. list-style:square;
  111. }
  112.  
  113. blockquote {
  114. border-left:2px solid {color:Text};
  115. padding-left:5px;
  116. }
  117.  
  118. img, blockquote, li, h2 {
  119. max-width:100%;
  120. }
  121.  
  122. #entries {
  123. width:550px;
  124. margin:auto;
  125. position:relative;
  126. top:10px;
  127. left:500px;
  128. padding:40px;
  129. float:left;
  130. }
  131.  
  132. #posts {
  133. width:500px;
  134. margin-bottom:60px;
  135. }
  136.  
  137. #posts:hover #footer {opacity:1; display:block}
  138.  
  139. #sidebar {
  140. width:350px;
  141. height:300px;
  142. position:fixed;
  143. margin-top:100px;
  144. margin-left:80px;
  145. }
  146.  
  147. .title {
  148. float:right;
  149. font-family:'arial bold';
  150. letter-spacing:-1px;
  151. text-align:right;
  152. text-transform:lowercase;
  153. font-size:25px;
  154. margin-top:-30px;
  155. margin-left:80px;
  156. color:{color:title};
  157. position:relative;
  158. }
  159.  
  160. .sidebarpic {
  161. width:auto;
  162. height:auto;
  163. }
  164.  
  165. .sidebarpic img {
  166. width:350px;
  167. height:320px;
  168. border:1px solid {color:Border};
  169. }
  170.  
  171. #description {
  172. margin-left:20px;
  173. padding:3px;
  174. width:300px;
  175. height:130px;
  176. overflow:hidden;
  177. margin-top:-40px;
  178. position:fixed;
  179. text-align:justify;
  180. background-color:{color:background};
  181. opacity:0.9;
  182. border:1px solid {color:Border};
  183. }
  184.  
  185. .links {
  186. font-size:12px;
  187. width:auto;
  188. height:auto;
  189. position:fixed;
  190. font-style:none;
  191. text-decoration:none;
  192. text-align:center;
  193. margin-top:140px;
  194. margin-left:440px;
  195. letter-spacing:1px;
  196. text-transform:uppercase;
  197. }
  198.  
  199. .links a {
  200. padding:5px;
  201. color:{color:Link};
  202. margin-bottom:10px;
  203. margin-top:10px;
  204. }
  205.  
  206. .links a:hover {
  207. background-color:{color:Text};
  208. color:white;
  209. }
  210.  
  211. #pagination {
  212. width:205px;
  213. margin-top:460px;
  214. margin-left:-20px;
  215. font-size:16px;
  216. float:center;
  217. text-align:center;
  218. text-transform:uppercase;
  219. position:fixed;
  220. }
  221.  
  222. #pagination2 {
  223. width:205px;
  224. margin-top:460px;
  225. margin-left:320px;
  226. font-size:16px;
  227. float:center;
  228. text-align:center;
  229. text-transform:uppercase;
  230. position:fixed;
  231. }
  232.  
  233. /*--INFO AND TAGS--*/
  234. #footer {
  235. opacity:0;
  236. -webkit-transition: all 0.6s ease;
  237. margin-left:30px;
  238. position:absolute;
  239. z-index:10;
  240. text-transform:none;
  241. width:500px;
  242. text-align:left;
  243. font-size:10px;
  244. border-top:1px solid {color:Border};
  245. margin-top:5px;
  246. margin-left:0px;
  247. }
  248.  
  249. #footer a {
  250. color:{color:Link};
  251. }
  252.  
  253. #footer a:hover {
  254. color:{color:Hover};
  255. }
  256.  
  257. #answer {
  258. text-align:center;
  259.  
  260. }
  261. .asker {
  262. font-family:arial black;
  263. font-size:18px;
  264.  
  265. }
  266. .question {
  267. text-align:center;
  268. }
  269.  
  270. #quotetitle {
  271. font-family:arial black;
  272. font-size:15px;
  273. color:{color:Title};
  274.  
  275. }
  276.  
  277. #source {
  278. text-align:right;
  279. font-style:italic;
  280.  
  281. }
  282.  
  283. #audio {
  284. width:100%;
  285. height:100px;
  286. }
  287. .albumart {
  288. width:100px
  289. height:100px;
  290. float:left;
  291. margin-right:10px;
  292. }
  293. .player {
  294. width:25px;
  295. height:25px;
  296. margin-top:34px;
  297. margin-left:33px;
  298. overflow:hidden;
  299. position:absolute;
  300. padding:3px;
  301. opacity:0.6;
  302. -webkit-transition:all 0.4s ease-in-out;
  303. -moz-transition:all 0.4s ease-in-out;
  304. -o-transition:all 0.4s ease-in-out;
  305. -ms-transition: all 0.4s ease-in-out;
  306. transition:all 0.5s ease-in-out
  307.  
  308. }
  309. .songtitle {
  310. font-family:arial black;
  311. font-size:15px;
  312. color:{color:title};
  313. text-transform:lowercase;
  314. }
  315. .songinfo {
  316. margin-left:110px;
  317. line-height:150%;
  318. font-size:12px}
  319. #chattitle {
  320. font-size:15px;
  321. font-family: arial black;
  322. text-align:left;
  323. text-transform:lowercase;
  324. color:{color:title};
  325. }
  326.  
  327. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  328. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  329. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  330. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  331. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  332. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  333. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  334. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  335. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  336. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  337.  
  338. ul.chat, .chat ol, .chat li {
  339. list-style:none;
  340. margin:0px;
  341. padding:0px
  342. }
  343.  
  344. ::-webkit-scrollbar {width: 5px; height: 3px; background: transparent;}
  345. ::-webkit-scrollbar-thumb {background-color:{color:link} ; border: 1px solid black;}
  346. /*--CREDIT--*/
  347. #spectrum {
  348. bottom:9px;
  349. right:7px;
  350. font-size:10px;
  351. font-family:'calibri';
  352. letter-spacing:1px;
  353. text-transform:uppercase;
  354. position:fixed;
  355. }
  356.  
  357. {CustomCSS}</style></head><body>
  358.  
  359. <div id="sidebar">
  360. <div class="title">{Title}</div>
  361. <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
  362.  
  363. <div id="description"><div style="overflow:auto; width: 300px; height: 130px;">{Description}</div></div>
  364.  
  365. </div>
  366.  
  367. </div>
  368.  
  369. <div id="pagination">
  370. {block:Pagination}
  371. {block:PreviousPage}<a href="{PreviousPage}" title="back">←</a>{/block:PreviousPage}</div>
  372.  
  373. <div id="pagination2">
  374. {block:NextPage}<a href="{NextPage}" title="next">→</a>{/block:NextPage}
  375. {/block:Pagination}</div>
  376.  
  377. <div class="links">
  378. <a href="/">{text:Home title}</a><br><br><br>
  379. <a href="/ask">{text:Ask title}</a><br><br><br>
  380. <a href="{text:Link1}">{text:Link1 Text}</a><br><br><br>
  381. <a href="{text:Link2}">{text:Link2 Text}</a><br><br><br>
  382. <a href="{text:Link3}">{text:Link3 Text}</a><br><br><br>
  383. <a href="{text:Link4}">{text:Link4 Text}</a><br><br><br>
  384. </div>
  385.  
  386. <div id="entries">{block:Posts}<div id="posts">
  387.  
  388. {block:Text}
  389. {block:Title}<h2>{Title}</h2>{/block:Title}
  390. {Body}
  391. {/block:Text}
  392.  
  393. {block:Answer}
  394. <div class="question">{Asker}: {Question}</div>
  395. {Answer}
  396. {/block:Answer}
  397.  
  398. {block:Quote}
  399. <div id="quotetitle">❝{Quote}❞</div>
  400. {block:Source}<div id="source">{Source}</div>{/block:Source}
  401. {/block:Quote}
  402.  
  403. {block:Link}
  404. <h2><a href="{URL}">{Name}</a></h2>
  405. {block:Description}{Description}{/block:Description}
  406. {/block:Link}
  407.  
  408. {block:Chat}
  409. {block:Title}<div id="chattitle">{Title}</div>{/block:Title}
  410. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  411. {/block:Chat}
  412.  
  413. {block:Photo}
  414. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. {Photoset-500}
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Photoset}
  422.  
  423. {block:Audio}
  424. <div id="audio">
  425. <div class="player">{AudioPlayerWhite}</div>
  426. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  427. {block:TrackName} <div class="songtitle">{TrackName}</div>{/block:Trackname}
  428. <div class="songinfo"><br>
  429. <b>artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  430. <b>album:</b> {block:Album}{Album}{/block:Album}<br>
  431. <b>played:</b> {PlayCount} times</div></div>
  432. {block:Caption}{Caption}{/block:Caption}
  433.  
  434. {/block:Audio}
  435.  
  436. {block:Video}
  437. {Video-500}
  438. {block:Caption}{Caption}{/block:Caption}
  439. {/block:Video}
  440.  
  441. <div id="footer">
  442. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>
  443. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  444. {block:RebloggedFrom} | <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  445. {block:ContentSource} | <a href="{SourceURL}">source</a>{/block:ContentSource}<br>
  446. {block:HasTags}{block:Tags}#<a href="{TagUrl}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  447. {/block:Date}</div>
  448.  
  449. </div>{/block:Posts}
  450.  
  451. <div id="spectrum">
  452. <a href="http://marleyroleplays.tumblr.com/">theme</a>
  453. </div>
  454.  
  455. </div>
  456.  
  457.  
  458.  
  459.  
  460. </body>
  461. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement