Advertisement
Guest User

A's Theme 04

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