Advertisement
missdilaurentis

MissDiLaurentis Theme #2

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