Advertisement
missdilaurentis

MissDiLaurentis Theme #10

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