msstephyyanne

20: Secrets

Apr 5th, 2015
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--theme 20 by stardusthemes / stardvstcas @ tumblr
  5.  
  6. dont be a dick, follow the rules-->
  7.  
  8. <meta name="color:text" content="#000000"/>
  9. <meta name="color:link" content="#a83535"/>
  10. <meta name="color:link hover" content="#d77d7d"/>
  11. <meta name="color:border" content="#000000"/>
  12. <meta name="color:hoverlink text" content="#000000"/>
  13. <meta name="color:scrollbar bg" content="#f0bfb3"/>
  14. <meta name="color:tooltip color" content="#6b6d6d"/>
  15. <meta name="color:title color" content="#ce0d1e"/>
  16. <meta name="color:gradient1" content="#fcf2f0">
  17. <meta name="color:gradient2" content="#f0bfb6">
  18. <meta name="color:gradient3" content="#ff7373">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 3 URL" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 4 URL" content="" />
  29. <meta name="text:Link 4" content="" />
  30.  
  31.  
  32.  
  33. <head><title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. /*edit scrollbar*/
  44.  
  45. ::-webkit-scrollbar-thumb {
  46. height:auto;
  47. background-color:{color:scrollbar bg};
  48. }
  49.  
  50. ::-webkit-scrollbar {
  51. height:4px;
  52. width:5px;
  53. padding-right:2px;
  54. background-color:transparent;
  55. }
  56.  
  57. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  58. /*edit the body this is what post text looks like, background color, etc.*/
  59.  
  60. body {
  61. background:{color:background};
  62. color:{color:text};
  63. font-family:arial;
  64. font-size:11px;
  65. text-align:justify;
  66. margin:0;
  67. line-height:16px;
  68. }
  69.  
  70. /*edit links*/
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. -moz-transition-duration:0.8s;
  78. -webkit-transition-duration:0.8s;
  79. -o-transition-duration:0.8s;
  80. }
  81.  
  82. /*edit link hover*/
  83.  
  84. a:hover {
  85. color:{color:link hover};
  86. outline:none;
  87. -moz-outline-style:none;
  88. text-decoration:none;
  89. }
  90.  
  91. img {
  92. border:none;
  93. }
  94.  
  95. blockquote {
  96. padding-left:5px;
  97. border-left:2px solid {color:blockquote color};
  98.  
  99. }
  100.  
  101. blockquote blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. h1 {
  107. font-size:8px;
  108. text-align:left;
  109. font-family:arial;
  110. letter-spacing:1px;
  111. color:{color:text};
  112. }
  113.  
  114. h2 {
  115. font-size:8px;
  116. font-family:arial;
  117. text-align:left;
  118. letter-spacing:1px;
  119. color:{color:text};
  120. }
  121.  
  122. /* this is the positioning of the whole entire sidebar*/
  123.  
  124. #sidebar {
  125. padding:6px;
  126. text-align:right;
  127. position:fixed;
  128. margin-left:150px;
  129. background:transparent;
  130. margin-top:130px;
  131. width:175px;
  132. padding:10px;
  133. }
  134.  
  135. /*sidebar title*/
  136.  
  137. #title {
  138. color:{color:title color};
  139. font-family:arial;
  140. font-size:14px;
  141. background:transparent;
  142. text-transform:lowercase;
  143. font-weight:bold;
  144. letter-spacing:1px;
  145. padding:4px;
  146. margin-top:-20px;
  147. margin-left:-14px;
  148. width:175px;
  149. position:fixed;
  150. text-align:center;
  151. }
  152.  
  153.  
  154. #sidebarimage img {
  155. width:175px;
  156. height:auto;
  157. -moz-transition-duration:1s;
  158. -webkit-transition-duration:1s;
  159. -o-transition-duration:1s;
  160. }
  161.  
  162. /*sidebar links*/
  163.  
  164. #links {
  165. width:175px;
  166. text-transform:lowercase;
  167. letter-spacing:1.5px;
  168. word-spacing:4px;
  169. text-align:center;
  170.  
  171. }
  172.  
  173.  
  174. #links a {
  175. margin-top:5px;
  176. display:inline-block;
  177. margin-bottom:5px;
  178. }
  179.  
  180.  
  181. #description {
  182. width:175px;
  183. padding:5px;
  184. text-align:center;
  185. overflow:hidden;
  186. font-size:11px;
  187.  
  188. }
  189.  
  190. /* this is the box that comes up when you hover over something with a title*/
  191.  
  192. #s-m-t-tooltip {
  193. max-width:300px;
  194. padding:5px 5px 5px 6px;
  195. margin:20px 0px 0px 20px;
  196. background-color:{color:tooltip color};
  197. font-family:arial;
  198. font-size:9px;
  199. letter-spacing:2px;
  200. text-transform:lowercase;
  201. font-weight:bold;
  202. color:#fff;
  203. z-index:999999999999999999999999999999999999;
  204. }
  205.  
  206. /*next page and previous page*/
  207.  
  208. #pagination {
  209. margin-left: 130px;
  210. margin-top: -20px;
  211. position: relative;
  212. width:200px;
  213. text-align: left;
  214. letter-spacing:1px;
  215. text-transform: lowercase;
  216. font-weight:bold;
  217. font-family: arial;
  218. font-size: 9px;
  219.  
  220.  
  221. }
  222.  
  223. #pagination a {
  224. padding:0 3px;
  225. }
  226.  
  227.  
  228. #entries {
  229. background:transparent;
  230. margin-left: 500px;
  231. padding:50px;
  232. border: 2px solid {color:border};
  233. overflow-y:scroll;
  234. height:400px;
  235. width:430px;
  236. margin-top:100px;
  237. }
  238.  
  239. #post {
  240. width:400px;
  241. padding-bottom:40px;
  242. }
  243.  
  244.  
  245. /*time posted, note count, via and source*/
  246.  
  247. .postinfo {
  248. margin-top:20px;
  249. margin-bottom:1px;
  250. margin-left:-12px;
  251. padding-bottom:4px;
  252. width:400px;
  253. text-align:left;
  254. font-family:arial;
  255. text-transform:lowercase;
  256. font-size:10px;
  257.  
  258. }
  259.  
  260. .postinfo a {
  261. color:{color:link};
  262. }
  263.  
  264. .postinfo a:hover {
  265. color:{color:link hover};
  266. }
  267.  
  268. /*tags*/
  269.  
  270. .tags {
  271. width:400px;
  272. margin-top:4px;
  273. margin-left:-3px;
  274. padding:2px;
  275. font-family:arial;
  276. letter-spacing:0px;
  277. font-size:10px;
  278. text-align:left;
  279.  
  280. }
  281.  
  282. .tags a {
  283. color:{color:text};
  284. }
  285.  
  286. .tags a:hover {
  287. color:{color:link hover};
  288. }
  289.  
  290. .postnote {
  291. width:400px;
  292. margin-top:40px;
  293. font-family:arial;
  294. text-transform:lowercase;
  295. font-style:normal;
  296. letter-spacing:0px;
  297. font-size:10px;
  298. text-align:left;
  299. }
  300.  
  301. /*asks*/
  302.  
  303. #question {
  304. font-size:11px;
  305. font-style:none;
  306. font-family:arial;
  307. letter-spacing:0px;
  308. text-align:left;
  309. padding:7px;
  310. background:transparent;
  311. border:solid 1px {color:black};
  312. color:#000;
  313.  
  314. }
  315.  
  316. #question a{
  317. color:#000;
  318.  
  319. }
  320.  
  321.  
  322.  
  323. /*audio player container*/
  324.  
  325. .playercontainer {
  326. text-align:left;
  327. padding:10px;
  328. padding-left:0px;
  329. background-color:transparent;
  330. width:380px;
  331. }
  332.  
  333. /*artist, song, etc.*/
  334.  
  335. .musicinfo {
  336. padding-top:7px;
  337. padding-left:50px;
  338. color:#000;
  339. text-align:justify;
  340. }
  341.  
  342. /*credit. only change this if you actually make the code your own*/
  343.  
  344. #credit {
  345. position:fixed;
  346. font-size:9px;
  347. color:#000;
  348. font-weight:bold;
  349. line-height:150%;
  350. letter-spacing:2px;
  351. right:10px;
  352. bottom:10px;
  353. text-transform:lowercase;
  354. text-align:center;
  355. }
  356.  
  357. #credit a {
  358. letter-spacing: 0px;
  359. padding:3px;
  360. color:#000;
  361. }
  362.  
  363. #credit a:hover {
  364. background:#fff;
  365. color:{color:link hover};
  366. }
  367.  
  368. #theme {
  369. background-image: linear-gradient({color:gradient1}, {color:gradient2}, {color:gradient3});
  370. margin-top:0px;
  371. height:100%;
  372. width:100%;
  373. position:absolute;}
  374.  
  375.  
  376. {CustomCSS}</style></head><body>
  377.  
  378.  
  379. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  380. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  381. <script>
  382.  
  383. (function($){
  384.  
  385. $(document).ready(function(){
  386.  
  387. $("a[title]").style_my_tooltips({
  388.  
  389. tip_follows_cursor:true,
  390.  
  391. tip_delay_time:50,
  392.  
  393. tip_fade_speed:600,
  394.  
  395. attribute:"title"
  396.  
  397. });
  398.  
  399. });
  400.  
  401. })(jQuery);
  402.  
  403. </script>
  404.  
  405. <div id="theme">
  406. <div id="sidebar">
  407. <div id="title">{Blogtitle}</div>
  408.  
  409.  
  410. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  411.  
  412. <div id="links">
  413. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a> /{/block:ifLink1}
  414. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a> /{/block:ifLink2}
  415. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> / {/block:ifLink3}
  416. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  417.  
  418. </div>
  419.  
  420. <div id="description">{Description}</div>
  421.  
  422.  
  423. <div id="pagination">
  424. {block:Pagination}
  425. {block:PreviousPage}
  426. <a href="{PreviousPage}">&larr; back</a>
  427. {/block:PreviousPage}
  428.  
  429.  
  430. {block:NextPage}
  431. <a href="{NextPage}">forward &rarr;</a>
  432. {/block:NextPage}
  433. {/block:Pagination}
  434. </div>
  435.  
  436.  
  437.  
  438. </div>
  439.  
  440.  
  441. <div id="entries">{block:Posts}<div id="post">
  442.  
  443. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  444.  
  445. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  446.  
  447. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  448.  
  449. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  450.  
  451. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  452.  
  453. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  454.  
  455. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  456.  
  457.  
  458. {block:AudioPlayer}
  459. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  460.  
  461. {block:Answer}<div id="question"><span style="font-size:11px;"><font face="arial"><b>{Asker}:<br></b></font> </span>{Question}<span style="text-transform:none;font-size:11px;font-style:none;"><font face="arial">{Answer}</font></span>{/block:Answer}
  462.  
  463. {block:Date}<div class="postinfo"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>   {block:NoteCount}+ {NoteCount}{/block:NoteCount}   {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  464.  
  465. {block:HasTags}
  466. <div class="tags">
  467. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}</div>
  468. {/block:HasTags}
  469.  
  470. <div class="postnote">
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. </div>
  473. </div>
  474. {/block:Posts}
  475.  
  476.  
  477.  
  478.  
  479. </div></div></div></div>
  480. </div>
  481.  
  482. <div id="credit"><a href="http://stardusthemes.tumblr.com/">SAM</a></div>
  483.  
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment