believenotlies

theme eight | believenotlies.tumblr

Nov 23rd, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. <html>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- BELIEVENOTLIES.TUMBLR.COM | DO NOT COPY OR STEAL -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <link rel="shortcut icon" href="{PortraitURL-16}">
  10.  
  11. <script type="text/javascript" src="http://ettudis.three-words.net/js/infinitescroll.js"></script>
  12.  
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES | COLORS -->
  16. <meta name="color:accent" content="#EBCACA" />
  17. <meta name="color:date border" content"#FFDEDE" />
  18.  
  19. <!-- DEFAULT VARIABLES | OPTIONALS -->
  20. <meta name="text:URL 1" content="" />
  21. <meta name="text:URL TITLE 1" content="" />
  22. <meta name="text:URL 2" content="" />
  23. <meta name="text:URL TITLE 2" content="" />
  24. <meta name="if:infinite scroll" content="" />
  25.  
  26. <title>{Title}</title>
  27.  
  28. <style type="text/css">
  29. iframe#tumblr_controls {
  30. top: 2px !important;
  31. opacity: 0.7;
  32. margin: 0 0 0 0;
  33. right: 4px !important;
  34. position:fixed !important;
  35. }
  36.  
  37. ::-webkit-scrollbar {
  38. height: 4px;
  39. width: 4px;
  40. background: #282828;
  41. }
  42. ::-webkit-scrollbar-thumb {
  43. -webkit-border-radius: 30px;
  44. background: #3C3C3C;
  45. }
  46. ::-webkit-scrollbar-corner {
  47. background: transparent;
  48. }
  49.  
  50. body {
  51. margin: 0px;
  52. background: #FFF;
  53. background-attachment: fixed;
  54. background-repeat: repeat;
  55. font-family: Trebuchet MS;
  56. color: #999;
  57. font-size: 10px;
  58. line-height: 9px;
  59. text-transform: lowercase;
  60. }
  61.  
  62. a:link, a:active, a:visited, a:hover {
  63. text-decoration: none;
  64. color: #CCC;
  65. }
  66.  
  67. #nav a {
  68. display: block;
  69. border: 2px dotted {color:accent};
  70. color: #999;
  71. font: 9px Trebuchet MS;
  72. text-align:center;
  73. margin-top: 2px;
  74. -webkit-border-radius: 10px;
  75. -moz-border-radius: 10px;
  76. -moz-transition: all .5s ease-in-out;
  77. -webkit-transition: all .5s ease-in-out;
  78. }
  79.  
  80. #nav a:hover {
  81. border: 2px dotted {color:date border};
  82. }
  83.  
  84. #sidebar {
  85. width: 300px;
  86. position: fixed;
  87. right: 80px;
  88. padding: 10px;
  89. margin: 25px;
  90. }
  91.  
  92. .blogtitle a {
  93. display: block;
  94. text-align: left;
  95. font: normal 28px Trebuchet MS;
  96. color: {color:accent};
  97. line-height: 20px;
  98. letter-spacing: -3px;
  99. }
  100.  
  101. .description {
  102. background-color: transparent;
  103. color: {color:postlink};
  104. }
  105.  
  106. .info {
  107. padding: 4px;
  108. margin-right: 70px;
  109. width: 150px;
  110. float: right;
  111. }
  112.  
  113. #container {
  114. padding: 20px 0px;
  115. margin-right: 430px;
  116. width: 510px;
  117. float: right;
  118. }
  119.  
  120. #date {
  121. width: 100%px;
  122. font-size: 7px;
  123. font-weight: bold;
  124. text-align: center;
  125. line-height: 8px;
  126. padding: 2px 2px 4px 2px;
  127. text-transform: uppercase;
  128. letter-spacing: 2px;
  129. border-top: 2px dotted {color:date border};
  130. background-color: #FFF;
  131. margin: 2px 0px 44px 0px;
  132. }
  133.  
  134. .title {
  135. font: normal 26px Trebuchet MS;
  136. color: {color:accent};
  137. line-height: 25px;
  138. letter-spacing: -4px;
  139. margin-left: 4px;
  140. }
  141.  
  142. #postnotes {
  143. text-align: justify;
  144. }
  145.  
  146. #source {
  147. text-transform: uppercase;
  148. text-align: right;
  149. }
  150.  
  151. #quotemark {
  152. font: normal 140px Georgia;
  153. color: #EAEAEA;
  154. padding-left: 5px;
  155. line-height: 80px;
  156. margin-top: 10px;
  157. }
  158.  
  159. #quote {
  160. font: normal 16px Trebuchet MS;
  161. letter-spacing: -2px;
  162. color: {color:accent};
  163. margin-top: -85px;
  164. padding-left: 30px;
  165. }
  166.  
  167. .notes img {
  168. width: 10px;
  169. position: relative;
  170. top: 1px;
  171. margin-left: 5px;
  172. }
  173.  
  174. blockquote {
  175. border-left: 2px solid #CCC;
  176. padding-left: 10px;
  177. }
  178.  
  179. .user_1 .label, .user_4 .label, .user_7 .label, .user_2 .label, .user_5 .label, .user_8 .label, .user_3 .label, .user_6 .label,
  180. .user_9 .label {
  181. color: {color:hover};
  182. }
  183.  
  184. </style>
  185. </head>
  186.  
  187. <body>
  188.  
  189. <div id="sidebar">
  190.  
  191. <div class="blogtitle"><a href="/">{Title}</a></div>
  192.  
  193. {Description}
  194.  
  195. <div id="nav">
  196. <a href="/ask">ask box</a>
  197.  
  198. {block:ifURL1}
  199. <a href="{text:URL 1}">{text:URL TITLE 1}</a>
  200. {/block:ifURL1}
  201.  
  202. {block:ifURL2}
  203. <a href="{text:URL 2}">{text:URL TITLE 2}</a>
  204. {/block:ifURL2}
  205.  
  206. <a href="http://believenotliesthemes.tumblr.com/">theme</a>
  207.  
  208. </div>
  209.  
  210. <BR><center>
  211. {block:ifinfinitescroll}
  212. {block:PreviousPage}
  213. <a href="{PreviousPage}">previous page</a> - - -
  214. {/block:PreviousPage}
  215.  
  216. {block:NextPage}
  217. <a href="{NextPage}">next page</a>
  218. {/block:NextPage}
  219. {/block:ifinfinitescroll}
  220.  
  221. {block:PermalinkPagination}
  222. {block:NextPost}
  223. <a href="{NextPost}">previous post</a> - - -
  224. {/block:NextPost}
  225.  
  226. {block:PreviousPost}
  227. <a href="{PreviousPost}">next post</a>
  228. {/block:PreviousPost}
  229. {/block:PermalinkPagination}
  230. </center>
  231.  
  232. </div>
  233.  
  234.  
  235. <!-- THE WEBLOG -->
  236.  
  237.  
  238. <div id="container">
  239. {block:ifinfinitescroll}
  240. <div class=”autopagerize_page_element”>
  241. {/block:ifinfinitescroll}
  242.  
  243. {block:Posts}
  244.  
  245. {block:Text}
  246. {block:Title}
  247. <center><span class="title">{Title}</span></center>
  248. {/block:Title}
  249. {Body}
  250. {/block:Text}
  251.  
  252.  
  253. {block:Photo}<center>
  254. <a href="{Permalink}" title="{PhotoAlt}" target="_blank"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></center>
  255. {block:Caption}{Caption}{/block:Caption}
  256. {/block:Photo}
  257.  
  258.  
  259. {block:Photoset}<center>
  260. {Photoset-500}</center>
  261. {block:Caption}{Caption}{/block:Caption}
  262. {/block:Photoset}
  263.  
  264.  
  265. {block:Link}
  266. <center><a href="{URL}" class="title">{Name}</a></center>
  267. {block:Description}{Description}{/block:Description}
  268. {/block:Link}
  269.  
  270.  
  271. {block:Quote}
  272. <div id="quotemark">“</div><div id="quote">{Quote}</div>
  273. {block:Source}
  274. <div id="source"> — {Source}</div>
  275. {/block:Source}
  276. {/block:Quote}
  277.  
  278.  
  279. {block:Chat}
  280. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
  281. <ul class="chat">
  282. {block:Lines}
  283. <li class="user_{UserNumber}">
  284. {block:Label}
  285. <span class="label">{Label}</span>
  286. {/block:Label}
  287. {Line}
  288. </li>
  289. {/block:Lines}
  290. </ul>
  291. {/block:Chat}
  292.  
  293.  
  294. {block:Audio}
  295. <center>
  296. {AudioPlayerWhite}
  297. {block:Caption}{Caption}{/block:Caption}
  298. {FormattedPlayCount} plays
  299. <BR><BR><BR>
  300. </center>
  301. {/block:Audio}
  302.  
  303.  
  304. {block:Video}<center>
  305. {Video-500}<BR>
  306. {block:Caption}{Caption}{/block:Caption}</center>
  307. {block:Video}
  308.  
  309. <div id="date"><a href="{Permalink}" class="date">
  310. {block:Date}{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}</a>
  311. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  312. </div>
  313.  
  314.  
  315. {block:PostNotes}
  316. <center>
  317. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  318.  
  319. <br>
  320. {block:RebloggedFrom}
  321. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> // originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  322. </center>
  323.  
  324. <div id="postnotes">
  325. {PostNotes}
  326. </div>
  327.  
  328. <center>{block:ContentSource}
  329. <br><a href="{SourceURL}">
  330. {lang:Source}:
  331. {block:SourceLogo}
  332. <img src="{BlackLogoURL}" width="{LogoWidth}"
  333. height="{LogoHeight}" alt="{SourceTitle}" />
  334. {/block:SourceLogo}
  335. {block:NoSourceLogo}
  336. {SourceLink}
  337. {/block:NoSourceLogo}
  338. </a>
  339. {/block:ContentSource}</center>
  340.  
  341. {/block:PostNotes}
  342.  
  343. {/block:Posts}
  344.  
  345. </div>
  346. </div>
  347.  
  348.  
  349.  
  350. </body>
  351. </html>
Advertisement
Add Comment
Please, Sign In to add comment