Advertisement
bittersveet

random, iridescent

Jul 12th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1.  
  2.  
  3. <!----© THEME BY slutjensen.tumblr.com for public use-----DON'T REMOVE CREDIT--->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <meta name="color:title" content="#CC9681"/>
  14. <meta name="color:square links" content="#CC9681"/>
  15. <meta name="color:border links on hover" content="#CC9681"/>
  16. <meta name="color:first letter description" content="#CC9681"/>
  17. <meta name="color:border" content="#CC9681"/>
  18.  
  19.  
  20.  
  21. <meta name="color:Text" content="#838282"/>
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#838282"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:linkA" content="">
  28. <meta name="text:linkA url" content="/">
  29. <meta name="text:linkB" content="">
  30. <meta name="text:linkB url" content="/">
  31. <meta name="text:linkC" content="">
  32. <meta name="text:linkC url" content="/">
  33. <meta name="text:linkD" content="">
  34. <meta name="text:linkD url" content="/">
  35. <meta name="text:linkE" content="">
  36. <meta name="text:linkE url" content="/">
  37.  
  38.  
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41.  
  42. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  43.  
  44. <script>
  45.  
  46. (function($){
  47.  
  48. $(document).ready(function(){
  49.  
  50. $("a[title]").style_my_tooltips({
  51.  
  52. tip_follows_cursor:true,
  53.  
  54. tip_delay_time:90,
  55.  
  56. tip_fade_speed:600,
  57.  
  58. attribute:"title"
  59.  
  60. });
  61.  
  62. });
  63.  
  64. })(jQuery);
  65.  
  66. </script>
  67. <!--basic tooltip from tutorial-baby! Enjoy-->
  68. <style>
  69. .tooltip{
  70. display: inline;
  71. position: relative;
  72. }
  73. #s-m-t-tooltip {
  74. max-width:300px;
  75. border-radius: 0px;
  76. padding:3px 4px 5px 4px;
  77. margin:20px 7px -2px 20px;
  78. background-color:#9ebcc0;
  79. border:3px double #ffffff;
  80. color:#ffffff;
  81. font-family:calibri;
  82. font-size:10px;
  83. letter-spacing:2px;
  84. text-transform:uppercase;
  85. z-index:999999999999999999999999999999999999;
  86. }
  87. </style>
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92. @font-face { font-family: "art_brewery"; src: url('https://dl.dropboxusercontent.com/s/47546gqsdpic4du/art%20brewery.ttf?dl=1'); format(“truetype”);}
  93.  
  94. @font-face { font-family: "abbeyline"; src: url('https://dl.dropboxusercontent.com/s/xlbk9c4ttfsc8ht/abbeyline.ttf?dl=1'); format(“truetype”);}
  95.  
  96. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  97.  
  98. *, body, a {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  99.  
  100. ::-webkit-scrollbar {
  101.  
  102. width: 4px;
  103. height: 3px; background: #FAFAFA;
  104. }
  105. ::-webkit-scrollbar-thumb {background-color:#D6D5D5; ;}
  106.  
  107. body {
  108. background:{color:background};
  109. margin:0px;
  110. color:{color:text};
  111. font-family:Calibri;
  112. font-size:10px;
  113. line-height:100%;
  114. }
  115.  
  116. a {
  117. text-decoration:none;
  118. outline:none;
  119. -moz-outline-style:none;
  120. color:{color:link};
  121. -moz-transition-duration:0.5s;
  122. -webkit-transition-duration:0.5s;
  123. -o-transition-duration:0.5s;
  124. }
  125.  
  126. img {
  127. border:none;
  128. }
  129.  
  130. blockquote {
  131. padding-left:5px;
  132. border-left:2px solid;
  133. }
  134.  
  135. blockquote blockquote {
  136. padding-left:5px;
  137. border-left:2px solid;
  138. }
  139.  
  140. h1 {
  141. font-size:15px;
  142. font-family:arial;
  143. text-shadow: 2px 2px #cadacf;
  144. }
  145.  
  146. small, sub, sup{
  147. font-size:10px;
  148. }
  149.  
  150. b,strong{
  151. color: white;
  152. text-shadow: 2px 2px 4px #000000;
  153. }
  154.  
  155. i,em{
  156. color:#585858;
  157. text-shadow: 0 0 3px #9ebcc0, 0 0 5px #3c5b5f;
  158. }
  159.  
  160. #entries {
  161. padding:10px;
  162. width:250px;
  163. margin-left:550px;
  164. background:#FFFFFF;
  165. margin-top:40px;
  166. }
  167.  
  168. #post {
  169. width:250px;
  170. padding-bottom:20px;
  171. }
  172.  
  173. #sidebar {
  174. width:250px;
  175. position:fixed;
  176. margin-left:200px;
  177. margin-top:120px;
  178. }
  179.  
  180. #title {
  181. padding-left:6px;
  182. position:fixed;
  183. font-size:20px;
  184. text-align:center;
  185. margin-bottom:5px;
  186. color:{color:title};
  187. font-family:abbeyline;
  188. font-weight:100;
  189. letter-spacing:8px;
  190. font-style:italic;
  191. margin-top:10px;
  192. width:250px;
  193. ;-webkit-transition: all 0.8s ease-out;
  194. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  195.  
  196. }
  197.  
  198. #sidebar:hover #title {
  199.  
  200. letter-spacing:0px;
  201. margin-left:70px;
  202. padding-right:10px;
  203. ;-webkit-transition: all 0.8s ease-out;
  204. -moz-transition: all 0.8s ease-out;transit
  205. ion: all 0.8s ease-out;
  206. }
  207.  
  208. #border {
  209. position:fixed;
  210. width:250px;
  211. height:5px;
  212. background:{color:border};
  213. margin-top:25px;
  214. }
  215.  
  216. #links {
  217. position:fixed;
  218. font-family:baskerville;
  219. display:inline-block;
  220. margin-top: 3px;
  221. margin-left:-50px;
  222. font-size:9px;
  223. text-transform:uppercase;
  224. text-align:center;
  225. letter-spacing:2px;
  226. line-height:130%;
  227. width:250px;
  228. font-style:normal;
  229. opacity:1;
  230. word-spacing:4px;
  231. opacity:0;
  232.  
  233. ;-webkit-transition: all 0.5s ease-out;
  234. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  235.  
  236. }
  237.  
  238. #links a{
  239. border:1px solid#eee;
  240. display:inline-block;
  241. width:11px;
  242. padding:3px;
  243. color:{color:square links};
  244. background-color:{color:square links};
  245. letter-spacing:0px;
  246. text-decoration:none;
  247. ;-webkit-transition: all 0.8s ease-out;
  248. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  249. }
  250.  
  251. #sidebar:hover #links {
  252. margin-left:-60px;
  253. margin-top: 3px;
  254. opacity:1;
  255. ;-webkit-transition: all 0.8s ease-out;
  256. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  257. }
  258.  
  259. #sidebarimage {
  260. width 250px;
  261. }
  262.  
  263. #sidebarimage img {
  264. width:250px;
  265. }
  266.  
  267. #description {
  268. font-size:10px;
  269. font-family:calibri;
  270. width:240px;
  271. position:fixed;
  272. color:#c4c4c4;
  273. padding:5px;
  274. text-transform:uppercase;
  275. color:#6f8977;
  276. background:#FFFFFF;
  277. text-align:justify;
  278. margin-top:30px;
  279. }
  280.  
  281. #description:first-letter {
  282. width:14px;
  283. height:13px;
  284. padding:6px;
  285. margin-bottom:0px;
  286. margin-right:8px;
  287. float:left;
  288. background-color:{color:first letter description};
  289. color:#fff;
  290. font-family:art_brewery;
  291. font-size:20px;
  292. font-style:italic;
  293. line-height:15px;
  294. text-transform:uppercase;
  295. text-align:center;
  296. }
  297.  
  298. #pagination {
  299.  
  300. font-size:11px;
  301. word-spacing:5px;
  302. text-align:center;
  303. width:250px;
  304. position:Fixed;
  305. color:;#c4c4c4;
  306. font-family:times;
  307. margin-top:120px;
  308. -webkit-transition: all 0.6s ease-in-out;
  309. -moz-transition: all 0.6s ease-in-out;
  310. -o-transition: all 0.6s ease-in-out;
  311. -ms-transition: all 0.6s ease-in-out;
  312. transition: all 0.6s ease-in-out;
  313.  
  314. }
  315.  
  316. #pagination a:hover{
  317. font-style:normal;
  318. color:#fff;
  319. -webkit-transition: all 0.6s ease-in-out;
  320. -moz-transition: all 0.6s ease-in-out;
  321. -o-transition: all 0.6s ease-in-out;
  322. -ms-transition: all 0.6s ease-in-out;
  323. transition: all 0.6s ease-in-out;
  324.  
  325. }
  326.  
  327. #info {
  328. text-align:right;
  329. margin-top:9px;
  330. padding: 5px;
  331. font-size: 10px;
  332. color: #3c5b5f;
  333. font-family:calibri;
  334. text-transform: uppercase;
  335. border-top: 1px solid #eee;
  336. }
  337.  
  338. #tags {
  339. margin-top:8px;
  340. text-align:right;
  341. text-transform:lowercase;
  342. font-size:8px;
  343. font-style:normal;
  344. letter-spacing:0px;
  345. font-family:cambria;
  346. opacity: 0;
  347. -webkit-transition: all 0.6s ease-in-out;
  348. -moz-transition: all 0.6s ease-in-out;
  349. -o-transition: all 0.6s ease-in-out;
  350. -ms-transition: all 0.6s ease-in-out;
  351. transition: all 0.6s ease-in-out;
  352. }
  353.  
  354. #tags a {
  355. padding:3px;
  356. background-color:#eee;
  357. display:inline;
  358. text-align:left;
  359.  
  360. }
  361.  
  362. #post:hover #tags {
  363. opacity:1;
  364. }
  365.  
  366. #asker {
  367. float:left;
  368. margin-right:5px;
  369. }
  370.  
  371. #credit {
  372. font-size:8px;
  373. font-family:cambria;
  374. font-style:italic;
  375. letter-spacing:1px;
  376. -moz-transition-duration:0.5s;
  377. -webkit-transition-duration:0.5s;
  378. -o-transition-duration:0.5s;
  379. }
  380.  
  381. #credit a {
  382. background-color:#fff;
  383. padding:5px;
  384. border:1px solid #e9e9e9;
  385. position:fixed;
  386. right:7px;
  387. bottom:9px
  388. }
  389. #credit a:hover {
  390.  
  391. opacity:0;
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. background-color:#fff;
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399.  
  400. }
  401.  
  402. /*QUOTES*/
  403. #quote{
  404. font-family:georgia;
  405. color:#65787b;
  406. font-size:11px;
  407. font-style:italic;
  408. }
  409.  
  410. #source {
  411. font-family:'wendy';
  412. font-size:10px;
  413. letter-spacing:1px;
  414. text-align:right;
  415. text-transform:uppercase;
  416. }
  417.  
  418.  
  419. {CustomCSS}
  420.  
  421.  
  422. </style>
  423.  
  424.  
  425. </head><body>
  426.  
  427.  
  428.  
  429. <div id="sidebar">
  430.  
  431. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  432.  
  433. <div id="title">iridescent。</div>
  434.  
  435. <div id="border"></div>
  436.  
  437. <div id="links">
  438. <a href="{text:linkA url}" title="{text:linkA}">i</a>
  439. <a href="{text:linkB url}" title="{text:linkB}">ii</a>
  440. <a href="{text:linkC url}" title="{text:linkC}">iii</a>
  441. <a href="{text:linkD url}" title="{text:linkD}">iv</a>
  442. <a href="{text:linkE url}" title="{text:linkE}">v</a>
  443. </div>
  444.  
  445. <div id="description">{Description}</div>
  446.  
  447. <div id="pagination">
  448. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="∗ back.">-</a>{/block:PreviousPage}
  449. {block:NextPage}<a href="{NextPage}" title="∗ fly.">+</a>{/block:NextPage}{/block:Pagination}
  450. </div>
  451.  
  452. </div>
  453.  
  454. <div id="entries">{block:Posts}<div id="post">
  455.  
  456. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  457.  
  458. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  459.  
  460. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  461.  
  462. <!-- QUOTE POSTS -->
  463. {block:Quote}
  464. <div id="quote">{Quote}</div>
  465. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  466. {/block:Quote}
  467.  
  468. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  469.  
  470. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  471.  
  472. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  473.  
  474. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475.  
  476. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  477.  
  478. <div id="info">
  479. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  480. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  481. title="{ReblogParentTitle}">{ReblogParentName}</a> {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  482.  
  483. </div>
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. {/block:Posts}</div>
  486.  
  487. <div id="credit"><a href="http://slutjensen.tumblr.com">dear cas</div>
  488.  
  489. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement