Advertisement
e-law-ise

A's Theme 05

Apr 14th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.18 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. <!------------------------------------------------------------------------
  14. --------------- Theme by Adrienne Law (ladymirkwoods) ------------------
  15. --------------------Give credit where credit is due------------------------------------------------------------------------------------------------>
  16.  
  17.  
  18. <meta name="image:header" 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. <meta name="color:description" content=""/>
  27.  
  28. <meta name="text:link1" content="">
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="">
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="">
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36.  
  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;
  42. display: none;
  43. text-align: center;
  44. position: absolute;
  45. font-size:7px;
  46. line-height:9px;
  47. font-family:cambria;
  48. z-index: 100000000000000000000000000000000000000000000000000000000000000;
  49. border: 1px solid #7E7F80;
  50. background-color:#ffffff;
  51. color: {color:text};
  52. text-transform:uppercase;
  53. letter-spacing: 1px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59. *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
  60.  
  61.  
  62. body {
  63. margin:0px;
  64. padding:0px;
  65. font-size:10px;
  66. font-family:georgia;
  67. font-weight:300;
  68. background:{color:background};
  69. line height:110%;
  70. letter-spacing:2px;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:3px solid;
  76. color: {color:Blockquote};
  77. }
  78.  
  79. a {
  80. text-decoration: none;
  81. color: {color:Link};
  82. }
  83.  
  84. a:hover {
  85. text-decoration:none;
  86. color:{color:Linkhover};
  87. }
  88.  
  89.  
  90.  
  91. /* header code */
  92.  
  93. #header {
  94. width:100%;
  95. height:115px;
  96. top:0px;
  97. left:center;
  98. right:center;
  99. background-color:white;
  100. position:fixed;
  101. z-index:20000000;
  102. }
  103. #headerimage {
  104. left:47.5%;
  105. top:3px;
  106. height:100px;
  107. position:fixed;
  108. text-align:center;
  109. z-index:20000000000;
  110. }
  111. #headerimage img {
  112. height:100px;
  113. margin-left:center;
  114. margin-right:center;
  115. }
  116. .home:hover {
  117. height:110px;
  118. }
  119.  
  120.  
  121.  
  122. /* title code */
  123.  
  124. #title {
  125. z-index: 20000000000;
  126. margin-top: -92px;
  127. left:29%;
  128. font-size: 20px;
  129. width: 200px;
  130. text-align: right;
  131. color: {color:Title};
  132. border-bottom:1px solid gray;
  133. position:fixed;
  134. text-transform:lowercase;
  135. }
  136.  
  137.  
  138. /* description code */
  139.  
  140. #descriptionbox {
  141. top:60px;
  142. width: 200px;
  143. height:50px;
  144. left:29%;
  145. text-align: right;
  146. color:{color:text};
  147. z-index:20000000000;
  148. position:fixed;
  149. -o-transition: all 1s ease-out;
  150. -webkit-transition: all 1s ease-out;
  151. -moz-transition: all 1s ease-out;
  152. }
  153. #description {
  154. top:60px;
  155. width: 150px;
  156. height:12px;
  157. margin-left:45px;
  158. text-align: right;
  159. color:{color:text};
  160. z-index:2000000000000;
  161. background:white;
  162. overflow:hidden;
  163. padding:2px;
  164. border:1px solid #DEDEDE;
  165. -o-transition: all 1s ease-out;
  166. -webkit-transition: all 1s ease-out;
  167. -moz-transition: all 1s ease-out;
  168. }
  169. #description:hover{
  170. height:130px;
  171. -o-transition: all 1s ease-out;
  172. -webkit-transition: all 1s ease-out;
  173. -moz-transition: all 1s ease-out;
  174. }
  175.  
  176.  
  177. /* link title code */
  178.  
  179. #linkstitle{
  180. z-index: 20000000000;
  181. margin-top:-92px;
  182. right:27.2%;
  183. font-size: 20px;
  184. width: 200px;
  185. text-align: left;
  186. color: {color:Title};
  187. border-bottom:1px solid gray;
  188. position:fixed;
  189. text-transform:lowercase;
  190. }
  191.  
  192.  
  193. /* links code */
  194.  
  195. #linksbox {
  196. top:60px;
  197. width: 200px;
  198. height:50px;
  199. right:27.2%;
  200. text-align: right;
  201. color:{color:text};
  202. z-index:20000000000;
  203. position:fixed;
  204. -o-transition: all 1s ease-out;
  205. -webkit-transition: all 1s ease-out;
  206. -moz-transition: all 1s ease-out;
  207. }
  208. #links{
  209. height:12px;
  210. width:150px;
  211. text-align:left;
  212. top:60px;
  213. overflow:hidden;
  214. z-index:2000000000000;
  215. background:white;
  216. padding:2px;
  217. border:1px solid #DEDEDE;
  218. -o-transition: all 1s ease-out;
  219. -webkit-transition: all 1s ease-out;
  220. -moz-transition: all 1s ease-out;
  221. }
  222. #links:hover{
  223. height:130px;
  224. -o-transition: all 1s ease-out;
  225. -webkit-transition: all 1s ease-out;
  226. -moz-transition: all 1s ease-out;
  227. }
  228. #links a{
  229. display:inline-block;
  230. text-decoration:none;
  231. text-align:left;
  232. width:110px;
  233. height:16px;
  234. color:{color:link};
  235. -o-transition: all 1s ease-out;
  236. -webkit-transition: all 1s ease-out;
  237. -moz-transition: all 1s ease-out;
  238. }
  239. #links a:hover{
  240. letter-spacing:5px;
  241. -o-transition: all 1s ease-out;
  242. -webkit-transition: all 1s ease-out;
  243. -moz-transition: all 1s ease-out;
  244. }
  245.  
  246.  
  247. /* Post Info Code */
  248.  
  249. #container {
  250. margin-top: 125px;
  251. margin-bottom: 20px;
  252. margin-left:auto;
  253. margin-right:auto;
  254. width: 500px;
  255. }
  256.  
  257. .entry {
  258. float:left;
  259. position: relative;
  260. width:500px;
  261. padding: 10px;
  262. margin-bottom:20px;
  263. }
  264.  
  265. img {
  266. max-width: 100%;
  267. }
  268.  
  269. h1 {
  270. text-align: center;
  271. font-size: 15px;
  272. color: {color:Title};
  273. }
  274.  
  275. #paginationfwd {
  276. position: fixed;
  277. top:55%;
  278. right:18%;
  279. }
  280.  
  281. #paginationback {
  282. position: fixed;
  283. top:55%;
  284. left:20%;
  285. }
  286.  
  287. .pagination a {
  288. display: inline-block;
  289. padding: 3px 6px 3px 6px;
  290. margin: 4px;
  291. text-align: center;
  292. }
  293.  
  294. #portrait img {
  295. float: left;
  296. margin-right: 5px;
  297. }
  298.  
  299. #permalink {
  300. text-align: left;
  301. border-top: 1px solid {color:Border};
  302. position: relative;
  303. margin-top: 5px;
  304. padding-top: 5px;
  305. }
  306.  
  307. #credit a {
  308. display:inline-block;
  309. width:40px;
  310. background-color:#fff;
  311. color:gray;
  312. text-decoration:none;
  313. border-right:1px solid;
  314. border-left: 1px solid;
  315. border-color:#878787;
  316. padding: 4px 0px 4px 0px;
  317. -o-transition: all 1s ease-out;
  318. -webkit-transition: all 1s ease-out;
  319. -moz-transition: all 1s ease-out;
  320. }
  321.  
  322. #credit a:hover {
  323. background-color:#667371;
  324. color:#fff;
  325. border-color:#fff;
  326. -o-transition: all 1s ease-out;
  327. -webkit-transition: all 1s ease-out;
  328. -moz-transition: all 1s ease-out;
  329. }
  330.  
  331. #credit {
  332. display:inline-block;
  333. font-size:10px;
  334. font-family: calibri;
  335. text-align:center;
  336. letter-spacing:1px;
  337. width:40px;
  338. height:15px;
  339. position: fixed;
  340. padding-top:1px;
  341. right:25px;
  342. bottom:10px;
  343.  
  344. }
  345.  
  346. iframe#tumblr_controls {
  347. top: 0% !important;
  348. right:0% !important;
  349. opacity:0.3;
  350. position: fixed !important;
  351. filter:alpha(opacity=100);
  352. -webkit-transition: all 0.7s ease;
  353. -moz-transition: all 0.7s ease;
  354. -o-transition: all 0.7s ease;
  355. }
  356. iframe#tumblr_controls:hover{
  357. top: 0% !important;
  358. right:0% !important;
  359. opacity:0.8;
  360. position: fixed !important;
  361. filter:alpha(opacity=100);
  362. -webkit-transition: all 0.7s ease;
  363. -moz-transition: all 0.7s ease;
  364. -o-transition: all 0.7s ease;
  365. }
  366.  
  367.  
  368. </style>
  369.  
  370. </head>
  371.  
  372. <body>
  373.  
  374.  
  375.  
  376.  
  377. <!--- HEADER --->
  378.  
  379. <div id="header"></div>
  380. <div id="headerimage"><div class="home"><a title="home" href="/"><img src="{image:header}"></a></div></div>
  381.  
  382.  
  383. <!--- TITLE CODE --->
  384.  
  385. <div id="title">{Title}</div>
  386. <div id="descriptionbox"><div id="description">(description)</p><div style="color:{color:description};">{Description}</div></div></div>
  387.  
  388.  
  389. <!--- LINKS CODE --->
  390.  
  391. <div id="linkstitle">menu</div>
  392. <div id="linksbox"><div id="links">(links)</p>
  393. <a href="{text:link1 url}">{text:link1}</a></p>
  394. <a href="{text:link2 url}">{text:link2}</a></p>
  395. <a href="{text:link3 url}">{text:link3}</a></p>
  396. <a href="{text:link4 url}">{text:link4}</a></p>
  397. </div></div>
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <!--- NEXT BUTTON --->
  404.  
  405. <div id="paginationfwd">
  406. {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  407. </div>
  408.  
  409. <div id="paginationback">
  410. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  411. </div>
  412.  
  413.  
  414.  
  415.  
  416. <!--- POSTS --->
  417.  
  418. <div id="container">
  419. {block:Posts}
  420. <div class="entry">
  421.  
  422.  
  423. {block:Text}
  424. <h1>{block:Title}{Title}{/block:Title}</h1>
  425. {Body}
  426. {/block:Text}
  427.  
  428. {block:Photo}
  429. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  430. {block:Caption}{Caption}{/block:Caption}
  431. {/block:Photo}
  432.  
  433. {block:Photoset}
  434. {Photoset-500}
  435. {block:Caption}{Caption}{/block:Caption}
  436. {/block:Photoset}
  437.  
  438. {block:Quote}
  439. {Quote}
  440. {block:Source}<br>—{Source}{/block:Source}
  441. {/block:Quote}
  442.  
  443. {block:Link}
  444. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  445. {block:Description}{Description}{/block:Description}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. {block:Title}<h1>{Title}</h1>{/block:Title}
  450. {block:Lines}
  451. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  452. {/block:Lines}
  453. {/block:Chat}
  454.  
  455. {block:Audio}
  456. {AudioPlayerWhite}
  457. {block:Caption}{Caption}{/block:Caption}
  458. {/block:Audio}
  459.  
  460. {block:Video}
  461. {Video-500}
  462. {block:Caption}{Caption}{/block:Caption}
  463. {/block:Video}
  464.  
  465. {block:Answer}
  466. <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
  467. {Asker}:<br>"{Question}"<p>{Answer}
  468. {/block:Answer}
  469.  
  470.  
  471.  
  472. <div id="permalink">
  473. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  474. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  475.  
  476. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  477.  
  478. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  479. </div>
  480.  
  481.  
  482.  
  483. </div> <!-- /div entry --->
  484.  
  485. {/block:Posts}
  486.  
  487. {block:PostNotes}{PostNotes}{/block:PostNotes}
  488. {/block:Posts}
  489.  
  490. </div><!-- /div container --->
  491.  
  492.  
  493.  
  494.  
  495. <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
  496. -------------------- remove the credit on my stuff -----------------------
  497. ------------------------------------------------------------------------->
  498.  
  499.  
  500. <div id="credit">
  501. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://starlightauriel.tumblr.com"> ---a---</a></div>
  502. </div>
  503.  
  504. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement