Advertisement
missdilaurentis

MissDiLaurentis Theme #7

Aug 7th, 2013
2,361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 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. Theme #7 by jasondilaurents
  11. http://jasondilaurents.tumblr.com
  12. http://themesbyjasondilaurents.tumblr.com
  13.  
  14. Please do not use as base
  15. Don't claim as your own
  16. Don't remove my credit.
  17.  
  18. Thank you!
  19.  
  20. If you have any problem send me a message and I'll try my best to fix it.-->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Blog title" content="#f8679f"/>
  24. <meta name="color:Info bg" content="#faf8f9"/>
  25. <meta name="color:Link" content="#fabed5"/>
  26. <meta name="color:Link Hover" content="#f8679f"/>
  27. <meta name="color:NavLinks" content="#fdbbd5"/>
  28. <meta name="color:NavLinks Hover" content="#f8679f"/>
  29. <meta name="color:Post Background" content="#ffffff"/>
  30. <meta name="color:Post Border" content="#eee6ea"/>
  31. <meta name="color:Post Title" content="#f8679f"/>
  32. <meta name="color:Question BG" content="#ffffff"/>
  33. <meta name="color:Sbimage Border" content="#eee6ea"/>
  34. <meta name="color:Selection" content="#f8679f"/>
  35. <meta name="color:Selection BG" content="#ffffff"/>
  36. <meta name="color:Sidebar Background" content="#ffffff"/>
  37. <meta name="color:Sidebar Text" content="#adacac"/>
  38. <meta name="color:Text" content="#adacac"/>
  39.  
  40. <meta name="image:Background" content="" />
  41. <meta name="image:sbimage" content="" />
  42.  
  43. <meta name="text:Link 1 URL" content=" " />
  44. <meta name="text:Link 1 Title" content="link 1" />
  45. <meta name="text:Link 2 URL" content=" " />
  46. <meta name="text:Link 2 Title" content="link 2" />
  47. <meta name="text:Link 3 URL" content=" " />
  48. <meta name="text:Link 3 Title" content="link 3" />
  49. <meta name="text:Link 4 URL" content=" " />
  50. <meta name="text:Link 4 Title" content="link 4" />
  51. <meta name="text:Link 5 URL" content=" " />
  52. <meta name="text:Link 5 Title" content="link 5" />
  53.  
  54. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. body {
  60. background:{color:background};
  61. background-image: url('{image:background}');
  62. margin:0px;
  63. color:{color:text};
  64. font-family:Calibri;
  65. font-size:11px;
  66. line-height:100%;
  67. }
  68.  
  69.  
  70. /* SCROLLBAR */
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background-color: {color:Link};
  74. height: 50px;
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. height: 10px;
  79. width: 8px;
  80. background-color: {color:Post Background};
  81. }
  82.  
  83.  
  84.  
  85. a {
  86. color: {color:Link};
  87. text-decoration: none;
  88. font-weight: normal;
  89. -webkit-transition: all 0.3s ease-in-out;
  90. -moz-transition: all 0.3s ease-in-out;
  91. -o-transition: all 0.3s ease-in-out;
  92. -ms-transition: all 0.3s ease-in-out;
  93. transition: all 0.3s ease-in-out;
  94.  
  95. }
  96.  
  97. a:hover {
  98. color: {color:Link Hover};
  99. font-weight: normal;
  100. text-decoration:none;
  101. }
  102.  
  103. blockquote {
  104. padding:0px;
  105. padding-left:5px;
  106. margin:5px;
  107. margin-top:10px;
  108. margin-bottom:10px;
  109. border-left:2px solid {color:sidebar border};
  110. max-width:500px;
  111. }
  112.  
  113. blockquote img {
  114. max-width:500px;
  115. }
  116.  
  117. blockquote blockquote {
  118. padding-left:5px;
  119. border-left:2px solid {color:sidebar border};
  120. max-width:500px;
  121. }
  122.  
  123. p {margin-top:5px; margin-bottom:5px}
  124.  
  125. ul, li img {
  126. max-with:300px;
  127. }
  128.  
  129. h1 {
  130. font-size:12px;
  131. font-family:'Calibri';
  132. line-height:100%;
  133. text-transform:none;
  134. font-weight:normal;
  135. text-align:center;
  136. color:{color:post title};
  137. }
  138.  
  139. h2 {
  140. margin-top:150px;
  141. font-size:11px;
  142. text-align:center;
  143. margin-bottom:-12px;
  144. margin-left:auto;
  145. margin-right:auto;
  146. font-weight:normal;
  147. font-style:italic;
  148. letter-spacing:2px;
  149. word-spacing:0px;
  150. font-family:'georgia';
  151. text-transform:lowercase;
  152. color:{color:blog title};
  153. }
  154.  
  155. /* POSTS */
  156.  
  157. #entries {
  158. padding:10px;
  159. width:500px;
  160. margin-left:430px;
  161. margin-top:40px;
  162. font-family:'calibri';
  163. color:{color:Text};
  164. }
  165.  
  166. #post {
  167. width:500px;
  168. padding-bottom:10px;
  169. padding-top:10px;
  170. padding-left:10px;
  171. padding-right:10px;
  172. margin-top:-10px;
  173. font-family:'calibri';
  174. color:{color:text};
  175. background-color:{color:post background};
  176. border:1px solid;
  177. border-color: {color:post border};
  178. }
  179.  
  180. #quote {
  181. font-size: 10pt;
  182. line-height: 15pt;
  183. font-style:none;
  184. color: {color:Text};
  185. font-family: 'calibri';
  186. }
  187.  
  188. #source {
  189. text-align: left;
  190. font-style:none;
  191. }
  192.  
  193.  
  194. /* CREDIT */
  195.  
  196. .credit {font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold; }
  197.  
  198. .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; }
  199.  
  200.  
  201. /* SIDEBAR */
  202.  
  203. #sidebar {
  204. width:250px;
  205. height:100%;
  206. position:fixed;
  207. margin-left:100px;
  208. margin-top:-40px;
  209. padding-top:10px;
  210. padding-bottom:10px;
  211. padding-left:10px;
  212. padding-right:10px;
  213. background:{color:sidebar background};
  214. }
  215.  
  216. #sidebarimage {
  217. max-width:250px;
  218. text-align:center;
  219. }
  220.  
  221. #sidebarimage img {
  222. max-width:250px;
  223. height:auto;
  224. border: 3px double;color:{color:sbimage border};
  225. }
  226.  
  227. #NavLinks {
  228. opacity:1;
  229. width:250px;
  230. text-align:center;
  231. height:10px;
  232. padding-top:1px;
  233. padding-bottom:2px;
  234. word-spacing:3px;
  235. line-height:10px;
  236. margin-top:-7px;
  237. margin-bottom:5px;
  238. margin-left:auto;
  239. margin-right:auto;
  240. font-family:'arial';
  241. font-style:none;
  242. text-transform:lowercase;
  243. background-color:{color:none};
  244. }
  245.  
  246. #NavLinks a{
  247. font-family:'arial';
  248. text-align:center;
  249. font-weight:normal;
  250. letter-spacing:2px;
  251. font-size:9px;
  252. color:{color:NavLinks};
  253. }
  254.  
  255. #NavLinks a:hover{
  256. padding:0px;
  257. font-style: bold;
  258. -webkit-transition: all 0.3s ease-in-out;
  259. -moz-transition: all 0.3s ease-in-out;
  260. -o-transition: all 0.3s ease-in-out;
  261. -ms-transition: all 0.3s ease-in-out;
  262. transition: all 0.3s ease-in-out;
  263. color:{color:NavLinks hover};
  264. text-decoration:none;
  265. }
  266.  
  267. #description {
  268. padding:5px;
  269. width:230px;
  270. text-align:justify;
  271. margin-left:auto;
  272. margin-right:auto;
  273. margin-top:5px;
  274. font-size:10px;
  275. font-family:'calibri';
  276. letter-spacing:1px;
  277. color:{color:sidebar text};
  278. }
  279.  
  280.  
  281. #NavLinks2 {
  282. opacity:1;
  283. width:250px;
  284. text-align:center;
  285. height:10px;
  286. padding-top:1px;
  287. padding-bottom:2px;
  288. word-spacing:1px;
  289. line-height:10px;
  290. margin-top:2px;
  291. margin-bottom:5px;
  292. margin-left:auto;
  293. margin-right:auto;
  294. font-family:'arial';
  295. font-style:none;
  296. text-transform:lowercase;
  297. background-color:{color:none};
  298. }
  299.  
  300. #NavLinks2 a{
  301. font-family:'arial';
  302. text-align:center;
  303. font-weight:normal;
  304. letter-spacing:2px;
  305. font-size:9px;
  306. color:{color:NavLinks};
  307. }
  308.  
  309. #NavLinks2 a:hover{
  310. padding:0px;
  311. font-style: bold;
  312. -webkit-transition: all 0.3s ease-in-out;
  313. -moz-transition: all 0.3s ease-in-out;
  314. -o-transition: all 0.3s ease-in-out;
  315. -ms-transition: all 0.3s ease-in-out;
  316. transition: all 0.3s ease-in-out;
  317. color:{color:NavLinks hover};
  318. text-decoration:none;
  319. }
  320.  
  321.  
  322. /* NAVIGATION & SIDEBAR LINKS */
  323.  
  324. #pagination {
  325. font-family: calibri;
  326. text-align: center;
  327. color: {color:blog title};
  328. text-transform: uppercase;
  329. width: 250px;
  330. margin-left:auto;
  331. margin-right:auto;
  332. font-size: 12px;
  333. margin-top: 5px;
  334. }
  335.  
  336. .pageright {
  337. float: right;
  338. margin-top: 0px;
  339. }
  340.  
  341. .pageleft {
  342. float: left;
  343. margin-top: 0px;
  344. }
  345.  
  346.  
  347. /* INFO & TAGS */
  348.  
  349. #info {
  350. width:520px;
  351. height:10px;
  352. display:inline-block;
  353. text-align:center;
  354. text-transform:lowercase;
  355. font-family:'calibri';
  356. font-style:none;
  357. font-size:10px;
  358. color:{color:text};
  359. background-color:{color:info bg};
  360. margin-top:-1px;
  361. margin-bottom:55px;
  362. padding-top:2px;
  363. padding-bottom:3px;
  364. border:1px solid; align:center;
  365. border-color:{color:post border};
  366. }
  367.  
  368. #info a{
  369. font-family:'calibri';
  370. font-weight:normal;
  371. }
  372.  
  373. #tags {
  374. width:520px;
  375. font-family:'cambria';
  376. font-size:10px;
  377. margin-top:5px;
  378. font-style:italic;
  379. text-align:center;
  380. font-weight:normal;
  381. text-transform:lowercase;
  382. letter-spacing:1px;
  383. }
  384.  
  385. #tags a:hover {
  386. color:{color:link hover};
  387. -webkit-transition: opacity 0.7s linear;
  388. opacity: 0.7s;
  389. -webkit-transition: all 0.6s ease-out;
  390. -moz-transition: all 0.6s ease-out;
  391. transition: all 0.6s ease-out;
  392. }
  393.  
  394.  
  395. /* QUESTIONS */
  396.  
  397. #question {
  398. font-size: 10px;
  399. padding:0px;
  400. font-family:'calibri';
  401. font-style:none;
  402. }
  403.  
  404. #asker {
  405. border-top:1px solid; width:480px;
  406. float:left;
  407. margin-right:-5px;
  408. }
  409.  
  410.  
  411. /* SELECTION */
  412.  
  413. ::selection {color:{color:selection}; background: {color:selection BG};}
  414. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  415. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  416.  
  417.  
  418.  
  419. {CustomCSS}</style></head><body>
  420.  
  421. <div id="sidebar">
  422.  
  423. <div id="title">
  424.  
  425. <h2>{Title}</h2>
  426.  
  427. <div id="pagination">
  428. <div class="pageright">
  429. {block:Pagination}
  430. {block:NextPage}
  431. <a href="{NextPage}">»</a>
  432. {/block:NextPage}
  433. {/block:Pagination}</div>
  434. <div class="pageleft">
  435. {block:Pagination}
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}">«</a>
  438. {/block:PreviousPage}
  439. {/block:Pagination}
  440. </div></div></div></br>
  441.  
  442. <div id="sidebarimage"><img src="{image:sbimage}"></div></br>
  443.  
  444. <div id="NavLinks">
  445. <a href="/">home</a> &nbsp;
  446. <a href="/ask">ask</a> &nbsp;
  447. <a href="/archive">archive</a> &nbsp; </div>
  448.  
  449. <div id="description">{Description}</br>
  450.  
  451. <div id="NavLinks2">
  452. <center><a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a> &nbsp;
  453. <a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a> &nbsp;
  454. <a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> &nbsp;
  455. <a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a> </center></div></div></br>
  456.  
  457. <div class="credit"><a href="http://jasondilaurents.tumblr.com">© JASONDILAURENTS</a></div></div>
  458.  
  459. <div id="entries">
  460. {block:Posts}<div id="post">
  461.  
  462. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><span style="font-family:'calibri'; color:{color:text};">{Body}</span>{/block:Text}
  463.  
  464. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  465.  
  466. {block:Photoset}{Photoset-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  467.  
  468. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  469.  
  470. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  471.  
  472. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  473.  
  474. {block:Audio}
  475. <div id="audioplayer">{AudioPlayerWhite}</div>
  476. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="50">{/block:AlbumArt}</div>
  477. {block:TrackName}
  478. <b>Name:</b> {TrackName}<br>
  479. {/block:TrackName}
  480. {block:Artist}
  481. <b>Artist:</b> {Artist}<br>
  482. {/block:Artist}
  483. {block:Album}
  484. <b>Album:</b> {Album}<br>
  485. {/block:Album}
  486. {PlayCountWithLabel}
  487. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  488. {/block:Audio}
  489.  
  490. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  491.  
  492. {block:Answer}<div id="question"><p style="font-family:Calibri;font-style:italic;font-size:12px;color:text"><td style="vertical-align:top;padding-top:0px;"></td>{Asker}: {Question}</p>
  493. <div style="width:500px;border-bottom:2px solid;color:#eee6ea">
  494. </div>
  495. </div>{Answer}{/block:Answer}</div>
  496.  
  497. <div id="info">
  498. {block:Date}{DayOfMonth} {Month} {Year}, {24Hour}:{Minutes}{/block:Date} &nbsp; &nbsp;
  499.  
  500. with <a href="{Permalink}"><strong>{NoteCount} notes</a> </strong>&nbsp; &nbsp;
  501.  
  502. {block:RebloggedFrom}via <a title ="{ReblogParentName}" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} &nbsp; &nbsp;
  503.  
  504. {block:ContentSource} ©<a href="{SourceURL}">{SourceTitle}</a></span> {/block:ContentSource}
  505.  
  506. <div id="tags">
  507. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  508.  
  509. {block:PostNotes}{PostNotes}{/block:PostNotes}
  510. {/block:Posts}</div>
  511.  
  512. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement