Advertisement
missdilaurentis

MissDiLaurentis Theme #9

Sep 28th, 2013
1,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--
  11. Theme #9 by jasondilaurents
  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. If you have any problem send me a message and I'll try my best to fix it.-->
  22.  
  23.  
  24. <link href="css/adipoli.css" rel="stylesheet" type="text/css"/>
  25. <script src="js/jquery-1.7.1.js" type="text/javascript"></script>
  26. <script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
  27. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  28.  
  29. <!--COLORS-->
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Blog title" content="#cecece"/>
  32. <meta name="color:Description BG" content="#ffffff"/>
  33. <meta name="color:Info Border" content="#000000"/>
  34. <meta name="color:Link" content="#ff0096"/>
  35. <meta name="color:Link Hover" content="#000000"/>
  36. <meta name="color:NavLinks" content="#000000"/>
  37. <meta name="color:Navlinks bg" content="#ff0096"/>
  38. <meta name="color:NavLinks Hover" content="#ff0096"/>
  39. <meta name="color:NavLinks Hover bg" content="#000000"/>
  40. <meta name="color:Post Background" content="#ffffff"/>
  41. <meta name="color:Post Border" content="#000000"/>
  42. <meta name="color:Post Title" content="#000000"/>
  43. <meta name="color:Question BG" content="#f8f8f8"/>
  44. <meta name="color:Selection" content="#000000"/>
  45. <meta name="color:Selection BG" content="#f868b7"/>
  46. <meta name="color:Sidebar Text" content="#302a2a"/>
  47. <meta name="color:Text" content="#969494"/>
  48.  
  49. <!--PICTURES-->
  50. <meta name="image:Background" content="" />
  51. <meta name="image:Banner" content="" />
  52.  
  53. <!--SIDEBAR LINKS-->
  54. <meta name="text:Link 1 URL" content="/" />
  55. <meta name="text:Link 1 Title" content="HOME" />
  56. <meta name="text:Link 2 URL" content="/ask" />
  57. <meta name="text:Link 2 Title" content="MESSAGE" />
  58. <meta name="text:Link 3 URL" content="/archive" />
  59. <meta name="text:Link 3 Title" content="ARCHIVE" />
  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 AND SIDEBAR 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.  
  75. <!--FONTS-->
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic,700italic' rel='stylesheet' type='text/css'>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,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:Link};
  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:link};}
  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:link hover};
  127. background-color:{color:link};}
  128.  
  129. a img {border:0;}
  130.  
  131. blockquote {
  132. padding-left: 5px;
  133. border-left: 2px solid ;border-color:#eee6ea;
  134. max-width:500px;}
  135.  
  136. blockquote blockquote {
  137. padding-left:5px;
  138. border-left:2px solid ;border-color:#eee6ea;
  139. max-width:500px;}
  140.  
  141. b, strong
  142. i, em
  143. p{margin-top:5px; margin-bottom:5px}
  144.  
  145. blockquote {
  146. padding:0px;
  147. padding-left:5px;
  148. margin:5px;
  149. margin-top:10px;
  150. margin-bottom:10px;
  151. border-left:2px solid ; border-color:#eee6ea;
  152. max-width:500px;}
  153.  
  154. blockquote img {
  155. max-width:450px;}
  156.  
  157. ul, li img {
  158. max-with:300px;}
  159.  
  160. h1 {
  161. font-size:16px;
  162. font-family:'playfair display';
  163. line-height:100%;
  164. text-transform:none;
  165. font-weight:normal;
  166. font-style:italic;
  167. text-align:center;
  168. color:{color:post title};}
  169.  
  170. h2 {
  171. font-size:18px;
  172. font-family:'playfair display';
  173. font-weight:normal;
  174. font-style:italic;
  175. letter-spacing:1px;
  176. text-align:center;
  177. text-transform:none;
  178. color:{color:blog title};
  179. margin-left:auto;
  180. margin-right:auto;
  181. margin-top:-330px;
  182. margin-bottom:-30px; }
  183.  
  184.  
  185. /* POSTS & TAGS */
  186.  
  187. #entries {
  188. padding:20px;
  189. width:520px;
  190. margin-left:400px;
  191. margin-right:auto;
  192. margin-top:0px;
  193. font-family:'pt sans';
  194. color:{color:Text};
  195. border-left:3px solid;
  196. border-right:3px solid;
  197. border-color:{color:post border};
  198. background: url('http://img545.imageshack.us/img545/88/wtex.png');}
  199.  
  200. #post {
  201. width:500px;
  202. padding-bottom:10px;
  203. padding-top:10px;
  204. padding-left:10px;
  205. padding-right:10px;
  206. margin-top:-10px;
  207. font-family:'pt sans';
  208. color:{color:text};
  209. background: {color:transparent} ;
  210. border-bottom:3px solid;
  211. border-color: {color:info border};
  212. word-wrap: break-word;}
  213.  
  214. .tags {
  215. position:absolute;
  216. margin-left:0px;
  217. width: 514px;
  218. font-family: 'calibri';
  219. text-transform:uppercase;
  220. text-align:left;
  221. font-size:8px;
  222. color:{color:text};
  223. background-color:{color:question bg};
  224. margin-top:0px;
  225. padding:3px;
  226. line-height:11px;
  227. -webkit-transition: opacity 0.5s linear;
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out; }
  231.  
  232. .tags a {
  233. font-weight:bold;
  234. color:{color:text};}
  235.  
  236. .tags a:hover {
  237. color:{color:link};
  238. background-color:transparent;}
  239.  
  240. #quote {
  241. font-size: 14pt;
  242. line-height: 15pt;
  243. font-style:italic;
  244. color: {color:text};
  245. font-family: 'Playfair Display';
  246. padding-left: 0px;}
  247.  
  248. #source {
  249. text-align: left;
  250. font-style:none;}
  251.  
  252.  
  253. /* AUDIO */
  254.  
  255. #audioplayer {
  256. z-index:1;
  257. height:26px;
  258. width:27px;
  259. margin-top:25px;
  260. margin-left:23px;
  261. overflow:hidden;
  262. position:absolute;
  263. opacity: 0.5;filter:alpha(opacity=60) ;}
  264.  
  265. #audioplayer:hover {
  266. opacity: 1; filter:alpha(opacity=60);}
  267.  
  268. #albumart {
  269. margin-top:0px;
  270. margin-left:10px;
  271. margin-right:10px;
  272. z-index:0;
  273. float:left;}
  274.  
  275. #audiostuff {
  276. font: 11px 'Calibri';
  277. color:{color:text};
  278. text-transform:uppercase;
  279. background-color:{color:question bg};
  280. padding:10px;
  281. letter-spacing:1;
  282. font-size:11px;
  283. margin-top:-10px;
  284. margin-bottom:10px;}
  285.  
  286.  
  287. /* CREDIT */
  288.  
  289. .credit {font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold; }
  290.  
  291. .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; }
  292.  
  293. .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; }
  294.  
  295.  
  296. /* BANNER, DESCRIPTION & TITLE */
  297.  
  298. #banner {
  299. width:560px;
  300. height:220px;
  301. z-index:999;
  302. margin-left:403px;
  303. margin-right:auto;
  304. position:fixed;
  305. margin-top:-20px;
  306. background-color:{color:background};
  307. background-image: url('{image:Banner}');}
  308.  
  309. #banner img {
  310. max-width:560px;
  311. max-height:220px;}
  312.  
  313. #title {
  314. margin-top:370px;
  315. text-align:center;
  316. text-transform:uppercase;
  317. color:{color:blog title};}
  318.  
  319. #container {
  320. width:320px;
  321. max-height:70px;
  322. margin-left:auto;
  323. margin-right:auto;
  324. margin-top:-75px;
  325. margin-bottom:15px;}
  326.  
  327. .description {
  328. padding:10px;
  329. width:320px;
  330. max-height:70px;
  331. text-align:justify;
  332. letter-spacing:1px;
  333. margin-left:auto;
  334. margin-right:auto;
  335. margin-top:-75px;
  336. margin-bottom:15px;
  337. font-size:10px;
  338. font-family:'pt sans';
  339. color:{color:sidebar text};
  340. background-color:{color:description bg};
  341. border:1px solid;
  342. border-color:#000000;}
  343.  
  344. #icon {
  345. margin-left:-32px;
  346. margin-right:auto;
  347. margin-top:65px;
  348. margin-bottom:15px;}
  349.  
  350. #icon img {
  351. box-shadow: 1px 1px 2px #1f1b1b;}
  352.  
  353.  
  354. /* LINKS */
  355.  
  356. #Navlinks {
  357. position:fixed;
  358. width:560px;
  359. margin-top:30px;
  360. font-family:'calibri';
  361. font-style:none;
  362. text-transform:uppercase;
  363. letter-spacing:1px;
  364. word-spacing:1px;
  365. text-align:center;}
  366.  
  367. #Navlinks a{
  368. display:inline-block;
  369. width:45px;
  370. padding:3px;
  371. font-family:'calibri';
  372. font-weight:bold;
  373. text-align:center;
  374. font-size:8px;
  375. color:{color:Navlinks};
  376. background-color:{color:Navlinks bg};}
  377.  
  378. #Navlinks a:hover{
  379. padding:3px;
  380. font-weight: bold;
  381. background-color:{color:NavLinks Hover bg};
  382. -webkit-transition: all 0.3s ease-in-out;
  383. -moz-transition: all 0.3s ease-in-out;
  384. -o-transition: all 0.3s ease-in-out;
  385. -ms-transition: all 0.3s ease-in-out;
  386. transition: all 0.3s ease-in-out;
  387. color:{color:Navlinks hover};}
  388.  
  389.  
  390. /*INFO*/
  391.  
  392. #info {
  393. width:520px;
  394. height:10px;
  395. display:inline-block;
  396. text-align:left;
  397. text-transform:uppercase;
  398. letter-spacing:2px;
  399. font-family:'calibri';
  400. font-style:none;
  401. font-weight:bold;
  402. font-size:8px;
  403. color:{color:text};
  404. margin-top:0px;
  405. margin-bottom:55px;
  406. padding-top:4px;
  407. padding-bottom:3px;
  408. background-color:{color:question bg};}
  409.  
  410. #info a{
  411. font-family:'calibri';}
  412.  
  413. #info a:hover {
  414. font-family:'calibri';}
  415.  
  416.  
  417. /* QUESTIONS */
  418.  
  419. #question {
  420. font-size: 11px;
  421. padding:2px;
  422. font-family:'pt sans';
  423. font-style:none;
  424. font-weight:normal;
  425. background-color:{color:question bg};
  426. background-image:url('http://img203.imageshack.us/img203/6406/a57m.png' );
  427. border:3px solid;
  428. border-color:{color:question bg};}
  429.  
  430. #asker {
  431. border-top:1px solid; width:480px;
  432. float:right;
  433. font-style:none;
  434. margin-right:-5px;
  435. font-weight:bold;}
  436.  
  437.  
  438. /* SELECTION */
  439.  
  440. ::selection {color:{color:selection}; background: {color:selection BG};}
  441. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  442. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  443.  
  444.  
  445.  
  446.  
  447. {CustomCSS}</style></head><body>
  448.  
  449.  
  450.  
  451. <div id="banner">
  452.  
  453. <div id="title"><h2>{Title}</h2></div>
  454.  
  455. <div id="icon"><img src="{PortraitURL-64}" style="border-radius:32px;">
  456.  
  457. <div id="container">
  458. <div class="description">{block:Description}{Description}{/block:Description}</div></div></div>
  459. <div id="Navlinks">
  460.  
  461. {block:PreviousPage}<a href="{PreviousPage}">prev</a> &nbsp;{/block:PreviousPage}
  462. {block:IfShowLink1}<a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a> &nbsp;{/block:IfShowLink1}
  463. {block:IfShowLink2}<a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a> &nbsp;{/block:IfShowLink2}
  464. {block:IfShowLink3}<a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> &nbsp;{/block:IfShowLink3}
  465. {block:IfShowLink4}<a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a> &nbsp;{/block:IfShowLink4}
  466. {block:IfShowLink5}<a href="{Text:Link 5 URL}">{Text:Link 5 Title}</a> &nbsp;{/block:IfShowLink5}
  467. {block:IfShowLink6}<a href="{Text:Link 6 URL}">{Text:Link 6 Title}</a> &nbsp;{/block:IfShowLink6}
  468. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  469. {/block:Pagination}
  470. </div></div>
  471.  
  472. <div id="entries"> </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>
  473.  
  474. {block:Posts}<div id="post">
  475.  
  476. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{block:More}<a href="{Permalink}"><span style="font-family:Calibri;font-style:none;font-size:11px;font-weight:bold;">+ Keep Reading</span></a>{/block:More}
  477. </span>{/block:Text}
  478.  
  479. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  480.  
  481. {block:Photoset}{Photoset-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  482.  
  483. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  484.  
  485. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  486.  
  487. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  488.  
  489. {block:Audio}
  490. <div id="audioplayer">{AudioPlayerWhite}</div><br>
  491.  
  492. <div id="albumart">
  493.  
  494. {block:AlbumArt}<img src="{AlbumArtURL}" width="50" height="50">{/block:AlbumArt} </div>
  495.  
  496. <div id="audiostuff">
  497.  
  498. {block:TrackName}
  499. <b><u>Name:</u></b> {TrackName}<br>
  500. {/block:TrackName}
  501.  
  502. {block:Artist}
  503. <b><u>Artist:</u></b> {Artist}<br>
  504. {/block:Artist}
  505.  
  506. {block:Album}
  507. <b><u>Album:</u></b> {Album}<br>
  508. {/block:Album}
  509.  
  510. {PlayCountWithLabel}</div>
  511.  
  512. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  513. {/block:Audio}
  514.  
  515. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  516.  
  517. {block:Answer}<div id="question">
  518.  
  519. <p 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;"><img src="{AskerPortraitURL-24}" style="border-radius:12px;">{Asker}</a> said:
  520. <p style="text-align:left;font-style:italic;">{Question}</p>
  521.  
  522. </div>{Answer}{/block:Answer}</div>
  523.  
  524. <div id="info">
  525.  
  526. {block:Date} <span style="background-color:{color:navlinks bg};padding:2px 2px 4px 4px;color:#000000;">
  527. {Month} {DayOfMonth}{DayOfMonthSuffix} {Year}{/block:Date}</span> &nbsp;
  528.  
  529. <a href="{Permalink}"><strong>{NoteCount} notes</a></strong> &nbsp;
  530.  
  531. {block:RebloggedFrom}- <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  532.  
  533. {block:ContentSource}/ <a href="{SourceURL}">source</a></span> {/block:ContentSource}
  534.  
  535. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"> <img src="http://static.tumblr.com/g1muzcu/A5Qmrs4kd/071b.png"> {Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  536.  
  537. {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  538.  
  539. <div class="credit"><a href="http://jasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  540.  
  541.  
  542. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement