e-law-ise

meow

Jul 20th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  68.  
  69. <script>
  70. $(document).ready(function(){
  71. $("#updateclick").click(function(){
  72. $("#updates").slideToggle("slow");
  73. });
  74. });
  75. </script>
  76.  
  77. <style type="text/css">
  78.  
  79. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82. background-color: #efefef;
  83. height:7px;
  84. width:5px;
  85. }
  86. ::-webkit-scrollbar-thumb:vertical #update1text{
  87. background-color: #efefef;
  88. height:7px;
  89. width:5px;
  90. }
  91. ::-webkit-scrollbar-corner {
  92. background-color: transparent;
  93. }
  94. ::-webkit-scrollbar-thumb:horizontal {
  95. background-color: #efefef; /*Change color of scroll bar*/
  96. height:5px!important;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. height:7px;
  101. width:5px;
  102. }
  103.  
  104. iframe#tumblr_controls{
  105. position:fixed !important;
  106. right:0px !important;
  107. }
  108.  
  109.  
  110. /* BASIC PAGE INFO */
  111.  
  112. body {
  113. margin:0px;
  114. padding:0px;
  115. font-size:10px;
  116. font-family:'raleway';
  117. font-weight:300;
  118. background:{color:background};
  119. line height:110%;
  120. letter-spacing:2px;
  121. color:{color:text};
  122. }
  123.  
  124. a {
  125. text-decoration:none;
  126. color:{color:link};
  127. }
  128.  
  129. a:hover {
  130. text-decoration:none;
  131. color:{color:linkhover};
  132. }
  133.  
  134. blockquote {
  135. padding-left:5px;
  136. border-left:2px solid;
  137. color:{color:blockquote};
  138. word-wrap: break-word;
  139. }
  140.  
  141.  
  142. /* SIDEBAR AND HEADER INFO */
  143.  
  144. #sidebar {
  145. position:fixed;
  146. top:10px;
  147. margin-left:-150px;
  148. height:auto;
  149. width:150px;
  150. text-align:right;
  151. z-index:100000000000000000;
  152. }
  153. #sidebar img{
  154. width:150px;
  155. }
  156.  
  157.  
  158. #description {
  159. width:120px;
  160. margin-top:10px;
  161. padding-right:30px;
  162. text-align:right;
  163. font-style:italic;
  164. }
  165.  
  166. #header{
  167. text-align:center;
  168. color:{color:title};
  169. font-size:24px;
  170. font-family:'Monoton';
  171. text-transform:lowercase;
  172. width:532px;
  173. margin-left:150px;
  174. top:-130px;
  175. overflow:hidden;
  176. background-color:white;
  177. z-index:100000;
  178. position:fixed;
  179. -o-transition: all .5s ease-out;
  180. -webkit-transition: all .5s ease-out;
  181. -moz-transition: all .5s ease-out;
  182. }
  183. #sidebar:hover #header{
  184. top:0px;
  185. -o-transition: all .5s ease-out;
  186. -webkit-transition: all .5s ease-out;
  187. -moz-transition: all .5s ease-out;
  188. }
  189.  
  190. #title{
  191. border:1px solid {color:headerborder};
  192. margin-top:0px;
  193. width:530px;
  194. padding-top:8px;
  195. }
  196.  
  197. #headertopper{
  198. width:532px;
  199. height:20px;
  200. background-color:white;
  201. z-index:1000000;
  202. }
  203.  
  204.  
  205. /* NAVI */
  206.  
  207. #navi {
  208. margin-top:8px;
  209. margin-left:auto;
  210. margin-right:auto;
  211. text-align:center;
  212. width:450px;
  213. border-top:1px solid {color:postborder};
  214. font-family:'raleway';
  215. font-size:10px;
  216. }
  217. #navi a{
  218. text-decoration:none;
  219. margin:10px 20px 10px 20px;
  220. display:inline-block;
  221. width:10px;
  222. height:10px;
  223. border-radius:50%;
  224. background-color:white;
  225. border:2px solid {color:headerlinks};
  226. text-align:center;
  227. color:white;
  228. }
  229. #navi a:hover {
  230. color:{color:headerlinks};
  231. background-color:{color:headerlinks};
  232. }
  233.  
  234.  
  235. /* POST INFO */
  236.  
  237. #container {
  238. margin-top: 20px;
  239. margin-bottom: 20px;
  240. margin-left:auto;
  241. margin-right:auto;
  242. width: 532px;
  243. }
  244.  
  245. .entry {
  246. float:center;
  247. position:relative;
  248. width:500px;
  249. padding:15px;
  250. margin-bottom:20px;
  251. border:1px solid {color:postborder};
  252. z-index:10;
  253. }
  254.  
  255.  
  256. img {
  257. max-width:100%;
  258. z-index:10;
  259. }
  260.  
  261. h1 {
  262. text-align:center;
  263. font-size:12px;
  264. color:{color:title};
  265. z-index:10;
  266. }
  267.  
  268. #portrait img {
  269. float:left;
  270. margin-right:5px;
  271. z-index:10;
  272. }
  273.  
  274. #permalink {
  275. text-align:center;
  276. background-color:white;
  277. position:relative;
  278. margin-top:8px;
  279. padding-top:8px;
  280. z-index:10;
  281. }
  282.  
  283.  
  284. #credit a {
  285. display:inline-block;
  286. width:40px;
  287. background-color:#fff;
  288. color:gray;
  289. text-decoration:none;
  290. border-right:1px solid;
  291. border-left: 1px solid;
  292. border-color:#878787;
  293. padding: 4px 0px 4px 0px;
  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 a:hover {
  300. background-color:#667371;
  301. color:#fff;
  302. border-color:#fff;
  303. -o-transition: all 1s ease-out;
  304. -webkit-transition: all 1s ease-out;
  305. -moz-transition: all 1s ease-out;
  306. }
  307.  
  308. #credit {
  309. display:inline-block;
  310. font-size:10px;
  311. font-family: calibri;
  312. text-align:center;
  313. letter-spacing:1px;
  314. width:40px;
  315. height:15px;
  316. position: fixed;
  317. padding-top:1px;
  318. right:25px;
  319. bottom:10px;
  320.  
  321. }
  322.  
  323. iframe#tumblr_controls {
  324. top: 0% !important;
  325. right:0% !important;
  326. opacity:0.3;
  327. position: fixed !important;
  328. filter:alpha(opacity=100);
  329. -webkit-transition: all 0.7s ease;
  330. -moz-transition: all 0.7s ease;
  331. -o-transition: all 0.7s ease;
  332. }
  333. iframe#tumblr_controls:hover{
  334. top: 0% !important;
  335. right:0% !important;
  336. opacity:0.8;
  337. position: fixed !important;
  338. filter:alpha(opacity=100);
  339. -webkit-transition: all 0.7s ease;
  340. -moz-transition: all 0.7s ease;
  341. -o-transition: all 0.7s ease;
  342. }
  343.  
  344. #updates {
  345. position:fixed;
  346. bottom:5px;
  347. margin-left:540px;
  348. }
  349. #updates img{
  350. width:150px;
  351. }
  352. #categories {
  353. width:10px;
  354. height:150px;
  355. opacity:0;
  356. position:fixed;
  357. bottom:150px;
  358. -webkit-transition: all 0.5s ease;
  359. -moz-transition: all 0.5s ease;
  360. -o-transition: all 0.5s ease;
  361. }
  362. #updates:hover #categories {
  363. opacity:1;
  364. -webkit-transition: all 0.5s ease;
  365. -moz-transition: all 0.5s ease;
  366. -o-transition: all 0.5s ease;
  367. }
  368.  
  369. #category1 {
  370. display:inline-block;
  371. width:4px;
  372. height:20px;
  373. border:2px solid gray;
  374. margin-bottom:10px;
  375. }
  376. #category1:hover{
  377. background-color:gray;
  378. }
  379. #update1{
  380. border:1px solid gray;
  381. width:130px;
  382. margin-left:14px;
  383. position:fixed;
  384. bottom:120px;
  385. height:150px;
  386. overflow:scroll;
  387. opacity:0;
  388. padding:5px;
  389. -webkit-transition: all 0.5s ease;
  390. -moz-transition: all 0.5s ease;
  391. -o-transition: all 0.5s ease;
  392. }
  393. #category1:hover #update1{
  394. bottom:160px;
  395. opacity:1;
  396. -webkit-transition: all 0.5s ease;
  397. -moz-transition: all 0.5s ease;
  398. -o-transition: all 0.5s ease;
  399. }
  400. #category2 {
  401. display:inline-block;
  402. width:4px;
  403. height:20px;
  404. border:2px solid gray;
  405. margin-bottom:10px;
  406. }
  407. #category2:hover{
  408. background-color:gray;
  409. }
  410. #update2{
  411. border:1px solid gray;
  412. width:130px;
  413. margin-left:14px;
  414. position:fixed;
  415. bottom:120px;
  416. height:150px;
  417. overflow:scroll;
  418. opacity:0;
  419. padding:5px;
  420. -webkit-transition: all 0.5s ease;
  421. -moz-transition: all 0.5s ease;
  422. -o-transition: all 0.5s ease;
  423. }
  424. #category2:hover #update2{
  425. bottom:160px;
  426. opacity:1;
  427. -webkit-transition: all 0.5s ease;
  428. -moz-transition: all 0.5s ease;
  429. -o-transition: all 0.5s ease;
  430. }
  431. #category3 {
  432. display:inline-block;
  433. width:4px;
  434. height:20px;
  435. border:2px solid gray;
  436. margin-bottom:10px;
  437. }
  438. #category3:hover{
  439. background-color:gray;
  440. }
  441. #update3{
  442. border:1px solid gray;
  443. width:130px;
  444. margin-left:14px;
  445. position:fixed;
  446. bottom:120px;
  447. height:150px;
  448. overflow:scroll;
  449. opacity:0;
  450. padding:5px;
  451. -webkit-transition: all 0.5s ease;
  452. -moz-transition: all 0.5s ease;
  453. -o-transition: all 0.5s ease;
  454. }
  455. #category3:hover #update3{
  456. bottom:160px;
  457. opacity:1;
  458. -webkit-transition: all 0.5s ease;
  459. -moz-transition: all 0.5s ease;
  460. -o-transition: all 0.5s ease;
  461. }
  462. #category4 {
  463. display:inline-block;
  464. width:4px;
  465. height:20px;
  466. border:2px solid gray;
  467. margin-bottom:10px;
  468. }
  469. #category4:hover{
  470. background-color:gray;
  471. }
  472. #update4{
  473. border:1px solid gray;
  474. width:130px;
  475. margin-left:14px;
  476. position:fixed;
  477. bottom:120px;
  478. height:150px;
  479. overflow:scroll;
  480. opacity:0;
  481. padding:5px;
  482. -webkit-transition: all 0.5s ease;
  483. -moz-transition: all 0.5s ease;
  484. -o-transition: all 0.5s ease;
  485. }
  486. #category4:hover #update4{
  487. bottom:160px;
  488. opacity:1;
  489. -webkit-transition: all 0.5s ease;
  490. -moz-transition: all 0.5s ease;
  491. -o-transition: all 0.5s ease;
  492. }
  493.  
  494. </style>
  495.  
  496. </head>
  497.  
  498. <body></body>
  499.  
  500.  
  501. <div id="container">
  502.  
  503. <!--- SIDEBAR --->
  504.  
  505. <div id="sidebar">
  506. <img src="{image:sidebar}">
  507. <div id="description">{description}</p>
  508. <div style="font-size:14px;">{block:PreviousPage}<a href="{PreviousPage}" title="previous">⇚</a>{/block:PreviousPage}
  509. {block:NextPage}<a href="{NextPage}" title="next">⇛</a>{/block:NextPage}</div>
  510. </div><!-- end of div "description" -->
  511. <div id="header">
  512. <div id="headertopper"></div>
  513. <div id="title">{title}
  514. <div id="navi">
  515. <a href="/" title="home">1</a>
  516. <a href="{text:link1 url}" title="{text:link1}">2</a>
  517. <a href="{text:link2 url}" title="{text:link2}">3</a>
  518. <a href="{text:link3 url}" title="{text:link3}">4</a>
  519. <a href="{text:link4 url}" title="{text:link4}">5</a>
  520. <a href="{text:link5 url}" title="{text:link5}">6</a>
  521. </div>
  522. </div><!-- end of div "title" -->
  523. </div><!-- end of div "header" -->
  524. </div><!-- end of div "sidebar" -->
  525.  
  526.  
  527. <!--- UPDATES --->
  528.  
  529. <div id="updates">
  530. <img src="http://media.tumblr.com/30c281f506934de29c4238d863471eb0/tumblr_inline_n914dsizn81sx4y6i.png">
  531.  
  532. <div id="categories">
  533.  
  534. <div id="category1">
  535. <div id="update1">
  536.  
  537. updates and shit
  538.  
  539. </div><!-- end of div "update1" -->
  540. </div><!-- end of div "category1" -->
  541.  
  542. <div id="category2">
  543. <div id="update2">
  544.  
  545. yeah potato
  546.  
  547. </div><!-- end of div "update2" -->
  548. </div><!-- end of div "category2" -->
  549.  
  550. <div id="category3">
  551. <div id="update3">
  552.  
  553. wheeee
  554.  
  555. </div><!-- end of div "update3" -->
  556. </div><!-- end of div "category3" -->
  557.  
  558. <div id="category4">
  559. <div id="update4">
  560.  
  561. holla
  562.  
  563. </div><!-- end of div "update4" -->
  564. </div><!-- end of div "category4" -->
  565.  
  566. </div><!-- end of div "categories" -->
  567.  
  568. </div><!-- end of div "updates" -->
  569.  
  570. {block:posts}
  571. <div class="entry">
  572.  
  573.  
  574. <!--- POSTS --->
  575.  
  576. {block:text}
  577. <h1>{block:title}{title}{/block:title}</h1>
  578. {body}
  579. {/block:text}
  580.  
  581. {block:Photo}
  582. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  583. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  584. {/block:Photo}
  585.  
  586. {block:Photoset}
  587. {Photoset-500}
  588. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  589. {/block:Photoset}
  590.  
  591. {block:Quote}
  592. {Quote}
  593. {block:Source}<br><div style="background-color:#efefef;padding:5px;margin-top:8px;">—{Source}</div>{/block:Source}
  594. {/block:Quote}
  595.  
  596. {block:Link}
  597. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  598. {block:Description}{Description}{/block:Description}
  599. {/block:Link}
  600.  
  601. {block:Chat}
  602. {block:Title}<h1>{Title}</h1>{/block:Title}
  603. {block:Lines}
  604. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  605. {/block:Lines}
  606. {/block:Chat}
  607.  
  608. {block:Audio}
  609. {AudioPlayerWhite}
  610. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  611. {/block:Audio}
  612.  
  613. {block:Video}
  614. {Video-500}
  615. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  616. {/block:Video}
  617.  
  618. {block:Answer}
  619. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  620. {Asker}:<br>"{Question}"<p>{Answer}
  621. {/block:Answer}
  622.  
  623. <!--- POST INFO --->
  624.  
  625. <div id="permalink">
  626. {block:Date}{block:NewDayDate}{Month} {DayOfMonth}{/block:NewDayDate} - {/block:Date}<a href="{PermaLink}">♥{NoteCount}</a> - <a href="{ReblogUrl}" target="_blank">➥</a>
  627.  
  628. {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
  629. {/block:rebloggedfrom}
  630.  
  631. <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}
  632. {/block:hastags}
  633. </div><!-- end of div "permalink" -->
  634.  
  635. </div><!-- end of class "entry" -->
  636.  
  637. {/block:posts}
  638. {block:postnotes}{postnotes}{/block:postnotes}
  639. {/block:posts}
  640.  
  641. </div><!-- end of div "container" -->
  642.  
  643.  
  644. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  645. -------------------- remove the credit on my stuff -----------------------
  646. ------------------------------------------------------------------------->
  647.  
  648.  
  649. <div id="credit">
  650. <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>
  651. </div>-->
  652.  
  653. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment