Advertisement
e-law-ise

A's Theme 07

Apr 23rd, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 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 (starlightauriel) --------------------
  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=Exo:200|Lobster' 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: 'Exo',sans-serif;
  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:150px;
  101. margin-left:250px;
  102. width:auto;
  103. height:223px;
  104. background-color:white;
  105. z-index:10000000;
  106. border-top:1px solid {color:border};
  107. }
  108. #sidebarimage {
  109. margin-left:center;
  110. margin-right:center;
  111. margin-top:0px;
  112. height:200px;
  113. padding:15px 0px 8px 0px;
  114. border-bottom:1px solid {color:border};
  115. }
  116. #sidebarimage img {
  117. height:200px;
  118. }
  119.  
  120.  
  121.  
  122. #title {
  123. z-index: 99999;
  124. top: 156px;
  125. left: 250px;
  126. background:white;
  127. font-size: 20px;
  128. width: auto;
  129. text-align: left;
  130. position:fixed;
  131. font-family: 'Lobster';
  132. font-style:bold;
  133. color: {color:Title};
  134. }
  135.  
  136. #description {
  137. margin-top:14px;
  138. width: 180px;
  139. margin-left:auto;
  140. margin-right:auto;
  141. text-align: center;
  142. opacity:1;
  143. }
  144.  
  145. #links{
  146. height:150px;
  147. width:40px;
  148. text-align:right;
  149. position:fixed;
  150. top:210px;
  151. left:220px;
  152. opacity:0;
  153. -o-transition: all 1s ease-out;
  154. -webkit-transition: all 1s ease-out;
  155. -moz-transition: all 1s ease-out;
  156. }
  157. #sidebar:hover #links {
  158. opacity:1;
  159. left:190px;
  160. -o-transition: all 1s ease-out;
  161. -webkit-transition: all 1s ease-out;
  162. -moz-transition: all 1s ease-out;
  163. }
  164.  
  165. #links a{
  166. display:inline-block;
  167. text-decoration:none;
  168. width:40px;
  169. height:12px;
  170. color:{color:Link};
  171. padding:2px;
  172. margin-bottom:25px;
  173. text-align:right;
  174. -o-transition: all 1s ease-out;
  175. -webkit-transition: all 1s ease-out;
  176. -moz-transition: all 1s ease-out;
  177. }
  178.  
  179. #links a:hover{
  180. color:{color:Linkhover};
  181. letter-spacing:5px;
  182. -o-transition: all 1s ease-out;
  183. -webkit-transition: all 1s ease-out;
  184. -moz-transition: all 1s ease-out;
  185. }
  186.  
  187.  
  188. /* Post Info Code */
  189.  
  190. #container {
  191. margin-top: 20px;
  192. margin-bottom: 20px;
  193. margin-left: 520px;
  194. width: 500px;
  195. }
  196.  
  197. .entry {
  198. float:left;
  199. position: relative;
  200. width:500px;
  201. padding: 10px;
  202. margin-bottom:20px;
  203. }
  204.  
  205. .postinfo {
  206. -o-transition: all 1s ease-out;
  207. -webkit-transition: all 1s ease-out;
  208. -moz-transition: all 1s ease-out;
  209. }
  210. .postinfo:hover #permalink {
  211. opacity:1;
  212. -o-transition: all 1s ease-out;
  213. -webkit-transition: all 1s ease-out;
  214. -moz-transition: all 1s ease-out;
  215. }
  216.  
  217. img {
  218. max-width: 100%;
  219. }
  220.  
  221. h1 {
  222. text-align: center;
  223. font-size: 15px;
  224. color: {color:Title};
  225. }
  226.  
  227. #pagination {
  228. position: fixed;
  229. top: 380px;
  230. left:332px;
  231. z-index:99999;
  232. width:100px;
  233. text-align:right;
  234. }
  235.  
  236. #pagination a {
  237. display: inline-block;
  238. margin: 4px;
  239. padding:4px;
  240. text-align: right;
  241. background:white;
  242. }
  243.  
  244. #portrait img {
  245. float: left;
  246. margin-right: 5px;
  247. }
  248.  
  249. #permalink {
  250. text-align: left;
  251. border-top: 1px solid {color:Border};
  252. position: relative;
  253. margin-top: 5px;
  254. padding-top: 5px;
  255. opacity:0;
  256. }
  257.  
  258. #credit a {
  259. display:inline-block;
  260. width:40px;
  261. background-color:#fff;
  262. color:gray;
  263. text-decoration:none;
  264. border-right:1px solid;
  265. border-left: 1px solid;
  266. border-color:#878787;
  267. padding: 4px 0px 4px 0px;
  268. -o-transition: all 1s ease-out;
  269. -webkit-transition: all 1s ease-out;
  270. -moz-transition: all 1s ease-out;
  271. }
  272.  
  273. #credit a:hover {
  274. background-color:#667371;
  275. color:#fff;
  276. border-color:#fff;
  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 {
  283. display:inline-block;
  284. font-size:10px;
  285. font-family: calibri;
  286. text-align:center;
  287. letter-spacing:1px;
  288. width:40px;
  289. height:15px;
  290. position: fixed;
  291. padding-top:1px;
  292. right:25px;
  293. bottom:10px;
  294.  
  295. }
  296.  
  297. iframe#tumblr_controls {
  298. top: 0% !important;
  299. right:0% !important;
  300. opacity:0.3;
  301. position: fixed !important;
  302. filter:alpha(opacity=100);
  303. -webkit-transition: all 0.7s ease;
  304. -moz-transition: all 0.7s ease;
  305. -o-transition: all 0.7s ease;
  306. }
  307. iframe#tumblr_controls:hover{
  308. top: 0% !important;
  309. right:0% !important;
  310. opacity:0.8;
  311. position: fixed !important;
  312. filter:alpha(opacity=100);
  313. -webkit-transition: all 0.7s ease;
  314. -moz-transition: all 0.7s ease;
  315. -o-transition: all 0.7s ease;
  316. }
  317.  
  318. </style>
  319.  
  320. </head>
  321.  
  322. <body>
  323.  
  324.  
  325.  
  326.  
  327. <!--- SIDEBAR --->
  328.  
  329. <div id="sidebar">
  330. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  331.  
  332. <div id="title">{Title}</div>
  333. <div id="description">{Description}</div>
  334.  
  335. <div id="links">
  336. <a title='{text:link1}' href="{text:link1 url}">I.</a>
  337. <a title='{text:link2}' href="{text:link2 url}">II.</a>
  338. <a title='{text:link3}' href="{text:link3 url}">III.</a>
  339. <a title='{text:link4}' href="{text:link4 url}">IV.</a>
  340. </div>
  341.  
  342.  
  343. <!--- NEXT BUTTON --->
  344.  
  345. <div id="pagination">
  346. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  347. {block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}
  348. </div>
  349.  
  350.  
  351. </div>
  352.  
  353. <!--- POSTS --->
  354.  
  355. <div id="container">
  356. {block:Posts}
  357. <div class="entry"><div class="postinfo">
  358.  
  359.  
  360. {block:Text}
  361. <h1>{block:Title}{Title}{/block:Title}</h1>
  362. {Body}
  363. {/block:Text}
  364.  
  365. {block:Photo}
  366. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  367. {block:Caption}{Caption}{/block:Caption}
  368. {/block:Photo}
  369.  
  370. {block:Photoset}
  371. {Photoset-500}
  372. {block:Caption}{Caption}{/block:Caption}
  373. {/block:Photoset}
  374.  
  375. {block:Quote}
  376. {Quote}
  377. {block:Source}<br>—{Source}{/block:Source}
  378. {/block:Quote}
  379.  
  380. {block:Link}
  381. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  382. {block:Description}{Description}{/block:Description}
  383. {/block:Link}
  384.  
  385. {block:Chat}
  386. {block:Title}<h1>{Title}</h1>{/block:Title}
  387. {block:Lines}
  388. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  389. {/block:Lines}
  390. {/block:Chat}
  391.  
  392. {block:Audio}
  393. {AudioPlayerWhite}
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:Audio}
  396.  
  397. {block:Video}
  398. {Video-500}
  399. {block:Caption}{Caption}{/block:Caption}
  400. {/block:Video}
  401.  
  402. {block:Answer}
  403. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  404. {Asker}:<br>"{Question}"<p>{Answer}
  405. {/block:Answer}
  406.  
  407.  
  408.  
  409. <div id="permalink">
  410. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  411. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  412.  
  413. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  414.  
  415. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  416. </div>
  417.  
  418. </div>
  419. </div> <!-- /div entry --->
  420.  
  421. {/block:Posts}
  422.  
  423. {block:PostNotes}{PostNotes}{/block:PostNotes}
  424. {/block:Posts}
  425.  
  426. </div><!-- /div container --->
  427.  
  428.  
  429.  
  430.  
  431. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  432. -------------------- remove the credit on my stuff -----------------------
  433. ------------------------------------------------------------------------->
  434.  
  435.  
  436. <div id="credit">
  437. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://starlightauriel.tumblr.com"> ---a---</a></div>
  438. </div>
  439.  
  440. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement