Advertisement
sian-jones

Untitled

Aug 5th, 2013
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 KB | None | 0 0
  1. <!--
  2.  
  3. theme by thebeaetles
  4.  
  5. -->
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Sidebar" content="#ffffff"/>
  17. <meta name="color:Text" content="#a8a8a8"/>
  18. <meta name="color:description" content="#a8a8a8"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Tags" content="f0f0f0"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Line" content="#f2f2f2"/>
  23. <meta name="color:Border" content="#e4e4e4"/>
  24. <meta name="color:Post" content="#ffffff"/>
  25. <meta name="color:Answer" content="#f8f8f8"/>
  26. <meta name="color:scrollbarbg" content="ffffff"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:sidebar2" content=""/>
  30. <meta name="image:sidebar3" content=""/>
  31.  
  32.  
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 3 Text" content="" />
  39.  
  40.  
  41. <link rel="shortcut icon" href="{Favicon}">
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar {
  46. width: 5px;height: 5px;}
  47. ::-webkit-scrollbar-button:start:decrement,
  48. ::-webkit-scrollbar-button:end:increment {
  49. height: 6px;display: block;background-color: {color:white};}
  50. ::-webkit-scrollbar-track-piece {
  51. background-color: {color:scrollbarbg};}
  52. ::-webkit-scrollbar-thumb:vertical {
  53. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:Calibri;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. h1 {
  86. font-size:9px;
  87. text-transform:uppercase;
  88. }
  89.  
  90. a:hover {
  91. opacity:10;
  92. color:{color:hover};
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease
  96. }
  97.  
  98. #entries {
  99. padding:10px;
  100. width:500px;
  101. margin-left:450px;
  102. margin-top:40px;
  103. font-size:10px;
  104. }
  105.  
  106. #post {
  107. width:500px;
  108. padding-bottom:20px;
  109. padding:10px;
  110. margin-top:15px;
  111. background-color:{color:Post};
  112. }
  113.  
  114. #sidebar {
  115. height:300px;
  116. width:150px;
  117. position:fixed;
  118. margin-left:100px;
  119. margin-top:100px;
  120. opacity:0.8;
  121. background-color:#000;
  122.  
  123. }
  124.  
  125. #sidebarimage {
  126. width 1100px;
  127. }
  128.  
  129. #sidebarimage img {
  130. width:100px;
  131. height:100px;
  132. padding:6px;
  133. margin-top:15px;
  134. margin-left:20px;
  135. }
  136.  
  137. #sidebarimage2 {
  138. width 100px;
  139. }
  140.  
  141. #sidebarimage2 img {
  142. width:20px;
  143. height:280px;
  144. padding:6px;
  145. margin-top:-130px;
  146. margin-left:-30px;
  147. }
  148.  
  149. #sidebarimage3 {
  150. width 1100px;
  151. }
  152.  
  153. #sidebarimage3 img {
  154. width:20px;
  155. height:290px;
  156. padding:6px;
  157. margin-top:-290px;
  158. margin-left:150px;
  159. }
  160.  
  161. #description {
  162. margin-top:-160px;
  163. margin-left:30px;
  164. width: 70px;
  165. padding: 7px;
  166. height: 112px;
  167. position: fixed;
  168. border: white solid 2px;
  169. background:black;
  170. color: white;
  171. font-family: keep calm;
  172. text-transform: uppercase;
  173. letter-spacing: -2px;
  174. text-align: justify;
  175. font-size:10px;
  176. letter-spacing:-1px;
  177. line-height:122%;
  178.  
  179. }
  180.  
  181. #description a {color:{color:description}; -moz-transition-duration:0.4s;
  182. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  183.  
  184.  
  185. .links {
  186. position:fixed;
  187. text-transform:uppercase;
  188. font-family:consolas;
  189. text-decoration:none;
  190. font-size:18px;
  191. text-align:center;
  192. opacity:1;
  193. width:0px;
  194. line-height:200%;
  195. margin-top:-430px;
  196. margin-left:370px;
  197. width:500px;
  198. text-align:center;
  199. background-color:#000
  200. }
  201.  
  202.  
  203. }
  204.  
  205. .links a {
  206. font-size: 12px;
  207. line-height:200%;
  208. width:50px;
  209.  
  210. }
  211.  
  212. .links a:hover {
  213. letter-spacing:2px;
  214. background-color:#000;
  215. color:#fff;
  216. border-top:1px dashed #fff;
  217. border-bottom:1px solid #fff;
  218.  
  219.  
  220.  
  221. }
  222.  
  223. #pagination {
  224. width:100px;
  225. font-size:9px;
  226. text-align:center;
  227. margin-left:30px;
  228. margin-top:-173px;
  229. position:fixed;
  230. font-family:cambria;
  231. letter-spacing:0px;
  232. }
  233.  
  234. #info {
  235. text-align:left;
  236. margin-top:10px;
  237. text-transform:uppercase;
  238. font-size:8px;
  239. font-style:none;
  240. border-top:1px solid {color:Line}
  241. }
  242.  
  243.  
  244. #tags {
  245. font-family:cambria;
  246. letter-spacing:0px;
  247. text-transform:lowercase;
  248. font-size:10px;
  249. font-style:italic;
  250. margin-top:4px;
  251. text-align:left;
  252. }
  253.  
  254. #tags
  255. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  256. -webkit-transition: all 0.6s ease-in-out;
  257. -moz-transition: all 0.6s ease-in-out;
  258. -o-transition: all 0.6s ease-in-out;
  259. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  260.  
  261. #asker {
  262. padding:5px;
  263. font-family:cambria;
  264. letter-spacing:1px;
  265. text-align:left;
  266. font-style:italic;
  267. margin-left:10px;
  268. border-left:3px #eee solid;
  269. background-color:{color:background}
  270. }
  271.  
  272. {CustomCSS}</style></head><body>
  273.  
  274. </div></div>
  275.  
  276. <div id="sidebar">
  277. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  278. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  279. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  280.  
  281.  
  282. <div id="description">
  283. {Description}
  284. </div>
  285.  
  286.  
  287. <div class="links">
  288. <a href="/">home</a>
  289. <a href="/ask">mssg</a>
  290. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  291. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  292. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  293. </div>
  294.  
  295.  
  296. {block:Pagination}<div id="pagination">
  297. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  298. {block:JumpPagination length="4"}
  299. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  300. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  301. {/block:JumpPagination}
  302. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  303. </div>{/block:Pagination}
  304.  
  305. </div>
  306.  
  307. <div id="entries">{block:Posts}<div id="post">
  308.  
  309. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  310.  
  311. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. {block:Quote}{Quote}{/block:Quote}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  320.  
  321. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  322. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  323. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  324. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  325. {/block:Audio}
  326.  
  327. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328.  
  329. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  330.  
  331. <div id="info">
  332. <br><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} , <a href="{Permalink}">{NoteCountWithLabel}</a>
  333. {block:HasTags}<div id="tags">tags: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  334. {/block:Posts}
  335. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  336. {/block:Posts}</div></div></div>
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. <div style="
  344. position:fixed;
  345. bottom:3px;
  346. right:3px;
  347. font-size:10px;
  348. letter-spacing:1px;
  349. font-family:segoe print;
  350. border:solid 1px;
  351. padding:6px;
  352. border-color: #eee;">
  353. <a href="http://thebeaetles.tumblr.com/">thebeaetles</a></center></div>
  354.  
  355.  
  356. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement