Advertisement
arizounas

05. davina.

Sep 15th, 2014
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- CODES BY @CALLIEARGENT | #5
  10.  
  11. NAME: DAVINA.
  12.  
  13. hey there, this coding is not made
  14. for others to steal. use at your
  15. own free will, but don't redistribute
  16. as your own!
  17.  
  18. --->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27.  
  28. $(document).ready(function(){
  29.  
  30. $("a[title]").style_my_tooltips({
  31.  
  32. tip_follows_cursor:true,
  33.  
  34. tip_delay_time:90,
  35.  
  36. tip_fade_speed:600,
  37.  
  38. attribute:"title"
  39.  
  40. });
  41.  
  42. });
  43.  
  44. })(jQuery);
  45.  
  46. </script>
  47.  
  48.  
  49. </head>
  50. <body>
  51.  
  52. <meta name="color:Background" content="#ffffff"/>
  53. <meta name="color:Text" content="#b3b3b3"/>
  54. <meta name="color:Links" content="#adadad"/>
  55. <meta name="color:Border" content="#f8f8f8"/>
  56. <meta name="color:Bold" content="#e89e8c"/>
  57. <meta name="color:Post" content="#eaeaea"/>
  58.  
  59. <meta name="image:Sidebar" content=""/>
  60. <meta name="image:Border" content=""/>
  61. <meta name="image:Background" content=""/>
  62.  
  63. <meta name="text:title" content="" />
  64.  
  65. <meta name="text:Link 1" content="" />
  66. <meta name="text:Link 1 Text" content="" />
  67. <meta name="text:Link 2" content="" />
  68. <meta name="text:Link 2 Text" content="" />
  69. <meta name="text:Link 3" content="" />
  70. <meta name="text:Link 3 Text" content="" />
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Allura|Cinzel' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  74.  
  75. <style type="text/css">
  76.  
  77. /*CURSOR*/
  78.  
  79. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  80.  
  81. /*SCROLLBAR*/
  82.  
  83. ::-webkit-scrollbar-thumb{
  84. background-color: {color:bold};
  85. border: 2px solid {color:background};
  86. height:auto;
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height:2px;
  91. width:9px;
  92. background-color: {color:border};
  93. border: 4px solid {color:background};
  94. }
  95.  
  96. /* TOOLTIP */
  97.  
  98. #s-m-t-tooltip {
  99. max-width:300px;
  100. opacity:1;
  101. padding:3px 4px 5px 4px;
  102. margin:-35px 0px -10px 30px;
  103. background-color:{color:border};
  104. border-top:2px solid {color:bold};
  105. font-family:arial;
  106. font-size:7px;
  107. letter-spacing:0px;
  108. text-transform:uppercase;
  109. color:{color:text};
  110. z-index:1000;
  111.  
  112. }
  113.  
  114. body {
  115. background:{color:background};
  116. margin:0px;
  117. color:{color:text};
  118. font-family:calibri;
  119. font-size:9px;
  120. letter-spacing:0px;
  121. text-align:justify;
  122. }
  123.  
  124. small, sub, sup {font-size:10px;}
  125.  
  126. pre {
  127. font-family:calibri;
  128. font-size:8px;
  129. text-transform:uppercase;
  130. letter-spacing:2px;
  131. text-align:left;
  132. padding:5px;
  133. background-color:{color:border};
  134. }
  135.  
  136. code {
  137. font-family:arial;
  138. font-size:7px;
  139. background-color:{color:border};
  140. width:auto;
  141. padding:3px;
  142. text-align:left;
  143. letter-spacing:1px;
  144. }
  145.  
  146. a {
  147. text-decoration:none;
  148. outline:none;
  149. -moz-outline-style:none;
  150. color:{color:text};
  151. }
  152.  
  153. b, strong {
  154. color:{color:bold};
  155. font-family:calibri;
  156. font-size:9px!important;
  157. text-transform:uppercase;
  158. letter-spacing:1px;
  159. }
  160.  
  161. a:hover {
  162. text-decoration:none;
  163. outline:none;
  164. -moz-outline-style:none;
  165. color:{color:hover};
  166. -moz-transition-duration:0.3s;
  167. -webkit-transition-duration:0.3s;
  168. -o-transition-duration:0.3s;
  169. }
  170.  
  171.  
  172. blockquote {
  173. padding:5px;
  174. margin-left:10px;
  175. padding-left:5px;
  176. border-left:2px solid {color:bold};
  177. }
  178.  
  179.  
  180. h1 {
  181. font-family:helvetica;
  182. font-size:16px;
  183. font-style:bold;
  184. letter-spacing:2px;
  185. text-align:center;
  186. text-transform:lowercase;
  187. letter-spacing:-1px;
  188. }
  189.  
  190. h3 {
  191. font-size:7px!important;
  192. font-family:arial;
  193. text-transform:uppercase;
  194. font-weight:100;
  195. letter-spacing:3px;
  196. text-align:center;
  197. }
  198.  
  199. /*ENTRIES*/
  200.  
  201. #box {
  202. padding:10px;
  203. width:560px;
  204. height:502px;
  205. outline:4px double {color:border};
  206. outline-offset:10px;
  207. overflow:auto;
  208. margin-left:475px;
  209. margin-top:125px;
  210. }
  211.  
  212. #entries {
  213. padding:15px;
  214. width:515px;
  215. font-size:10px;
  216. letter-spacing:0px;
  217. }
  218.  
  219. #post {
  220. margin-bottom:45px;
  221. outline-offset:4px;
  222. width:500px;
  223. padding:10px;
  224. }
  225.  
  226. #post img {
  227. width:auto;
  228. }
  229.  
  230. #postnote {
  231. width:500px;
  232. text-align:left;
  233. border-bottom:1px solid {color:border};
  234. padding-bottom:10px;
  235. }
  236.  
  237. #postnote a {
  238. border-bottom:1px solid {color:border};
  239. }
  240.  
  241.  
  242. /*SIDEBAR*/
  243.  
  244. #border {
  245. position:fixed;
  246. margin-left:1100px;
  247. margin-top:-13px;
  248. }
  249.  
  250. #sidebar {
  251. background-color:{color:background};
  252. position:fixed;
  253. margin-left:5px;
  254. border-right:1px solid {color:border};
  255. }
  256.  
  257. #sidebarimage {
  258. position:fixed;
  259. }
  260.  
  261. #sidebarimage img {
  262. width:245px;
  263. margin-top:0px;
  264. margin-left:180px;
  265. }
  266.  
  267. #bo {
  268. position:fixed;
  269. margin-left:180px;
  270. margin-top:320px;
  271. width:245px;
  272. height:1px;
  273. background-color:{color:border};
  274. }
  275.  
  276. #title {
  277. position:fixed;
  278. font-size:22px;
  279. margin-left:243px;
  280. margin-top:303px;
  281. text-align:center;
  282. width:120px;
  283. background-color:{color:background};
  284. color:{color:bold};
  285. font-family:'Allura', cursive;
  286. }
  287.  
  288. #description {
  289. position:fixed;
  290. text-align:justify;
  291. font-family:calibri;
  292. line-height:140%;
  293. width:245px;
  294. padding:5px;
  295. margin-left:174px;
  296. margin-top:340px;
  297. font-size:10px;
  298. text-transform:none;
  299. color:{color:text};
  300. }
  301.  
  302. #pagi {
  303. width:245px;
  304. font-family:arial;
  305. font-size:7px;
  306. text-transform:uppercase;
  307. letter-spacing:2px;
  308. text-align:right;
  309. border-top:1px solid {color:border};
  310. }
  311.  
  312. #pagi a {
  313. display:inline-block;
  314. padding:10px;
  315. font-size: 7px;
  316. color:{color:bold};
  317. text-align:center;
  318. }
  319.  
  320. .pagi a:hover {
  321. padding:2px;
  322. color:{color:bold};
  323. -moz-transition-duration:0.3s;
  324. -webkit-transition-duration:0.3s;
  325. -o-transition-duration:0.3s;
  326. }
  327.  
  328.  
  329. .links {
  330. width:245px;
  331. margin-top:-66px;
  332. margin-left:850px;
  333. padding:3px 0 3px 0;
  334. text-align:left;
  335. text-transform:uppercase;
  336. position:fixed;
  337. }
  338.  
  339. .links a {
  340. background-color:{color:border};
  341. margin:1px;
  342. display:inline-block;
  343. font-family:arial;
  344. padding:15px;
  345. font-size:7px;
  346. letter-spacing:1px;
  347. color:{color:links};
  348. }
  349.  
  350. .links a:hover {
  351. color:{color:bold};
  352. background-color:{color:background};
  353. -moz-transition-duration:0.3s;
  354. -webkit-transition-duration:0.3s;
  355. -o-transition-duration:0.3s;
  356. }
  357.  
  358. /*POST INFO*/
  359.  
  360. #info {
  361. width:500px;
  362. text-align:left;
  363. padding:4px;
  364. line-height:10px;
  365. border-top:1px solid {color:border};
  366. padding-top:5px;
  367. text-transform:uppercase;
  368. font-size:8px;
  369. }
  370.  
  371. #info a {
  372. text-align:center;
  373. color:{color:Post Links};
  374. }
  375.  
  376. #info a:hover {
  377. -moz-transition-duration:0.8s;
  378. -webkit-transition-duration:0.8s;
  379. -o-transition-duration:0.8s;
  380. opacity:.4;
  381. }
  382.  
  383. #notes {
  384. margin-top:-17px;
  385. text-align:right;
  386. width:500px;
  387. padding:4px;
  388. font-size:7px;
  389. font-family:arial;
  390. text-transform:uppercase;
  391. letter-spacing:2px;
  392. }
  393.  
  394. #notes a:hover {
  395. -moz-transition-duration:0.8s;
  396. -webkit-transition-duration:0.8s;
  397. -o-transition-duration:0.8s;
  398. opacity:.4;
  399. }
  400.  
  401. #tags {
  402. letter-spacing:1px;
  403. float:left;
  404. width:500px;
  405. text-align:left;
  406. margin-left:0px;
  407. margin-top:0px;
  408. font-size:10px;
  409. padding:4px;
  410. opacity:.0;
  411. transition-duration: 0.5s;
  412. -moz-transition-duration: 0.5s;
  413. -webkit-transition-duration: 0.5s;
  414. -o-transition-duration: 0.5s
  415. }
  416.  
  417. #tags a {
  418. text-align:center;
  419. font-family:calibri;
  420. text-transform:lowercase;
  421. font-style:italic;
  422. text-decoration:none;
  423. display:inline-block;
  424. }
  425.  
  426. #tags a:hover {
  427. -moz-transition-duration:0.8s;
  428. -webkit-transition-duration:0.8s;
  429. -o-transition-duration:0.8s;
  430. }
  431.  
  432. #post:hover #tags {
  433. opacity:1;
  434. -moz-transition:all 0.8s;
  435. -ms-transition:all 0.8s;
  436. -o-transition:all 0.8s;
  437. transition:all 0.8s;
  438. margin-right:15px;
  439. }
  440.  
  441. /*QUESTION*/
  442.  
  443. #question {
  444. color:{color:bold};
  445. width:500px;
  446. padding:10px;
  447. padding-top:10px;
  448. padding-bottom:10px;
  449. text-transform:lowercase;
  450. text-align:left;
  451. }
  452.  
  453. #q {
  454. width:500px;
  455. background-color:{color:border};
  456. font-family:arial;
  457. font-size:9px;
  458. margin-top:-30px;
  459. padding:10px;
  460. line-height:150%;
  461. }
  462.  
  463. /*DON'T TOUCH*/
  464.  
  465. iframe#tumblr_controls {
  466. white-space:nowrap; -webkit-filter: invert(100%);
  467. -moz-filter: invert(100%);
  468. -o-filter: invert(100%);
  469. -ms-filter: invert(100%);
  470. filter: invert(100%);
  471. opacity:.3;
  472. }
  473.  
  474. {CustomCSS}</style></head><body>
  475.  
  476. <div id="everything">
  477. <div id="sidebar">
  478.  
  479. <div id="sidebarimage">
  480. <img src="{image:sidebar}"/>
  481. </div>
  482.  
  483. <div id="bo"></div>
  484. <div id="title">{text:title}</div>
  485.  
  486. <div id="description">
  487. {Description}
  488. <br>
  489. {block:Pagination}<div id="pagi">
  490. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &bull; {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  491.  
  492. </div><br>
  493.  
  494. <div class="links">
  495. <a title="home"href="{url}">♔</a>
  496. <a title="{text:Link 1 Text}"href="{text:Link 1}">i.</a>
  497. <a title="{text:Link 2 Text}"href="{text:Link 2}">ii.</a>
  498. <a title="{text:Link 3 Text}"href="{text:Link 3}">iii.</a>
  499. <a title="credit"href="http://callieargent.tumblr.com/">iv.</a>
  500. </div></ul></li></div>
  501.  
  502. </div>
  503.  
  504. <div id="border"><img src="{image:border}"/></div>
  505.  
  506.  
  507. <div id="box">
  508.  
  509. <div id="entries">
  510. {block:Posts}
  511. <div id="post">
  512.  
  513. {block:Text}
  514. <div class="text">
  515. {block:Title}<h1>{Title}.</a></h1>{/block:Title}
  516. {Body}
  517. </div>
  518. {/block:Text}
  519.  
  520. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  521. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  522.  
  523. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  524. {/block:Caption}{/block:Photoset}
  525.  
  526. {block:Quote}<h1>"{Quote}"</h1>
  527. {block:Source}<h3> from {Source}</h3>
  528. {/block:Source}{/block:Quote}
  529.  
  530. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  531.  
  532. {block:Chat}
  533. {block:Title}{Title}{/block:Title}
  534.  
  535. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  536.  
  537. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-top:5px;margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayer}</left></span>
  538. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  539. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  540. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  541. {/block:Audio}<br>
  542.  
  543.  
  544. {block:Answer}
  545.  
  546. <div id="question"><h1>{Asker} inquired: </h1></div>
  547.  
  548. <div id="q"> {Question}</div>
  549.  
  550. {Answer}
  551.  
  552. {/block:Answer}
  553.  
  554. <div id="info">
  555. <code><a href="{Permalink}">{MonthNumberWithZero} . {DayofMonth} . {ShortYear}</a></code>
  556. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  557. </div>
  558.  
  559. <div id="notes">
  560. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  561. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  562. + {NoteCountWithLabel}</a> </div>
  563. {block:HasTags}
  564.  
  565. <div id="tags">
  566. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  567. </div>{block:HasTags}
  568. </div>
  569.  
  570. {/block:Posts}
  571. {block:PostNotes}<div id="postnotes"><br>{PostNotes}<br><br></div>{/block:PostNotes}
  572. {/block:Posts}
  573.  
  574.  
  575. </div></div></div>
  576. <br><br><br><br>
  577.  
  578. </div></div>
  579.  
  580.  
  581.  
  582. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement