e-law-ise

A's Theme 14

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