codesbyally

hey, brother v02

May 24th, 2014
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 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. <!-- this is litewoods' theme .07v02 -- don't steal any of the coding or the format, please; i worked hard on it. enjoy! -->
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!--
  12.  
  13. For further information about the theme, please visit my personal blog (pinkmanist.tumblr.com) and search the tag "/tagged/base code" where you will find the post. Also please read the guidelines before using.
  14.  
  15. No part of this website may be reproduced without my express consent.
  16.  
  17. © PINKMANIST, ALL RIGHTS RESERVED.
  18.  
  19. -->
  20.  
  21.  
  22.  
  23. <meta name="color:Background" content="#fff"/>
  24. <meta name="color:Text" content="#9C9C9C"/>
  25. <meta name="color:Links" content="#B3B3B3"/>
  26. <meta name="color:Hover" content="#f3f3f3"/>
  27.  
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30. <meta name="text:blogtitle" content="/"/>
  31. <meta name="text:Link 1" content="/"/>
  32. <meta name="text:Link 1 Title" content="I."/>
  33. <meta name="text:Link 2" content="/"/>
  34. <meta name="text:Link 2 Title" content="II."/>
  35. <meta name="text:Link 3" content="/"/>
  36. <meta name="text:Link 3 Title" content="III."/>
  37. <meta name="text:Link 4" content="/"/>
  38. <meta name="text:Link 4 Title" content="IV."/>
  39. <meta name="text:Link 5" content="/"/>
  40. <meta name="text:Link 5 Title" content="V."/>
  41. <meta name="text:Link 6" content="/"/>
  42. <meta name="text:Link 6 Title" content="VI."/>
  43.  
  44. <style type="text/css">
  45.  
  46. body {
  47. background:{color:Background};
  48. color:{color:Text};
  49. font-family:helvetica;
  50. font-size:10px;
  51. }
  52.  
  53. a {
  54. color:{color:Links};
  55. text-decoration:none;
  56. -webkit-transition: all 0.4s ease-in-out;
  57. -moz-transition: all 0.4s ease-in-out;
  58. -o-transition: all 0.4s ease-in-out;
  59. transition: all 0.4s ease-in-out;
  60. }
  61.  
  62. a:hover {
  63. text-decoration:none;
  64. color:{color:Hover};
  65. -webkit-transition: all 0.4s ease-in-out;
  66. -moz-transition: all 0.4s ease-in-out;
  67. -o-transition: all 0.4s ease-in-out;
  68. transition: all 0.4s ease-in-out;
  69. }
  70.  
  71.  
  72.  
  73.  
  74. blockquote {
  75. border-left:1px solid #ededed;
  76. padding-left:10px;
  77. margin-left:6px;
  78. }
  79.  
  80. h1 {
  81. font-family:sans-serif;
  82. font-weight:lighter;
  83. font-family:sans-serif;
  84. font-weight:lighter;
  85. font-size:17px;
  86. letter-spacing:1px;
  87. text-transform:uppercase;
  88. text-align:center;
  89. }
  90.  
  91.  
  92. /* ENTRIES */
  93.  
  94. #entries {
  95. width:500px;
  96. margin-left:600px;
  97. margin-top:50px;
  98. margin-bottom:100px;
  99. }
  100.  
  101. #post {
  102. width:500px;
  103. }
  104.  
  105.  
  106. /* SIDEBAR */
  107.  
  108. #sbar {
  109. margin-left:200px;
  110. margin-top:150px;
  111. position:fixed;
  112. width:245px;
  113. }
  114.  
  115. #sbar img {
  116. width:245px;
  117. height:100px;
  118. margin-top:-5px;
  119. position:fixed;
  120. z-index:999999;
  121. border-radius::100px;
  122. }
  123.  
  124. .title {
  125. text-align:right;
  126. font:italic bold 20px sans-serif;
  127. }
  128.  
  129. .desc {
  130. width:245px;
  131. text-align:right;
  132. text-transform:normal;
  133. }
  134.  
  135. .links {
  136. margin-top:105px;
  137. border-top:1px solid #bbb;
  138. padding-top:5px;
  139. text-transform:uppercase;
  140. text-align:right;
  141. word-spacing:10px;
  142. font-family:'georgia';
  143. }
  144.  
  145. /* PAGINATION */
  146.  
  147. .pagination {
  148. text-align:right;
  149. }
  150.  
  151. /* POST STUFF */
  152.  
  153. #info {
  154. text-align:left;
  155. margin-top:2px;
  156. border-bottom:1px solid #aaa;
  157. padding-bottom:5px;
  158. text-transform:lowercase;
  159. -webkit-transition: all 0.4s ease-in-out;
  160. -moz-transition: all 0.4s ease-in-out;
  161. -o-transition: all 0.4s ease-in-out;
  162. transition: all 0.4s ease-in-out;
  163. }
  164.  
  165. #tags {
  166. text-align:left;
  167. margin-top:4px;
  168. padding-bottom:75px
  169.  
  170. }
  171.  
  172. /* ASKS */
  173.  
  174. #askbg {
  175. padding:5px;
  176. padding-left:10px;
  177. background-color:#ddd;
  178. border-bottom:1px solid #bbb;
  179. }
  180.  
  181. #ask {
  182. margin-top:-10px;
  183. font-family:calibri;
  184. text-align:left;
  185. color:#fff;
  186. }
  187.  
  188. #ask img {
  189. margin-top:30px;
  190. width:50px;
  191. }
  192.  
  193. /* CREDIT */
  194.  
  195. #credit {
  196. right:3px;
  197. bottom:6px;
  198. font:11px 'wendy';
  199. padding:2px;
  200. padding-left:5px;
  201. padding-bottom:3px;
  202. color:{color:text};
  203. border-left:1px solid #aaa;
  204. border-top:1px solid #aaa;
  205. border-bottom:1px solid #aaa;
  206. text-transform:uppercase;
  207. position:fixed;
  208. -webkit-transition: all 0.5s ease-out;
  209. -moz-transition: all 0.5s ease-out;
  210. transition: all 0.5s ease-out;
  211. }
  212.  
  213. #credit:hover {
  214. font-style:underline;
  215. }
  216.  
  217. {CustomCSS}</style></head><body>
  218.  
  219. <div id="sbar">
  220.  
  221. <div class="title">
  222. <b>{text:blogtitle}</b>
  223. </div>
  224.  
  225. <div class="desc">
  226. {description}<br><br>
  227. </div>
  228.  
  229. <div class="image">
  230. <img src="{image:Sidebar}">
  231. </div>
  232.  
  233. <div class="links">
  234. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  235. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  236. <a href="/{text:Link 3}">{text:Link 3 Title}</a>
  237. <a href="/{text:Link 4}">{text:Link 4 Title}</a>
  238. <a href="/{text:Link 5}">{text:Link 5 Title}</a>
  239. <a href="/{text:Link 6}">{text:Link 6 Title}</a>
  240. </div>
  241. <div class="pagination">
  242. {block:Pagination}<p>
  243. {block:PreviousPage}
  244. <a href="{PreviousPage}">« </a>
  245. {/block:PreviousPage}
  246. {CurrentPage} of {TotalPages}
  247. {block:NextPage}
  248. <a href="{NextPage}">»</a>
  249. {/block:NextPage}
  250. {/block:Pagination}
  251. </div></div>
  252.  
  253.  
  254.  
  255.  
  256. <div id="entries">
  257. {block:Posts}
  258. <div id="post">
  259.  
  260. {block:Text}
  261. <h1>{block:Title}{Title}{/block:Title}</h1>
  262. {Body}{/block:Text}
  263.  
  264. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  265.  
  266. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268. {block:Quote}
  269. <div id="quote" style="font-size:25px;font-style:italic;font-family:'georgia';text-transform:normal;">
  270. "{Quote}"
  271. </div>
  272. {block:Source}
  273. <div id="source">
  274. — {Source}
  275. </div>
  276. {/block:Source}{/block:Quote}
  277.  
  278. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  279.  
  280. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  281.  
  282. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  283. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  284. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  285. {/block:ExternalAudio}
  286. {/block:Audio}<br>
  287.  
  288. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  289.  
  290. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-40}" style="position:absolute;border-radius:50%;margin-left:-45px; margin-top:-16px;border-bottom:2px solid #aaa;"> {Question} — <b><i>{Asker}</b></i></div> {Answer}{/block:Answer}
  291.  
  292. <div id="info">
  293.  
  294. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">{NoteCount} notes</a>
  295.  
  296. <div style="float:right;">
  297.  
  298. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /{block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  299.  
  300. </div>
  301.  
  302. </div>
  303.  
  304. <div id="tags">
  305.  
  306. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  307.  
  308. </div>
  309.  
  310. {/block:Posts}
  311.  
  312. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  313.  
  314. </div>
  315. <div id="credit"><a href="http://trueseas.tumblr.com/">trueseas</a>
  316. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment