e-law-ise

A's Themes 01

Mar 14th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!------------------------------------------------------------------------
  15. ----------------- Theme by Adrienne Law (ladymirkwoods) --------------------
  16. --------------------Give credit where credit is due------------------------------------------------------------------------------------------------>
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#838282"/>
  20. <meta name="color:link" content="#e2bfde"/>
  21. <meta name="color:link hover" content="#e0e0e0"/>
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:link1" content="">
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="">
  28. <meta name="text:link2 url" content="/">
  29. <meta name="text:link3" content="">
  30. <meta name="text:link3 url" content="/">
  31. <meta name="text:link4" content="">
  32. <meta name="text:link4 url" content="/">
  33.  
  34. <style type="text/css">
  35.  
  36. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  37.  
  38. body {
  39. background:{color:background};
  40. margin:0px;
  41. color:{color:text};
  42. font-family:arial;
  43. font-size:10px;
  44. line-height:100%;
  45. font-style: none;
  46. }
  47.  
  48. a:link, a:visited, a:active {
  49. color: {color:link};
  50. text-decoration: none;
  51. font-weight: normal;
  52. }
  53.  
  54. a:hover {
  55. color: {color:link hover};
  56. text-decoration: none;
  57. font-weight: normal;
  58. }
  59.  
  60. #entries {
  61. position:relative;
  62. float:left;
  63. width:522px;
  64. top:5px;
  65. text-align:justify;
  66. left:530px;
  67. padding:40px;
  68. }
  69.  
  70. #post {
  71. margin-bottom:25px;
  72. width:500px;
  73. padding-bottom:5px;
  74. background-color: {color:background};
  75. }
  76.  
  77. #entries .perma a{overflow:hidden;}
  78. #entries .perma{
  79. margin-left:463px;
  80. padding: 5px;
  81. position: absolute;
  82. font-family: arial;
  83. text-transform: uppercase;
  84. font-size: 8px;
  85. line-height: 10px;
  86. letter-spacing: 1px;
  87. text-align:left;
  88. overflow:hidden;
  89. opacity: 0.0;
  90. background-color:transparent;
  91. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  92. transition-duration: 0.8s; -o-transition-duration: 0.8s;
  93. }
  94. #entries:hover .perma{
  95. margin-left:463px; overflow:visible; opacity: 1;
  96. -webkit-transition: all .3s linear; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear;
  97. }
  98.  
  99. #pagination {
  100. text-align:center;
  101. font-size:20px;
  102. margin-bottom:2px;
  103. text-transform:none;
  104. font-style:none;
  105. text-transform: lowercase;
  106. }
  107.  
  108.  
  109. /* Sidebar Code */
  110.  
  111. #sidebar {
  112. display:inline-block;
  113. width:264px;
  114. height:330px;
  115. position:fixed;
  116. margin-left:200px;
  117. margin-top:125px;
  118. padding:5px;
  119. border:1px solid #030352;
  120. background-color:white ;
  121.  
  122. }
  123.  
  124. #sidebarimage {
  125. width 264px;
  126. }
  127.  
  128. #sidebarimage img {
  129. width:264px;
  130. }
  131.  
  132.  
  133.  
  134. #sidebar:hover #sidebarimage {
  135. opacity:.4;
  136. -o-transition: all 0.5s ease-in-out;
  137. -webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. }
  140. #sidebar:hover #displaytitle {
  141. opacity:1;
  142. -o-transition: all 0.5s ease-in-out;
  143. -webkit-transition: all 0.5s ease-in-out;
  144. -moz-transition: all 0.5s ease-in-out;
  145. }
  146.  
  147. #sidebar:hover #displaydescription {
  148. opacity:1;
  149. -o-transition: all 0.5s ease-in-out;
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. }
  153.  
  154. #sidebar:hover #displaylinks {
  155. opacity:0.9;
  156. -o-transition: all 0.5s ease-out;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. }
  160.  
  161.  
  162. #displaydescription {
  163. display:block;
  164. width:264px;
  165. height:auto;
  166. opacity:0;
  167. padding:5px 0px 10px 0px;
  168. font-family:calibri;
  169. font-size:8px;
  170. letter-spacing:2px;
  171. text-align:center;
  172. text-transform:uppercase;
  173. margin-top:135px;
  174. z-index:100000000000000000000;
  175. -o-transition: all 0.5s ease-out;
  176. -webkit-transition: all 0.5s ease-out;
  177. -moz-transition: all 0.5s ease-out;
  178. }
  179.  
  180. #displaylinks {
  181. display:inline-block;
  182. width:264px;
  183. opacity:0;
  184. padding:2px 0px 2px 0px;
  185. background-color:none;
  186. font-family:calibri;
  187. font-size:10px;
  188. letter-spacing:2px;
  189. text-align:center;
  190. text-transform:uppercase;
  191. margin-top:120px;
  192. z-index:10000000000000000000000000000000000000000000000;
  193. -o-transition: all 0.5s ease-out;
  194. -webkit-transition: all 0.5s ease-out;
  195. -moz-transition: all 0.5s ease-out;
  196. }
  197.  
  198. #displaylinks a {
  199. text-decoration:none;
  200. color:#545454;
  201. padding:0px 2px 0px 2px;
  202. -o-transition: all 0.5s ease-out;
  203. -webkit-transition: all 0.5s ease-out;
  204. -moz-transition: all 0.5s ease-out;
  205. }
  206.  
  207. #displaylinks a:hover {
  208. color:#652a2a;
  209. letter-spacing:5px;
  210. -o-transition: all 0.5s ease-out;
  211. -webkit-transition: all 0.5s ease-out;
  212. - -moz-transition: all 0.5s ease-out;
  213. }
  214.  
  215. #displaytitle {
  216. display:block;
  217. width:264px;
  218. height:15px;
  219. opacity:0;
  220. padding:5px 0px 5px 0px;
  221. font-family:calibri;
  222. font-size:14px;
  223. font-style:italic;
  224. letter-spacing:2px;
  225. text-align:center;
  226. text-transform:uppercase;
  227. z-index:100000000000000000000;
  228. margin-top:-360px;
  229. -o-transition: all 0.5s ease-out;
  230. -webkit-transition: all 0.5s ease-out;
  231. -moz-transition: all 0.5s ease-out;
  232. }
  233.  
  234.  
  235. /* Post Info Code */
  236.  
  237. #info {
  238. text-transform:lowercase;
  239. font-style:none;
  240. font-size: 9px;
  241. width:500px;
  242. color:{color:text};
  243. border-bottom:1px solid #E6E6E6;
  244. border-top:1px solid #E6E6E6;
  245. text-align:center;
  246. padding-top:10px;
  247. padding-bottom:8px;
  248. margin-top:-48px;
  249. margin-bottom:25px;
  250. }
  251.  
  252. #info a:link {
  253. color:{color:link};
  254. }
  255.  
  256. #info a:hover {
  257. color:{color:link hover};
  258. }
  259.  
  260.  
  261. #ask {
  262. float:left;
  263. margin-right:5px;
  264. }
  265.  
  266.  
  267. #credit a {
  268. display:inline-block;
  269. width:40px;
  270. background-color:#fff;
  271. color:gray;
  272. text-decoration:none;
  273. border-right:1px solid;
  274. border-left: 1px solid;
  275. border-color:#878787;
  276. padding: 4px 0px 4px 0px;
  277. -o-transition: all 1s ease-out;
  278. -webkit-transition: all 1s ease-out;
  279. -moz-transition: all 1s ease-out;
  280. }
  281.  
  282. #credit a:hover {
  283. background-color:#667371;
  284. color:#fff;
  285. border-color:#fff;
  286. -o-transition: all 1s ease-out;
  287. -webkit-transition: all 1s ease-out;
  288. -moz-transition: all 1s ease-out;
  289. }
  290.  
  291. #credit {
  292. display:inline-block;
  293. font-size:10px;
  294. font-family: calibri;
  295. text-align:center;
  296. letter-spacing:1px;
  297. width:40px;
  298. height:15px;
  299. position: fixed;
  300. padding-top:1px;
  301. right:25px;
  302. bottom:10px;
  303.  
  304. }
  305.  
  306. {CustomCSS}</style>
  307.  
  308.  
  309. </head><body>
  310.  
  311.  
  312. <!---- SIDEBAR ----->
  313. <div id="sidebar">
  314. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  315. <div id="displaytitle">{Title}</div>
  316. <div id="displaylinks">
  317. <div style="background-color:white; padding: 2px 0px 2px 0px;"><a href="{text:link1 url}">{text:link1}</a></div></p>
  318. <div style="background-color:white; padding: 2px 0px 2px 0px;"><a href="{text:link2 url}">{text:link2}</a></div></p>
  319. <div style="background-color:white; padding: 2px 0px 2px 0px;"><a href="{text:link3 url}">{text:link3}</a></div></p>
  320. <div style="background-color:white; padding: 2px 0px 2px 0px;"><a href="{text:link4 url}">{text:link4}</a></div>
  321. </div>
  322. <div id="displaydescription">
  323. {description}
  324. </div>
  325.  
  326. <!---- NEXT BUTTON ----->
  327. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇍</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">⇏</a>{/block:NextPage}{/block:Pagination}</div>
  328.  
  329. </div>
  330. </div>
  331. </div>
  332.  
  333.  
  334.  
  335.  
  336. <!---- POSTS ----->
  337.  
  338. <div id="entries">{block:Posts}
  339. {block:ContentSource}
  340. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  341. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  342. {/block:SourceLogo}
  343. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  344. {/block:ContentSource}
  345.  
  346.  
  347. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  348.  
  349. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  350.  
  351. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  352.  
  353. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  354.  
  355. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  356.  
  357. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  358.  
  359. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  360.  
  361. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  362.  
  363. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  364.  
  365. <p></p><div style="font-size:15px;padding-top:10px"><div class=”perma”><a href="{reblogurl}" title="reblog">⇋</a></div><div id="post"></div>
  366.  
  367. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  368. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  369. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  370. </div>
  371. </div>
  372. {block:PostNotes}{PostNotes}{/block:PostNotes}
  373. {/block:Posts}
  374. </div>
  375.  
  376.  
  377.  
  378. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  379. -------------------- remove the credit on my stuff -----------------------
  380. ------------------------------------------------------------------------->
  381.  
  382.  
  383. <div id="credit">
  384. <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>
  385. </div>
  386.  
  387. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment