Advertisement
missdilaurentis

MissDiLaurentis Theme #22v2

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