Advertisement
Guest User

othergrimes

a guest
Nov 1st, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- base theme by xmckinnon @ tumblr, for public use --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Borders" content="#b8b8b8"/>
  14. <meta name="color:Bold" content="#606060" />
  15. <meta name="color:Italic" content="#606060" />
  16. <meta name="color:Hover Link" content="#606060" />
  17. <meta name="color:pagination" content="#ffffff" />
  18. <meta name="color:pagination hover" content="#ffffff" />
  19. <meta name="image:sidebar" content=""/>
  20.  
  21.  
  22. <meta name="if:Custom Link Three" content="1" />
  23. <meta name="if:Custom Link Four" content="1" />
  24. <meta name="if:Custom Link Five" content="1" />
  25. <meta name="if:Custom Link Six" content="1" />
  26. <meta name="if:Custom Link Seven" content="1" />
  27.  
  28. <meta name="text:Link One" content="Index" />
  29. <meta name="text:Link One URL" content="/" />
  30. <meta name="text:Link Two" content="Message" />
  31. <meta name="text:Link Two URL" content="/ask" />
  32. <meta name="text:Link Three" content="Archive" />
  33. <meta name="text:Link Three URL" content="/archive" />
  34. <meta name="text:Link Four" content="Link Four" />
  35. <meta name="text:Link Four URL" content="Link Four URL" />
  36. <meta name="text:Link Five" content="Link Five" />
  37. <meta name="text:Link Five URL" content="Link Five URL" />
  38. <meta name="text:Link Six" content="Link Six" />
  39. <meta name="text:Link Six URL" content="Link Six URL" />
  40. <meta name="text:Link Seven" content="Link Seven" />
  41. <meta name="text:Link Seven URL" content="Link Seven URL" />
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:'trebuchet ms';
  51. font-size:10px;
  52. line-height:100%;
  53. }
  54.  
  55.  
  56. a {
  57. color: {color:Link};
  58. text-decoration: none;
  59. -webkit-transition: all 0.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. transition: all 0.5s ease;
  62. }
  63.  
  64.  
  65. a:hover {
  66. color: {color:Hover Link};
  67. -webkit-transition: all 0.5s ease;
  68. -moz-transition: all 0.5s ease;
  69. transition: all 0.5s ease;
  70. }
  71.  
  72. b, strong { color:{color:Bold};
  73. }
  74.  
  75. i, em { color:{color:Italic};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. #posts {
  93. position:fixed;
  94. background-color:{color:background};
  95. width:520px;
  96. height:450px;
  97. top:100px;
  98. padding: 20px;
  99. margin-left: 450px;
  100. overflow-y:scroll;
  101. overflow-x:hidden;
  102. border:3px solid {color:borders} ;
  103. margin-bottom: 160px;
  104. }
  105.  
  106.  
  107. #sidebar {
  108. width:1000px;
  109. position:fixed;
  110. margin-left:-5px;
  111. margin-top:000px;
  112. }
  113.  
  114. #sidebarimage {
  115. width 1050px;
  116. }
  117.  
  118. #sidebarimage img {
  119. width:1050px;
  120. }
  121.  
  122. #description {
  123. text-align:justify;
  124. position:fixed;
  125. width: 45px;
  126. height:45px;
  127. padding:30px;
  128. margin:550px;
  129. margin-left:200px;
  130. margin-top:-250px;
  131. text-align:left;
  132. font-family:arial;
  133. font-size:9px;
  134. line-height:11px;
  135. color:{color:text};
  136. background-color:#000;
  137. border:2px solid {color:borders};
  138. }
  139.  
  140.  
  141. #navigation {
  142. position:fixed;
  143. font-size: 40px;
  144. line-height: 50px;
  145. letter-spacing: -1px;
  146. color:{color:navigation link};
  147. margin-left: 1050px;
  148. margin-top: -985px;
  149. }
  150.  
  151. #pagination {
  152. position:fixed;
  153. top:460px;
  154. left:160px;
  155. width: 175px;
  156. border-top:1px
  157. solid #eee;
  158. padding: 3px;
  159. font-size: 9px;
  160. line-height: 21px;
  161. text-shadow: 0 1px 1px {color:pagination link};
  162. text-align: center;
  163. margin-top: 150px;
  164. letter-spacing:1px;
  165. text-transform: lowercase;
  166. font-style: italic;
  167. font-family: times;
  168.  
  169. }
  170.  
  171.  
  172. #info {
  173. width: 480px;
  174. padding: 10px;
  175. text-align: center;
  176. text-transform: uppercase;
  177. font-size: 7px;
  178. color: {color:Text};
  179. font-style: none;
  180. letter-spacing: 1px;
  181. border-bottom:1px solid {color:Borders};
  182. font-family:'trebuchet ms';
  183. }
  184.  
  185.  
  186. .asker {
  187. text-transform:none;
  188. font-weight:bold;
  189. font-size:9px;
  190. }
  191.  
  192. .answer {
  193. padding:5px 10px 5px 10px;
  194. font-style:italic;
  195. }
  196.  
  197. .question {
  198. background:transparent;
  199. padding:10px 10px 10px 10px;
  200. font-size:9px;
  201. font-style:italic;
  202. height:auto;
  203. min-height:40px;
  204. margin-left:50px;
  205. margin-top:-50px;
  206. }
  207.  
  208. ::-webkit-scrollbar {
  209. height: 10px;
  210. width: 5px;
  211. background: black;
  212. }
  213.  
  214. ::-webkit-scrollbar-thumb:vertical {
  215. background: {color:Scrollbar};
  216. }
  217.  
  218. /*CHAT*/
  219.  
  220. .user_1 .label {
  221. color:{color:chat one}; font-weight:bold;
  222. }
  223. .user_2 .label {
  224. color:{color:chat two}; font-weight:bold;
  225. }
  226.  
  227. ul.chat, .chat ol, .chat li {
  228. list-style:none;
  229. margin:0px;
  230. padding:10px 15px 5px 15px;
  231. line-height:15px;
  232. }
  233.  
  234. img a{
  235. border:none;
  236. }
  237.  
  238.  
  239. /* CREDIT - DO NOT TOUCH */
  240.  
  241. #credit {
  242. font-family:calibri;
  243. font-size:10px;
  244. text-transform:uppercase;
  245. bottom:10px;
  246. right:15px;
  247. position:fixed;
  248. width:20px;
  249. height:15px;
  250. padding:4px;
  251. display:block;
  252. text-align:center;
  253. line-height:150%;
  254. -webkit-transition:opacity 0.6s linear;
  255. opacity:0.6s;
  256. -webkit-transition:all 0.3s ease-out;
  257. -moz-transition:all 0.3s ease-out;
  258. transition:all 0.3s ease-out;
  259. border:1px solid {color:borders};
  260.  
  261. /*-webkit-border-radius: 100px;
  262. -moz-border-radius: 100px;
  263. border-radius: 100px;
  264. */
  265. }
  266.  
  267. #credit:hover {
  268. background-color:#86649b;
  269. }
  270.  
  271. #credit:hover a {
  272. text-decoration:none;
  273. color:#000;
  274. -webkit-transition:opacity 0.6s linear;
  275. opacity:0.6s;
  276. -webkit-transition:all 0.3s ease-out
  277. -moz-transition:all 0.3s ease-out;
  278. transition:all 0.3s ease-out;
  279. }
  280.  
  281. {CustomCSS}</style></head><body>
  282.  
  283. <div id="sidebar">
  284.  
  285. <div id="title">{Title}</div>
  286.  
  287. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  288.  
  289. <div id="container">
  290. <div id="description">{Description}</div>
  291. </div>
  292.  
  293. <div id="navigation">
  294. {block:Pagination}
  295. <div id="pagination">
  296. {block:PreviousPage}
  297. <a href="{PreviousPage}">-</a>
  298. {/block:PreviousPage}
  299.  
  300. {block:JumpPagination length="5"}
  301. {block:CurrentPage}
  302. <span class="current_page">{PageNumber}</span>
  303. {/block:CurrentPage}
  304.  
  305. {block:JumpPage}
  306. <a class="jump_page" href="{URL}">{PageNumber}</a>
  307. {/block:JumpPage}
  308. {/block:JumpPagination}
  309.  
  310. {block:NextPage}
  311. <a href="{NextPage}">+</a>
  312. {/block:NextPage}
  313. </div>
  314. {/block:Pagination}
  315. </div>
  316. <div id="navigation">
  317. <br />
  318. <a href="{text:Link One URL}" title="{text:Link One}">01.</a><br />
  319. <a href="{text:Link Two URL}" title="{text:Link Two}">02.</a><br />
  320. {block:ifCustomLinkThree}<a href="{text:Link Three URL}" title="{text:Link Three}">03.</a><br />{/block:ifCustomLinkThree}
  321. {block:ifCustomLinkFour}<a href="{text:Link Four URL}" title="{text:Link Four}">04.</a><br />{/block:ifCustomLinkFour}
  322. {block:ifCustomLinkFive}<a href="{text:Link Five URL}" title="{text:Link Five}">05.</a><br />{/block:ifCustomLinkFive}
  323. {block:ifCustomLinkSix}<a href="{text:Link Six URL}" title="{text:Link Six}">06.</a><br />{/block:ifCustomLinkSix}
  324. {block:ifCustomLinkSeven}<a href="{text:Link Seven URL}" title="{text:Link Seven}">07.</a><br />{/block:ifCustomLinkSeven}
  325. {block:ifCustomLinkEight}<a href="{text:Link Eight URL}" title="{text:Link Eight}">08.</a><br />{/block:ifCustomLinkEight}
  326. {block:ifCustomLinkNine}<a href="{text:Link Nine URL}" title="{text:Link Nine}">09.</a><br />{/block:ifCustomLinkNine}
  327. {block:ifCustomLinkTen}<a href="{text:Link Ten URL}" title="{text:Link Ten}">10.</a>{/block:ifCustomLinkTen}
  328. </div>
  329.  
  330. </div>
  331.  
  332. <div id="posts">{block:Posts}<div id="post">
  333.  
  334. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  335.  
  336. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  337.  
  338. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  341.  
  342. {block:Link}
  343. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  344. {block:Description}{Description}{/block:Description}
  345. {/block:Link}
  346.  
  347. {block:Chat}
  348. {block:Title}<h1>{Title}</h1>{/block:Title}
  349. {block:Lines}
  350. {block:Label}<b>{Label}</b>{/block:Label}
  351. {Line}<br />
  352. {/block:Lines}
  353. {/block:Chat}
  354.  
  355. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  356.  
  357. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  358.  
  359. {block:Answer}
  360. <div id="askbox">
  361. <div class="pic">
  362. <a href="{AskerURL}">
  363. <img src="{AskerPortraitURL-48}" />
  364. </a></div>
  365. <div class="question">
  366. <span class="asker">
  367. {Asker} asked:</span><br>
  368. {Question}</div></div>
  369. <div class="answer">
  370. {Answer}</div>
  371. {/block:Answer}
  372.  
  373. <div id="info">
  374. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  375. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  376. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  377.  
  378. </div>
  379. {block:PostNotes}{PostNotes}{/block:PostNotes}
  380. {/block:Posts}</div>
  381.  
  382. <div id="credit">
  383. <a href="http://arizonisms.tumblr.com">A</a>
  384. </div>
  385.  
  386. </body></html>
  387.  
  388. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement