Advertisement
missdilaurentis

MissDiLaurentis Theme #19

Dec 13th, 2013
4,698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.19 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. <script src="js/jquery-1.7.1.js" type="text/javascript"></script>
  5. <script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
  6. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  7.  
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--,
  14. THEME #19 BY JASONDILAURENTS / THEMESBYJASONDILAURENTS
  15.  
  16. http://jasondilaurents.tumblr.com
  17. http://themesbyjasondilaurents.tumblr.com
  18.  
  19. Please do not use as base
  20. Don't claim as your own
  21. Don't remove my credit.
  22.  
  23. Thank you!
  24. -->
  25.  
  26. <!--COLORS-->
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Bold" content="#575155"/>
  29. <meta name="color:Blog title" content="#575757"/>
  30. <meta name="color:Blog title border" content="#b3b3b3"/>
  31. <meta name="color:Blog title shadow" content="#000000"/>
  32. <meta name="color:Description bg" content="#242424"/>
  33. <meta name="color:Info" content="#000000"/>
  34. <meta name="color:Italic" content="#9b8b92"/>
  35. <meta name="color:Links" content="#c9c9c9"/>
  36. <meta name="color:Links Hover" content="#9f9f9f"/>
  37. <meta name="color:NavLinks" content="#808080"/>
  38. <meta name="color:NavLinks bg" content="#ffffff"/>
  39. <meta name="color:NavLinks border" content="#9f9f9f"/>
  40. <meta name="color:Pagination" content="#000000"/>
  41. <meta name="color:Post background" content="#ffffff"/>
  42. <meta name="color:Post border" content="#9f9f9f"/>
  43. <meta name="color:Post title" content="#808080"/>
  44. <meta name="color:Question Border" content="#c9c9c9"/>
  45. <meta name="color:Selection" content="#ffffff"/>
  46. <meta name="color:Selection BG" content="#000000"/>
  47. <meta name="color:Scrollbar" content="#000000"/>
  48. <meta name="color:Scrollbar bg" content="#ffffff"/>
  49. <meta name="color:Sidebar Background" content="#ffffff"/>
  50. <meta name="color:Sidebarimage border" content="#000000"/>
  51. <meta name="color:Sidebar Text" content="#9f9f9f"/>
  52. <meta name="color:Text" content="#9f9f9f"/>
  53.  
  54. <!--IMAGES AND SUBTITLE-->
  55. <meta name="image:Background" content="" />
  56. <meta name="image:Sidebar background" content=""/>
  57. <meta name="image:sidebarimage" content=""/>
  58.  
  59. <!--NAVIGATION LINKS-->
  60. <meta name="text:Link 1 URL" content="/" />
  61. <meta name="text:Link 1 Title" content="link 1" />
  62. <meta name="text:Link 2 URL" content="/" />
  63. <meta name="text:Link 2 Title" content="link 2" />
  64. <meta name="text:Link 3 URL" content="/" />
  65. <meta name="text:Link 3 Title" content="link 3" />
  66. <meta name="text:Link 4 URL" content="/" />
  67. <meta name="text:Link 4 Title" content="link 4" />
  68. <meta name="text:Link 5 URL" content="/" />
  69. <meta name="text:Link 5 Title" content="link 5" />
  70. <meta name="text:Link 6 URL" content="/" />
  71. <meta name="text:Link 6 Title" content="link 6" />
  72. <meta name="text:Link 7 URL" content="/" />
  73. <meta name="text:Link 7 Title" content="link 7" />
  74. <meta name="text:Link 8 URL" content="/" />
  75. <meta name="text:Link 8 Title" content="link 8" />
  76.  
  77. <!--SHOW NAVIGATION LINKS-->
  78. <meta name="if:Show Link1" content="1">
  79. <meta name="if:Show Link2" content="1">
  80. <meta name="if:Show Link3" content="1">
  81. <meta name="if:Show Link4" content="1">
  82. <meta name="if:Show Link5" content="1">
  83. <meta name="if:Show Link6" content="1">
  84. <meta name="if:Show Link7" content="1">
  85. <meta name="if:Show Link8" content="1">
  86.  
  87.  
  88. <!--FONTS-->
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic,700italic' rel='stylesheet' type='text/css'>
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  93.  
  94. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  95.  
  96. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  97.  
  98.  
  99. <!------------------------------------------------------------->
  100.  
  101. <script type="text/javascript">
  102. function unhide(divID) {
  103. var item = document.getElementById(divID);
  104. if (item) {
  105. item.className=(item.className=='hidden')?'unhidden':'hidden';
  106. }
  107. }
  108. </script>
  109.  
  110. <!------------------------------------------------------------->
  111.  
  112. <style type="text/css">
  113.  
  114.  
  115. body {
  116. background:{color:background};
  117. background-image: url('{image:background}');
  118. background-attachment:fixed;
  119. margin:0px;
  120. color:{color:text};
  121. font-family:'pt sans';
  122. font-size:11px;
  123. line-height:100%;}
  124.  
  125. /* SCROLLBAR */
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {
  128. height:12px;;
  129. background-color:{color:scrollbar};}
  130. ::-webkit-scrollbar-thumb:horizontal {
  131. background-color:{color:scrollbar bg};}
  132. ::-webkit-scrollbar {
  133. width:5px;
  134. height:7px;
  135. background-color:{color:scrollbar bg};}
  136.  
  137. /* BASICS */
  138.  
  139. .hidden {display: none;}
  140. .unhidden {display: block;}
  141.  
  142. a, a:active, a:visited {
  143. transition:0.8s;
  144. -o-transition-transition:0.8s;
  145. -webkit-transition-duration:0.8s;
  146. -moz-transition-duration:0.8s;
  147. text-decoration:none;
  148. color:{color:links};}
  149.  
  150. a:hover {
  151. transition:0.8s;
  152. -o-transition-transition:0.8s;
  153. -webkit-transition-duration:0.8s;
  154. -moz-transition-duration:0.8s;
  155. text-decoration:none;
  156. color:{color:links hover};
  157. background-color:{color:transparent};}
  158.  
  159. blockquote {
  160. padding-left: 5px;
  161. border-left: 2px solid ;border-color:{color:text};
  162. max-width:500px;}
  163.  
  164. blockquote blockquote {
  165. padding-left:5px;
  166. border-left:2px solid ;border-color:{color:text};
  167. max-width:500px;}
  168.  
  169. b, strong {color:{color:bold};}
  170. i, em {color:{color:italic};}
  171. p{margin-top:5px; margin-bottom:5px}
  172.  
  173. blockquote {
  174. padding:0px;
  175. padding-left:5px;
  176. margin:5px;
  177. margin-top:10px;
  178. margin-bottom:10px;
  179. border-left:2px solid ; border-color:{color:text};
  180. max-width:500px;}
  181.  
  182. blockquote img {
  183. max-width:450px}
  184.  
  185. ul, li img {
  186. max-width:300px}
  187.  
  188. h1 {
  189. font-size:12px;
  190. font-family:'calibri';
  191. line-height:100%;
  192. text-transform:none;
  193. font-weight:normal;
  194. font-style:none;
  195. text-align:center;
  196. color:{color:post title};}
  197.  
  198. /* POSTS */
  199.  
  200. #entries {
  201. padding:20px;
  202. width:520px;
  203. margin-left:552px;
  204. margin-right:auto;
  205. margin-top:0px;
  206. font-family:'pt sans';
  207. color:{color:Text};
  208. background:{color:entry bg};}
  209.  
  210. #post {
  211. width:500px;
  212. border:1px solid {color:post border};
  213. padding:20px;
  214. margin-top:-10px;
  215. font-family:'calibri';
  216. font-size:10px;
  217. text-transform:none;
  218. color:{color:text};
  219. background-color:{color:post background};
  220. word-wrap: break-word;}
  221.  
  222. #quote {
  223. font-size: 14pt;
  224. line-height: 15pt;
  225. font-style:italic;
  226. color: {color:text};
  227. font-family: 'Playfair Display';
  228. padding-left: 0px;}
  229.  
  230. #source {
  231. text-align: left;
  232. font-style:none;}
  233.  
  234. /* AUDIO */
  235.  
  236. #audioplayer {
  237. z-index:1;
  238. height:100px;
  239. width:100px;
  240. margin-top:11px;
  241. margin-left:10px;
  242. display:block;
  243. overflow:hidden;
  244. position:absolute;
  245. background-color:#000000;
  246. opacity: 0.5;filter:alpha(opacity=60);
  247. -webkit-transition: all 0.7s ease;
  248. -moz-transition: all 0.7s ease;
  249. -o-transition: all 0.7s ease;}
  250.  
  251. #audioplayer:hover {
  252. opacity: 0.5; filter:alpha(opacity=60);}
  253.  
  254. #audioplayerz {
  255. width:25px;
  256. height:25px;
  257. margin-top:35px;
  258. margin-left:35px;
  259. overflow:hidden;
  260. padding:3px;}
  261.  
  262. #albumart {
  263. margin-top:0px;
  264. margin-left:10px;
  265. margin-right:10px;
  266. z-index:0;
  267. float:left;}
  268.  
  269. #audiostuff {
  270. font-style:italic;
  271. color:{color:text};
  272. text-transform:none;
  273. float:left;
  274. text-align:center;
  275. padding:8px;
  276. letter-spacing:1;
  277. font-size:10px;
  278. margin-top:15px;
  279. margin-bottom:10px;
  280. margin-left:110px;
  281. position:absolute;}
  282.  
  283. /* CREDIT */
  284.  
  285. .credit a{z-index:99999;font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:1px; right:15px; position:fixed; padding:3px; text-align:right; font-weight:normal;opacity:1;}
  286.  
  287. /* SIDEBAR */
  288.  
  289. #sidebar {
  290. z-index:99999999;
  291. width:450px;
  292. height:100%;
  293. position:fixed;
  294. left:0;
  295. margin-top:-20px;
  296. padding-top:10px;
  297. padding-bottom:10px;
  298. background:{color:sidebar background};
  299. background-image: url('{image:Sidebar Background}');
  300. background-repeat:repeat;
  301. background-position:center bottom;}
  302.  
  303. #title {
  304. text-align:center;
  305. margin-left:auto;
  306. margin-right:auto;
  307. margin-top:480px;
  308. width:410px;
  309. font-family:'text me one';
  310. color:{color:blog title};
  311. font-weight:bold;
  312. font-size:16px;
  313. line-height:17px;
  314. border-bottom:1px solid {color:blog title border};
  315. text-shadow: 1px 0px 4px {color:blog title shadow};}
  316.  
  317. #sidebarimage {
  318. width:145px;
  319. margin-top:0px;
  320. height:145px;
  321. margin-left:20px;
  322. margin-right:auto;
  323. margin-bottom:5px;}
  324.  
  325. #sidebarimage img {
  326. width:145px;
  327. height:145px;
  328. border:5px solid {color:sidebarimage border};
  329. margin-left:auto;
  330. margin-right:auto;}
  331.  
  332. #description {
  333. z-index:999999;
  334. width:230px;
  335. height:135px;
  336. overflow-y:auto;
  337. padding:10px;/
  338. margin-top:0px;
  339. margin-left:180px;
  340. margin-right:auto;
  341. font-family:'calibri';
  342. font-size:10px;
  343. font-weight:normal;
  344. text-transform:none;
  345. font-style:none;
  346. text-align:left;
  347. color:{color:sidebar text};
  348. background-color:{color:description bg};}
  349.  
  350. /* PAGINATION */
  351.  
  352. #pagination {
  353. font-family:'cambria';
  354. width:540px;
  355. word-spacing:3px;
  356. line-height:30px;
  357. font-size:10px;
  358. background-color:{color:background};
  359. font-style:normal;
  360. text-align:center;}
  361.  
  362. #pagination a {
  363. color:{color:pagination};}
  364.  
  365. #pagination a:hover {
  366. color:{color:text};}
  367.  
  368. /* NAVIGATION LINKS */
  369.  
  370. .Navlinks {
  371. position:fixed;
  372. text-align:center;
  373. margin-top:160px;
  374. margin-bottom:10px;
  375. margin-left:390px;
  376. margin-right:auto;
  377. font-family:'droid serif';
  378. font-size:9px;
  379. letter-spacing:1px;
  380. text-transform:lowercase;}
  381.  
  382. .Navlinks a{
  383. white-space:nowrap;
  384. display:inline-block;
  385. border:1px solid {color:Navlinks border};
  386. color:{color:Navlinks};
  387. background-color:{color:NavLinks bg};
  388. width:100px;
  389. height:10px;
  390. padding:5px;
  391. margin-bottom:-3px;
  392. transition:0.3s;
  393. -o-transition-transition:0.3s;
  394. -webkit-transition-duration:0.3s;
  395. -moz-transition-duration:0.3s;}
  396.  
  397. .Navlinks a:hover{
  398. font-style:italic;
  399. letter-spacing:1px;
  400. transition:0.3s;
  401. -o-transition-transition:0.3s;
  402. -webkit-transition-duration:0.3s;
  403. -moz-transition-duration:0.3s;}
  404.  
  405. /* INFO & TAGS */
  406.  
  407. #info {
  408. width:auto;
  409. padding:10px;
  410. height:auto;
  411. position:absolute;
  412. float:right;
  413. display:inline-block;
  414. text-align:center;
  415. text-transform:uppercase;
  416. letter-spacing:2px;
  417. font-family:'calibri';
  418. font-style:none;
  419. font-weight:normal;
  420. font-size:8px;
  421. color:{color:info};
  422. margin-top:-18px;
  423. margin-bottom:55px;
  424. margin-left:530px;
  425. background-color:transparent;}
  426.  
  427. #info a{
  428. color:{color:info};}
  429.  
  430. #info a:hover{
  431. color:{color:links hover};}
  432.  
  433. #tags {
  434. font-family: 'pt sans';
  435. text-transform:none;
  436. text-align:center;
  437. font-size:9px;
  438. letter-spacing:1px;
  439. font-weight:normal;
  440. color:{color:Tags};
  441. margin-top:5px;
  442. padding: 3px 3px 50px 3px;
  443. -webkit-transition: opacity 0.5s linear;
  444. -webkit-transition: all 0.5s ease-in-out;
  445. -moz-transition: all 0.5s ease-in-out;
  446. -o-transition: all 0.5s ease-in-out; }
  447.  
  448. #tags a{
  449. color:{color:tags};}
  450.  
  451. #tags a:hover{
  452. font-style:italic;
  453. color:{color:links hover};}
  454.  
  455. /* QUESTIONS */
  456.  
  457. #allask {
  458. background-color:transparent;
  459. padding:10px;
  460. border-bottom:1px solid;
  461. border-color:{color:question border};}
  462.  
  463. #question {
  464. background-color: none;
  465. color:{color:text};
  466. text-transform:none;
  467. text-align: justify;
  468. letter-spacing:1px;
  469. font-style:italic;
  470. margin-left: 60px;
  471. padding: 13px;}
  472.  
  473. #askerportrait {
  474. float:left;
  475. width:48px;
  476. height:48px;
  477. position: absolute;}
  478.  
  479. #answer {
  480. text-align: justify;
  481. background-color: none;
  482. margin-left: 0px;}
  483.  
  484.  
  485. /* SELECTION */
  486.  
  487. ::selection {color:{color:selection}; background: {color:selection BG};}
  488. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  489. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  490.  
  491.  
  492. {CustomCSS}</style></head><body>
  493.  
  494. <div id="sidebar">
  495.  
  496. <div class="Navlinks">
  497.  
  498. <p><a href="/">home</a></p>
  499. <p><a href="/ask">ask</a></p>
  500. <p><a href="/archive">archive</a></p>
  501. {block:IfShowLink1}<p><a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a></p>{/block:IfShowLink1}
  502. {block:IfShowLink2}<p><a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a></p>{/block:IfShowLink2}
  503. {block:IfShowLink3}<p><a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a></p>{/block:IfShowLink3}
  504. {block:IfShowLink4}<p><a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a></p>{/block:IfShowLink4}
  505. {block:IfShowLink5}<p><a href="{Text:Link 5 URL}">{Text:Link 5 Title}</a></p>{/block:IfShowLink5}
  506. {block:IfShowLink6}<p><a href="{Text:Link 6 URL}">{Text:Link 6 Title}</a></p>{/block:IfShowLink6}
  507. {block:IfShowLink7}<p><a href="{Text:Link 7 URL}">{Text:Link 7 Title}</a></p>{/block:IfShowLink7}
  508. {block:IfShowLink8}<p><a href="{Text:Link 8 URL}">{Text:Link 8 Title}</a></p>{/block:IfShowLink8}</div>
  509.  
  510. <a href="javascript:unhide('displaybx');"><div id="title">{Title}</div></a>
  511. <div id="displaybx" class="hidden"></br>
  512. <div id="sidebarimage"><img src="{image:sidebarimage}"></div>
  513. <div id="description" style="margin-top:-150px">{Description}</div></div>
  514. </div>
  515.  
  516. <div id="entries">
  517. </br></br></br></br>
  518. {block:Posts}<div id="post">
  519.  
  520. <div id="info">
  521. {block:Date} <span style="font-size:10px;font-family:pt sans;font-style:none;text-transform:uppercase;color:{color:info};">
  522. {ShortMonth},{DayOfMonth}{DayOfMonthSuffix}{/block:Date}</span><br>
  523.  
  524. <span style="float:center;text-align:center;"><a href="{Permalink}">{NoteCount}&nbsp;&hearts;</a>&nbsp;-&nbsp;<a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span><br>
  525.  
  526. <span style="float:center;text-align:center;">
  527. {block:RebloggedFrom} <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>&nbsp;{block:ContentSource}/&nbsp;<a href="{SourceURL}">source</a></span> {/block:ContentSource} {/block:RebloggedFrom}</div></span>
  528.  
  529. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  530.  
  531. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  532.  
  533. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  534.  
  535. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  536.  
  537. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  538.  
  539. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  540.  
  541. {block:Audio}
  542. <div id="audioplayer"><div id="audioplayerz">{AudioPlayerBlack}</div></div><br>
  543.  
  544. <div id="albumart">
  545. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  546.  
  547. <div id="audiostuff">
  548. {block:TrackName}
  549. {TrackName}<br>
  550. {/block:TrackName}
  551.  
  552. {block:Artist}{Artist}<br>
  553.  
  554. {/block:Artist}
  555. {block:Album}{Album}<br>
  556. {/block:Album}
  557.  
  558. {PlayCountWithLabel}</div></br></br></br></br></br></br></br></br></br></br>
  559. {block:caption}{Caption}{/block:caption}
  560. {/block:Audio}
  561.  
  562. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  563.  
  564. {block:Answer}
  565. <div id="allask">
  566. <div id="askerportrait"><span style="width:48px;height:48px;"><img src="{AskerPortraitURL-48}"></span></div>
  567. <div id="question">{asker}</br>{Question}</br></div></div>
  568. <div style="padding:10px">
  569. <div id="answer">
  570. <span style="color:{color:text};">{Answer}</span></div></div>{/block:Answer}</div>
  571.  
  572. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div><BR><BR><BR>
  573.  
  574. {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  575.  
  576. <center>{block:Pagination}
  577. <div id="pagination">
  578. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  579. {block:JumpPagination length="5"}
  580. {block:CurrentPage}<span class="current_page" style="{color:pagination hover}">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  581. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  582. {/block:JumpPagination}
  583. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  584. </div>{/block:Pagination}</div></center>
  585.  
  586. <div class="credit"><a href="http://themesbyjasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  587.  
  588. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement