Advertisement
rockatanskis

queenie !!

Mar 24th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. basecode owner:hoodclifford
  6. -->
  7.  
  8.  
  9. <meta name="color:background" content="#ffffff"/>
  10. <meta name="color:text" content="#3c3c3c"/>
  11. <meta name="color:link" content="#000000"/>
  12. <meta name="color:link hover" content="#bbbbbb"/>
  13. <meta name="color:border" content="#000000"/>
  14. <meta name="color:hoverlink text" content="#000000"/>
  15. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  16. <meta name="color:tooltip color" content="#6b6d6d"/>
  17. <meta name="color:title color" content="#000000"/>
  18. <meta name="color:blockquote color" content="#9d9d9d"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:sidebar2" content=""/>
  22.  
  23. <meta name="text:title text" content="title">
  24. <meta name="text:Link 1 URL" content="" />
  25. <meta name="text:Link 1" content="link 1" />
  26. <meta name="text:Link 2 URL" content="" />
  27. <meta name="text:Link 2" content="link 2" />
  28. <meta name="text:Link 3 URL" content="" />
  29. <meta name="text:Link 3" content="link 3" />
  30. <meta name="text:Link 4 URL" content="" />
  31. <meta name="text:Link 4" content="link 4" />
  32.  
  33.  
  34.  
  35. <link href='https://fonts.googleapis.com/css?family=Exo+2:400,700,600' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38.  
  39.  
  40. <head><title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45.  
  46. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  47. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  48.  
  49. <style type="text/css">
  50.  
  51. /*edit scrollbar*/
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. height:auto;
  55. background-color:;
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. height:0px;
  60. width:7px;
  61. padding-right:2px;
  62. }
  63.  
  64. /*edit the body this is what post text looks like, background color, etc.*/
  65.  
  66. body {
  67. font-weight:300;
  68. overflow:hidden;
  69. position:fixed;
  70. background:#0a080f;
  71. background-image:url('http://static.tumblr.com/eyg2cc8/Nqpo4kjt2/finale.png');
  72. background-position: bottom right;
  73. background-attachment:fixed;
  74. background-repeat:no-repeat;
  75. margin:0px;
  76. color:#fff;
  77. font-family:helvetica;
  78. font-size:12px;
  79. line-height:140%;
  80. }
  81.  
  82. small {
  83. font-size:10px;
  84. }
  85.  
  86. sub {font-size:10;}
  87. sup {font-size:10;}
  88. /*edit links*/
  89.  
  90. a {
  91. text-decoration:none;
  92. outline:none;
  93. -moz-outline-style:none;
  94. color:#acacac;
  95. -moz-transition-duration:0.8s;
  96. -webkit-transition-duration:0.8s;
  97. -o-transition-duration:0.8s;
  98. }
  99.  
  100. /*edit link hover*/
  101.  
  102. a:hover {
  103. color:#fff;
  104. outline:none;
  105. -moz-outline-style:none;
  106. text-decoration:none;
  107. }
  108.  
  109. blockquote {
  110. margin:10px;
  111. padding-right:-10px;
  112. padding-left:5px;
  113. border-left:2px solid #474747;
  114.  
  115. }
  116.  
  117. blockquote blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. h1 {
  123. font-size:20px;
  124. text-transform:uppercase;
  125. text-align:center;
  126. font-family: sans-serif, helvetica, arial;
  127. letter-spacing:1px;
  128. line-height:100%;
  129. color:{color:text};
  130. }
  131.  
  132. h2 {
  133. font-size:20px;
  134. font-family: sans-serif, helvetica, arial;
  135. letter-spacing:1px;
  136. line-height:100%;
  137. color:{color:text};
  138. }
  139.  
  140. /* this is the positioning of the whole entire sidebar*/
  141.  
  142. #sidebar {
  143. width:250px;
  144. position:fixed;
  145. margin-left:205px;
  146. margin-top:100px
  147. }
  148.  
  149. /*sidebar title*/
  150.  
  151. #title {
  152. position:fixed;
  153. width:540px;
  154. top:80px;
  155. left:500px;
  156. color:white;
  157. font-family: 'Lora', serif;
  158. text-transform:uppercase;
  159. font-size:12px;
  160. line-height:100%;
  161. text-align:justify;
  162. position:fixed;
  163. opacity:0.7;
  164. }
  165.  
  166. #title a{
  167. color:white;
  168. }
  169.  
  170. #title a:hover {
  171. color:black;
  172. }
  173.  
  174. /*sidebar image*/
  175.  
  176. /*the actual sidebar image*/
  177.  
  178. #si1 img {
  179. position:fixed;
  180. width:auto;
  181. height:auto;
  182. top:105px;
  183. left:90px;
  184. }
  185.  
  186. img {max-width:100%;}
  187.  
  188. /*sidebar links*/
  189.  
  190. #links {
  191. width:300px;
  192. top:585px;
  193. right:560px;
  194. padding:10px 0px 0px 5px;
  195. font-family: helvetica, arial;
  196. text-align:left;
  197. word-spacing:0px;
  198. text-transform:uppercase;
  199. font-size:13.5px;
  200. line-height:100%;
  201. position:fixed;
  202. color:#e7e3de;
  203. z-index:100;
  204. }
  205.  
  206. #links a {
  207. letter-spacing: 0px;
  208. padding:3px;
  209. color:#b584c3;
  210. -webkit-transition: all 0.5s ease-in-out;
  211. -moz-transition: all 0.5s ease-in-out;
  212. -o-transition: all 0.5s ease-in-out;
  213. }
  214.  
  215. #links a:hover {
  216. color:#fff;
  217. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  218. -webkit-transition: all 0.5s ease-in-out;
  219. -moz-transition: all 0.5s ease-in-out;
  220. -o-transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. #description {
  224. position:fixed;
  225. color:white;
  226. width:476.5px;
  227. bottom:5px;
  228. left:372px;
  229. position:fixed;
  230. height:64px;
  231. font-size:12px;
  232. font-weight:200;
  233. font-family: helvetica;
  234. padding:20px;
  235. text-align:justify;
  236. letter-spacing:2px;
  237. line-height:20px;
  238. }
  239. #description a{
  240. color:white;
  241. }
  242.  
  243.  
  244.  
  245. #description a:hover {
  246. color:#6f35f6;
  247. }
  248.  
  249. /* this is the box that comes up when you hover over something with a title*/
  250.  
  251. #s-m-t-tooltip {
  252. max-width:100px;
  253. padding:5px 5px 5px 6px;
  254. margin:20px 0px 0px 20px;
  255. background-color:#111;
  256. background-image:url('http://static.tumblr.com/eyg2cc8/zTdo4khv6/31_copy.png');
  257. font-family: helvetica, arial;
  258. font-size:9px;
  259. letter-spacing:2px;
  260. text-transform:uppercase;
  261. text-align:center;
  262. color:#fff;
  263. z-index:999999999999999999999999999999999999;
  264. }
  265.  
  266. img
  267.  
  268. /*next page and previous page*/
  269.  
  270.  
  271. #entries {
  272. padding:0px 10px 10px 5px;
  273. width:25px;
  274. margin-bottom: 5px;
  275. }
  276.  
  277. #post {
  278. width:350px;
  279. padding-bottom:20px;
  280. margin-right:-25px;
  281. text-align:justify
  282. }
  283.  
  284. #post a {font-family: helvetica, arial
  285. font-size:18px;
  286. }
  287.  
  288. .container {
  289. outline:1px dotted #594153;
  290. outline-offset:3px;
  291. position:fixed;
  292. margin-top:15px;
  293. margin-bottom:10px;
  294. padding:10px;
  295. background-size:100%;
  296. background-image: url('http://static.tumblr.com/eyg2cc8/799o4kemm/untitled-3.png');
  297. right:480px;
  298. top:100px;
  299. height:450px;
  300. width: 360px;
  301. overflow: scroll;
  302. }
  303.  
  304.  
  305. /*time posted, note count, via and source*/
  306.  
  307. .postinfo {
  308. margin-bottom:1px;
  309. width:350px;
  310. background-image: url('http://static.tumblr.com/eyg2cc8/zTdo4khv6/31_copy.png');
  311. background-repeat:no-repeat;
  312. color:white;
  313. text-align:center;
  314. font-family:arial;
  315. text-transform:uppercase;
  316. font-size:15px;
  317. padding-top:10px;
  318. padding-bottom:10px;
  319. }
  320.  
  321. .postinfo a {
  322. color:#bebebe;
  323. }
  324.  
  325. .postinfo a:hover {
  326. color:#fff;
  327. }
  328.  
  329. /*tags*/
  330.  
  331. .tags {
  332. width:340px;
  333. padding-left:5px;
  334. padding-top:5px;
  335. font-family:arial;
  336. letter-spacing:0px;
  337. font-size:10px;
  338. text-align:center;
  339. line-height:100%;
  340. text-transform:lowercase;
  341. }
  342.  
  343. .tags a {
  344. color:#9b9b9b;
  345. }
  346.  
  347. .tags a:hover {
  348. color:#fff;
  349. }
  350.  
  351. .postnote {
  352. width:350px;
  353. margin-top:40px;
  354. font-family:arial;
  355. text-transform:lowercase;
  356. font-style:normal;
  357. letter-spacing:0px;
  358. font-size:10px;
  359. text-align:justify;
  360. }
  361.  
  362. /*asks*/
  363.  
  364. #question {
  365. font-weight:100;
  366. border-radius: 5px;
  367. font-size:11px;
  368. font-style:none;
  369. font-family:helvetica;
  370. letter-spacing:0px;
  371. text-align:justify;
  372. padding-top: 5px;
  373. padding-bottom: 5px;
  374. color:#bebebe;
  375. background:rgba(29,25,36,0.5);
  376. border-color:#000;
  377. padding:10px;
  378.  
  379. }
  380.  
  381. #question a{
  382. color:#fff;
  383.  
  384. }
  385.  
  386. #answer {
  387. padding-left:5px;
  388. padding-right:5px;
  389. font-weight:300;
  390. font-size:11px;
  391. font-style:none;
  392. font-family:helvetica;
  393. letter-spacing:0px;
  394. text-align:justify;
  395. padding-top: 7px;
  396.  
  397. }
  398.  
  399.  
  400.  
  401. /*audio player container*/
  402.  
  403. .playercontainer {
  404. text-align:justify;
  405. padding:10px;
  406. padding-left:0px;
  407. background-color:#fff;
  408. margin-left:5px;
  409. width:330px;
  410. }
  411.  
  412. /*artist, song, etc.*/
  413.  
  414. .musicinfo {
  415. padding-top:7px;
  416. padding-left:50px;
  417. color:#000;
  418. text-align:justify;
  419. }
  420.  
  421. /*credit. only change this if you actually make the code your own*/
  422.  
  423. #credit {
  424. position:fixed;
  425. font-size:9px;
  426. color:#000;
  427. font-weight:bold;
  428. line-height:150%;
  429. letter-spacing:2px;
  430. right:2px;
  431. bottom:-1px;
  432. text-transform:lowercase;
  433. text-align:center;
  434. }
  435.  
  436. #credit a {
  437. letter-spacing: 0px;
  438. padding:3px;
  439. color:#000;
  440. }
  441.  
  442. #credit a:hover {
  443. background:#fff;
  444. color:{color:link hover};
  445. }
  446.  
  447. pre {
  448. white-space: pre-wrap;
  449. }
  450.  
  451. b, strong {color:#acacac;
  452. font-size:12px;
  453. }
  454. i, em {color:#acacac;font-size:12px;}
  455.  
  456. /* --- UPDATES ---*/
  457.  
  458. #updates {
  459. font-size:9px;
  460. color:white;
  461. text-align:justify;
  462. height:15px;
  463. width:150px;
  464. padding:4px;
  465. top:110px;
  466. left:988px;
  467. z-index:10;
  468. position:fixed;
  469. overflow:hidden;
  470. -webkit-transition: all 0.5s ease-in-out;
  471. -moz-transition: all 0.5s ease-in-out;
  472. -o-transition: all 0.5s ease-in-out;
  473. }
  474.  
  475. .video {
  476. width:350px!important;}
  477.  
  478. .video iframe {
  479. width:350px!important;}
  480.  
  481. #pagination {
  482. position:fixed;
  483. color:#9d9d9d;
  484. width:15px;
  485. top:120px;
  486. right:457px;
  487. position:fixed;
  488. font-weight:100;
  489. font-family: helvetica;
  490. text-align:right;
  491. letter-spacing:3px;
  492. font-size:13px;
  493. z-index:90;
  494. }
  495. #pagination a{
  496. color:#b584c3;
  497. }
  498.  
  499. #pagination a:hover{color:white;}
  500.  
  501. {CustomCSS}</style></head><body>
  502.  
  503. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  504.  
  505.  
  506.  
  507. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  508. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  509. <script>
  510.  
  511. (function($){
  512.  
  513. $(document).ready(function(){
  514.  
  515. $("a[title]").style_my_tooltips({
  516.  
  517. tip_follows_cursor:true,
  518.  
  519. tip_delay_time:50,
  520.  
  521. tip_fade_speed:600,
  522.  
  523. attribute:"title"
  524.  
  525. });
  526.  
  527. });
  528.  
  529. })(jQuery);
  530.  
  531. </script>
  532.  
  533.  
  534. <div id="si1"><img src=""></div>
  535. <div id="links"><a href="/" title="home">•</a><a href="/ask" title="inbox">•</a><a href="{text:Link 1 URL}" title="{text:Link 1}">•</a><a href="{text:Link 2 URL}" title="{text:Link 2}">•</a><a href="{text:Link 3 URL}" title="{text:Link 3}">•</a><a href="{text:Link 4 URL}" title="{text:Link 4}">•</a>
  536. </div>
  537.  
  538.  
  539.  
  540. <div id="pagination">
  541. {block:PreviousPage}<a href="{PreviousPage}" title="previous">&larr;</a><br>
  542. {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">&rarr;</a>{/block:NextPage}
  543. </div>
  544.  
  545. <div class="container">
  546.  
  547. <div id="entries">{block:Posts}<div id="post">
  548.  
  549. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  550.  
  551. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}<br>{/block:Source}{/block:Quote}
  552.  
  553. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  554.  
  555. {block:Video}<DIV CLASS=“VIDEO”>{Video-400}</DIV>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  556.  
  557. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  558.  
  559. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  560.  
  561. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  562.  
  563.  
  564. {block:AudioPlayer}
  565. <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}
  566.  
  567. {block:Answer}<div id="question"><div style="text-transform: uppercase; font-size:15px; text-align:right; font-weight:700; font-family: helvetica">{Asker}</div>{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  568.  
  569. {block:Date}<div class="postinfo"><a href="{Permalink}" title="{24HourWithZero}:{Minutes}{AmPm} {DayOfMonthWithZero}/{MonthNumberWithZero}">•</a> {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}">•</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">•</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" title="source">•</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}
  570. <div class="tags">
  571. {block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}</div>
  572. {/block:HasTags}
  573. </div></div>{/block:Date}
  574.  
  575. {/block:Posts}
  576.  
  577. </div> <!----CONTAINED--->
  578.  
  579.  
  580. </div></div></div></div>
  581. </div>
  582.  
  583.  
  584. </body>
  585. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement