msstephyyanne

20.2: Secrets

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