e-law-ise

A's Theme 12

May 23rd, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 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='http://fonts.googleapis.com/css?family=Abril+Fatface|Rochester' rel='stylesheet' type='text/css'>
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="color:Background" content=""/>
  20. <meta name="color:Title" content=""/>
  21. <meta name="color:Blockquote" content=""/>
  22. <meta name="color:Text" content=""/>
  23. <meta name="color:Border" content=""/>
  24. <meta name="color:Link" content=""/>
  25. <meta name="color:Linkhover" content=""/>
  26.  
  27. <meta name="text:link1" content="">
  28. <meta name="text:link1 url" content="/">
  29. <meta name="text:link2" content="">
  30. <meta name="text:link2 url" content="/">
  31. <meta name="text:link3" content="">
  32. <meta name="text:link3 url" content="/">
  33. <meta name="text:link4" content="">
  34. <meta name="text:link4 url" content="/">
  35. <meta name="text:link5" content="">
  36. <meta name="text:link5 url" content="/">
  37. <meta name="text:link6" content="">
  38. <meta name="text:link6 url" content="/">
  39. <meta name="text:link7" content="">
  40. <meta name="text:link7 url" content="/">
  41. <meta name="text:link8" content="">
  42. <meta name="text:link8 url" content="/">
  43. <meta name="text:link9" content="">
  44. <meta name="text:link9 url" content="/">
  45.  
  46. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  47. <script type="text/javascript">
  48. $(document).ready(function() {
  49. $("#select1").click(function() {
  50. if ($('#description').is(":hidden")) {
  51. $('#description').show(500);
  52. document.getElementById('select1');
  53. } else {
  54. $("#description").hide(500);
  55. document.getElementById('select1');
  56. }
  57. });
  58. });
  59. </script>
  60. <script type="text/javascript">
  61. $(document).ready(function() {
  62. $("#select2").click(function() {
  63. if ($('#ask').is(":hidden")) {
  64. $('#ask').show(500);
  65. document.getElementById('select2');
  66. } else {
  67. $("#ask").hide(500);
  68. document.getElementById('select2');
  69. }
  70. });
  71. });
  72. </script>
  73. <script type="text/javascript">
  74. $(document).ready(function() {
  75. $("#select3").click(function() {
  76. if ($('#links').is(":hidden")) {
  77. $('#links').show(500);
  78. document.getElementById('select3');
  79. } else {
  80. $("#links").hide(500);
  81. document.getElementById('select3');
  82. }
  83. });
  84. });
  85. </script>
  86.  
  87. <style type="text/css">
  88.  
  89.  
  90. /* BASIC PAGE INFO */
  91.  
  92. body {
  93. margin:0px;
  94. padding:0px;
  95. font-size:10px;
  96. font-family:trebuchet, sans-serif;
  97. font-weight:200;
  98. background:{color:background};
  99. line height:110%;
  100. letter-spacing:1px;
  101. color:{color:text};
  102. }
  103.  
  104. a {
  105. text-decoration:none;
  106. color:{color:link};
  107. }
  108.  
  109. a:hover {
  110. text-decoration:none;
  111. color:{color:linkhover};
  112. }
  113.  
  114. blockquote {
  115. padding-left:5px;
  116. border-left:2px solid;
  117. color:{color:blockquote};
  118. word-wrap: break-word;
  119. }
  120.  
  121.  
  122. /* SIDEBAR INFO */
  123.  
  124. #sidebar {
  125. position:fixed;
  126. left:175px;
  127. top:120px;
  128. width:200px;
  129. height:auto;
  130. }
  131. #title{
  132. width:200px;
  133. margin-right:auto;
  134. margin-left:auto;
  135. margin-top:5px;
  136. text-align:center;
  137. color:{color:title};
  138. font-size:16px;
  139. font-family:'abril fatface';
  140. }
  141. #sidebar img {
  142. width:194px;
  143. margin-right:auto;
  144. margin-left:auto;
  145. margin-top:5px;
  146. text-align:center;
  147. padding:2px;
  148. border:1px solid gray;
  149. }
  150. #selectionholder {
  151. margin-top:2px;
  152. margin-right:auto;
  153. margin-left:auto;
  154. width:200px;
  155. text-align:center;
  156. }
  157. #select1 {
  158. margin:10px;
  159. width:40px;
  160. height:auto;
  161. font-family:'rochester';
  162. text-align:center;
  163. display:inline-block;
  164. font-size:14px;
  165. border-bottom:1px dotted #dedede;
  166. }
  167. #select2 {
  168. margin:10px;
  169. width:40px;
  170. height:auto;
  171. font-family:'rochester';
  172. text-align:center;
  173. display:inline-block;
  174. font-size:14px;
  175. border-bottom:1px dotted #dedede;
  176. }
  177. #select3 {
  178. margin:10px;
  179. width:40px;
  180. height:auto;
  181. font-family:'rochester';
  182. text-align:center;
  183. display:inline-block;
  184. font-size:14px;
  185. border-bottom:1px dotted #dedede;
  186. }
  187.  
  188. #links {
  189. width:198px;
  190. margin-right:auto;
  191. margin-left:auto;
  192. text-align:center;
  193. border:1px solid #efefef;
  194. display:none;
  195. }
  196. #links a{
  197. width:54px;
  198. padding:2px;
  199. margin:2px;
  200. display:inline-block;
  201. color:{color:link};
  202. -o-transition: all .5s ease-in-out;
  203. -webkit-transition: all .5s ease-in-out;
  204. -moz-transition: all .5s ease-in-out;
  205. }
  206. #links a:hover{
  207. color:white;
  208. background-color:{color:linkhover};
  209. -o-transition: all .5s ease-in-out;
  210. -webkit-transition: all .5s ease-in-out;
  211. -moz-transition: all .5s ease-in-out;
  212. }
  213. #description {
  214. width:188px;
  215. padding:5px;
  216. margin-right:auto;
  217. margin-left:auto;
  218. text-align:center;
  219. display:none;
  220. border:1px solid #efefef;
  221. }
  222. #ask {
  223. width:196px;
  224. padding:2px;
  225. margin-right:auto;
  226. margin-left:auto;
  227. text-align:center;
  228. display:none;
  229. }
  230. #pagination {
  231. width:10px;
  232. margin-left:205px;
  233. margin-top:-12%;
  234. text-align:center;
  235. font-size:8px;
  236. }
  237.  
  238. /* POST INFO */
  239.  
  240. #container {
  241. margin-top:20px;
  242. margin-bottom:20px;
  243. margin-left:500px;
  244. width:500px;
  245. }
  246.  
  247. .entry {
  248. float:left;
  249. position:relative;
  250. width:500px;
  251. padding:10px;
  252. margin-bottom:20px;
  253. }
  254.  
  255. img {
  256. max-width:100%;
  257. }
  258.  
  259. h1 {
  260. text-align:center;
  261. font-size:12px;
  262. color:{color:title};
  263. }
  264.  
  265. #portrait img {
  266. float:left;
  267. margin-right:5px;
  268. }
  269.  
  270. #permalink {
  271. text-align:center;
  272. border-top:1px dotted {color:border};
  273. position:relative;
  274. margin-top:8px;
  275. padding-top:8px;
  276. }
  277.  
  278.  
  279. #credit a {
  280. display:inline-block;
  281. width:40px;
  282. background-color:#fff;
  283. color:gray;
  284. text-decoration:none;
  285. border-right:1px solid;
  286. border-left: 1px solid;
  287. border-color:#878787;
  288. padding: 4px 0px 4px 0px;
  289. -o-transition: all 1s ease-out;
  290. -webkit-transition: all 1s ease-out;
  291. -moz-transition: all 1s ease-out;
  292. }
  293.  
  294. #credit a:hover {
  295. background-color:#667371;
  296. color:#fff;
  297. border-color:#fff;
  298. -o-transition: all 1s ease-out;
  299. -webkit-transition: all 1s ease-out;
  300. -moz-transition: all 1s ease-out;
  301. }
  302.  
  303. #credit {
  304. display:inline-block;
  305. font-size:10px;
  306. font-family: calibri;
  307. text-align:center;
  308. letter-spacing:1px;
  309. width:40px;
  310. height:15px;
  311. position: fixed;
  312. padding-top:1px;
  313. right:25px;
  314. bottom:10px;
  315.  
  316. }
  317. </style>
  318.  
  319. </head>
  320.  
  321. <body>
  322.  
  323. <!--- SIDEBAR --->
  324.  
  325. <div id="sidebar">
  326. <div id="title">{Title}</div>
  327. <img src="{image:sidebar}">
  328. <div id="pagination">
  329. {block:PreviousPage}<a href="{PreviousPage}">▲</a>{/block:PreviousPage}{block:NextPage}<br><a href="{NextPage}">▼</a>{/block:NextPage}
  330. </div><!-- end of div "pagination" -->
  331. <div id="selectionholder">
  332. <div id="select1">about</div>
  333. <div id="select2">ask</div>
  334. <div id="select3">navi</div>
  335. </div><!-- end of div "selectionholder" -->
  336. <div id="description">{description}</div>
  337. <div id="links">
  338. <a href="{text:link1 url}">{text:link1}</a>
  339. <a href="{text:link2 url}">{text:link2}</a>
  340. <a href="{text:link3 url}">{text:link3}</a>
  341. <a href="{text:link4 url}">{text:link4}</a>
  342. <a href="{text:link5 url}">{text:link5}</a>
  343. <a href="{text:link6 url}">{text:link6}</a>
  344. <a href="{text:link7 url}">{text:link7}</a>
  345. <a href="{text:link8 url}">{text:link8}</a>
  346. <a href="{text:link9 url}">{text:link9}</a>
  347. </div><!-- end of div "links" -->
  348. <div id="ask">
  349. <iframe frameborder="0" height="250px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/starlightauriel.tumblr.com" width="192px" style="background-color: transparent; overflow: hidden;"></iframe>
  350. </div><!-- end of div "ask" -->
  351. </div><!-- end of div "sidebar" -->
  352.  
  353. <!--- POSTS --->
  354.  
  355. <div id="container">
  356. {block:posts}
  357. <div class="entry">
  358.  
  359. {block:text}
  360. <h1>{block:title}{title}{/block:title}</h1>
  361. {body}
  362. {/block:text}
  363.  
  364. {block:Photo}
  365. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  366. {block:Caption}{Caption}{/block:Caption}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. {Photoset-500}
  371. {block:Caption}{Caption}{/block:Caption}
  372. {/block:Photoset}
  373.  
  374. {block:Quote}
  375. {Quote}
  376. {block:Source}<br>—{Source}{/block:Source}
  377. {/block:Quote}
  378.  
  379. {block:Link}
  380. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  381. {block:Description}{Description}{/block:Description}
  382. {/block:Link}
  383.  
  384. {block:Chat}
  385. {block:Title}<h1>{Title}</h1>{/block:Title}
  386. {block:Lines}
  387. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  388. {/block:Lines}
  389. {/block:Chat}
  390.  
  391. {block:Audio}
  392. {AudioPlayerWhite}
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Audio}
  395.  
  396. {block:Video}
  397. {Video-500}
  398. {block:Caption}{Caption}{/block:Caption}
  399. {/block:Video}
  400.  
  401. {block:Answer}
  402. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  403. {Asker}:<br>"{Question}"<p>{Answer}
  404. {/block:Answer}
  405.  
  406. <!--- POST INFO --->
  407.  
  408. <div id="permalink">
  409. {block:Date}{TimeAgo}{/block:Date} - <a href="{PermaLink}">{NoteCountWithLabel}</a> - <a href="{ReblogUrl}" target="_blank">➥ Reblog</a>
  410.  
  411. {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
  412. {/block:rebloggedfrom}
  413.  
  414. <br>{block:hastags}{block:tags} #<a href="{tagurl}">{tag}</a>{/block:tags}
  415. {/block:hastags}
  416. </div><!-- end of div "permalink" -->
  417.  
  418. </div><!-- end of class "entry" -->
  419.  
  420. {/block:posts}
  421. {block:postnotes}{postnotes}{/block:postnotes}
  422. {/block:posts}
  423.  
  424. </div><!-- end of div "container" -->
  425.  
  426.  
  427.  
  428. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  429. -------------------- remove the credit on my stuff -----------------------
  430. ------------------------------------------------------------------------->
  431.  
  432.  
  433. <div id="credit">
  434. <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>
  435. </div>
  436.  
  437. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment