Advertisement
rachaelsux

white teeth teens

Mar 21st, 2014
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. <!--theme #2; white teeth teens by 17thirst, don't remove the credit or we'll have a problem! base code by farahmir-->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#aaaaaa"/>
  17. <meta name="color:Link" content="#000000"/>
  18.  
  19. <meta name="image:Sidebar Image" content=""/>
  20.  
  21. <meta name="text:Link 1 URL" content="" />
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 2 URL" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 3 URL" content="" />
  26. <meta name="text:Link 3" content="" />
  27. <meta name="text:Title2" content="title" />
  28. <meta name="color:Title2" content="#000000"/>
  29. <meta name="if:400px" content="1"/>
  30.  
  31.  
  32. <!-- jquery for tooltips-->
  33.  
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39. <script>
  40.  
  41. (function($){
  42.  
  43. $(document).ready(function(){
  44.  
  45. $("a[title]").style_my_tooltips({
  46.  
  47. tip_follows_cursor:true,
  48.  
  49. tip_delay_time:30,
  50.  
  51. tip_fade_speed:300,
  52.  
  53. attribute:"title"
  54.  
  55. });
  56.  
  57. });
  58.  
  59. })(jQuery);
  60.  
  61. </script>
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. <!--CSS customization here. -->
  69.  
  70. <style type="text/css">
  71.  
  72. #s-m-t-tooltip{
  73. position:absolute;
  74. margin-top: 15px;
  75. z-index:9999;
  76. background:{color:background};
  77. }
  78.  
  79.  
  80.  
  81. /*basics*/
  82. blockquote {padding:0px 0 0px 30px;
  83. border-left:1px solid #eee;
  84. margin-left:0px;
  85. }
  86.  
  87. body {
  88. background:{color:background};
  89. color:{color:text};
  90. font-family:arial;
  91. font-size:11px;
  92. text-align:justify;
  93. margin:0;
  94. line-height:16px;}
  95.  
  96.  
  97. a {
  98. color:{color:link};
  99. text-decoration:none;
  100. }
  101.  
  102. a:hover {
  103. text-decoration:underline;}
  104.  
  105. img{opacity:1;
  106. border:none;
  107. text-decoration:none}
  108.  
  109.  
  110. small {
  111. font-size:9px;}
  112.  
  113. big {
  114. font-size:12px;}
  115.  
  116.  
  117. #title {font-size:12px;
  118. line-height:18px;
  119. font-weight:bold;
  120. margin-bottom:10px;
  121. text-transform:uppercase;
  122. text-align:left;}
  123.  
  124.  
  125. /*sidebar*/
  126. #sidebar {text-align:none;
  127. position:fixed;
  128. margin-left:-300px;
  129. margin-top:150px;
  130. width:215px;
  131. }
  132.  
  133. #sidebarim {margin-bottom:20px}
  134.  
  135. #sidebarim img {width:215px}
  136.  
  137. #blogt {font-size:18px;
  138. font-weight:bold;margin-bottom:2px;
  139. text-align:right;
  140. color:{color:title2};
  141. }
  142.  
  143. #links {
  144. line-height:16px;
  145. text-transform:lowercase;
  146. }
  147.  
  148.  
  149. #links a {
  150. margin-right:5px;
  151. display:inline-block;
  152. margin-bottom:-10px;
  153. }
  154.  
  155. #description {
  156. margin:-15px 0;
  157. }
  158.  
  159.  
  160. /*pagination*/
  161. #pagination {
  162. margin:50px 0;
  163. text-transform:lowercase;
  164. font-weight:bold;
  165. }
  166. #pagination a {
  167. padding:0 15px;
  168. }
  169.  
  170. /*container*/
  171. #con {
  172. left:50%;
  173. margin-left:-150px;
  174. position:absolute;
  175. }
  176.  
  177.  
  178.  
  179. /*posts*/
  180.  
  181. #entries {
  182. margin-top:75px;
  183. width:500px;
  184. {block:if400px}
  185. width:400px;
  186. {/block:if400px}
  187. }
  188.  
  189.  
  190.  
  191. #posts {
  192. width:500px;
  193. {block:if400px}
  194. width:400px;
  195. {/block:if400px}
  196. {block:IndexPage}
  197. margin-bottom:75px;
  198. {/block:IndexPage}
  199. {block:PermalinkPage}
  200. margin-bottom:50px;
  201. {/block:PermalinkPage}
  202.  
  203. }
  204. #posts img {
  205. max-width:500px;
  206. {block:if400px}
  207. width:400px;
  208. {/block:if400px}
  209. }
  210.  
  211. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  212. .caption {width:100%;
  213. margin-top:10px;
  214.  
  215. }
  216.  
  217. /*quote*/
  218.  
  219. #titlequote{text-align:left;
  220. font-size:14px;
  221. line-height:18px;
  222. font-weight:bold;
  223. }
  224. #source {
  225. margin-top:15px;
  226. margin-left:15px;}
  227.  
  228. /*audio*/
  229.  
  230. .player {
  231. width:25px;
  232. height:25px;
  233. overflow:hidden;
  234. position:absolute;
  235. background:white;}
  236.  
  237. .audioinfo {
  238. margin-left:50px;
  239. }
  240.  
  241.  
  242. /*asks*/
  243. .q {margin-bottom:10px;
  244. }
  245. .as {
  246. font-weight:bold;}
  247.  
  248. .a {
  249. margin-top:10px;
  250. }
  251.  
  252.  
  253. /*chat*/
  254.  
  255. .chat ol {
  256. padding:0;
  257. list-style:none;
  258. }
  259. .line {padding:5px 0;}
  260.  
  261. .label {font-weight:bold;
  262. }
  263.  
  264.  
  265.  
  266.  
  267.  
  268. /*permalink and notes*/
  269.  
  270. #permalink {
  271. margin-top:15px;
  272. font-size:9px;
  273. text-transform:uppercase;
  274. }
  275. #permalink a {margin-right:10px;
  276. }
  277.  
  278.  
  279.  
  280. .tags { word-break:break-all; font-size:9px; opacity:0; -webkit-transition: opacity 0.5s linear; }
  281. #posts:hover .tags{ opacity:1; }
  282.  
  283. .pagenotes {
  284. {block:IndexPage}
  285. display: none!important;
  286. {/block:IndexPage}
  287. width:400px;
  288. text-align:left;
  289.  
  290. }
  291. .pagenotes img {
  292. display:none!important;}
  293. .pagenotes li {
  294. list-style-type:none;
  295. padding:5px 0px;
  296. text-align:left;
  297. margin:0 0 0 -40px;
  298. }
  299.  
  300.  
  301. #credit {
  302. bottom:10px;
  303. font-style:none;
  304. font-size:7px;
  305. right:35px;
  306. position:fixed;
  307. }
  308.  
  309. {CustomCSS}
  310.  
  311.  
  312. </style>
  313.  
  314.  
  315.  
  316. </head>
  317.  
  318. <body>
  319.  
  320. <div id="credit"><a href="http://17thirst.tumblr.com">17</a></div>
  321.  
  322. <div id="con">
  323.  
  324. <div id="sidebar">
  325. <div id="blogt">{text:Title2}</div>
  326. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  327. <div id="description">{Description}</div>
  328. <div id="links">
  329. <center><select onchange='location=this.options[this.selectedIndex].value;' style='width:100px;font-size:9px;margin-top:30px;'>
  330. <option>navigation</option>
  331. <option value="/">home</option>
  332. <option value="/ask">ask</option>
  333. <option value="{text:link 1 url}">{text:link 1}</option>
  334. <option value="{text:link 2 url}">{text:link 2}</option>
  335. <option value="{text:link 3 url}">{text:link 3}</option>
  336. </select></center>
  337.  
  338. </div>
  339.  
  340.  
  341.  
  342.  
  343. </div>
  344.  
  345.  
  346.  
  347.  
  348. <div id="entries">
  349.  
  350. {block:Posts}
  351. <div id="posts">
  352.  
  353.  
  354. {block:Quote}
  355.  
  356.  
  357. <div id="titlequote">“{Quote}”</div>
  358. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  359. {/block:Quote}
  360.  
  361.  
  362.  
  363. {block:Text}
  364.  
  365. {block:Title}
  366. <div id="title">{Title}</div>{/block:Title}
  367. {Body}
  368. {/block:Text}
  369.  
  370. {block:Link}
  371. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  372. {/block:Link}
  373.  
  374. {block:Chat}
  375. {block:Title}
  376. <h1>{Title}</h1>
  377. {/block:Title}
  378. <div class="chat">
  379. <ol>{block:Lines}
  380. <li class="line {Alt}">
  381. {block:Label}
  382. <span class="label">
  383. {Label}</span>
  384. {/block:Label}{Line}</li>
  385. {/block:Lines}
  386. </ol></div>
  387. {/block:Chat}
  388.  
  389. {block:Photo}
  390. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  391. {/block:Photo}
  392.  
  393. {block:Photoset}
  394. {Photoset-500}
  395. {/block:Photoset}
  396.  
  397. {block:Video}
  398. {Video-500}
  399. {/block:Video}
  400.  
  401. {block:Audio}
  402. <div class="player">{AudioPlayerWhite}</div>
  403. <div class="audioinfo">
  404. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  405. </div>
  406. {/block:Audio}
  407.  
  408. {block:Answer}
  409. <div class="q">
  410. <div class="as">{Asker} said: </div>
  411. {Question}</div>
  412. <div class="a">{Answer}</div>
  413. {/block:Answer}
  414.  
  415. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  416.  
  417. {block:Date}
  418. <div id="permalink">
  419. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  420. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  421. </div>
  422. {/block:Date}
  423.  
  424.  
  425.  
  426. </div>
  427.  
  428.  
  429. {block:PostNotes}
  430. <div class="pagenotes">
  431. {PostNotes}
  432. </div>
  433. {/block:PostNotes}
  434.  
  435.  
  436. {/block:Posts}
  437.  
  438. <div id="pagination">
  439. {block:Pagination}
  440. {block:PreviousPage}
  441. <a href="{PreviousPage}">&larr; previous </a>
  442. {/block:PreviousPage}
  443.  
  444.  
  445. {block:NextPage}
  446. <a href="{NextPage}">next &rarr;</a>
  447. {/block:NextPage}
  448. {/block:Pagination}
  449. </div>
  450.  
  451.  
  452.  
  453. </div>
  454.  
  455. </div>
  456.  
  457.  
  458. {block:ContentSource}
  459. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  460. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  461. {/block:SourceLogo}
  462. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  463. {/block:ContentSource}
  464.  
  465. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement