e-law-ise

A's Theme 08

Apr 23rd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 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.  
  6.  
  7. <head>
  8.  
  9. <title>{title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15. <!------------------------------------------------------------------------
  16. --------------- Theme by Adrienne Law (ladymirkwoods) ------------------
  17. --------------------Give credit where credit is due------------------------------------------------------------------------------------------------>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Satisfy|Coming+Soon' rel='stylesheet' type='text/css'>
  20.  
  21. <meta name="image:header" content=""/>
  22. <meta name="color:Background" content=""/>
  23. <meta name="color:Title" content=""/>
  24. <meta name="color:Blockquote" content=""/>
  25. <meta name="color:Text" content=""/>
  26. <meta name="color:Border" content=""/>
  27. <meta name="color:Link" content=""/>
  28. <meta name="color:Linkhover" content=""/>
  29. <meta name="color:description" content=""/>
  30.  
  31. <meta name="text:link1" content="">
  32. <meta name="text:link1 url" content="/">
  33. <meta name="text:link2" content="">
  34. <meta name="text:link2 url" content="/">
  35. <meta name="text:link3" content="">
  36. <meta name="text:link3 url" content="/">
  37. <meta name="text:link4" content="">
  38. <meta name="text:link4 url" content="/">
  39.  
  40. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  41. <style>
  42. div#qTip {
  43. padding: 3px;
  44. display: none;
  45. text-align: center;
  46. position: absolute;
  47. font-size:7px;
  48. line-height:9px;
  49. font-family:cambria;
  50. z-index: 10000000000000000000000000000000000000000000000000000000000000;
  51. border: 1px solid #7E7F80;
  52. background-color:#ffffff;
  53. color: {color:text};
  54. text-transform:uppercase;
  55. letter-spacing: 1px;
  56. }
  57. </style>
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  64.  
  65.  
  66. body {
  67. margin:0px;
  68. padding:0px;
  69. font-size:10px;
  70. font-family:georgia;
  71. font-weight:300;
  72. background:{color:background};
  73. line height:110%;
  74. letter-spacing:2px;
  75. color:{color:text};
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:3px solid;
  81. color: {color:Blockquote};
  82. }
  83.  
  84. a {
  85. text-decoration: none;
  86. color: {color:Link};
  87. }
  88.  
  89. a:hover {
  90. text-decoration:none;
  91. color:{color:Linkhover};
  92. }
  93.  
  94.  
  95.  
  96. /* header code */
  97.  
  98. #header {
  99. width:800px;
  100. height:115px;
  101. top:0px;
  102. left:150px;
  103. background-color:white;
  104. position:fixed;
  105. z-index:20000000;
  106. border-bottom:1px dotted gray;
  107. }
  108.  
  109. /* title code */
  110.  
  111. #title {
  112. z-index: 20000000000;
  113. top:90px;
  114. left:170px;
  115. width: 600px;
  116. text-align: right;
  117. color: {color:Title};
  118. position:fixed;
  119. text-transform:lowercase;
  120. font-family:'satisfy';
  121. font-size:20px;
  122. }
  123.  
  124. /* right sidebar */
  125.  
  126. #rightside {
  127. position:fixed;
  128. top:20px;
  129. left:790px;
  130. height:100%;
  131. width:auto;
  132. border-left:1px dotted gray;
  133. z-index:20000000000;
  134. }
  135.  
  136. /* description code */
  137.  
  138. #description {
  139. width: 125px;
  140. height:auto;
  141. margin-left:10px;
  142. margin-top:105px;
  143. text-align: left;
  144. color:{color:text};
  145. z-index:2000000000000;
  146. background:white;
  147. font-family:'coming soon';
  148. font-size:10px;
  149. }
  150.  
  151. /* links code */
  152.  
  153. #links{
  154. height:auto;
  155. width:115px;
  156. margin-left:10px;
  157. margin-top:10px;
  158. text-align:left;
  159. z-index:2000000000000;
  160. background:white;
  161. font-family:'coming soon';
  162. font-size:10px;
  163. }
  164. #links a{
  165. display:inline-block;
  166. text-decoration:none;
  167. text-align:left;
  168. width:110px;
  169. height:16px;
  170. color:{color:linkhover};
  171. padding:2px 0px 2px 4px;
  172. margin-top:4px;
  173. margin-bottom:4px;
  174. border-left:2px solid {color:linkhover};
  175. -o-transition: all 1s ease-out;
  176. -webkit-transition: all 1s ease-out;
  177. -moz-transition: all 1s ease-out;
  178. }
  179. #links a:hover{
  180. letter-spacing:5px;
  181. -o-transition: all 1s ease-out;
  182. -webkit-transition: all 1s ease-out;
  183. -moz-transition: all 1s ease-out;
  184. }
  185.  
  186.  
  187. /* Post Info Code */
  188.  
  189. #container {
  190. margin-top: 125px;
  191. margin-bottom: 20px;
  192. margin-left:250px;
  193. width: 500px;
  194. }
  195.  
  196. .entry {
  197. float:left;
  198. position: relative;
  199. width:500px;
  200. padding: 10px;
  201. margin-bottom:20px;
  202. }
  203.  
  204. img {
  205. max-width: 100%;
  206. }
  207.  
  208. h1 {
  209. text-align: center;
  210. font-size: 15px;
  211. color: {color:Title};
  212. }
  213.  
  214. #paginationfwd {
  215. position: fixed;
  216. bottom:10px;
  217. left:800px;
  218. z-index:9999999999999999999999999999999999999;
  219. }
  220.  
  221. #paginationback {
  222. position: fixed;
  223. bottom:20px;
  224. left:800px;
  225. z-index:9999999999999999999999999999999999999;
  226. }
  227.  
  228. .pagination a {
  229. display: inline-block;
  230. padding: 3px 6px 3px 6px;
  231. margin: 4px;
  232. text-align: center;
  233. }
  234.  
  235. #portrait img {
  236. float: left;
  237. margin-right: 5px;
  238. }
  239.  
  240. #permalink {
  241. text-align: left;
  242. border-top: 1px solid {color:Border};
  243. position: relative;
  244. margin-top: 5px;
  245. padding-top: 5px;
  246. }
  247.  
  248. #credit a {
  249. display:inline-block;
  250. width:40px;
  251. background-color:#fff;
  252. color:gray;
  253. text-decoration:none;
  254. border-right:1px solid;
  255. border-left: 1px solid;
  256. border-color:#878787;
  257. padding: 4px 0px 4px 0px;
  258. -o-transition: all 1s ease-out;
  259. -webkit-transition: all 1s ease-out;
  260. -moz-transition: all 1s ease-out;
  261. }
  262.  
  263. #credit a:hover {
  264. background-color:#667371;
  265. color:#fff;
  266. border-color:#fff;
  267. -o-transition: all 1s ease-out;
  268. -webkit-transition: all 1s ease-out;
  269. -moz-transition: all 1s ease-out;
  270. }
  271.  
  272. #credit {
  273. display:inline-block;
  274. font-size:10px;
  275. font-family: calibri;
  276. text-align:center;
  277. letter-spacing:1px;
  278. width:40px;
  279. height:15px;
  280. position: fixed;
  281. padding-top:1px;
  282. right:10px;
  283. bottom:10px;
  284.  
  285. }
  286.  
  287. iframe#tumblr_controls {
  288. top: 0% !important;
  289. right:0% !important;
  290. opacity:0.3;
  291. position: fixed !important;
  292. filter:alpha(opacity=100);
  293. -webkit-transition: all 0.7s ease;
  294. -moz-transition: all 0.7s ease;
  295. -o-transition: all 0.7s ease;
  296. }
  297. iframe#tumblr_controls:hover{
  298. top: 0% !important;
  299. right:0% !important;
  300. opacity:0.8;
  301. position: fixed !important;
  302. filter:alpha(opacity=100);
  303. -webkit-transition: all 0.7s ease;
  304. -moz-transition: all 0.7s ease;
  305. -o-transition: all 0.7s ease;
  306. }
  307.  
  308.  
  309. </style>
  310.  
  311. </head>
  312.  
  313. <body>
  314.  
  315. <!--- HEADER --->
  316.  
  317. <div id="header"></div>
  318.  
  319.  
  320. <!--- TITLE CODE --->
  321.  
  322. <div id="title">{title}</div>
  323.  
  324. <!--- RIGHT SIDEBAR CODE --->
  325.  
  326. <div id="rightside">
  327. <div id="description">{description}</div>
  328.  
  329. <!--- LINKS CODE --->
  330. <div id="links">
  331. <a href="/">Home</a>
  332. <a href="{text:link1 url}">{text:link1}</a>
  333. <a href="{text:link2 url}">{text:link2}</a>
  334. <a href="{text:link3 url}">{text:link3}</a>
  335. <a href="{text:link4 url}">{text:link4}</a>
  336. </div>
  337. </div>
  338.  
  339. <!--- NEXT BUTTON --->
  340.  
  341. <div id="paginationback">
  342. {block:PreviousPage}<a href="{PreviousPage}">shallower</a>{/block:PreviousPage}
  343. </div>
  344. <div id="paginationfwd">
  345. {block:NextPage}<a href="{NextPage}">deeper</a>{/block:NextPage}
  346. </div>
  347.  
  348.  
  349.  
  350.  
  351. <!--- POSTS --->
  352.  
  353. <div id="container">
  354. {block:Posts}
  355. <div class="entry">
  356.  
  357.  
  358. {block:Text}
  359. <h1>{block:Title}{Title}{/block:Title}</h1>
  360. {Body}
  361. {/block:Text}
  362.  
  363. {block:Photo}
  364. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  365. {block:Caption}{Caption}{/block:Caption}
  366. {/block:Photo}
  367.  
  368. {block:Photoset}
  369. {Photoset-500}
  370. {block:Caption}{Caption}{/block:Caption}
  371. {/block:Photoset}
  372.  
  373. {block:Quote}
  374. {Quote}
  375. {block:Source}<br>—{Source}{/block:Source}
  376. {/block:Quote}
  377.  
  378. {block:Link}
  379. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  380. {block:Description}{Description}{/block:Description}
  381. {/block:Link}
  382.  
  383. {block:Chat}
  384. {block:Title}<h1>{Title}</h1>{/block:Title}
  385. {block:Lines}
  386. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  387. {/block:Lines}
  388. {/block:Chat}
  389.  
  390. {block:Audio}
  391. {AudioPlayerWhite}
  392. {block:Caption}{Caption}{/block:Caption}
  393. {/block:Audio}
  394.  
  395. {block:Video}
  396. {Video-500}
  397. {block:Caption}{Caption}{/block:Caption}
  398. {/block:Video}
  399.  
  400. {block:Answer}
  401. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  402. {Asker}:<br>"{Question}"<p>{Answer}
  403. {/block:Answer}
  404.  
  405.  
  406.  
  407. <div id="permalink">
  408. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  409. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  410.  
  411. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  412.  
  413. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  414. </div>
  415.  
  416.  
  417.  
  418. </div> <!-- /div entry --->
  419.  
  420. {/block:Posts}
  421.  
  422. {block:PostNotes}{PostNotes}{/block:PostNotes}
  423. {/block:Posts}
  424.  
  425. </div><!-- /div container --->
  426.  
  427.  
  428.  
  429.  
  430. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  431. -------------------- remove the credit on my stuff -----------------------
  432. ------------------------------------------------------------------------->
  433.  
  434.  
  435. <div id="credit">
  436. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
  437. </div>
  438.  
  439. </body>
  440.  
  441.  
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment