Advertisement
rockatanskis

jaime theme

Mar 19th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Hello again :D
  6. You know the rules about theme's right, aren't you?
  7. Always keeping the credit of the basecode owner:hoodclifford
  8. So I hopw you enjoy this theme!
  9. -Frida
  10. -->
  11.  
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#3c3c3c"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:link hover" content="#bbbbbb"/>
  17. <meta name="color:border" content="#000000"/>
  18. <meta name="color:hoverlink text" content="#000000"/>
  19. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  20. <meta name="color:tooltip color" content="#6b6d6d"/>
  21. <meta name="color:title color" content="#000000"/>
  22. <meta name="color:blockquote color" content="#9d9d9d"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar2" content=""/>
  26.  
  27. <meta name="text:title text" content="title">
  28. <meta name="text:Link 1 URL" content="" />
  29. <meta name="text:Link 1" content="link 1" />
  30. <meta name="text:Link 2 URL" content="" />
  31. <meta name="text:Link 2" content="link 2" />
  32. <meta name="text:Link 3 URL" content="" />
  33. <meta name="text:Link 3" content="link 3" />
  34. <meta name="text:Link 4 URL" content="" />
  35. <meta name="text:Link 4" content="link 4" />
  36.  
  37.  
  38.  
  39. <link href='https://fonts.googleapis.com/css?family=Exo+2:400,700,600' rel='stylesheet' type='text/css'>
  40.  
  41.  
  42.  
  43.  
  44. <head><title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49.  
  50. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. /*edit scrollbar*/
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color:;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:0px;
  64. width:7px;
  65. padding-right:2px;
  66. }
  67.  
  68. /*edit the body this is what post text looks like, background color, etc.*/
  69.  
  70. body {
  71. font-weight:300;
  72. overflow:hidden;
  73. position:fixed;
  74. background:#000;
  75. background-repeat:repeat;
  76. margin:0px;
  77. color:#686868;
  78. font-family:helvetica;
  79. font-size:12px;
  80. line-height:140%;
  81. }
  82.  
  83. small {
  84. font-size:10px;
  85. }
  86.  
  87. sub {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:left;
  126. font-family: helvetica, 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: helvetica, 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:400px;
  156. color:white;
  157. font-family: helvetica, sans-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. #si1 {position:fixed;
  176. width:auto;
  177. height:auto;
  178. top:0px;
  179. left:100px;
  180. z-index:200;
  181. opacity:1;
  182. }
  183.  
  184. /*the actual sidebar image*/
  185.  
  186. #si1 img {
  187. }
  188.  
  189. /*sidebar links*/
  190.  
  191. #link1 {
  192. font-weight:100;
  193. width:auto;
  194. top:220px;
  195. margin-left:655px;
  196. font-size:10px;
  197. position:fixed;
  198. color:#e7e3de;
  199. z-index:700;
  200. }
  201.  
  202. #link2 {
  203. width:auto;
  204. top:395px;
  205. margin-left:392px;
  206. font-size:20px;
  207. position:fixed;
  208. color:#e7e3de;
  209. z-index:700;
  210. }
  211.  
  212. #link3 {
  213. width:auto;
  214. top:410px;
  215. margin-left:387px;
  216. font-size:20px;
  217. position:fixed;
  218. color:#e7e3de;
  219. z-index:700;
  220. }
  221.  
  222. #link4 {
  223. width:auto;
  224. top:425px;
  225. margin-left:382px;
  226. font-size:20px;
  227. position:fixed;
  228. color:#e7e3de;
  229. z-index:700;
  230. }
  231.  
  232. #link5 {
  233. width:auto;
  234. top:440px;
  235. margin-left:377px;
  236. font-size:20px;
  237. position:fixed;
  238. color:#e7e3de;
  239. z-index:700;
  240. }
  241.  
  242. #link6 {
  243. width:auto;
  244. top:455px;
  245. margin-left:372px;
  246. font-size:20px;
  247. position:fixed;
  248. color:#e7e3de;
  249. z-index:700;
  250. }
  251.  
  252. #link1 a {
  253. letter-spacing: 0px;
  254. padding:3px;
  255. color:#9e262d;
  256.  
  257. }
  258.  
  259. #links a:hover {
  260. color:#fff;
  261. }
  262.  
  263.  
  264. ////////////
  265.  
  266. #description {
  267. position:fixed;
  268. color:white;
  269. width:476.5px;
  270. bottom:5px;
  271. left:372px;
  272. position:fixed;
  273. height:64px;
  274. font-size:12px;
  275. font-weight:200;
  276. font-family: helvetica;
  277. padding:20px;
  278. text-align:justify;
  279. letter-spacing:2px;
  280. line-height:20px;
  281. }
  282. #description a{
  283. color:white;
  284. }
  285.  
  286.  
  287.  
  288. #description a:hover {
  289. color:#6f35f6;
  290. }
  291.  
  292. /* this is the box that comes up when you hover over something with a title*/
  293.  
  294. #s-m-t-tooltip {
  295. max-width:100px;
  296. padding:5px 5px 5px 6px;
  297. margin:20px 0px 0px 20px;
  298. background-color:#111;
  299. font-family: helvetica, sans-serif, helvetica, arial;
  300. font-size:9px;
  301. letter-spacing:2px;
  302. text-transform:uppercase;
  303. text-align:center;
  304. color:#fff;
  305. border:1px solid #000;
  306. z-index:999999999999999999999999999999999999;
  307. }
  308.  
  309. /*next page and previous page*/
  310.  
  311. #pagination {
  312. position:fixed;
  313. color:#9d9d9d;
  314. width:380px;
  315. top:515px;
  316. left:360px;
  317. position:fixed;
  318. font-weight:100;
  319. font-family: helvetica;
  320. text-align:left;
  321. letter-spacing:3px;
  322. font-size:9px;
  323. z-index:90;
  324. }
  325. #pagination a{
  326. color:#bebebe;
  327. }
  328.  
  329. #pagination a:hover{color:white;}
  330.  
  331.  
  332. #entries {
  333. padding:0px 10px 10px 5px;
  334. }
  335.  
  336. #post {
  337. width:400px;
  338. text-align:justify;
  339. }
  340.  
  341. .postswrap1 {
  342. padding-bottom:20px;
  343. }
  344.  
  345. #post a {font-family: helvetica, arial
  346. font-size:18px;
  347. }
  348.  
  349. .container {
  350. position:fixed;
  351. background-size:100%;
  352. padding-top:10px;
  353. padding-left:7px;
  354. left:230px;
  355. top:218px;
  356. height:390px;
  357. width: 420px;
  358. overflow: scroll;
  359. z-index:250;
  360. background-repeat:repeat;
  361. }
  362.  
  363.  
  364. /*time posted, note count, via and source*/
  365.  
  366. .postinfo {
  367. margin-bottom:1px;
  368. margin-left:-2px;
  369. width:400px;
  370. background-image: url('http://static.tumblr.com/eyg2cc8/J0Lo3yc9t/hmmsky.png');
  371. background-repeat:no-repeat;
  372. color:white;
  373. text-align:center;
  374. font-family:arial;
  375. text-transform:uppercase;
  376. font-size:10px;
  377. padding-top:5px;
  378. padding-bottom:10px;
  379. }
  380.  
  381. .postinfo a {
  382. color:#9e262d;
  383. }
  384.  
  385. .postinfo a:hover {
  386. color:#fff;
  387. }
  388.  
  389. /*tags*/
  390.  
  391. .tags {
  392. width:400px;
  393. padding-top:3px;
  394. font-family:arial;
  395. letter-spacing:0px;
  396. font-size:10px;
  397. text-align:center;
  398. line-height:100%;
  399. text-transform:lowercase;
  400. }
  401.  
  402. .tags a {
  403. color:#474747;
  404. }
  405.  
  406. .tags a:hover {
  407. color:#fff;
  408. }
  409.  
  410. .postnote {
  411. width:400px;
  412. margin-top:10px;
  413. font-family:arial;
  414. text-transform:lowercase;
  415. font-style:normal;
  416. letter-spacing:0px;
  417. font-size:10px;
  418. text-align:justify;
  419. }
  420.  
  421. /*asks*/
  422.  
  423. #question {
  424. font-weight:100;
  425. border-radius: 5px;
  426. font-size:11px;
  427. font-style:none;
  428. font-family:helvetica;
  429. letter-spacing:0px;
  430. text-align:justify;
  431. padding-top: 5px;
  432. padding-bottom: 5px;
  433. color:#bebebe;
  434. background:#1d1d1d;
  435. border-color:#000;
  436. padding:10px;
  437.  
  438. }
  439.  
  440. #question a{
  441. color:#699bbb;
  442.  
  443. }
  444.  
  445. #answer {
  446. padding-left:5px;
  447. padding-right:5px;
  448. font-weight:300;
  449. font-size:11px;
  450. font-style:none;
  451. font-family:helvetica;
  452. letter-spacing:0px;
  453. text-align:justify;
  454. padding-top: 7px;
  455.  
  456. }
  457.  
  458.  
  459.  
  460. /*audio player container*/
  461.  
  462. .playercontainer {
  463. text-align:justify;
  464. padding:10px;
  465. padding-left:0px;
  466. background-color:#fff;
  467. margin-left:5px;
  468. width:330px;
  469. }
  470.  
  471. /*artist, song, etc.*/
  472.  
  473. .musicinfo {
  474. padding-top:7px;
  475. padding-left:50px;
  476. color:#000;
  477. text-align:justify;
  478. }
  479.  
  480. /*credit. only change this if you actually make the code your own*/
  481.  
  482. #credit {
  483. position:fixed;
  484. font-size:9px;
  485. color:#000;
  486. font-weight:bold;
  487. line-height:150%;
  488. letter-spacing:2px;
  489. right:2px;
  490. bottom:-1px;
  491. text-transform:lowercase;
  492. text-align:center;
  493. }
  494.  
  495. #credit a {
  496. letter-spacing: 0px;
  497. padding:3px;
  498. color:#000;
  499. }
  500.  
  501. #credit a:hover {
  502. background:#fff;
  503. color:{color:link hover};
  504. }
  505.  
  506. pre {
  507. white-space: pre-wrap;
  508. }
  509.  
  510. b, strong {color:#acacac;}
  511. i, em {color:#acacac;}
  512.  
  513. /* --- UPDATES ---*/
  514.  
  515. #updates {
  516. font-size:9px;
  517. color:white;
  518. text-align:justify;
  519. height:15px;
  520. width:150px;
  521. padding:4px;
  522. top:110px;
  523. left:988px;
  524. z-index:10;
  525. position:fixed;
  526. overflow:hidden;
  527. -webkit-transition: all 0.5s ease-in-out;
  528. -moz-transition: all 0.5s ease-in-out;
  529. -o-transition: all 0.5s ease-in-out;
  530. }
  531.  
  532. .video {
  533. width:400px!important;}
  534.  
  535. .video iframe {
  536. width:400px!important;}
  537.  
  538. #hoverbox {
  539. position:fixed;
  540. top:130px;
  541. margin-left:800px;
  542. font-weight:100;
  543. font-family: helvetica, sans-serif, helvetica;
  544. font-size:10px;
  545. text-align:center;
  546. }
  547.  
  548. #hoverbox a {color:white;}
  549.  
  550. #hovercontent a {color:white;}
  551.  
  552. #hovercontent {
  553. margin-top:10px;
  554. width:150px;
  555. color:#bebebe;
  556. opacity:0;
  557. -webkit-transition: all 0.7s ease;
  558. -moz-transition: all 0.7s ease;
  559. -o-transition: all 0.7s ease;
  560. }
  561.  
  562. #hoverbox:hover #hovercontent {
  563. opacity:1;
  564. -webkit-transition: all 0.7s ease;
  565. -moz-transition: all 0.7s ease;
  566. -o-transition: all 0.7s ease;}
  567.  
  568. .hr {
  569. margin-top:15px;
  570. margin-bottom:15px;
  571. height: 1px;
  572. background: #c9c9c9;
  573. width: 100%;
  574. font-size: 1px; /* IE 6 */
  575. overflow:hidden;
  576. }
  577.  
  578. {CustomCSS}</style></head><body>
  579.  
  580. <!-- begin updates tab -->
  581.  
  582.  
  583.  
  584. <!-- end updates tab -->
  585.  
  586. <!-- made by sppice, tutorial at html-tutorials.tumblr.com-->
  587.  
  588.  
  589.  
  590. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  591. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  592. <script>
  593.  
  594. (function($){
  595.  
  596. $(document).ready(function(){
  597.  
  598. $("a[title]").style_my_tooltips({
  599.  
  600. tip_follows_cursor:true,
  601.  
  602. tip_delay_time:50,
  603.  
  604. tip_fade_speed:600,
  605.  
  606. attribute:"title"
  607.  
  608. });
  609.  
  610. });
  611.  
  612. })(jQuery);
  613.  
  614. </script>
  615.  
  616.  
  617. <div id="si1"><img src="http://static.tumblr.com/eyg2cc8/vEko3yb7v/free2.png"></div>
  618.  
  619. </div></div>
  620.  
  621. <div id="link1"><a href="/" title="home">♚</a><br><a href="/ask" title="inbox">♚</a><br><a href="{text:Link 1 URL}" title="{text:Link 1}">♚</a>
  622. </br><a href="{text:Link 2 URL}" title="{text:Link 2}">♚</a>
  623. <br><a href="{text:Link 3 URL}" title="{text:Link 3}">♚</a>
  624. </br><a href="{text:Link 4 URL}" title="{text:Link 4}">♚</a>
  625. </div>
  626.  
  627.  
  628. <div id="pagination">
  629. {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS</a> /
  630. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">NEXT</span></a>{/block:NextPage}
  631. </div>
  632.  
  633.  
  634.  
  635.  
  636. </div>
  637.  
  638. <div class="container">
  639.  
  640. <div id="entries">{block:Posts}<div id="post"><div class="postswrap1">
  641.  
  642. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  643.  
  644. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  645.  
  646. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  647.  
  648. {block:Video}<DIV CLASS=“VIDEO”>{Video-400}</DIV>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  649.  
  650. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  651.  
  652. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  653.  
  654. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  655.  
  656.  
  657. {block:AudioPlayer}
  658. <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}
  659.  
  660. {block:Answer}<div id="question"><div style="text-transform: uppercase; font-size:15px; text-align:right; font-weight:700; font-family: helvetica, sans-serif">{Asker}</div>{Question}</div><div id="answer">{Answer}</div>{/block:Answer}
  661.  
  662. <div class="postinfo">{block:Date}<a href="{Permalink}" title="{24HourWithZero}:{Minutes} {ShortDayOfWeek}, {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}">♚</a>&nbsp; {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}">♚&nbsp; </a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="VIA">♚</a>&nbsp; {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="SRC">♚</a>&nbsp; {/block:ContentSource}{/block:RebloggedFrom} {/block:Date}
  663.  
  664. {block:HasTags}
  665. <div class="tags">
  666. {block:Tags}<a href="{TagURL}">( {Tag} )</a> {/block:Tags}</div>
  667. {/block:HasTags}</div>
  668.  
  669. <div class="postnote">
  670. {block:PostNotes}{PostNotes}{/block:PostNotes}
  671. </div>
  672. </div>
  673. {/block:Posts}
  674.  
  675. </div> <!----CONTAINED--->
  676.  
  677.  
  678. </div></div></div></div>
  679. </div>
  680.  
  681.  
  682. </body>
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement