Advertisement
missdilaurentis

MissDiLaurentis Theme #4

Jul 7th, 2013
950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 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 #4 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. NB: "Navlinks" and "Navlinks hover" color options are only useful if you remove the navigation icons and add text links instead.
  23. -->
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Blog title" content="#e6e1e9"/>
  27. <meta name="color:Bold" content="#adabab"/>
  28. <meta name="color:Borders" content="#d3cccc"/>
  29. <meta name="color:Italic" content="#ac94a9"/>
  30. <meta name="color:Link" content="#d3cccc"/>
  31. <meta name="color:Link Hover" content="#b6abab"/>
  32. <meta name="color:NavLinks" content="#d3cccc"/>
  33. <meta name="color:NavLinks Hover" content="#a6a4a7"/>
  34. <meta name="color:Post Background" content="#ffffff"/>
  35. <meta name="color:Post Title" content="#c1bcc4"/>
  36. <meta name="color:Selection" content="#13030d"/>
  37. <meta name="color:Selection BG" content="#f8f8f8"/>
  38. <meta name="color:Text" content="#8b8a8b"/>
  39.  
  40. <meta name="image:Background" content="" />
  41. <meta name="image:Sidebar" content=""/>
  42.  
  43. <meta name="text:Link 1" content="LINK 1" />
  44. <meta name="text:Link 1 URL" content=" " />
  45. <meta name="text:Link 2" content="LINK 2" />
  46. <meta name="text:Link 2 URL" content=" " />
  47. <meta name="text:Link 3" content="LINK 3" />
  48. <meta name="text:Link 3 URL" content=" " />
  49. <meta name="text:Link 4" content="LINK 4" />
  50. <meta name="text:Link 4 URL" content=" " />
  51. <meta name="text:Link 5" content="LINK 5" />
  52. <meta name="text:Link 5 URL" content=" " />
  53. <meta name="text:Link 6" content="LINK 6" />
  54. <meta name="text:Link 6 URL" content=" " />
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  58.  
  59. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. body {
  65. background:{color:background};
  66. background-image: url('{image:background}');
  67. margin:0px;
  68. color:{color:text};
  69. font-family:Calibri;
  70. font-size:10px;
  71. line-height:100%;
  72. }
  73.  
  74.  
  75. /* SCROLLBAR */
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color: {color:Link};
  79. height: 50px;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height: 10px;
  84. width: 8px;
  85. background-color: {color:Post Background};
  86. }
  87.  
  88.  
  89.  
  90. a {
  91. color: {color:Link};
  92. text-decoration: none;
  93. font-weight: normal;
  94. }
  95.  
  96. a:hover {
  97. color: {color:Link Hover};
  98. font-weight: normal;
  99. text-decoration:underline;
  100. }
  101.  
  102. blockquote {
  103. padding-left: 5px;
  104. border-left: 2px solid;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. b, strong {color:{color:Bold}}
  113. i, em {color:{color:Italic};font-family:cambria}
  114. p{margin-top:5px; margin-bottom:5px}
  115.  
  116. blockquote {
  117. padding:0px;
  118. padding-left:5px;
  119. margin:5px;
  120. border-left:2px solid {color:bold};
  121. }
  122.  
  123. blockquote img {
  124. max-width:500px
  125. }
  126.  
  127. ul, li img {
  128. max-with:300px
  129. }
  130.  
  131. h1 {
  132. font-size:14px;
  133. font-family:'petit formal script';
  134. line-height:100%;
  135. font-weight:normal;
  136. text-align:left;
  137. color:{color:post title};
  138. }
  139.  
  140. h2 {
  141. font-size:9px;
  142. width:220px;
  143. margin-left:auto;
  144. margin-right:auto;
  145. font-family:'cambria';
  146. font-style:none;
  147. font-weight:normal;
  148. text-transform:uppercase;
  149. letter-spacing:0px;
  150. word-spacing:1px;
  151. text-align:center;
  152. color:{color:blog title};
  153. margin-bottom:0px;
  154. }
  155.  
  156.  
  157. /* POSTS & TAGS*/
  158.  
  159. #entries {
  160. padding:10px;
  161. width:500px;
  162. margin-left:550px;
  163. margin-top:40px;
  164. font-family:'calibri';
  165. color:{color:Text};
  166. }
  167.  
  168. #post {
  169. width:500px;
  170. padding-bottom:10px;
  171. padding-top:10px;
  172. padding-left:10px;
  173. padding-right:10px;
  174. margin-top:20px;
  175. font-family:'calibri';
  176. color: {color:text};
  177. background-color: {color:post background};
  178. border:1px solid; padding:10px;
  179. border-color: {color:borders};
  180. }
  181.  
  182. #post:hover .tags { opacity: 1; display: block; margin-left:510px;
  183. -webkit-transition: opacity 0.5s linear;
  184. -webkit-transition: all 0.5s ease-in-out;
  185. -moz-transition: all 0.5s ease-in-out;
  186. -o-transition: all 0.5s ease-in-out;}
  187.  
  188. .tags {
  189. float: left;
  190. position:absolute;
  191. padding-left: 0px;
  192. width: 150px;
  193. opacity: 0;
  194. font-family: cambria;
  195. text-transform:uppercase;
  196. text-align:justify;
  197. font-size:8px;
  198. color:{color:link};
  199. margin-left:300px;
  200. margin-top:-10px;
  201. padding: 5px;
  202. line-height:11px;
  203. -webkit-transition: opacity 0.5s linear;
  204. -webkit-transition: all 0.5s ease-in-out;
  205. -moz-transition: all 0.5s ease-in-out;
  206. -o-transition: all 0.5s ease-in-out;
  207. }
  208.  
  209. .tags a {
  210. color:{color:link};
  211. }
  212.  
  213. .tags a:hover {
  214. color:{color:link hover};
  215. }
  216.  
  217. #quote {
  218. font-size: 9pt;
  219. line-height: 15pt;
  220. font-style:none;
  221. color: {color:Link};
  222. font-family: 'petit formal script';
  223. padding-left: 10px;
  224. }
  225.  
  226. #source {
  227. text-align: right;
  228. font-style:italic;
  229. }
  230.  
  231.  
  232. /* CREDIT */
  233.  
  234. .credit {font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold; }
  235.  
  236. .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; }
  237.  
  238.  
  239. /* SIDEBAR, SIDEBAR IMAGE, LINKS, PAGINATION */
  240.  
  241. #sidebar {
  242. width:256px;
  243. height:100%;
  244. position:fixed;
  245. margin-left:200px;
  246. margin-top:0px;
  247. padding-top:10px;
  248. padding-bottom:10px;
  249. padding-left:10px;
  250. padding-right:10px;
  251. background:{color:transparent};
  252. }
  253.  
  254. #sidebarimage {
  255. max-width 245px;
  256. text-align:center;
  257. margin-top:120px;
  258. }
  259.  
  260. #sidebarimage img{
  261. max-width:245px;
  262. }
  263.  
  264. #navlinks {
  265. float:left;
  266. width: auto;
  267. height:auto;
  268. font-family: 'cambria';
  269. text-transform:uppercase;
  270. text-align:center;
  271. font-size:8px;
  272. font-weight:bold;
  273. margin-left:-20px;
  274. margin-top:auto;
  275. word-spacing:10px;
  276. display:block;
  277. }
  278.  
  279. #navlinks a {
  280. font-family:'cambria';
  281. color:{color:navlinks};
  282. }
  283.  
  284. #navlinks a:hover {
  285. color:{color:navlinks hover};
  286. }
  287.  
  288. #description {
  289. width:250px;
  290. height:auto;
  291. margin-left:auto;
  292. margin-right:auto;
  293. text-align:justify;
  294. margin-top:20px;
  295. font-size:10px;
  296. font-family:'cambria';
  297. color:{color:text};
  298. }
  299.  
  300. #description:first-letter {
  301. margin-right: 0px;
  302. font-family: 'Petit formal script';
  303. font-size: 18px;
  304. font-style: none;
  305. text-transform: uppercase;
  306. color:{color:link};
  307. }
  308.  
  309. #pagination {
  310. font-family: calibri;
  311. text-align: center;
  312. color: {color:link};
  313. text-transform: uppercase;
  314. width: 250px;
  315. margin-left:auto;
  316. margin-right:auto;
  317. font-size: 12px;
  318. margin-top: 5px;
  319. }
  320.  
  321. .paginationright {
  322. float: right;
  323. margin-top: -15px;
  324. }
  325.  
  326. .paginationleft {
  327. float: left;
  328. margin-top: -15px;
  329. }
  330.  
  331.  
  332. /* INFO */
  333.  
  334. #info {
  335. width:520px;
  336. height:10px;
  337. display:inline-block;
  338. text-align:right;
  339. text-transform:uppercase;
  340. font-family:'cambria';
  341. font-style:none;
  342. font-size:8px;
  343. margin-top:3px;
  344. margin-bottom:30px;
  345. padding-top:1px;
  346. padding-bottom:3px;
  347. }
  348.  
  349.  
  350. /* QUESTIONS */
  351.  
  352. #question {
  353. font-size: 10px;
  354. padding:0px;
  355. font-family:'calibri';
  356. font-style:none;
  357. }
  358.  
  359. #asker {
  360. border-top:1px solid; width:480px;
  361. float:left;
  362. margin-right:-5px;
  363. }
  364.  
  365.  
  366. /* SELECTION */
  367.  
  368. ::selection {color:{color:selection}; background: {color:selection BG};}
  369. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  370. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  371.  
  372.  
  373.  
  374. {CustomCSS}</style></head><body>
  375.  
  376. <div id="sidebar">
  377.  
  378. <div id="sidebarimage"><img src="{image:sidebar}">
  379.  
  380. <div id="navlinks">
  381.  
  382. <a href="/"><img src="http://static.tumblr.com/g1muzcu/faQmpk8ym/home.png"></a><br><br>
  383. <a href="/ask"><img src="http://static.tumblr.com/g1muzcu/shFmpk8zl/mail.png"></a> <br><br>
  384. <a href="{text:Link 1 url}"><img src="http://static.tumblr.com/g1muzcu/Ruqmpk93v/calendar.png"></a> <br><br>
  385. <a href="{text:Link 2 url}"><img src="http://static.tumblr.com/g1muzcu/VNZmpkaqy/newwindow.png"></a><br><br>
  386. <a href="{text:Link 3 url}"><img src="http://static.tumblr.com/g1muzcu/JsBmpkbg5/window.png"></a> <br><br>
  387. <a href="{text:Link 3 url}"><img src="http://static.tumblr.com/g1muzcu/SbXmpkbbv/document.png"></a> <br>
  388. <br></div></br>
  389.  
  390. <div id="title"><h2>{Title}</h2>
  391.  
  392. <div id="pagination">
  393. <div class="paginationright">
  394. {block:Pagination}
  395. {block:NextPage}<a href="{NextPage}"><img alt="" src="http://static.tumblr.com/g1muzcu/n0Cmpkeag/add.png"/></a></a>
  396. {/block:NextPage}
  397. {/block:Pagination}</div>
  398. <div class="paginationleft">
  399. {block:Pagination}
  400. {block:PreviousPage}
  401. <a href="{PreviousPage}"><img alt="" src="http://static.tumblr.com/g1muzcu/DEJmpkebi/subtract.png"/></a></a>
  402. {/block:PreviousPage}
  403. {/block:Pagination}
  404. </div></div>
  405.  
  406. <div id="description"><div style="width:auto;height:auto;border:1px solid;color:{color:borders}; padding:10px;">{Description}</div></div>
  407.  
  408. </div></div>
  409.  
  410. <div class="credit"><a href="http://jasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  411. </div>
  412.  
  413. <div id="entries">{block:Posts}<div id="post">
  414.  
  415. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"> # {Tag}<br></a>{/block:Tags}{/block:HasTags}</div>
  416.  
  417. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><span style="font-family:'calibri'; color:{color:text};">{Body}</span>{/block:Text}
  418.  
  419. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  420.  
  421. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  422.  
  423. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  424.  
  425. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  426.  
  427. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  428.  
  429. {block:Audio}
  430. <div id="audioplayer">{AudioPlayerWhite}</div>
  431. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="50">{/block:AlbumArt}</div>
  432. {block:TrackName}
  433. <b>Name:</b> {TrackName}<br>
  434. {/block:TrackName}
  435. {block:Artist}
  436. <b>Artist:</b> {Artist}<br>
  437. {/block:Artist}
  438. {block:Album}
  439. <b>Album:</b> {Album}<br>
  440. {/block:Album}
  441. {PlayCountWithLabel}
  442. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  443. {/block:Audio}
  444.  
  445. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  446.  
  447. {block:Answer}<div id="question"><p style="font-family:Calibri;font-style:italic;font-size:12px;color:text">{Asker}: {Question}</p>
  448. <div style="width:500px;border-bottom:2px solid;color:#d3cccc">
  449. </div>
  450. </div>{Answer}{/block:Answer}
  451.  
  452. </div>
  453.  
  454. <div id="info">
  455. POSTED {block:Date}{TimeAgo}{/block:Date} &nbsp;
  456.  
  457. with <a href="{Permalink}">{NoteCount} NOTES</a>
  458. <br>
  459. {block:RebloggedFrom}<a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a> &nbsp;-&nbsp; {/block:RebloggedFrom}
  460.  
  461. {block:ContentSource} <a href="{SourceURL}">SOURCE</a></span> {/block:ContentSource}
  462. </div>
  463.  
  464. {block:PostNotes}{PostNotes}{/block:PostNotes}
  465. {/block:Posts}</div>
  466.  
  467. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement