e-law-ise

A's Theme 11

May 15th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 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.  
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="color:Background" content=""/>
  19. <meta name="color:Blockquote" content=""/>
  20. <meta name="color:Title" content=""/>
  21. <meta name="color:Text" content=""/>
  22. <meta name="color:Border" content=""/>
  23. <meta name="color:Link" content=""/>
  24. <meta name="color:Linkhover" content=""/>
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34. <meta name="text:link5" content="">
  35. <meta name="text:link5 url" content="/">
  36. <meta name="text:link6" content="">
  37. <meta name="text:link6 url" content="/">
  38.  
  39. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  40. <style>
  41. div#qTip {
  42. padding: 3px; /*change room around text here*/
  43. display: none;
  44. text-align: center;
  45. position: absolute; /*important*/
  46. font-size:7px; /*change text size here*/
  47. line-height:9px; /*change height of box here*/
  48. font-family:cambria; /*change font here*/
  49. z-index: 100000000000000000000000000000000000000000;
  50. /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
  51. border: 1px solid #7E7F80; /*edit border here*/
  52. background-color:#ffffff; /*edit background color here*/
  53. color: {color:text};
  54. text-transform:uppercase;
  55. letter-spacing: 1px;
  56. }
  57. </style>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. /* BASIC PAGE INFO */
  64.  
  65. body {
  66. margin:0px;
  67. padding:0px;
  68. font-size:10px;
  69. font-family:trebuchet, sans-serif;
  70. font-weight:200;
  71. background:{color:background};
  72. line height:110%;
  73. letter-spacing:1px;
  74. color:{color:text};
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. color:{color:link};
  80. }
  81.  
  82. a:hover {
  83. text-decoration:none;
  84. color:{color:linkhover};
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. color:{color:blockquote};
  91. word-wrap: break-word;
  92. }
  93.  
  94.  
  95. /* SIDEBAR INFO */
  96.  
  97. #sidebar {
  98. position:fixed;
  99. left:300px;
  100. top:150px;
  101. width:200px;
  102. height:auto;
  103. text-align:center;
  104. background-color:{color:background};
  105. }
  106. #sidebarimage{
  107. margin-right:auto;
  108. margin-left:auto;
  109. margin-top:5px;
  110. text-align:center;
  111. }
  112. #sidebar img {
  113. width:170px;
  114. margin-right:auto;
  115. margin-left:auto;
  116. text-align:center;
  117. padding:8px;
  118. border:3px double {color:border};
  119. }
  120.  
  121. #links {
  122. margin-top:5px;
  123. text-align:center;
  124. width:200px;
  125. background:{color:background};
  126. text-transform:uppercase;
  127. }
  128. #links a {
  129. padding:5px 10px;
  130. border-bottom:1px solid {color:borders};
  131. display:block;
  132. }
  133. #links a:hover {
  134. background:{color:borders};
  135. color:{color:link};
  136. }
  137.  
  138. #description {
  139. margin-top:5px;
  140. margin-left:auto;
  141. margin-right:auto;
  142. height:auto;
  143. width:176px;
  144. padding:5px;
  145. text-align:center;
  146. overflow:hidden;
  147. z-index:1000;
  148. }
  149.  
  150. #paginationfwd {
  151. position:fixed;
  152. top:268px;
  153. left:517px;
  154. width:auto;
  155. text-align:center;
  156. font-style:italic;
  157. }
  158. #paginationback {
  159. position:fixed;
  160. top:268px;
  161. left:255px;
  162. width:auto;
  163. text-align:center;
  164. font-style:italic;
  165. }
  166.  
  167.  
  168. /* POST INFO */
  169.  
  170. #container {
  171. background-color:{color:background};
  172. margin-top:20px;
  173. margin-bottom:20px;
  174. margin-left:605px;
  175. width:500px;
  176. }
  177.  
  178. .entry {
  179. float:left;
  180. position:relative;
  181. width:500px;
  182. padding:10px;
  183. margin-bottom:20px;
  184. }
  185.  
  186. img {
  187. max-width:100%;
  188. }
  189.  
  190. h1 {
  191. text-align:center;
  192. font-size:12px;
  193. color:{color:title};
  194. }
  195.  
  196. #portrait img {
  197. float:left;
  198. margin-right:5px;
  199. }
  200.  
  201. #permalink {
  202. text-align:center;
  203. border-top:1px dotted {color:border};
  204. position:relative;
  205. margin-top:8px;
  206. padding-top:8px;
  207. }
  208.  
  209.  
  210. iframe#tumblr_controls {
  211. top: 0% !important;
  212. right:0% !important;
  213. opacity:0.3;
  214. position: fixed !important;
  215. filter:alpha(opacity=100);
  216. -webkit-transition: all 0.7s ease;
  217. -moz-transition: all 0.7s ease;
  218. -o-transition: all 0.7s ease;
  219. }
  220. iframe#tumblr_controls:hover{
  221. top: 0% !important;
  222. right:0% !important;
  223. opacity:0.8;
  224. position: fixed !important;
  225. filter:alpha(opacity=100);
  226. -webkit-transition: all 0.7s ease;
  227. -moz-transition: all 0.7s ease;
  228. -o-transition: all 0.7s ease;
  229. }
  230.  
  231. #credit a {
  232. display:inline-block;
  233. width:40px;
  234. background-color:#fff;
  235. color:gray;
  236. text-decoration:none;
  237. border-right:1px solid;
  238. border-left: 1px solid;
  239. border-color:#878787;
  240. padding: 4px 0px 4px 0px;
  241. -o-transition: all 1s ease-out;
  242. -webkit-transition: all 1s ease-out;
  243. -moz-transition: all 1s ease-out;
  244. }
  245.  
  246. #credit a:hover {
  247. background-color:#667371;
  248. color:#fff;
  249. border-color:#fff;
  250. -o-transition: all 1s ease-out;
  251. -webkit-transition: all 1s ease-out;
  252. -moz-transition: all 1s ease-out;
  253. }
  254.  
  255. #credit {
  256. display:inline-block;
  257. font-size:10px;
  258. font-family: calibri;
  259. text-align:center;
  260. letter-spacing:1px;
  261. width:40px;
  262. height:15px;
  263. position: fixed;
  264. padding-top:1px;
  265. right:25px;
  266. bottom:10px;
  267.  
  268. }
  269.  
  270. </style>
  271.  
  272. </head>
  273.  
  274. <body>
  275.  
  276. <!--- SIDEBAR --->
  277.  
  278. <div id="sidebar">
  279. <div id="sidebarimage">
  280. <img src="{image:sidebar}">
  281. </div><!-- end of div "sidebarimage" -->
  282. <div id="links">
  283. <select name="forma" onchange="location = this.options[this.selectedIndex].value;" style="width:150px;">
  284. <option value="navigate">Navigate</option>
  285. <option value="{text:link1 url}">{text:link1}</option>
  286. <option value="{text:link2 url}">{text:link2}</option>
  287. <option value="{text:link3 url}">{text:link3}</option>
  288. <option value="{text:link4 url}">{text:link4}</option>
  289. <option value="{text:link5 url}">{text:link5}</option>
  290. <option value="{text:link6 url}">{text:link6}</option>
  291. </select>
  292. </div><!-- end of div "links" -->
  293. <div id="description">{description}</div>
  294. </div><!-- end of div "sidebar" -->
  295.  
  296.  
  297. <div id="paginationfwd">
  298. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}<br>
  299. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  300. </div><!-- end of div "paginationfwd" -->
  301. <!--- POSTS --->
  302.  
  303. <div id="container">
  304. {block:posts}
  305. <div class="entry">
  306.  
  307. {block:text}
  308. <h1>{block:title}{title}{/block:title}</h1>
  309. {body}
  310. {/block:text}
  311.  
  312. {block:Photo}
  313. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  314. {block:Caption}{Caption}{/block:Caption}
  315. {/block:Photo}
  316.  
  317. {block:Photoset}
  318. {Photoset-500}
  319. {block:Caption}{Caption}{/block:Caption}
  320. {/block:Photoset}
  321.  
  322. {block:Quote}
  323. {Quote}
  324. {block:Source}<br>—{Source}{/block:Source}
  325. {/block:Quote}
  326.  
  327. {block:Link}
  328. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  329. {block:Description}{Description}{/block:Description}
  330. {/block:Link}
  331.  
  332. {block:Chat}
  333. {block:Title}<h1>{Title}</h1>{/block:Title}
  334. {block:Lines}
  335. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  336. {/block:Lines}
  337. {/block:Chat}
  338.  
  339. {block:Audio}
  340. {AudioPlayerWhite}
  341. {block:Caption}{Caption}{/block:Caption}
  342. {/block:Audio}
  343.  
  344. {block:Video}
  345. {Video-500}
  346. {block:Caption}{Caption}{/block:Caption}
  347. {/block:Video}
  348.  
  349. {block:Answer}
  350. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  351. {Asker}:<br>"{Question}"<p>{Answer}
  352. {/block:Answer}
  353.  
  354. <!--- POST INFO --->
  355.  
  356. <div id="permalink">
  357. {block:Date}{TimeAgo}{/block:Date} - <a href="{PermaLink}">{NoteCountWithLabel}</a> - <a href="{ReblogUrl}" target="_blank">➥ Reblog</a>
  358.  
  359. {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
  360. {/block:rebloggedfrom}
  361.  
  362. <br>{block:hastags}{block:tags} #<a href="{tagurl}">{tag}</a>{/block:tags}
  363. {/block:hastags}
  364. </div><!-- end of div "permalink" -->
  365.  
  366. </div><!-- end of class "entry" -->
  367.  
  368. {/block:posts}
  369. {block:postnotes}{postnotes}{/block:postnotes}
  370. {/block:posts}
  371.  
  372. </div><!-- end of div "container" -->
  373.  
  374.  
  375.  
  376. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  377. -------------------- remove the credit on my stuff -----------------------
  378. ------------------------------------------------------------------------->
  379.  
  380.  
  381. <div id="credit">
  382. <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>
  383. </div>
  384.  
  385. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment