Advertisement
e-law-ise

A's Theme 06

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