Advertisement
missdilaurentis

MissDiLaurentis Theme #19 v2

Dec 13th, 2013
3,544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.71 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. <style type="text/css">
  99.  
  100.  
  101. body {
  102. background:{color:background};
  103. background-image: url('{image:background}');
  104. background-attachment:fixed;
  105. margin:0px;
  106. color:{color:text};
  107. font-family:'pt sans';
  108. font-size:11px;
  109. line-height:100%;}
  110.  
  111. /* SCROLLBAR */
  112.  
  113. ::-webkit-scrollbar-thumb:vertical {
  114. height:12px;;
  115. background-color:{color:scrollbar};}
  116. ::-webkit-scrollbar-thumb:horizontal {
  117. background-color:{color:scrollbar bg};}
  118. ::-webkit-scrollbar {
  119. width:5px;
  120. height:7px;
  121. background-color:{color:scrollbar bg};}
  122.  
  123. /* BASICS */
  124.  
  125. a, a:active, a:visited {
  126. transition:0.8s;
  127. -o-transition-transition:0.8s;
  128. -webkit-transition-duration:0.8s;
  129. -moz-transition-duration:0.8s;
  130. text-decoration:none;
  131. color:{color:links};}
  132.  
  133. a:hover {
  134. transition:0.8s;
  135. -o-transition-transition:0.8s;
  136. -webkit-transition-duration:0.8s;
  137. -moz-transition-duration:0.8s;
  138. text-decoration:none;
  139. color:{color:links hover};
  140. background-color:{color:transparent};}
  141.  
  142. blockquote {
  143. padding-left: 5px;
  144. border-left: 2px solid ;border-color:{color:text};
  145. max-width:500px;}
  146.  
  147. blockquote blockquote {
  148. padding-left:5px;
  149. border-left:2px solid ;border-color:{color:text};
  150. max-width:500px;}
  151.  
  152. b, strong {color:{color:bold};}
  153. i, em {color:{color:italic};}
  154. p{margin-top:5px; margin-bottom:5px}
  155.  
  156. blockquote {
  157. padding:0px;
  158. padding-left:5px;
  159. margin:5px;
  160. margin-top:10px;
  161. margin-bottom:10px;
  162. border-left:2px solid ; border-color:{color:text};
  163. max-width:500px;}
  164.  
  165. blockquote img {
  166. max-width:450px}
  167.  
  168. ul, li img {
  169. max-width:300px}
  170.  
  171. h1 {
  172. font-size:12px;
  173. font-family:'calibri';
  174. line-height:100%;
  175. text-transform:none;
  176. font-weight:normal;
  177. font-style:none;
  178. text-align:center;
  179. color:{color:post title};}
  180.  
  181. /* POSTS */
  182.  
  183. #entries {
  184. padding:20px;
  185. width:520px;
  186. margin-left:552px;
  187. margin-right:auto;
  188. margin-top:0px;
  189. font-family:'pt sans';
  190. color:{color:Text};
  191. background:{color:entry bg};}
  192.  
  193. #post {
  194. width:500px;
  195. border:1px solid {color:post border};
  196. padding:20px;
  197. margin-top:-10px;
  198. font-family:'calibri';
  199. font-size:10px;
  200. text-transform:none;
  201. color:{color:text};
  202. background-color:{color:post background};
  203. word-wrap: break-word;}
  204.  
  205. #quote {
  206. font-size: 14pt;
  207. line-height: 15pt;
  208. font-style:italic;
  209. color: {color:text};
  210. font-family: 'Playfair Display';
  211. padding-left: 0px;}
  212.  
  213. #source {
  214. text-align: left;
  215. font-style:none;}
  216.  
  217. /* AUDIO */
  218.  
  219. #audioplayer {
  220. z-index:1;
  221. height:100px;
  222. width:100px;
  223. margin-top:11px;
  224. margin-left:10px;
  225. display:block;
  226. overflow:hidden;
  227. position:absolute;
  228. background-color:#000000;
  229. opacity: 0.5;filter:alpha(opacity=60);
  230. -webkit-transition: all 0.7s ease;
  231. -moz-transition: all 0.7s ease;
  232. -o-transition: all 0.7s ease;}
  233.  
  234. #audioplayer:hover {
  235. opacity: 0.5; filter:alpha(opacity=60);}
  236.  
  237. #audioplayerz {
  238. width:25px;
  239. height:25px;
  240. margin-top:35px;
  241. margin-left:35px;
  242. overflow:hidden;
  243. padding:3px;}
  244.  
  245. #albumart {
  246. margin-top:0px;
  247. margin-left:10px;
  248. margin-right:10px;
  249. z-index:0;
  250. float:left;}
  251.  
  252. #audiostuff {
  253. font-style:italic;
  254. color:{color:text};
  255. text-transform:none;
  256. float:left;
  257. text-align:center;
  258. padding:8px;
  259. letter-spacing:1;
  260. font-size:10px;
  261. margin-top:15px;
  262. margin-bottom:10px;
  263. margin-left:110px;
  264. position:absolute;}
  265.  
  266. /* CREDIT */
  267.  
  268. .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;}
  269.  
  270. /* SIDEBAR */
  271.  
  272. #sidebar {
  273. z-index:99999999;
  274. width:450px;
  275. height:100%;
  276. position:fixed;
  277. left:0;
  278. margin-top:-20px;
  279. padding-top:10px;
  280. padding-bottom:10px;
  281. background:{color:sidebar background};
  282. background-image: url('{image:Sidebar Background}');
  283. background-repeat:repeat;
  284. background-position:center bottom;}
  285.  
  286. #title {
  287. text-align:center;
  288. margin-left:auto;
  289. margin-right:auto;
  290. margin-top:480px;
  291. width:410px;
  292. font-family:'text me one';
  293. color:{color:blog title};
  294. font-weight:bold;
  295. font-size:16px;
  296. line-height:17px;
  297. border-bottom:1px solid {color:blog title border};
  298. text-shadow: 1px 0px 4px {color:blog title shadow};}
  299.  
  300. #sidebarimage {
  301. width:145px;
  302. margin-top:0px;
  303. height:145px;
  304. margin-left:20px;
  305. margin-right:auto;
  306. margin-bottom:5px;}
  307.  
  308. #sidebarimage img {
  309. width:145px;
  310. height:145px;
  311. border:5px solid {color:sidebarimage border};
  312. margin-left:auto;
  313. margin-right:auto;}
  314.  
  315. #description {
  316. z-index:999999;
  317. width:230px;
  318. height:135px;
  319. overflow-y:auto;
  320. padding:10px;/
  321. margin-top:0px;
  322. margin-left:180px;
  323. margin-right:auto;
  324. font-family:'calibri';
  325. font-size:10px;
  326. font-weight:normal;
  327. text-transform:none;
  328. font-style:none;
  329. text-align:left;
  330. color:{color:sidebar text};
  331. background-color:{color:description bg};}
  332.  
  333. /* PAGINATION */
  334.  
  335. #pagination {
  336. font-family:'cambria';
  337. width:540px;
  338. word-spacing:3px;
  339. line-height:30px;
  340. font-size:10px;
  341. background-color:{color:background};
  342. font-style:normal;
  343. text-align:center;}
  344.  
  345. #pagination a {
  346. color:{color:pagination};}
  347.  
  348. #pagination a:hover {
  349. color:{color:text};}
  350.  
  351. /* NAVIGATION LINKS */
  352.  
  353. .Navlinks {
  354. position:fixed;
  355. text-align:center;
  356. margin-top:160px;
  357. margin-bottom:10px;
  358. margin-left:390px;
  359. margin-right:auto;
  360. font-family:'droid serif';
  361. font-size:9px;
  362. letter-spacing:1px;
  363. text-transform:lowercase;}
  364.  
  365. .Navlinks a{
  366. white-space:nowrap;
  367. display:inline-block;
  368. border:1px solid {color:Navlinks border};
  369. color:{color:Navlinks};
  370. background-color:{color:NavLinks bg};
  371. width:100px;
  372. height:10px;
  373. padding:5px;
  374. margin-bottom:-3px;
  375. transition:0.3s;
  376. -o-transition-transition:0.3s;
  377. -webkit-transition-duration:0.3s;
  378. -moz-transition-duration:0.3s;}
  379.  
  380. .Navlinks a:hover{
  381. font-style:italic;
  382. letter-spacing:1px;
  383. transition:0.3s;
  384. -o-transition-transition:0.3s;
  385. -webkit-transition-duration:0.3s;
  386. -moz-transition-duration:0.3s;}
  387.  
  388. /* INFO & TAGS */
  389.  
  390. #info {
  391. width:auto;
  392. padding:10px;
  393. height:auto;
  394. position:absolute;
  395. float:right;
  396. display:inline-block;
  397. text-align:center;
  398. text-transform:uppercase;
  399. letter-spacing:2px;
  400. font-family:'calibri';
  401. font-style:none;
  402. font-weight:normal;
  403. font-size:8px;
  404. color:{color:info};
  405. margin-top:-18px;
  406. margin-bottom:55px;
  407. margin-left:530px;
  408. background-color:transparent;}
  409.  
  410. #info a{
  411. color:{color:info};}
  412.  
  413. #info a:hover{
  414. color:{color:links hover};}
  415.  
  416. #tags {
  417. font-family: 'pt sans';
  418. text-transform:none;
  419. text-align:center;
  420. font-size:9px;
  421. letter-spacing:1px;
  422. font-weight:normal;
  423. color:{color:Tags};
  424. margin-top:5px;
  425. padding: 3px 3px 50px 3px;
  426. -webkit-transition: opacity 0.5s linear;
  427. -webkit-transition: all 0.5s ease-in-out;
  428. -moz-transition: all 0.5s ease-in-out;
  429. -o-transition: all 0.5s ease-in-out; }
  430.  
  431. #tags a{
  432. color:{color:tags};}
  433.  
  434. #tags a:hover{
  435. font-style:italic;
  436. color:{color:links hover};}
  437.  
  438. /* QUESTIONS */
  439.  
  440. #allask {
  441. background-color:transparent;
  442. padding:10px;
  443. border-bottom:1px solid;
  444. border-color:{color:question border};}
  445.  
  446. #question {
  447. background-color: none;
  448. color:{color:text};
  449. text-transform:none;
  450. text-align: justify;
  451. letter-spacing:1px;
  452. font-style:italic;
  453. margin-left: 60px;
  454. padding: 13px;}
  455.  
  456. #askerportrait {
  457. float:left;
  458. width:48px;
  459. height:48px;
  460. position: absolute;}
  461.  
  462. #answer {
  463. text-align: justify;
  464. background-color: none;
  465. margin-left: 0px;}
  466.  
  467.  
  468. /* SELECTION */
  469.  
  470. ::selection {color:{color:selection}; background: {color:selection BG};}
  471. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  472. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  473.  
  474.  
  475. {CustomCSS}</style></head><body>
  476.  
  477. <div id="sidebar">
  478.  
  479. <div class="Navlinks">
  480.  
  481. <p><a href="/">home</a></p>
  482. <p><a href="/ask">ask</a></p>
  483. <p><a href="/archive">archive</a></p>
  484. {block:IfShowLink1}<p><a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a></p>{/block:IfShowLink1}
  485. {block:IfShowLink2}<p><a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a></p>{/block:IfShowLink2}
  486. {block:IfShowLink3}<p><a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a></p>{/block:IfShowLink3}
  487. {block:IfShowLink4}<p><a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a></p>{/block:IfShowLink4}
  488. {block:IfShowLink5}<p><a href="{Text:Link 5 URL}">{Text:Link 5 Title}</a></p>{/block:IfShowLink5}
  489. {block:IfShowLink6}<p><a href="{Text:Link 6 URL}">{Text:Link 6 Title}</a></p>{/block:IfShowLink6}
  490. {block:IfShowLink7}<p><a href="{Text:Link 7 URL}">{Text:Link 7 Title}</a></p>{/block:IfShowLink7}
  491. {block:IfShowLink8}<p><a href="{Text:Link 8 URL}">{Text:Link 8 Title}</a></p>{/block:IfShowLink8}</div>
  492.  
  493. <div id="title">{Title}</div></br>
  494. <div id="sidebarimage"><img src="{image:sidebarimage}"></div>
  495. <div id="description" style="margin-top:-150px">{Description}</div>
  496. </div>
  497.  
  498. <div id="entries">
  499. </br></br></br></br>
  500. {block:Posts}<div id="post">
  501.  
  502. <div id="info">
  503. {block:Date} <span style="font-size:10px;font-family:pt sans;font-style:none;text-transform:uppercase;color:{color:info};">
  504. {ShortMonth},{DayOfMonth}{DayOfMonthSuffix}{/block:Date}</span><br>
  505.  
  506. <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>
  507.  
  508. <span style="float:center;text-align:center;">
  509. {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>
  510.  
  511. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  512.  
  513. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  514.  
  515. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  516.  
  517. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  518.  
  519. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  520.  
  521. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  522.  
  523. {block:Audio}
  524. <div id="audioplayer"><div id="audioplayerz">{AudioPlayerBlack}</div></div><br>
  525.  
  526. <div id="albumart">
  527. {block:AlbumArt}<img src="{AlbumArtURL}" width="100" height="100">{/block:AlbumArt} </div>
  528.  
  529. <div id="audiostuff">
  530. {block:TrackName}
  531. {TrackName}<br>
  532. {/block:TrackName}
  533.  
  534. {block:Artist}{Artist}<br>
  535.  
  536. {/block:Artist}
  537. {block:Album}{Album}<br>
  538. {/block:Album}
  539.  
  540. {PlayCountWithLabel}</div></br></br></br></br></br></br></br></br></br></br>
  541. {block:caption}{Caption}{/block:caption}
  542. {/block:Audio}
  543.  
  544. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546. {block:Answer}
  547. <div id="allask">
  548. <div id="askerportrait"><span style="width:48px;height:48px;"><img src="{AskerPortraitURL-48}"></span></div>
  549. <div id="question">{asker}</br>{Question}</br></div></div>
  550. <div style="padding:10px">
  551. <div id="answer">
  552. <span style="color:{color:text};">{Answer}</span></div></div>{/block:Answer}</div>
  553.  
  554. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}</div><BR><BR><BR>
  555.  
  556. {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  557.  
  558. <center>{block:Pagination}
  559. <div id="pagination">
  560. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  561. {block:JumpPagination length="5"}
  562. {block:CurrentPage}<span class="current_page" style="{color:pagination hover}">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  563. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  564. {/block:JumpPagination}
  565. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  566. </div>{/block:Pagination}</div></center>
  567.  
  568. <div class="credit"><a href="http://themesbyjasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  569.  
  570. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement