e-law-ise

A's Theme 10

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