Advertisement
missdilaurentis

MissDiLaurentis Theme #20

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