e-law-ise

A's Theme 16

Jul 27th, 2014
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 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>Go on, impress a girl</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. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  17. <style>
  18. div#qTip {
  19. padding: 3px; /*change room around text here*/
  20. display: none;
  21. text-align: center;
  22. position: absolute; /*important*/
  23. font-size:7px; /*change text size here*/
  24. line-height:9px; /*change height of box here*/
  25. font-family:cambria;/*change font here*/
  26. z-index: 100000000000000000000000000000000000000000;
  27. /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
  28. border: 3px double #e6e6e6; /*edit border here*/
  29. background-color:#ffffff; /*edit background color here*/
  30. color: {color:text};
  31. text-transform:uppercase;
  32.  
  33. }
  34. </style>
  35.  
  36. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Vast+Shadow|Raleway:300' rel='stylesheet' type='text/css'>
  39.  
  40.  
  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:PostBorder" content=""/>
  47. <meta name="color:Link" content=""/>
  48. <meta name="color:Linkhover" content=""/>
  49.  
  50. <meta name="text:link1 url" content="/">
  51. <meta name="text:link1title" content="">
  52. <meta name="text:link2 url" content="/">
  53. <meta name="text:link2title" content="">
  54. <meta name="text:link3 url" content="/">
  55. <meta name="text:link3title" content="">
  56. <meta name="text:link4 url" content="/">
  57. <meta name="text:link4title" content="">
  58. <meta name="text:link5 url" content="/">
  59. <meta name="text:link5title" content="">
  60.  
  61. <meta name="text:category1" content="">
  62. <meta name="text:content1" content="">
  63. <meta name="text:category2" content="">
  64. <meta name="text:content2" content="">
  65. <meta name="text:category3" content="">
  66. <meta name="text:content3" content="">
  67. <meta name="text:category4" content="">
  68. <meta name="text:content4" content="">
  69.  
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  72.  
  73. <script>
  74. $(document).ready(function(){
  75. $("#updateclick").click(function(){
  76. $("#updates").slideToggle("slow");
  77. });
  78. });
  79.  
  80. $(document).ready(function(){
  81. $("#updateclick").click(function(){
  82. if($("#header").hasClass('hide')) {
  83. $("#header").animate({height:200},"slow").removeClass('hide');
  84. } else {
  85. $("#header").animate({height:80},"slow").addClass('hide');
  86. }
  87. });
  88. });
  89.  
  90.  
  91. </script>
  92.  
  93.  
  94. <script src="http://code.jquery.com/jquery-1.10.0.min.js">
  95. </script>
  96. <script>
  97. $(document).ready(function(){
  98.  
  99. $(".one").click(function(){
  100. $(".1").toggle();
  101. $(".2,.3,.4,.5").hide();
  102. });
  103. $(".two").click(function(){
  104. $(".2").toggle();
  105. $(".1,.3,.4,.5").hide();
  106. });
  107. $(".three").click(function(){
  108. $(".3").toggle();
  109. $(".1,.2,.4,.5").hide();
  110. });
  111. $(".four").click(function(){
  112. $(".4").toggle();
  113. $(".1,.2,.3,.5").hide();
  114. });
  115. $(".five").click(function(){
  116. $(".5").toggle();
  117. $(".1,.2,.3,.4").hide();
  118. });
  119. });
  120. </script>
  121.  
  122. <style type="text/css">
  123.  
  124. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  125.  
  126. ::-webkit-scrollbar-thumb:vertical {
  127. background-color: #efefef;
  128. height:7px;
  129. width:5px;
  130. }
  131. ::-webkit-scrollbar-thumb:vertical #update1text{
  132. background-color: #efefef;
  133. height:7px;
  134. width:5px;
  135. }
  136. ::-webkit-scrollbar-corner {
  137. background-color: transparent;
  138. }
  139. ::-webkit-scrollbar-thumb:horizontal {
  140. background-color: #efefef; /*Change color of scroll bar*/
  141. height:5px!important;
  142. }
  143.  
  144. ::-webkit-scrollbar {
  145. height:7px;
  146. width:5px;
  147. }
  148.  
  149. iframe#tumblr_controls{
  150. position:fixed !important;
  151. right:0px !important;
  152. }
  153.  
  154.  
  155. /* BASIC PAGE INFO */
  156.  
  157. body {
  158. margin:0px;
  159. padding:0px;
  160. font-size:10px;
  161. font-family:'raleway';
  162. font-weight:300;
  163. background:{color:background};
  164. line height:110%;
  165. letter-spacing:2px;
  166. color:{color:text};
  167. }
  168.  
  169. a {
  170. text-decoration:none;
  171. color:{color:link};
  172. }
  173.  
  174. a:hover {
  175. text-decoration:none;
  176. color:{color:linkhover};
  177. }
  178.  
  179. blockquote {
  180. padding-left:5px;
  181. border-left:2px solid;
  182. color:{color:blockquote};
  183. word-wrap: break-word;
  184. }
  185.  
  186.  
  187. /* NAVI */
  188.  
  189. #navi {
  190. position:fixed;
  191. top:32px;
  192. margin-left:540px;
  193. text-align:left;
  194. }
  195. #navi a{
  196. text-decoration:none;
  197. margin:8px;
  198. display:inline-block;
  199. width:24px;
  200. text-align:center;
  201. font-size:14px;
  202. }
  203.  
  204.  
  205. /* HEADER INFO */
  206.  
  207. #header {
  208. margin-right:auto;
  209. margin-left:auto;
  210. margin-top:40px;
  211. width:500px;
  212. padding:15px;
  213. margin-bottom:20px;
  214. border:1px solid {color:postborder};
  215. box-shadow: -4px 6px 6px #a7a7a8;
  216. }
  217. #header.hide { height: 80px; }
  218.  
  219.  
  220. #description {
  221. width:232px;
  222. text-align:left;
  223. font-style:italic;
  224. border-left:1px solid #efefef;
  225. display:inline-block;
  226. padding-left:10px;
  227. }
  228.  
  229.  
  230.  
  231. #title{
  232. text-align:right;
  233. color:{color:title};
  234. font-size:24px;
  235. font-family:'vast shadow';
  236. font-style:bold;
  237. text-transform:lowercase;
  238. width:232px;
  239. padding-right:5px;
  240. display:inline-block;
  241. }
  242.  
  243. #updateclick {
  244. margin-top:10px;
  245. margin-left:auto;
  246. margin-right:auto;
  247. text-align:center;
  248. cursor:pointer;
  249. }
  250.  
  251. #updates{
  252. width:492px;
  253. margin-top:10px;
  254. margin-left:auto;
  255. margin-right:auto;
  256. border:1px solid #efefef;
  257. height:104px;
  258. display:none;
  259. }
  260.  
  261. #content{
  262. width:492px;
  263. margin-top:0px;
  264. height:102px;
  265. }
  266.  
  267.  
  268. #link{
  269. width:120px;
  270. height:96px;
  271. display:inline-block;
  272. }
  273. #link a{
  274. width:120px;
  275. padding:5px;
  276. color:#a7a7a8;
  277. margin-top:4px;
  278. display:inline-block;
  279. text-decoration:none;
  280. }
  281. #link a:hover{
  282. color:#efefef;
  283. }
  284. .current {
  285. background-color:#efefef;
  286. }
  287.  
  288. #utext {
  289. display:inline-block;
  290. margin-left:128px;
  291. width:352px;
  292. height:96px;
  293. text-align:left;
  294. border-left:1px solid #efefef;
  295. overflow-y:scroll;
  296. padding-left:5px;
  297. background-color:white;
  298. float:right;
  299. margin-top:-92px;
  300. }
  301.  
  302.  
  303.  
  304.  
  305. /* POST INFO */
  306.  
  307. #container {
  308. margin-top:20px;
  309. margin-bottom:20px;
  310. margin-left:auto;
  311. margin-right:auto;
  312. width:532px;
  313. }
  314.  
  315. .entry {
  316. float:center;
  317. position:relative;
  318. width:500px;
  319. padding:15px;
  320. margin-bottom:20px;
  321. border:1px solid {color:postborder};
  322. box-shadow: -4px 6px 6px #a7a7a8;
  323. }
  324.  
  325.  
  326. img {
  327. max-width:100%;
  328. }
  329.  
  330. h1 {
  331. text-align:center;
  332. font-size:12px;
  333. color:{color:title};
  334. }
  335.  
  336. #portrait img {
  337. float:left;
  338. margin-right:5px;
  339. }
  340.  
  341. #permalink {
  342. text-align:center;
  343. background-color:white;
  344. position:relative;
  345. margin-top:8px;
  346. padding-top:8px;
  347. }
  348.  
  349.  
  350. #credit a {
  351. display:inline-block;
  352. width:40px;
  353. background-color:#fff;
  354. color:gray;
  355. text-decoration:none;
  356. border-right:1px solid;
  357. border-left: 1px solid;
  358. border-color:#878787;
  359. padding: 4px 0px 4px 0px;
  360. -o-transition: all 1s ease-out;
  361. -webkit-transition: all 1s ease-out;
  362. -moz-transition: all 1s ease-out;
  363. }
  364.  
  365. #credit a:hover {
  366. background-color:#667371;
  367. color:#fff;
  368. border-color:#fff;
  369. -o-transition: all 1s ease-out;
  370. -webkit-transition: all 1s ease-out;
  371. -moz-transition: all 1s ease-out;
  372. }
  373.  
  374. #credit {
  375. display:inline-block;
  376. font-size:10px;
  377. font-family: calibri;
  378. text-align:center;
  379. letter-spacing:1px;
  380. width:40px;
  381. height:15px;
  382. position: fixed;
  383. padding-top:1px;
  384. right:25px;
  385. bottom:10px;
  386.  
  387. }
  388.  
  389. iframe#tumblr_controls {
  390. top: 0% !important;
  391. right:0% !important;
  392. opacity:0.3;
  393. position: fixed !important;
  394. filter:alpha(opacity=100);
  395. -webkit-transition: all 0.7s ease;
  396. -moz-transition: all 0.7s ease;
  397. -o-transition: all 0.7s ease;
  398. }
  399. iframe#tumblr_controls:hover{
  400. top: 0% !important;
  401. right:0% !important;
  402. opacity:0.8;
  403. position: fixed !important;
  404. filter:alpha(opacity=100);
  405. -webkit-transition: all 0.7s ease;
  406. -moz-transition: all 0.7s ease;
  407. -o-transition: all 0.7s ease;
  408. }
  409.  
  410.  
  411. </style>
  412.  
  413. </head>
  414.  
  415. <body></body>
  416.  
  417. <!--- HEADER --->
  418.  
  419. <div id="header" class="hide">
  420. <div id="title">{title}</div>
  421. <div id="description">{description}</div>
  422. <div id="updateclick">updates +</div>
  423.  
  424.  
  425. <!--- UPDATES --->
  426. <div id="updates">
  427.  
  428. <div id="content" class="1">
  429.  
  430. <div id="link">
  431. <a class="current">{text:category1}</a>
  432. <a class="two" href="#">{text:category2}</a>
  433. <a class="three" href="#">{text:category3}</a>
  434. <a class="four" href="#">{text:category4}</a>
  435. </div><!-- end of div "link" -->
  436. <div id="utext">
  437. {text:content1}
  438. </div><!-- end of class "utext" -->
  439.  
  440. </div><!-- end of div "content" -->
  441.  
  442. <div id="content" class="2" style="display:none;">
  443.  
  444. <div id="link">
  445. <a class="one" href="#">{text:category1}</a>
  446. <a class="current">{text:category2}</a>
  447. <a class="three" href="#">{text:category3}</a>
  448. <a class="four" href="#">{text:category4}</a>
  449. </div><!-- end of class "link" -->
  450. <div id="utext">
  451. {text:content2}
  452. </div><!-- end of div "utext" -->
  453.  
  454. </div><!-- end of div "content" -->
  455.  
  456. <div id="content" class="3" style="display:none;">
  457.  
  458. <div id="link">
  459. <a class="one" href="#">{text:category1}</a>
  460. <a class="two" href="#">{text:category2}</a>
  461. <a class="current">{text:category3}</a>
  462. <a class="four" href="#">{text:category4}</a>
  463. </div><!-- end of div "link" -->
  464. <div id="utext">
  465. {text:content3}
  466. </div><!-- end of class "utext" -->
  467.  
  468. </div><!-- end of div "content" -->
  469.  
  470. <div id="content" class="4" style="display:none;">
  471.  
  472. <div id="link">
  473. <a class="one" href="#">{text:category1}</a>
  474. <a class="two" href="#">{text:category2}</a>
  475. <a class="three" href="#">{text:category3}</a>
  476. <a class="current">{text:category4}</a>
  477. </div><!-- end of div "link" -->
  478. <div id="utext">
  479. {text:content4}
  480. </div><!-- end of class "utext" -->
  481.  
  482. </div><!-- end of div "content" -->
  483. </div>
  484. </div><!-- end of div "updates" -->
  485.  
  486. </div>
  487. </div><!-- end of div "header" -->
  488.  
  489. <div id="container">
  490.  
  491. <!--- NAVI --->
  492.  
  493. <div id="navi">
  494. <a href="/" title="home"><i class="fa fa-home fa-fw"></i></a><br>
  495. <a href="{text:link1 url}" title="{text:link1title}"><i class="fa fa-envelope-o"></i></a><br>
  496. <a href="{text:link2 url}" title="{text:link2title}"><i class="fa fa-tags"></i></a><br>
  497. <a href="{text:link3 url}" title="{text:link3title}"><i class="fa fa-folder-open-o"></i></a><br>
  498. <a href="{text:link4 url}" title="{text:link4title}"><i class="fa fa-file-image-o"></i></a><br>
  499. <a href="{text:link5 url}" title="{text:link5title}"><i class="fa fa-paper-plane"></i></a><br>
  500. {block:NextPage}<a href="{NextPage}" title="next"><i class="fa fa-arrow-circle-right"></i></a>{/block:NextPage}<br>
  501. {block:PreviousPage}<a href="{PreviousPage}" title="previous"><i class="fa fa-arrow-circle-left"></i></a>{/block:PreviousPage}
  502. </div><!-- end of div "navi" -->
  503.  
  504.  
  505. {block:posts}
  506. <div class="entry">
  507.  
  508.  
  509. <!--- POSTS --->
  510.  
  511. {block:text}
  512. <h1>{block:title}{title}{/block:title}</h1>
  513. {body}
  514. {/block:text}
  515.  
  516. {block:Photo}
  517. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  518. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. {Photoset-500}
  523. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  524. {/block:Photoset}
  525.  
  526. {block:Quote}
  527. {Quote}
  528. {block:Source}<br><div style="background-color:#efefef;padding:5px;margin-top:8px;">—{Source}</div>{/block:Source}
  529. {/block:Quote}
  530.  
  531. {block:Link}
  532. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  533. {block:Description}{Description}{/block:Description}
  534. {/block:Link}
  535.  
  536. {block:Chat}
  537. {block:Title}<h1>{Title}</h1>{/block:Title}
  538. {block:Lines}
  539. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  540. {/block:Lines}
  541. {/block:Chat}
  542.  
  543. {block:Audio}
  544. {AudioPlayerWhite}
  545. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  546. {/block:Audio}
  547.  
  548. {block:Video}
  549. {Video-500}
  550. {block:Caption}<div style="background-color:#efefef;padding:5px;margin-top:8px;">{Caption}</div>{/block:Caption}
  551. {/block:Video}
  552.  
  553. {block:Answer}
  554. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  555. {Asker}:<br>"{Question}"<p>{Answer}
  556. {/block:Answer}
  557.  
  558. <!--- POST INFO --->
  559.  
  560. <div id="permalink">
  561. {block:Date}{Month} {DayOfMonth} - {/block:Date}<a href="{PermaLink}">♥{NoteCount}</a> - <a href="{ReblogUrl}" target="_blank">➥</a>
  562.  
  563. {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
  564. {/block:rebloggedfrom}
  565.  
  566. <br>{block:hastags}{block:tags}<i class="fa fa-tag"></i><a href="{tagurl}">{tag} </a>{/block:tags}
  567. {/block:hastags}
  568. </div><!-- end of div "permalink" -->
  569.  
  570. </div><!-- end of class "entry" -->
  571.  
  572. {/block:posts}
  573. <div class="postnote">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  574. {/block:posts}
  575.  
  576. </div><!-- end of div "container" -->
  577.  
  578.  
  579. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  580. -------------------- remove the credit on my stuff -----------------------
  581. ------------------------------------------------------------------------->
  582.  
  583.  
  584. <div id="credit">
  585. <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>
  586. </div>-->
  587.  
  588. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment