Advertisement
e-law-ise

A's Theme 02

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