e-law-ise

A's Theme 13

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