Advertisement
e-law-ise

A's Theme 03

Mar 22nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.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. <!------------------------------------------------------------------------
  14. ----------------- Theme by Adrienne Law (ladymirkwoods) --------------------
  15. --------------------Give credit where credit is due------------------------------------------------------------------------------------------------>
  16.  
  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.  
  36. <style type="text/css">
  37.  
  38. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  39.  
  40. body {
  41. margin:0px;
  42. padding:0px;
  43. font-size:10px;
  44. font-family:calibri;
  45. font-weight:300;
  46. background:{color:background};
  47. line height:110%;
  48. letter-spacing:1px;
  49. color:{color:text};
  50. }
  51.  
  52. blockquote {
  53. padding-left:5px;
  54. border-left:3px solid;
  55. color: {color:Blockquote};
  56. }
  57.  
  58. a {
  59. text-decoration: none;
  60. color: {color:Link};
  61. }
  62.  
  63. a:hover {
  64. text-decoration:none;
  65. color:{color:Linkhover};
  66. }
  67.  
  68.  
  69.  
  70. /* sidebar code */
  71.  
  72. #sidebar {
  73. display:inline;
  74. text-align:center;
  75. position: fixed;
  76. margin-top:150px;
  77. margin-left:200px;
  78. width:230px;
  79. height:190px;
  80. border-bottom:1px solid #A7A7A8;
  81. background-color:white;
  82. z-index:10000000;
  83. }
  84. #sidebarimage {
  85. margin-left:center;
  86. margin-right:center;
  87. margin-top:-10px;
  88.  
  89. }
  90. #sidebarimage img {
  91. width:200px;
  92. }
  93.  
  94.  
  95.  
  96. #title {
  97. z-index: 99999;
  98. margin-top: 20px;
  99. margin-left: auto;
  100. margin-right:auto;
  101. font-size: 20px;
  102. width: 230px;
  103. text-align: center;
  104. color: {color:Title};
  105. }
  106.  
  107. #description {
  108. margin-top:10px;
  109. width: 230px;
  110. margin-left:auto;
  111. margin-right:auto;
  112. text-align: center;
  113. }
  114.  
  115. #links{
  116. height:40px;
  117. width:230px;
  118. text-align:center;
  119. margin-top:2px;
  120. margin-left:auto;
  121. margin-right:auto;
  122. }
  123. #links a{
  124. display:inline-block;
  125. text-decoration:none;
  126. width:100px;
  127. height:12px;
  128. color:{color:Linkhover};
  129. border:1px solid {color:Linkhover};
  130. padding:2px;
  131. margin:2px;
  132. -o-transition: all 1s ease-out;
  133. -webkit-transition: all 1s ease-out;
  134. -moz-transition: all 1s ease-out;
  135. }
  136. #links a:hover{
  137. color:#ffffff;
  138. background-color:{color:Linkhover};
  139. -o-transition: all 1s ease-out;
  140. -webkit-transition: all 1s ease-out;
  141. -moz-transition: all 1s ease-out;
  142. }
  143.  
  144.  
  145. /* Post Info Code */
  146.  
  147. #container {
  148. margin-top: 20px;
  149. margin-bottom: 20px;
  150. margin-left: 520px;
  151. width: 500px;
  152. }
  153.  
  154. .entry {
  155. float:left;
  156. position: relative;
  157. width:500px;
  158. padding: 10px;
  159. margin-bottom:20px;
  160. }
  161.  
  162. img {
  163. max-width: 100%;
  164. }
  165.  
  166. h1 {
  167. text-align: center;
  168. font-size: 15px;
  169. color: {color:Title};
  170. }
  171.  
  172. #pagination {
  173. position: relative;
  174. padding: 2px;
  175. margin-top: 10px;
  176. }
  177.  
  178. #pagination a {
  179. display: inline-block;
  180. padding: 3px 6px 3px 6px;
  181. margin: 4px;
  182. text-align: center;
  183. }
  184.  
  185. #portrait img {
  186. float: left;
  187. margin-right: 5px;
  188. }
  189.  
  190. #permalink {
  191. text-align: left;
  192. border-top: 1px solid {color:Border};
  193. position: relative;
  194. margin-top: 5px;
  195. padding-top: 5px;
  196. }
  197.  
  198. #credit a {
  199. display:inline-block;
  200. width:40px;
  201. background-color:#fff;
  202. color:gray;
  203. text-decoration:none;
  204. border-right:1px solid;
  205. border-left: 1px solid;
  206. border-color:#878787;
  207. padding: 4px 0px 4px 0px;
  208. -o-transition: all 1s ease-out;
  209. -webkit-transition: all 1s ease-out;
  210. -moz-transition: all 1s ease-out;
  211. }
  212.  
  213. #credit a:hover {
  214. background-color:#667371;
  215. color:#fff;
  216. border-color:#fff;
  217. -o-transition: all 1s ease-out;
  218. -webkit-transition: all 1s ease-out;
  219. -moz-transition: all 1s ease-out;
  220. }
  221.  
  222. #credit {
  223. display:inline-block;
  224. font-size:10px;
  225. font-family: calibri;
  226. text-align:center;
  227. letter-spacing:1px;
  228. width:40px;
  229. height:15px;
  230. position: fixed;
  231. padding-top:1px;
  232. right:25px;
  233. bottom:10px;
  234.  
  235. }
  236.  
  237. </style>
  238.  
  239. </head>
  240.  
  241. <body>
  242.  
  243.  
  244.  
  245. <!--- SIDEBAR --->
  246.  
  247. <div id="sidebar">
  248. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  249.  
  250. <div id="links">
  251. <a href="{text:link1 url}">{text:link1}</a>
  252. <a href="{text:link2 url}">{text:link2}</a>
  253. <a href="{text:link3 url}">{text:link3}</a>
  254. <a href="{text:link4 url}">{text:link4}</a>
  255. </div>
  256.  
  257. <div id="title">{Title}</div>
  258. <div id="description">{Description}</div>
  259.  
  260.  
  261. <!--- NEXT BUTTON --->
  262.  
  263. <div id="pagination">
  264. {block:PreviousPage}<a href="{PreviousPage}">backwards</a>-{/block:PreviousPage}
  265. {block:NextPage}- <a href="{NextPage}">forwards</a>{/block:NextPage}
  266. </div>
  267.  
  268. </div>
  269.  
  270.  
  271.  
  272. <!--- POSTS --->
  273.  
  274. <div id="container">
  275. {block:Posts}
  276. <div class="entry">
  277.  
  278.  
  279. {block:Text}
  280. <h1>{block:Title}{Title}{/block:Title}</h1>
  281. {Body}
  282. {/block:Text}
  283.  
  284. {block:Photo}
  285. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  286. {block:Caption}{Caption}{/block:Caption}
  287. {/block:Photo}
  288.  
  289. {block:Photoset}
  290. {Photoset-500}
  291. {block:Caption}{Caption}{/block:Caption}
  292. {/block:Photoset}
  293.  
  294. {block:Quote}
  295. {Quote}
  296. {block:Source}<br>—{Source}{/block:Source}
  297. {/block:Quote}
  298.  
  299. {block:Link}
  300. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  301. {block:Description}{Description}{/block:Description}
  302. {/block:Link}
  303.  
  304. {block:Chat}
  305. {block:Title}<h1>{Title}</h1>{/block:Title}
  306. {block:Lines}
  307. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  308. {/block:Lines}
  309. {/block:Chat}
  310.  
  311. {block:Audio}
  312. {AudioPlayerWhite}
  313. {block:Caption}{Caption}{/block:Caption}
  314. {/block:Audio}
  315.  
  316. {block:Video}
  317. {Video-500}
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:Video}
  320.  
  321. {block:Answer}
  322. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  323. {Asker}:<br>"{Question}"<p>{Answer}
  324. {/block:Answer}
  325.  
  326.  
  327.  
  328. <div id="permalink">
  329. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  330. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  331.  
  332. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  333.  
  334. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  335. </div>
  336.  
  337.  
  338.  
  339. </div> <!-- /div entry --->
  340.  
  341. {/block:Posts}
  342.  
  343. {block:PostNotes}{PostNotes}{/block:PostNotes}
  344. {/block:Posts}
  345.  
  346. </div><!-- /div container --->
  347.  
  348.  
  349.  
  350.  
  351. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  352. -------------------- remove the credit on my stuff -----------------------
  353. ------------------------------------------------------------------------->
  354.  
  355.  
  356. <div id="credit">
  357. <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>
  358. </div>
  359.  
  360. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement