Advertisement
Guest User

ashlybenson theme #2; wicked wells (prev. hoerry)

a guest
Feb 8th, 2013
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 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. <!--
  4. THEME #2 BY ASHLYBENSON! PLEASE DO NOT STEAL!
  5. YOU MAY LIGHTLY EDIT!
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:Border" content="#e4e4e4"/>
  26. <meta name="color:Post" content="#ffffff"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="if:Show Link 3" content="1" />
  39. <meta name="color:scrollbar" content="ede7dc"/>
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  43.  
  44. <style type="text/css">
  45.  
  46. #bite
  47. #bite a{
  48. display:block
  49. }
  50. #bite .death {
  51. margin-top:-40px;filter: alpha(opacity = 0);
  52. opacity:0;-webkit-transition: all 0.5s ease-out;
  53. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  54. }
  55.  
  56. #bite:hover .death {
  57. margin-top:0px;
  58. -webkit-transition: all 0.8s ease-out;
  59. -moz-transition: all 0.8s ease-out;
  60. transition: all 0.8s ease-out;
  61. filter: alpha(opacity = 100);
  62. filter: alpha(opacity = 100);
  63. opacity:100;
  64. }
  65.  
  66.  
  67. ::-webkit-scrollbar {
  68. width: 5px;height: 5px;}
  69. ::-webkit-scrollbar-button:start:decrement,
  70. ::-webkit-scrollbar-button:end:increment {
  71. height: 6px;display: block;background-color: {color:text};}
  72. ::-webkit-scrollbar-track-piece {
  73. background-color: {color:background};}
  74. ::-webkit-scrollbar-thumb:vertical {
  75. height: 9px;background-color: {color:text};border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  76.  
  77.  
  78. body {
  79. background:{color:background};
  80. margin:0px;
  81. color:{color:text};
  82. font-family:cambria;
  83. font-size:9px;
  84. line-height:100%;
  85. }
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. -moz-outline-style:none;
  91. color:{color:link};
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. blockquote blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. h1 {
  107. font-size:9px;
  108. text-transform:uppercase;
  109. }
  110.  
  111. a:link, a:visited {color:{color:link}; text-decoration:none; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;opacity:1a:active.}
  112.  
  113. }
  114.  
  115.  
  116. a:hover {color:{color:link hover};-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;opacity:0.7;text-shadow:2px 0px 0px {color:link hover}, -2px 0px 0px {color:link hover};
  117. }
  118.  
  119. #entries {
  120. padding:10px;
  121. width:500px;
  122. margin-left:440px;
  123. margin-top:40px;
  124. font-size:10px;
  125. }
  126.  
  127. #post {
  128. width:500px;
  129. padding-bottom:20px;
  130. padding:20px;
  131. margin-top:15px;
  132. border:1px solid;
  133. border-color: {color:border};
  134. }
  135.  
  136.  
  137.  
  138. #sidebar {
  139. width:170px;
  140. position:fixed;
  141. margin-left:-100px;
  142. margin-top:140px;
  143. }
  144.  
  145. #sidebarimage {
  146. width: auto;
  147. }
  148.  
  149. #sidebarimage img {
  150. width:130px;
  151. height:130px;
  152. padding:6px;
  153. margin-left:293px;
  154. border: solid 1px #eeecec;
  155.  
  156. }
  157.  
  158.  
  159. .links {
  160. position:absolute;
  161. width:130px;
  162. line-height:90%;
  163. display:block;
  164. padding: 11px;
  165. font-size:8px;
  166. font-family:cambria;
  167. text-transform:lowercase;
  168. font-style:normal;
  169. text-align:center;
  170. margin-left:189px;
  171. letter-spacing:1px;
  172. position:fixed;
  173.  
  174. }
  175.  
  176. .links {
  177. width:130px;
  178. height:98px;
  179. margin-top:152px;
  180.  
  181.  
  182. }
  183.  
  184. .links a {
  185. display:block;
  186. background-color:#fcfcfc;
  187. margin-top:4px;
  188. font-size: 8px;
  189. border: solid 1px #eeeeee;
  190. padding:3px;
  191.  
  192.  
  193. }
  194.  
  195.  
  196. .links a:hover {
  197.  
  198. -webkit-transition: all 0.6s ease;
  199. -moz-transition: all 0.6s ease;
  200. -o-transition: all 0.6s ease;
  201. color:{color:link hover};-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out;opacity:0.7;text-shadow:2px 0px 0px {color:link hover}, -2px 0px 0px {color:link hover};
  202.  
  203. }
  204.  
  205.  
  206. #description{font-family:cambria;background-color:#fafafa;position:fixed;font-size:10px;margin-top:10px;width:115px;text-align:justify; letter-spacing:0px;margin-left:296px;height:20px;padding:10px;font-style:italic;text-transform:lowercase; letter-spacing: 0.5px;border: solid 1px #f7f5f5;}
  207.  
  208.  
  209.  
  210.  
  211.  
  212. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  213. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  214.  
  215. #pagination {
  216. width:100px;
  217. font-size:9px;
  218. text-align:center;
  219. margin-left:205px;
  220. margin-top:350px;
  221. position:fixed;
  222. font-family:cambria;
  223. font-style: italic;
  224. letter-spacing:0px;
  225. }
  226.  
  227. #info {
  228. text-align:left;
  229. margin-top:10px;
  230. text-transform:uppercase;
  231. font-size:8px;
  232. font-style:none;
  233. border-top:1px solid {color:Line}
  234. }
  235.  
  236. #tags {
  237. font-family:cambria;
  238. letter-spacing:0px;
  239. text-transform:lowercase;
  240. font-size:10px;
  241. font-style:italic;
  242. margin-top:4px;
  243. text-align:left;
  244. }
  245.  
  246. #tags
  247. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  248. -webkit-transition: all 0.6s ease-in-out;
  249. -moz-transition: all 0.6s ease-in-out;
  250. -o-transition: all 0.6s ease-in-out;
  251. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  252.  
  253. #asker {
  254. padding:10px;
  255. font-family:cambria;
  256. letter-spacing:1px;
  257. text-align:left;
  258. background-color:#fff;
  259. }
  260.  
  261. #themec {
  262. text-align:center;
  263. font-family:consolas;
  264. font-size:8px;
  265. line-height:70%;
  266. background-color:#fcfcfc;
  267. position:fixed;
  268. border-radius:100px;
  269. right:12px;
  270. bottom:12px;
  271. }
  272.  
  273. #themec a {
  274. width:5px;
  275. height:5px;
  276. border-radius:100px;
  277. padding:5px;
  278. background-color:#fcfcfc;
  279. border:1px solid #eeeeee;
  280. display:block;
  281. -moz-transition-duration:0.5s;
  282. -webkit-transition-duration:0.5s;
  283. -o-transition-duration:0.5s;
  284. }
  285.  
  286. #themec a:hover { background-color:#1a1a1a;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. }
  291.  
  292. #asker {
  293. padding:10px;
  294. font-family:cambria;
  295. letter-spacing:1px;
  296. text-align:left;
  297. background-color:{color:Answer}
  298. }
  299.  
  300.  
  301. .credit {position:fixed; bottom:15px; right:15px; font: 10px cambria; background: #fcfcfc; color: #535151; border: 1px solid #f2f2f2; text-transform:lowercase; letter-spacing: 0px; padding: 5px;}
  302. .credit a{color:; opacity:0.8;}
  303. .credit a:hover{color:#949494; opacity:1.0;}
  304.  
  305.  
  306.  
  307.  
  308. {CustomCSS}</style></head><body>
  309. <div id="bite">
  310. <div id="sidebar">
  311.  
  312.  
  313.  
  314. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  315.  
  316.  
  317.  
  318. <div id="description">
  319. {Description}
  320.  
  321.  
  322. </div>
  323.  
  324.  
  325.  
  326. </div>
  327.  
  328. <div class="links">
  329. <div class="death">
  330. <a href="/">clear</a>
  331. <a href="/ask">inbox</a>
  332. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  333. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  334. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  335. </div>
  336.  
  337.  
  338.  
  339. </div>
  340. </div>
  341.  
  342.  
  343.  
  344. {block:Pagination}<div id="pagination">
  345. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;&nbsp;{/block:PreviousPage}
  346. {block:JumpPagination length="3"}
  347. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  348. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  349. {/block:JumpPagination}
  350. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  351. </div>{/block:Pagination}
  352.  
  353.  
  354.  
  355. <div id="entries">{block:Posts}<div id="post">
  356.  
  357. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  358.  
  359. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  360.  
  361. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  362.  
  363. {block:Quote}{Quote}{/block:Quote}
  364.  
  365. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  366.  
  367. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  368.  
  369. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  370. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  371. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  372. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  373. {/block:Audio}
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} whispered: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  378.  
  379.  
  380. <div id="info">
  381. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  382. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  383. {/block:Posts}
  384. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  385. {/block:Posts}</div></div></div>
  386.  
  387. <div class="credit"><a href="http://ashlybenson.tumblr.com/">©</div>
  388.  
  389. </body>
  390. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement