e-law-ise

A's Theme 15

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