e-law-ise

A's Theme 16 - 2

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