e-law-ise

A's Theme 17

Aug 13th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!------------------------------------------------------------------------
  13. ---------------Theme by Adrienne Law (ladymirkwoods)-----------------
  14. ------------------ Give credit where credit is due ------------------------------------------------------------------------------------------------>
  15.  
  16. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed|Raleway:300' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21. <meta name="color:Background" content=""/>
  22. <meta name="color:Title" content=""/>
  23. <meta name="color:Blockquote" content=""/>
  24. <meta name="color:Text" content=""/>
  25. <meta name="color:Border" content=""/>
  26. <meta name="color:PostBorder" content=""/>
  27. <meta name="color:Link" content=""/>
  28. <meta name="color:Linkhover" content=""/>
  29. <meta name="color:NaviLink" content=""/>
  30. <meta name="color:NaviLinkHover" content=""/>
  31. <meta name="image:header" content=""/>
  32.  
  33. <meta name="text:link1" content="">
  34. <meta name="text:link1 url" content="/">
  35. <meta name="text:link2" content="">
  36. <meta name="text:link2 url" content="/">
  37. <meta name="text:link3" content="">
  38. <meta name="text:link3 url" content="/">
  39. <meta name="text:link4" content="">
  40. <meta name="text:link4 url" content="/">
  41. <meta name="text:link5" content="">
  42. <meta name="text:link5 url" content="/">
  43.  
  44.  
  45.  
  46. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  47.  
  48. <script type="text/javascript" src="http://static.tumblr.com/fki2yxd/XtUmn1zq3/jquery.sticky.js"></script>
  49. <script>
  50. $(window).load(function(){
  51. $("#navi").sticky({ topSpacing: 0 });
  52. $('#headerimage').sticky({ topSpacing: -175 })
  53. });
  54. </script>
  55.  
  56. <script type="text/javascript">
  57. $(document).ready(function () {
  58. $.localScroll();
  59. });
  60. </script>
  61.  
  62. <script>
  63. $(document).scroll(function () {
  64. var y = $(this).scrollTop();
  65. if (y > 220) {
  66. $('#sidebar').fadeIn();
  67. } else {
  68. $('#sidebar').fadeOut();
  69. }
  70. });
  71. </script>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {
  79. background-color: #efefef;
  80. height:7px;
  81. width:5px;
  82. }
  83. ::-webkit-scrollbar-thumb:vertical #update1text{
  84. background-color: #efefef;
  85. height:7px;
  86. width:5px;
  87. }
  88. ::-webkit-scrollbar-corner {
  89. background-color: transparent;
  90. }
  91. ::-webkit-scrollbar-thumb:horizontal {
  92. background-color: #efefef; /*Change color of scroll bar*/
  93. height:5px!important;
  94. }
  95.  
  96. ::-webkit-scrollbar {
  97. height:7px;
  98. width:5px;
  99. }
  100.  
  101. iframe#tumblr_controls{
  102. position:fixed !important;
  103. right:0px !important;
  104. }
  105.  
  106.  
  107. /* BASIC PAGE INFO */
  108.  
  109. body {
  110. margin:0px;
  111. padding:0px;
  112. font-size:10px;
  113. font-family:'raleway';
  114. font-weight:300;
  115. background:{color:background};
  116. line height:110%;
  117. letter-spacing:2px;
  118. color:{color:text};
  119. }
  120.  
  121. a {
  122. text-decoration:none;
  123. color:{color:link};
  124. }
  125.  
  126. a:hover {
  127. text-decoration:none;
  128. color:{color:linkhover};
  129. }
  130.  
  131. blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. color:{color:blockquote};
  135. word-wrap: break-word;
  136. }
  137.  
  138.  
  139. /* HEADER INFO */
  140.  
  141. #header {
  142. margin-left:auto;
  143. margin-right:auto;
  144. margin-top:0px;
  145. width:560px;
  146. height:220px;
  147. text-align:center;
  148. }
  149.  
  150. #headerimage {
  151. position:absolute;
  152. width:560px;
  153. z-index:1;
  154. }
  155. #headerimage img {
  156. width:560px;
  157. height:220px;
  158. margin-left:auto;
  159. margin-right:auto;
  160. }
  161.  
  162. #title{
  163. text-align:center;
  164. color:{color:title};
  165. text-transform:uppercase;
  166. font-size:16px;
  167. font-family:'ubuntu condensed';
  168. width:560px;
  169. background-color:white;
  170. padding:10px;
  171. margin-top:-110px;
  172. opacity:.8;
  173. z-index:100;
  174. position:relative;
  175. }
  176.  
  177. /* NAVI */
  178.  
  179. #navi {
  180. width:558px;
  181. z-index:10;
  182. position:relative;
  183. }
  184. #navi a{
  185. text-decoration:none;
  186. margin:8px;
  187. display:inline-block;
  188. width:50px;
  189. padding:8px;
  190. text-align:center;
  191. color:{color:navilink};
  192. background-color:white;
  193. opacity:.8;
  194. }
  195. #navi a:hover{
  196. color:{color:navilinkhover};
  197. }
  198.  
  199. /* SIDEBAR */
  200.  
  201. #sidebar {
  202. position:fixed;
  203. display:none;
  204. margin-left:560px;
  205. top:250px;
  206. height:auto;
  207. padding-left:5px;
  208. border-left:1px solid {color:border};
  209. width:100px;
  210. }
  211.  
  212. /* POST INFO */
  213.  
  214. #container {
  215. margin-top:27px;
  216. margin-bottom:20px;
  217. margin-left:auto;
  218. margin-right:auto;
  219. width:532px;
  220. background-color:{color:background};
  221. }
  222.  
  223. .entry {
  224. float:center;
  225. position:relative;
  226. width:500px;
  227. padding:15px;
  228. margin-bottom:20px;
  229. }
  230.  
  231.  
  232. img {
  233. max-width:100%;
  234. }
  235.  
  236. h1 {
  237. text-align:center;
  238. font-size:12px;
  239. color:{color:title};
  240. }
  241.  
  242. #portrait img {
  243. float:left;
  244. margin-right:5px;
  245. }
  246.  
  247. #permalink1 {
  248. text-align:right;
  249. position:relative;
  250. margin-top:4px;
  251. opacity:0;
  252. -o-transition: all 1s ease-out;
  253. -webkit-transition: all 1s ease-out;
  254. -moz-transition: all 1s ease-out;
  255. }
  256. .entry:hover #permalink1 {
  257. opacity:1;
  258. -o-transition: all 1s ease-out;
  259. -webkit-transition: all 1s ease-out;
  260. -moz-transition: all 1s ease-out;
  261. }
  262.  
  263.  
  264. #credit{
  265. position:fixed;
  266. bottom:10px;
  267. right:10px;
  268. font-size:12px;
  269. }
  270. #credit a {
  271. color:black;
  272. }
  273. #credit a:hover {
  274. color:#efefef;
  275. }
  276.  
  277. </style>
  278.  
  279. </head>
  280.  
  281. <body></body>
  282.  
  283. <!--- HEADER --->
  284.  
  285. <div id="header">
  286. <div id="headerimage"><img src="{image:header}"></div>
  287. <div id="title">{title}</div>
  288. <div id="navi">
  289. <a href="/">Home</a>
  290. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}
  291. {block:ifLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}
  292. {block:ifLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:ifLink3}
  293. {block:ifLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:ifLink4}
  294. {block:ifLink5} <a href="{text:link5 url}">{text:link5}</a>{/block:ifLink5}
  295. </div><!--- end of div "navi" --->
  296. </div><!-- end of div "header" -->
  297.  
  298. <div id="container">
  299.  
  300. <!--- SIDEBAR --->
  301. <div id="sidebar">
  302. <div style="font-style:italic;">{description}</div></p>
  303. <div style="font-size:14px;">{block:NextPage}<a href="{NextPage}">+</i></a>{/block:NextPage}
  304. {block:PreviousPage}<a href="{PreviousPage}">-</i></a>{/block:PreviousPage}</div>
  305. </div><!--- end of div "sidebar" --->
  306.  
  307. {block:posts}
  308. <div class="entry">
  309.  
  310.  
  311. <!--- POSTS --->
  312.  
  313. {block:text}
  314. <h1>{block:title}{title}{/block:title}</h1>
  315. {body}
  316. {/block:text}
  317.  
  318. {block:Photo}
  319. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  320. {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
  321. {/block:Photo}
  322.  
  323. {block:Photoset}
  324. {Photoset-500}
  325. {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
  326. {/block:Photoset}
  327.  
  328. {block:Quote}
  329. {Quote}
  330. {block:Source}<br><div style="padding:5px;margin-top:8px;background-color:#efefef;">—{Source}</div>{/block:Source}
  331. {/block:Quote}
  332.  
  333. {block:Link}
  334. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  335. {block:Description}{Description}{/block:Description}
  336. {/block:Link}
  337.  
  338. {block:Chat}
  339. {block:Title}<h1>{Title}</h1>{/block:Title}
  340. {block:Lines}
  341. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  342. {/block:Lines}
  343. {/block:Chat}
  344.  
  345. {block:Audio}
  346. {AudioPlayerWhite}
  347. {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
  348. {/block:Audio}
  349.  
  350. {block:Video}
  351. {Video-500}
  352. {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
  353. {/block:Video}
  354.  
  355. {block:Answer}
  356. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  357. {Asker}:<br>"{Question}"<p>{Answer}
  358. {/block:Answer}
  359.  
  360. <!--- POST INFO --->
  361.  
  362. <div id="permalink1">
  363. {block:Date}{Month} {DayOfMonth} - {/block:Date}<a href="{PermaLink}">♥{NoteCount}</a> - <a href="{ReblogUrl}" target="_blank"><i class="fa fa-retweet"></i></a>
  364.  
  365. {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
  366. {/block:rebloggedfrom}
  367.  
  368. - {block:hastags}{block:tags}#</i><a href="{tagurl}">{tag} </a>{/block:tags}
  369. {/block:hastags}
  370. </div><!-- end of div "permalink1" -->
  371.  
  372.  
  373. </div><!-- end of class "entry" -->
  374.  
  375. {/block:posts}
  376. <div class="postnote">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  377. {/block:posts}
  378.  
  379. </div><!-- end of div "container" -->
  380.  
  381.  
  382. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  383. -------------------- remove the credit on my stuff -----------------------
  384. ------------------------------------------------------------------------->
  385.  
  386.  
  387. <div id="credit">
  388. <a href="http://theleakycauldron.co.vu" title="credit">♜</a>
  389. </div>
  390.  
  391. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment