Advertisement
pooramypond

SLOW ME DOWN (06)

Dec 15th, 2012
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.98 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. <!----
  9. _______ ____ _____ _____ _ _ ________ _______ _______
  10. |__ __/ __ \| __ \| __ \| | | | ____\ \ / |_ _|__ __|
  11. | | | | | | | | | | | | |__| | |__ \ \ /\ / / | | | |
  12. | | | | | | | | | | | | __ | __| \ \/ \/ / | | | |
  13. | | | |__| | |__| | |__| | | | | |____ \ /\ / _| |_ | |
  14. |_| \____/|_____/|_____/|_| |_|______| \/ \/ |_____| |_|
  15.  
  16.  
  17. THEME: SLOW ME DOWN (06) BY TODDHEWIT
  18. _____________________________________________
  19. RULES:
  20. --DON'T--
  21. - STEAL
  22. - USE THIS THEME AS A BASE
  23. - TAKE PARTS OF THE CODE
  24. - REMOVE CREDIT, MOVE IT TO A SECONDARY PAGE
  25. _____________________________________________
  26.  
  27. HAPPY THEME-ING
  28. --->
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Text" content="#838282"/>
  31. <meta name="color:Link" content="#b8b8b8"/>
  32. <meta name="color:Title" content="#b7dbec"/>
  33. <meta name="color:Post Title" content=""/>
  34. <meta name="color:Ask Text" content="#Fff"/>
  35. <meta name="color:Post Border" content="#eee"/>
  36. <meta name="color:Ask Bubble" content="#ccc"/>
  37. <meta name="color:Info Background" content="#FCFCFC"/>
  38. <meta name="color:Posts" content=""/>
  39. <meta name="image:sidebar" content="http://media.tumblr.com/tumblr_mf1drb3wxi1rn3q41.png"/>
  40. <meta name="text:Link 1 Name" content=""/>
  41. <meta name="text:Link 1 URL" content="/"/>
  42. <meta name="text:Link 2 Name" content=""/>
  43. <meta name="text:Link 2 URL" content="/"/>
  44. <meta name="text:Link 3 Name" content=""/>
  45. <meta name="text:Link 3 URL" content="/"/>
  46. <meta name="if:greyscale" content="1">
  47. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  48.  
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  51. <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script>
  52.  
  53. <script type="text/javascript">//<![CDATA[
  54. $(window).load(function(){
  55. $('div.more').hide()
  56. $('a.showmemore').click(function(){
  57. $(this).next('div').slideToggle()
  58. })
  59. });//]]>
  60.  
  61. </script>
  62. <script type="text/javascript">
  63. $(document).ready(function() {
  64. $('[title]').each(function() {
  65. $this = $(this);
  66. $.data(this, 'title', $this.attr('title'));
  67. $this.removeAttr('title');
  68. });
  69. });
  70. </script>
  71. <style type="text/css">
  72.  
  73.  
  74. ::-webkit-scrollbar {
  75.  
  76. height: 12px;
  77.  
  78. width: 17px;
  79.  
  80. background: {color:Background};
  81.  
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85.  
  86. background:url("") center;
  87.  
  88. border:1px solid #EEE0E5;
  89.  
  90.  
  91. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  92.  
  93. }
  94.  
  95. ::-webkit-scrollbar-corner {
  96.  
  97. background: #transparent;
  98.  
  99. }
  100.  
  101.  
  102.  
  103. @font-face{font-family: WebSymbolsRegular; src: url(http://static.tumblr.com/xgofl0y/yqZm3m5if/websymbols-regular-webfont.ttf);}
  104.  
  105. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  106.  
  107. body {
  108. background:{color:background};
  109. margin:0px;
  110. color:{color:text};
  111. font-family:LIBRE BASKERVILLE;
  112. font-size:10px;
  113. font-size:8px;
  114. line-height:100%;
  115. }
  116. a {
  117. text-decoration:none;
  118. outline:none;
  119. -moz-outline-style:none;
  120. color:{color:link};
  121. background: transparent;
  122. }
  123. img {
  124. border:none;
  125. float: center;
  126. padding-top:5px;
  127. padding-bottom: 5px;
  128. padding-left: 5px;
  129. padding-right: 5px;
  130. max-width:500px;
  131. }
  132. blockquote {
  133. padding-left:5px;
  134. border-left:2px solid;
  135. }
  136. blockquote blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140. h1 {
  141. font-size:15px;
  142. }
  143. .triangle-right {
  144. position:relative;
  145. padding:10px;
  146. margin:1em 0 3em;
  147. color:{color:Ask Text};
  148. background:{color:Ask Bubble}; /* default background for browsers without gradient support */
  149. /* css3 */
  150. line-height:15px;
  151. margin-top:-5px;
  152. background:#ccc;
  153. -webkit-border-radius:4px;
  154. -moz-border-radius:4px;
  155. border-radius:4px;
  156. }
  157. .triangle-right:after {
  158. content:"";
  159. position:absolute;
  160. bottom:-15px; /* value = - border-top-width - border-bottom-width */
  161. left:35px; /* controls horizontal position */
  162. border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  163. border-style:solid;
  164. border-color:{color:Ask Bubble} transparent;
  165. /* reduce the damage in FF3.0 */
  166. display:block;
  167. width:0;
  168. }
  169. #en {
  170. margin-top:150px;
  171. margin-left: auto;
  172. margin-right:auto;
  173. width:400px;
  174. text-align: justify;
  175. margin-bottom:20px;
  176. }
  177. #post {
  178. padding:10px;
  179. width:400px;
  180. padding-right: 17px;
  181. background-color:{color:posts};
  182. margin-top:70px;
  183. text-align: justify;
  184. margin-left:-10px;
  185. word-break:break-all;
  186. border:4px double {color:Post Border};
  187. -webkit-transition:All .5s ease-in-out;
  188. }
  189. {block:ifgreyscale}
  190. #post {
  191. -webkit-filter: grayscale(0.8);
  192. }
  193. #post:hover {
  194. -webkit-filter: grayscale(0);
  195. -webkit-transition:All .5s ease-in-out;
  196. }
  197. {/block:ifgreyscale}
  198. .u_1 {
  199. margin-right:25px;
  200. color:{color:text};
  201.  
  202. }
  203. .u_2 {
  204. background-color:{color:background};
  205. color:{color:text};
  206. margin-right:25px;
  207. }
  208. .u_3 {
  209. margin-right:25px;
  210. color:{color:text};
  211. }
  212. .u_4 {
  213. background-color:{color:background};
  214. color:{color:text};
  215. margin-right:25px;
  216. }
  217. .u_5 {
  218. color:{color:text};
  219. margin-right:25px;
  220. }
  221. .u_6 {
  222. background-color:{color:background};
  223. color:{color:text};
  224. margin-right:25px;
  225. }
  226. .u_7 {
  227. color:{color:text};
  228. margin-right:25px;
  229. }
  230. ul.chat,
  231. .chat ol,
  232. .chat li {
  233. list-style:none;
  234. margin:0px;
  235. padding:7px;
  236. }
  237. .ls {
  238. width:200px;
  239. margin-left:auto;
  240. margin-right:auto;
  241.  
  242. }
  243. .ls a {
  244. font: 5px arial narrow;
  245. text-transform: uppercase;
  246. color:{color:Links};
  247. -webkit-transition:All .5s ease;
  248. letter-spacing: 2px;
  249. overflow:hidden;
  250. padding:1px;
  251. text-align:center;
  252. opacity:.7;
  253. }
  254. .ls a:hover {
  255. opacity:.9;
  256. }
  257. #pagination {
  258. padding-bottom:10px;
  259. }
  260. #ar {
  261. float:center;
  262. margin-left:50px;
  263. margin-top:-50px;
  264. position:absolute;
  265. }
  266. #are {
  267. float:center;
  268. margin-left:55px;
  269. margin-top:-50px;
  270. position:absolute;
  271. }
  272. .qe {
  273. font-size: 15px;
  274. letter-spacing: 1px;
  275. text-align: center;
  276. padding-top:10px;
  277. line-height: 20px;
  278. font-family: "georgia italic";
  279. color: {color:Post Title};
  280. }
  281. .soe {
  282. font-size: 8px;
  283. letter-spacing: 2px;
  284. text-align: center;
  285. padding-top: 5px;
  286. padding-bottom: 5px;
  287. text-transform: lowercase;
  288. font-family: "times new roman" italic;
  289. text-align: center;
  290. }
  291. .cpn {
  292. margin-left: 3px;
  293. font: italic 9px "georgia italic";
  294. }
  295. .ts {
  296. font-size: 8px;
  297. font-family: "georgia";
  298. text-align: center;
  299. text-transform: uppercase;
  300. color: {color:Post Title};
  301. letter-spacing:2px;
  302. line-height:20px;
  303. }
  304. #inf {
  305. background-color: {color:Info Background};
  306. height: auto;
  307. font-family: calibri;
  308. text-align: center;
  309. padding:2px;
  310. margin-top: 10px;
  311. text-transform: uppercase;
  312. font-size: 8px;
  313. font-style: none;
  314. border-top: 1px solid #EEECEC;
  315. }
  316.  
  317. #top {
  318. margin-top:20px;
  319. width:400px;
  320. height:100px;
  321. margin-left:auto;
  322. margin-right:auto;
  323. text-align:center;
  324. padding-bottom:5px;
  325. }
  326. .desc {
  327. font: italic 9px lowercase "libre baskerville";
  328. border-top:3px double {color:Post Border};
  329. padding-top:5px;
  330. }
  331. .le {
  332. font-family:"libre baskerville";
  333. font-size:15px;
  334. text-transform:uppercase;
  335. padding-bottom:5px;
  336. color:{color:Title};
  337. }
  338. #qss {
  339. background-color:white;
  340. padding:4px;
  341. }
  342.  
  343. #crt {
  344. bottom:27px;
  345. right:27px;
  346. position:fixed;
  347. }
  348. #crt a {
  349. font-size:9px;
  350. letter-spacing:1px;
  351. position:fixed;
  352. font-family:"georgia italic";
  353. -webkit-transform: scale(1);
  354. -webkit-transition-timing-function: ease-out;
  355. -webkit-transition-duration: 500ms;
  356. }
  357. #crt a:hover {
  358. -webkit-transition-timing-function: ease-out;
  359. -webkit-transition-duration: 500ms;
  360. border-bottom:1px solid #eee;
  361. }
  362.  
  363. {CustomCSS}</style></head><body>
  364. <div id="crt"><br><a href="http://toddhewit.tumblr.com/"><big><big>☆彡</big></big></a></div>
  365. <div id="top"><img src="{image:Sidebar}" style="width:400px;z-index:-1;margin-left:-5px; height:120px;"><br><br><div class="le">{Title}</div><div class="ls">
  366. <a href="/">FIRST,</A>
  367. <a href="/ask">SECOND,</a>
  368. <a href="/archive">THIRD,</a>
  369. <a href="{text:Link 1 URL}">FOURTH</a>,
  370. <a href="{text:Link 2 URL}">FIFTH</a>,
  371. <a href="{text:Link 3 URL}">SIXTH</a>.</div><div class="desc">{Description}<center> <br>
  372. <small>
  373. {block:Pagination}
  374. {block:PreviousPage}
  375. <a class="jump_page" href="{PreviousPage}" type="I">&larr;</a>
  376. {/block:PreviousPage}
  377.  
  378. {block:JumpPagination length="5"}
  379. {block:CurrentPage}
  380. <span class="current_page">{PageNumber},</span>
  381. {/block:CurrentPage}
  382.  
  383. {block:JumpPage}
  384. <a class="jump_page" href="{URL}">{PageNumber},</a>
  385. {/block:JumpPage}
  386. {/block:JumpPagination}
  387.  
  388. {block:NextPage}
  389. <a class="jump_page" href="{NextPage}">&rarr;</a>
  390. {/block:NextPage}
  391. {/block:Pagination}</small>
  392. </div></div>
  393.  
  394. <div id="en">{block:Posts}<div id="post">
  395.  
  396.  
  397.  
  398. {block:Text}{block:Title}<div class="ts">- {Title} -</div>{/block:Title}<div class="cpn">{Body}</div>{/block:Text}
  399.  
  400. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" align="center">{LinkCloseTag}{block:Caption}<div class="cpn">{Caption}</div>{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-400}{block:Caption}<div class="cpn">{Caption}</div>{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}<div class="qe">"{Quote}"</div>{block:Source}<div class="soe">—{Source}</div>{/block:Source}{/block:Quote}
  405.  
  406. {block:Link}<a href="{URL}" {Target}><div class="ts">→{Name}</div></a><div class="soe">{block:Description}{Description}{/block:Description}</div>{/block:Link}
  407.  
  408. {block:Chat}<ul class="chat">{block:Lines}<li class="u_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  409.  
  410. {block:Audio}
  411. {block:AlbumArt}
  412. <br>&nbsp;&nbsp;&nbsp;&nbsp;<img src="{AlbumArtURL}" height="80px">
  413. {/block:AlbumArt}
  414. <div style=" margin-top:-40px;margin-left:100px; height:30px;width:250px;">{AudioPlayerWhite}
  415. <p></div>
  416. {block:Caption}<center>{Caption}{/block:Caption}</center>{/block:Audio}
  417.  
  418. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Answer}<font style="font-family:georgia italic; text-transform:lowercase; font-size:14px;"><p class="triangle-right">{Question}</p></font>
  421. <a href="{AskerUrl}">
  422. <img src="{AskerPortraitURL-16}" style="margin-top:-40px; margin-left:55px;position:absolute;"></a>{Answer}
  423. {/block:Answer}
  424.  
  425. <div id="inf">
  426.  
  427. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">- © -<a href="{SourceURL}"></a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">{NoteCountWithLabel}</a><br >
  428. {block:HasTags}{block:Tags}<font style="text-transform:lowercase;font-family:IM Fell English, georgia italic;font size:10px;"> <i>#<a href="{TagURL}">{Tag}&nbsp;&nbsp;</font></a></i> {/block:Tags}{/block:HasTags}</div>
  429. </div>{/block:Posts}
  430. {block:PermalinkPage}{block:PostNotes}{block:Caption}{Caption}{/block:Caption}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  431. </div
  432.  
  433.  
  434. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement