lwestbrook

Theme 5

Jun 20th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. </head>
  10. <!--
  11. if you steal this theme and use as base code i will eat your soul
  12. -->
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:Link" content="#918e8e">
  16. <meta name="color:sblink" content="#807b7b"/>
  17. <meta name="color:sblink hover" content="#b8afaf"/>
  18. <meta name="color:linkbg" content="#e8f2fa"/>
  19. <meta name="color:bg" content="#43c3d8">
  20. <meta name="color:Link" content="#8d898d"/>
  21. <meta name="color:Accent" content="#43c3d8"/>
  22. <meta name="if:Uppercase" content="1"/>
  23. <meta name="text:Small Font Size" content="8px"/>
  24. <meta name="color:title" content="#c8c8c8"/>
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <!--Links-->
  29.  
  30. <meta name="text:Title 1" content=""/>
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:link 1 title" content="" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:link 2 title" content="" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:link 3 title" content="" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:link 4 title" content="" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:link 5 title" content="" />
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. @font-face {font-family: 'chalk';src: url('http://static.tumblr.com/hzstbps/Mnamopozp/chalk-hand-lettering-shaded_demo.ttf');}
  48.  
  49.  
  50. ::-webkit-scrollbar {height: auto;width: 6px;}
  51. ::-webkit-scrollbar-thumb {background-color:#949393;}
  52. ::-webkit-scrollbar-track{background-color:#eee;}
  53.  
  54. body {
  55. background:{color:background};
  56. background-image: url('{image:background}');
  57. color:{color:text};
  58. font-family:arial;
  59. font-size:8px;
  60. line-height:100%;
  61. }
  62.  
  63.  
  64. a:link, a:active, a:visited {color: {color:link};
  65. text-decoration:none;
  66. }
  67.  
  68. a:hover {color:{color:link hover};
  69. text-decoration:none; transition:all 0.4s linear;
  70. -webkit-transition: all 0.4s linear;
  71. -moz-transition: all 0.4s linear;
  72. -ms-transition: all 0.4s linear;
  73. -o-transition: all 0.4s linear;
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. outline:none;
  79. -moz-outline-style:none;
  80. color:{color:link};
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:3px solid;
  90. }
  91.  
  92. blockquote blockquote {
  93. padding-left:5px;
  94. border-left:3px solid;
  95. }
  96.  
  97. h1 {
  98. font-size:13px;
  99. font-family:corbel;
  100. text-align:left;
  101. text-transform:uppercase;
  102. }
  103.  
  104. #entry {
  105. padding:10px;
  106. width:500px;
  107. font-size:12px;
  108. margin-left:500px;
  109. margin-top:40px;
  110.  
  111. }
  112.  
  113. #content {
  114. width:500px;
  115. margin: 0 auto -12px auto;
  116. text-align: center;
  117. }
  118.  
  119.  
  120.  
  121.  
  122. #sidebar {
  123. width:15px;
  124. height:160px;
  125. position:fixed;
  126. margin-bottom:700px;
  127. margin-left:250px;
  128. margin-top:200px;
  129. opacity:1;
  130. background-color:{color:bg};
  131. }
  132.  
  133. #description {
  134. z-index:2;
  135. width:105px;
  136. height:160px;
  137. font-family:new times;
  138. font-size:12px;
  139. position:fixed;
  140. padding:3px;
  141. margin-top:197px;
  142. margin-left:265px;
  143. line-height:170%;
  144. text-align:left;
  145. word-spacing:2px;
  146. opacity:1;
  147. overflow:hidden;
  148. background-color:{color:background};}
  149.  
  150.  
  151.  
  152.  
  153.  
  154. #sidebarimage {
  155. width 160px;
  156. }
  157.  
  158. #sidebarimage img {
  159. width:120px;
  160. height:120px;
  161. margin-top:0px;
  162. margin-left:-130px;
  163. }
  164.  
  165. #blinks {
  166. position:fixed;
  167. width:140px;
  168. height:10px;
  169. margin-bottom:5px;
  170. word-spacing:5px;
  171. margin-top:3px;
  172. margin-left:-151px;
  173. font-size:10px;
  174. padding:4px;
  175. text-align:right;
  176. font-family:calibri;
  177. line-height:10%
  178. opacity:0.9;
  179. background-color:{color:linkbg};
  180. }
  181.  
  182.  
  183.  
  184. #blinks:hover {
  185. padding: 4px;
  186. border: 0px solid {color:Accent}; color: {color:background};}
  187.  
  188. .blinks {
  189. width: 100%;
  190. padding: 10px 0px;
  191. text-align: center;
  192. z-index: 100;
  193. position: fixed;
  194. margin: 0px;
  195. height: 40px;
  196. line-height: 40px;
  197. background-color: #222222;}
  198.  
  199. .ic {
  200. display: inline-block;
  201. vertical-align: middle;
  202. height: 30px;}
  203.  
  204.  
  205.  
  206. .blinks a {
  207. text-align: center;
  208. letter-spacing: 1px;
  209. margin: 0px;
  210. padding: 1px 14px;
  211. display: inline-block;
  212. height: 40px;
  213. line-height: 40px;
  214. color: {color:bg};
  215. font-size: {text:Small Font Size};}
  216.  
  217. .blinks a:hover {color: ##ad79c3;}
  218.  
  219. .h {
  220. transition-duration: 0.6s;
  221. -moz-transition-duration: 0.6s;
  222. -webkit-transition-duration: 0.6s;
  223. -o-transition-duration: 0.6s;
  224. border-bottom: 2px solid {color:link};
  225. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  226. }
  227.  
  228. .blinks a:hover .h, a:hover .h {
  229. transition-duration: 0.6s;
  230. -moz-transition-duration: 0.6s;
  231. -webkit-transition-duration: 0.6s;
  232. -o-transition-duration: 0.6s;
  233. border-bottom: 2px solid {color:Accent};
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240. .pagi {
  241. position: fixed;
  242. margin-top: 349px;
  243. letter-spacing:1px;
  244. text-transform:uppercase;
  245. font-size:8px;
  246. margin-left: 102px;
  247. }
  248.  
  249.  
  250. .pagi a, .current_page {
  251. padding: 1px 4px;
  252. margin: 0px 2px;
  253. border: 1px solid #8d898d;
  254. background-color: {color:bg};
  255. color: {color:background};
  256. }
  257.  
  258. .pagi a {background-color: {color:background};color: #222222;}
  259.  
  260. .pagi a:hover {background-color: {color:accent}; border: 1px solid {color:accent}; color: {color:background};}
  261.  
  262.  
  263. #title1{
  264. opacity:1;
  265. position:fixed;
  266. width:246px;
  267. height: 25px;
  268. border-bottom:1px solid; #c8c8c8;
  269. font-family:'chalk';
  270. margin-left:-130px;
  271. margin-top:-170px;
  272. padding:5px;
  273. text-align:center;
  274. font-size:40px;
  275. letter-spacing:5px;
  276. line-height:50%;
  277. text-shadow: 1px 2px 2px #585858;
  278. color:{color:title};
  279. }
  280.  
  281.  
  282.  
  283. #post {
  284. width:500px;
  285. margin-top:5px;
  286. margin-left:-35px;
  287. padding-bottom:30px;
  288. padding-top:25px;
  289. font-size:9px;
  290.  
  291. }
  292.  
  293. .question {
  294. text-transform:lowercase;
  295. font-style: italic;
  296. letter-spacing:1px;
  297. padding:6px;
  298. font-size:9px;
  299. background-color:#fcfcfc;
  300. }
  301.  
  302. .answer {
  303. float:left;
  304. padding-left:5px;
  305. padding:5px;
  306. }
  307.  
  308. #info {
  309. font-family:calibri;
  310. font-size: 10px;
  311. font-style: italic;
  312. margin-top:10px;
  313. padding-top:10px;
  314. text-transform:lowercase;
  315. border-top:1px solid #eee;
  316. text-align:center;
  317. line-height:110%;
  318. }
  319.  
  320. #credit {font-size:8px;
  321. font-family:consolas;
  322. font-weight:bold;
  323. text-transform:uppercase;
  324. bottom:9px;
  325. right:9px;
  326. position:fixed;}
  327.  
  328.  
  329.  
  330. {CustomCSS}</style>
  331. <body>
  332.  
  333. <div id="bite"><div id="sidebar">
  334.  
  335. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  336.  
  337. <div id="title1">{block:IfTitle1}{text:Title 1}{/block:IfTitle1}</div>
  338.  
  339.  
  340.  
  341. <div id="blinks">
  342. <a href="/"><span class="h" title="{text:link 1 title}">one</a>
  343. <a href="/"><span class="h" title="{text:link 2 title}">two</a>
  344. <a href="/"><span class="h" title="{text:link 3 title}">three</a>
  345. <a href="/"><span class="h" title="{text:link 4 title}">four</a>
  346. <a href="/"><span class="h" title="{text:link 5 title}">five</a>
  347. </div></div>
  348.  
  349. </div>
  350.  
  351. <div class="death"><div id="description">
  352. <div style="overflow:auto; width: 109px; height: 160px; border: 0px solid #000000; background-color: #ffffff; text-align: block; padding:1px;">{Description}</div>
  353. </div></div>
  354.  
  355.  
  356.  
  357.  
  358. {block:Pagination}<div class="pagi">
  359. {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}
  360.  
  361. {block:JumpPagination length="5"}
  362. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  363.  
  364. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}{/block:JumpPagination}
  365.  
  366. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  367. </div>{/block:Pagination}
  368.  
  369. </div></div>
  370.  
  371. <div id="entry">
  372.  
  373. {block:Posts}<div id="post">
  374.  
  375. {block:Answer}
  376. <div class="question"> <b>{Asker}</b> whimpered: {Question}</div><blockquote>{Answer}</blockquote>{/block:Answer}
  377.  
  378. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  379.  
  380. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  381.  
  382. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  385.  
  386. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  387.  
  388. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  389.  
  390. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  391.  
  392. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  393.  
  394.  
  395.  
  396. <div id="info">
  397. {block:Date} {TimeAgo}{/block:Date} / <a href="{Permalink}">
  398.  
  399. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> -
  400.  
  401. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">© <a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a>
  402. {/block:RebloggedFrom}
  403.  
  404. <br> {block:HasTags}{block:Tags} #<i><a href="{TagURL}">{Tag}</a> </i>{/block:Tags}{/block:HasTags}</div>
  405.  
  406.  
  407. </div>
  408. {block:PostNotes}{PostNotes}{/block:PostNotes}
  409. {/block:Posts}</div>
  410.  
  411. <div style="position:fixed; bottom:10px; right:10px; font-size:7px; letter-spacing:2px;"><a href="http://grihmmy.tumblr.com/"><font color="8f8f8f">Credit</font></a></div>
  412.  
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment