Advertisement
e-law-ise

A's Theme 09

Apr 24th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.56 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. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  18. <style>
  19. div#qTip {
  20. padding: 3px; /*change room around text here*/
  21. display: none;
  22. text-align: center;
  23. position: absolute; /*important*/
  24. font-size:7px; /*change text size here*/
  25. line-height:9px; /*change height of box here*/
  26. font-family:cambria; /*change font here*/
  27. z-index: 100000000000000000000000000000000000000000;
  28. /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
  29. border: 1px solid #7E7F80; /*edit border here*/
  30. background-color:#ffffff; /*edit background color here*/
  31. color: {color:text};
  32. text-transform:uppercase;
  33. letter-spacing: 1px;
  34. }
  35. </style>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic|Pacifico' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40. <meta name="image:sidebar" content=""/>
  41. <meta name="color:Background" content=""/>
  42. <meta name="color:Title" content=""/>
  43. <meta name="color:Blockquote" content=""/>
  44. <meta name="color:Text" content=""/>
  45. <meta name="color:Border" content=""/>
  46. <meta name="color:Link" content=""/>
  47. <meta name="color:Linkhover" content=""/>
  48.  
  49. <meta name="text:link1" content="">
  50. <meta name="text:link1 url" content="/">
  51. <meta name="text:link2" content="">
  52. <meta name="text:link2 url" content="/">
  53. <meta name="text:link3" content="">
  54. <meta name="text:link3 url" content="/">
  55. <meta name="text:link4" content="">
  56. <meta name="text:link4 url" content="/">
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  64.  
  65. body {
  66. margin:0px;
  67. padding:0px;
  68. font-size:10px;
  69. font-family: 'cuprum';
  70. font-weight:300;
  71. background:{color:background};
  72. line height:110%;
  73. letter-spacing:1px;
  74. color:{color:text};
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:3px solid;
  80. color: {color:Blockquote};
  81. }
  82.  
  83. a {
  84. text-decoration: none;
  85. color: {color:Link};
  86. }
  87.  
  88. a:hover {
  89. text-decoration:none;
  90. color:{color:Linkhover};
  91. }
  92.  
  93.  
  94.  
  95. /* sidebar code */
  96.  
  97. #sidebar {
  98. display:inline;
  99. position: fixed;
  100. margin-top:180px;
  101. margin-left:220px;
  102. width:auto;
  103. height:auto;
  104. background-color:white;
  105. z-index:10000000;
  106. }
  107. #sidebarimage {
  108. margin-left:center;
  109. margin-right:center;
  110. margin-top:0px;
  111. width:220px;
  112. padding:5px 5px 3px 5px;
  113. border:1px solid {color:border};
  114. background-color:white;
  115. z-index:100000000;
  116. -o-transition: all 1s linear;
  117. -webkit-transition: all 1s linear;
  118. -moz-transition: all 1s linear;
  119. }
  120. #sidebarimage img {
  121. width:220px;
  122. z-index:100000000;
  123. }
  124. #sidebar:hover #sidebarimage {
  125. opacity:.4;
  126. -o-transition: all 1s linear;
  127. -webkit-transition: all 1s linear;
  128. -moz-transition: all 1s linear;
  129. }
  130.  
  131.  
  132.  
  133. #title {
  134. z-index: 9999999999999999;
  135. top: 170px;
  136. left: 220px;
  137. font-size: 20px;
  138. width: 220px;
  139. text-align: right;
  140. position:fixed;
  141. font-family: 'pacifico';
  142. color: {color:Title};
  143. }
  144.  
  145. #description {
  146. top:210px;
  147. position:fixed;
  148. width: 200px;
  149. left:231px;
  150. text-align: center;
  151. padding:5px;
  152. opacity:0;
  153. -o-transition: all 1s linear;
  154. -webkit-transition: all 1s linear;
  155. -moz-transition: all 1s linear;
  156. }
  157. #sidebar:hover #description{
  158. opacity:.8;
  159. -o-transition: all 1s linear;
  160. -webkit-transition: all 1s linear;
  161. -moz-transition: all 1s linear;
  162. }
  163.  
  164. #links{
  165. height:150px;
  166. width:100px;
  167. text-align:right;
  168. position:fixed;
  169. top:212px;
  170. left:120px;
  171. font-size:10px;
  172. }
  173.  
  174. #links a{
  175. display:inline-block;
  176. text-decoration:none;
  177. height:8px;
  178. color:white;
  179. background-color:{color:Link};
  180. padding:2px;
  181. margin-bottom:14px;
  182. text-align:left;
  183. width:10px;
  184. overflow:hidden;
  185. border-left:1px solid {color:link};
  186. border-top:1px solid {color:link};
  187. border-bottom:1px solid {color:link};
  188. -o-transition: all 1s linear;
  189. -webkit-transition: all 1s linear;
  190. -moz-transition: all 1s linear;
  191. }
  192.  
  193. #links a:hover{
  194. width:75px;
  195. -o-transition: all 1s linear;
  196. -webkit-transition: all 1s linear;
  197. -moz-transition: all 1s linear;
  198. }
  199.  
  200.  
  201. /* Post Info Code */
  202.  
  203. #container {
  204. margin-top: 20px;
  205. margin-bottom: 20px;
  206. margin-left: 520px;
  207. width: 500px;
  208. }
  209.  
  210. .entry {
  211. float:left;
  212. position: relative;
  213. width:500px;
  214. padding: 10px;
  215. margin-bottom:20px;
  216. }
  217.  
  218. .postinfo {
  219. -o-transition: all 1s ease-out;
  220. -webkit-transition: all 1s ease-out;
  221. -moz-transition: all 1s ease-out;
  222. }
  223. .postinfo:hover #permalink {
  224. opacity:1;
  225. -o-transition: all 1s ease-out;
  226. -webkit-transition: all 1s ease-out;
  227. -moz-transition: all 1s ease-out;
  228. }
  229.  
  230. img {
  231. max-width: 100%;
  232. }
  233.  
  234. h1 {
  235. text-align: center;
  236. font-size: 15px;
  237. color: {color:Title};
  238. }
  239.  
  240. #pagination {
  241. position: fixed;
  242. margin-top: 4px;
  243. left:344px;
  244. z-index:99999;
  245. width:100px;
  246. text-align:right;
  247. }
  248.  
  249. #portrait img {
  250. float: left;
  251. margin-right: 5px;
  252. }
  253.  
  254. #permalink {
  255. text-align: left;
  256. border-top: 1px solid {color:Border};
  257. position: relative;
  258. margin-top: 5px;
  259. padding-top: 5px;
  260. opacity:0;
  261. }
  262.  
  263. #credit a {
  264. display:inline-block;
  265. width:40px;
  266. background-color:#fff;
  267. color:gray;
  268. text-decoration:none;
  269. border-right:1px solid;
  270. border-left: 1px solid;
  271. border-color:#878787;
  272. padding: 4px 0px 4px 0px;
  273. -o-transition: all 1s ease-out;
  274. -webkit-transition: all 1s ease-out;
  275. -moz-transition: all 1s ease-out;
  276. }
  277.  
  278. #credit a:hover {
  279. background-color:#667371;
  280. color:#fff;
  281. border-color:#fff;
  282. -o-transition: all 1s ease-out;
  283. -webkit-transition: all 1s ease-out;
  284. -moz-transition: all 1s ease-out;
  285. }
  286.  
  287. #credit {
  288. display:inline-block;
  289. font-size:10px;
  290. font-family: calibri;
  291. text-align:center;
  292. letter-spacing:1px;
  293. width:40px;
  294. height:15px;
  295. position: fixed;
  296. padding-top:1px;
  297. right:25px;
  298. bottom:10px;
  299.  
  300. }
  301.  
  302. iframe#tumblr_controls {
  303. top: 0% !important;
  304. right:0% !important;
  305. opacity:0.3;
  306. position: fixed !important;
  307. filter:alpha(opacity=100);
  308. -webkit-transition: all 0.7s ease;
  309. -moz-transition: all 0.7s ease;
  310. -o-transition: all 0.7s ease;
  311. }
  312. iframe#tumblr_controls:hover{
  313. top: 0% !important;
  314. right:0% !important;
  315. opacity:0.8;
  316. position: fixed !important;
  317. filter:alpha(opacity=100);
  318. -webkit-transition: all 0.7s ease;
  319. -moz-transition: all 0.7s ease;
  320. -o-transition: all 0.7s ease;
  321. }
  322.  
  323. </style>
  324.  
  325. </head>
  326.  
  327. <body>
  328.  
  329.  
  330.  
  331. <!--- TITLE --->
  332. <div id="title">{Title}</div>
  333.  
  334. <!--- SIDEBAR --->
  335.  
  336. <div id="sidebar">
  337. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  338.  
  339. <!--- NEXT BUTTON --->
  340.  
  341. <div id="pagination">
  342. {block:PreviousPage}<a href="{PreviousPage}">back</a> - {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  343. </div>
  344.  
  345. <!--- DESCRIPTION --->
  346. <div id="description">{Description}</div>
  347.  
  348. <!--- LINKS --->
  349. <div id="links">
  350. <a href="/">I. Home</a><br>
  351. <a href="{text:link1 url}">II. {text:link1}</a><br>
  352. <a href="{text:link2 url}">III. {text:link2}</a><br>
  353. <a href="{text:link3 url}">IV. {text:link3}</a><br>
  354. <a href="{text:link4 url}">V. {text:link4}</a>
  355. </div>
  356. </div>
  357.  
  358. <!--- POSTS --->
  359.  
  360. <div id="container">
  361. {block:Posts}
  362. <div class="entry"><div class="postinfo">
  363.  
  364.  
  365. {block:Text}
  366. <h1>{block:Title}{Title}{/block:Title}</h1>
  367. {Body}
  368. {/block:Text}
  369.  
  370. {block:Photo}
  371. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  372. {block:Caption}{Caption}{/block:Caption}
  373. {/block:Photo}
  374.  
  375. {block:Photoset}
  376. {Photoset-500}
  377. {block:Caption}{Caption}{/block:Caption}
  378. {/block:Photoset}
  379.  
  380. {block:Quote}
  381. {Quote}
  382. {block:Source}<br>—{Source}{/block:Source}
  383. {/block:Quote}
  384.  
  385. {block:Link}
  386. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  387. {block:Description}{Description}{/block:Description}
  388. {/block:Link}
  389.  
  390. {block:Chat}
  391. {block:Title}<h1>{Title}</h1>{/block:Title}
  392. {block:Lines}
  393. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  394. {/block:Lines}
  395. {/block:Chat}
  396.  
  397. {block:Audio}
  398. {AudioPlayerWhite}
  399. {block:Caption}{Caption}{/block:Caption}
  400. {/block:Audio}
  401.  
  402. {block:Video}
  403. {Video-500}
  404. {block:Caption}{Caption}{/block:Caption}
  405. {/block:Video}
  406.  
  407. {block:Answer}
  408. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  409. {Asker}:<br>"{Question}"<p>{Answer}
  410. {/block:Answer}
  411.  
  412.  
  413.  
  414. <div id="permalink">
  415. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  416. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  417.  
  418. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  419.  
  420. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  421. </div>
  422.  
  423. </div>
  424. </div> <!-- /div entry --->
  425.  
  426. {/block:Posts}
  427.  
  428. {block:PostNotes}{PostNotes}{/block:PostNotes}
  429. {/block:Posts}
  430.  
  431. </div><!-- /div container --->
  432.  
  433.  
  434.  
  435.  
  436. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  437. -------------------- remove the credit on my stuff -----------------------
  438. ------------------------------------------------------------------------->
  439.  
  440.  
  441. <div id="credit">
  442. <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>
  443. </div>
  444.  
  445. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement