Advertisement
missdilaurentis

MissDiLaurentis Theme #6

Aug 1st, 2013
1,862
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 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 #6 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="#f88659"/>
  24. <meta name="color:Link" content="#ebc7b9"/>
  25. <meta name="color:Link Hover" content="#f5a88b"/>
  26. <meta name="color:NavLinks" content="#f5a88b"/>
  27. <meta name="color:NavLinks Hover" content="#fccebc"/>
  28. <meta name="color:Post Background" content="#ffffff"/>
  29. <meta name="color:Post Border" content="#eee6ea"/>
  30. <meta name="color:Post Title" content="#f88659"/>
  31. <meta name="color:Question BG" content="#ffffff"/>
  32. <meta name="color:Sbimage Border" content="#eee6ea"/>
  33. <meta name="color:Selection" content="#f88659"/>
  34. <meta name="color:Selection BG" content="#ffffff"/>
  35. <meta name="color:Sidebar Background" content="#ffffff"/>
  36. <meta name="color:Sidebar Border" content="#eee6ea"/>
  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:8px;
  142. text-align:center;
  143. margin-bottom:-12px;
  144. margin-left:auto;
  145. margin-right:auto;
  146. font-weight:bold;
  147. font-style:none;
  148. letter-spacing:2px;
  149. word-spacing:0px;
  150. font-family:'calibri';
  151. text-transform:uppercase;
  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. border-right:1px solid; color:{color:sidebar border};
  215. border-left:1px solid; color:{color:sidebar border};
  216. }
  217.  
  218. #sidebarimage {
  219. max-width:250px;
  220. text-align:center;
  221. }
  222.  
  223. #sidebarimage img {
  224. max-width:250px;
  225. height:auto;
  226. border: 3px double;color:{color:sbimage border};
  227. }
  228.  
  229. #NavLinks {
  230. opacity:1;
  231. width:250px;
  232. text-align:center;
  233. height:10px;
  234. padding-top:1px;
  235. padding-bottom:2px;
  236. word-spacing:2px;
  237. line-height:10px;
  238. margin-top:-3px;
  239. margin-bottom:5px;
  240. margin-left:auto;
  241. margin-right:auto;
  242. font-family:'calibri';
  243. font-style:none;
  244. text-transform:uppercase;
  245. border:1px solid;
  246. background-color:{color:none};
  247. }
  248.  
  249. #NavLinks a{
  250. font-family:'calibri';
  251. text-align:center;
  252. font-weight:bold;
  253. letter-spacing:1px;
  254. font-size:8px;
  255. color:{color:NavLinks};
  256. }
  257.  
  258. #NavLinks a:hover{
  259. padding:0px;
  260. font-style: bold;
  261. -webkit-transition: all 0.3s ease-in-out;
  262. -moz-transition: all 0.3s ease-in-out;
  263. -o-transition: all 0.3s ease-in-out;
  264. -ms-transition: all 0.3s ease-in-out;
  265. transition: all 0.3s ease-in-out;
  266. color:{color:NavLinks hover};
  267. text-decoration:none;
  268. }
  269.  
  270. #description {
  271. padding:5px;
  272. width:230px;
  273. text-align:justify;
  274. margin-left:auto;
  275. margin-right:auto;
  276. margin-top:5px;
  277. font-size:10px;
  278. font-family:'calibri';
  279. letter-spacing:1px;
  280. color:{color:sidebar text};
  281. }
  282.  
  283.  
  284. /* NAVIGATION & SIDEBAR LINKS */
  285.  
  286. #pagination {
  287. font-family: calibri;
  288. text-align: center;
  289. color: {color:blog title};
  290. text-transform: uppercase;
  291. width: 250px;
  292. margin-left:auto;
  293. margin-right:auto;
  294. font-size: 12px;
  295. margin-top: 5px;
  296. }
  297.  
  298. .pageright {
  299. float: right;
  300. margin-top: 0px;
  301. }
  302.  
  303. .pageleft {
  304. float: left;
  305. margin-top: 0px;
  306. }
  307.  
  308.  
  309. /* INFO & TAGS */
  310.  
  311. #info {
  312. width:520px;
  313. height:10px;
  314. display:inline-block;
  315. text-align:center;
  316. text-transform:uppercase;
  317. font-family:'calibri';
  318. font-style:none;
  319. font-size:8px;
  320. color:{color:text};
  321. background-color:{color:post background};
  322. margin-top:-1px;
  323. margin-bottom:55px;
  324. padding-top:2px;
  325. padding-bottom:3px;
  326. border:1px solid; align:center;
  327. border-color:{color:post border};
  328. }
  329.  
  330. #info a{
  331. font-family:'calibri';
  332. font-weight:bold;
  333. }
  334.  
  335. #tags {
  336. width:520px;
  337. font-family:'cambria';
  338. margin-top:5px;
  339. text-align:center;
  340. font-weight:bold;
  341. text-transform:uppercase;
  342. letter-spacing:1px;
  343. }
  344.  
  345. #tags a:hover {
  346. color:{color:link hover};
  347. -webkit-transition: opacity 0.7s linear;
  348. opacity: 0.7s;
  349. -webkit-transition: all 0.6s ease-out;
  350. -moz-transition: all 0.6s ease-out;
  351. transition: all 0.6s ease-out;
  352. }
  353.  
  354.  
  355. /* QUESTIONS */
  356.  
  357. #question {
  358. font-size: 10px;
  359. padding:0px;
  360. font-family:'calibri';
  361. font-style:none;
  362. }
  363.  
  364. #asker {
  365. border-top:1px solid; width:480px;
  366. float:left;
  367. margin-right:-5px;
  368. }
  369.  
  370.  
  371. /* SELECTION */
  372.  
  373. ::selection {color:{color:selection}; background: {color:selection BG};}
  374. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  375. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  376.  
  377.  
  378.  
  379. {CustomCSS}</style></head><body>
  380.  
  381. <div id="sidebar">
  382.  
  383. <div id="title"><h2>{Title}</h2>
  384.  
  385. <div id="pagination">
  386. <div class="pageright">
  387. {block:Pagination}
  388. {block:NextPage}
  389. <a href="{NextPage}">»</a>
  390. {/block:NextPage}
  391. {/block:Pagination}</div>
  392. <div class="pageleft">
  393. {block:Pagination}
  394. {block:PreviousPage}
  395. <a href="{PreviousPage}">«</a>
  396. {/block:PreviousPage}
  397. {/block:Pagination}
  398. </div></div></div></br>
  399.  
  400. <div id="sidebarimage"><img src="{image:sbimage}"></div></br>
  401.  
  402. <div id="NavLinks">
  403. <a href="/">home</a> &nbsp;
  404. <a href="/ask">ask</a> &nbsp;
  405.  
  406. <a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a> &nbsp;
  407. <a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a> &nbsp;
  408. <a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> &nbsp;
  409. <a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a>
  410. </div>
  411.  
  412. <div id="description">{Description}</div></br>
  413.  
  414. <div class="credit"><a href="http://jasondilaurents.tumblr.com">© JASONDILAURENTS</a></div></div>
  415.  
  416. <div id="entries">
  417. {block:Posts}<div id="post">
  418.  
  419. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><span style="font-family:'calibri'; color:{color:text};">{Body}</span>{/block:Text}
  420.  
  421. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  422.  
  423. {block:Photoset}{Photoset-500}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  424.  
  425. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  426.  
  427. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  428.  
  429. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  430.  
  431. {block:Audio}
  432. <div id="audioplayer">{AudioPlayerWhite}</div>
  433. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="50">{/block:AlbumArt}</div>
  434. {block:TrackName}
  435. <b>Name:</b> {TrackName}<br>
  436. {/block:TrackName}
  437. {block:Artist}
  438. <b>Artist:</b> {Artist}<br>
  439. {/block:Artist}
  440. {block:Album}
  441. <b>Album:</b> {Album}<br>
  442. {/block:Album}
  443. {PlayCountWithLabel}
  444. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  445. {/block:Audio}
  446.  
  447. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  448.  
  449. {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>
  450. <div style="width:500px;border-bottom:2px solid;color:#eee6ea">
  451. </div>
  452. </div>{Answer}{/block:Answer}</div>
  453.  
  454. <div id="info">
  455. {block:Date}{DayOfMonth} {Month} {Year}, {24Hour}:{Minutes}{/block:Date} &nbsp; &nbsp;
  456.  
  457. with <a href="{Permalink}"><strong>{NoteCount} notes</a> </strong>&nbsp; &nbsp;
  458.  
  459. {block:RebloggedFrom}via <a title ="{ReblogParentName}" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} &nbsp; &nbsp;
  460.  
  461. {block:ContentSource} ©<a href="{SourceURL}">{SourceTitle}</a></span> {/block:ContentSource}
  462.  
  463. <div id="tags">
  464. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  465.  
  466. {block:PostNotes}{PostNotes}{/block:PostNotes}
  467. {/block:Posts}</div>
  468. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement