Advertisement
rachaelsux

(9) yellow

May 9th, 2014
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 KB | None | 0 0
  1. <!--theme 9 yellow by dimplekink dont touch the credit or ill be sad and mad-->
  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:permalink" content=""/>
  18. <meta name="color:sidebar" content="#fff"/>
  19. <meta name="color:Link" content="#000000"/>
  20.  
  21.  
  22. <meta name="image:background" content=""/>
  23.  
  24. <meta name="text:Link 1 URL" content="" />
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 2 URL" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 3 URL" content="" />
  29. <meta name="text:Link 3" content="" />
  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. /**dont touch this*/ #credit {
  73. bottom:10px;
  74. font-style:none;
  75. font-size:10px;
  76. right:35px;
  77. position:fixed;
  78. font-weight:bold;
  79. }
  80.  
  81. #s-m-t-tooltip{
  82. position:absolute;
  83. margin-top: 15px;
  84. z-index:9999;
  85. background:{color:background};
  86. }
  87.  
  88.  
  89.  
  90. /*basics*/
  91. blockquote {padding:0px 0 0px 20px;
  92. border-left:1px solid #eee;
  93. margin-left:10px;
  94. }
  95.  
  96. body {
  97. background: {color:Background} url('{image:Background}') no-repeat center fixed ;
  98. -webkit-background-size: cover;
  99. -moz-background-size: cover;
  100. -o-background-size: cover;
  101. background-size: cover
  102. color:{color:text};
  103. font-family:arial;
  104. font-size:11px;
  105. text-align:justify;
  106. margin:0;
  107. line-height:16px;}
  108.  
  109.  
  110. a {
  111. color:{color:link};
  112. text-decoration:none;
  113. }
  114.  
  115. a:hover {
  116. text-decoration:underline;}
  117.  
  118. img{opacity:1;
  119. border:none;
  120. text-decoration:none}
  121.  
  122.  
  123. small {
  124. font-size:9px;}
  125.  
  126. big {
  127. font-size:12px;}
  128.  
  129.  
  130. #title {font-size:12px;
  131. line-height:18px;
  132. font-weight:bold;
  133. margin-bottom:10px;
  134. text-transform:uppercase;
  135. text-align:left;}
  136.  
  137.  
  138. /*sidebar*/
  139. #sidebar {text-align:center;
  140. margin-top:0px;
  141. width:400px;
  142. background-color:{color:sidebar};
  143. margin-bottom:50px;
  144. padding:10px;
  145.  
  146. }
  147.  
  148. #blogt {font-size:14px;
  149. text-align:center;
  150. text-transform:uppercase;margin-bottom:5px;}
  151.  
  152. #links {
  153. line-height:16px;
  154. text-align:center;
  155. text-transform:lowercase;
  156. margin-top:0px;
  157. }
  158.  
  159.  
  160. #links a {
  161. text-transform:uppercase;
  162. font-size:9px;
  163. display:inline-block;
  164. margin-bottom:8px;
  165. margin-right:10px;
  166. }
  167.  
  168. #description {
  169. margin:0px 0;
  170. padding:5px;
  171. margin-bottom:5px;
  172. }
  173.  
  174. /*pagination*/
  175. #pagination {
  176. margin:10px 0;
  177. text-transform:lowercase;
  178. font-weight:bold;
  179. text-align:center;
  180. ;
  181. }
  182. #pagination a {
  183. padding:0 15px;
  184. }
  185.  
  186. /*container*/
  187. #con {
  188. left:50%;
  189. margin-left:-200px;
  190. position:absolute;
  191. }
  192.  
  193.  
  194.  
  195. /*posts*/
  196.  
  197. #entries {
  198. margin-top:75px;
  199. width:400px;
  200. }
  201.  
  202.  
  203.  
  204. #posts {
  205. background-color:#fff;
  206. padding:10px;
  207. width:400px;
  208. {block:IndexPage}
  209. margin-bottom:75px;
  210. {/block:IndexPage}
  211. {block:PermalinkPage}
  212. margin-bottom:50px;
  213. {/block:PermalinkPage}
  214.  
  215. }
  216. #posts img {
  217. max-width:400px;
  218. }
  219.  
  220. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  221. .caption {width:100%;
  222. margin-top:10px;
  223.  
  224. }
  225.  
  226. /*quote*/
  227.  
  228. #titlequote{text-align:left;
  229. font-size:14px;
  230. line-height:18px;
  231. font-weight:bold;
  232. }
  233. #source {
  234. margin-top:15px;
  235. margin-left:15px;}
  236.  
  237. /*audio*/
  238.  
  239. .player {
  240. width:25px;
  241. height:25px;
  242. overflow:hidden;
  243. position:absolute;
  244. background:white;}
  245.  
  246. .audioinfo {
  247. margin-left:50px;
  248. }
  249.  
  250.  
  251. /*asks*/
  252. .q {margin-bottom:10px;
  253. }
  254. .as {
  255. font-weight:bold;}
  256.  
  257. .a {
  258. margin-top:10px;
  259. }
  260.  
  261.  
  262. /*chat*/
  263.  
  264. .chat ol {
  265. padding:0;
  266. list-style:none;
  267. }
  268. .line {padding:5px 0;}
  269.  
  270. .label {font-weight:bold;
  271. }
  272.  
  273.  
  274.  
  275.  
  276. /*permalink and notes*/
  277.  
  278. #permalink {
  279. margin-top:15px;
  280. font-size:9px;
  281. text-transform:uppercase;
  282. background-color:{color:permalink};
  283. padding: 10px;
  284. text-align:center;
  285. }
  286. #permalink a {margin-right:10px;
  287. }
  288.  
  289.  
  290.  
  291. .tags {
  292. word-break:break-all; font-size:9px;
  293. text-align:right; margin-top:-15px; text-transform:lowercase;
  294. opacity:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;
  295. -webkit-transition:.5s;
  296. }
  297.  
  298. #posts:hover .tags {
  299. opacity:1;
  300. -o-transition:.5s;
  301. -ms-transition:.5s;
  302. -moz-transition:.5s;
  303. -webkit-transition:.5s;
  304. }
  305.  
  306. .pagenotes {
  307. {block:IndexPage}
  308. display: none!important;
  309. {/block:IndexPage}
  310. width:400px;
  311. text-align:left;
  312.  
  313. }
  314. .pagenotes img {
  315. display:none!important;}
  316. .pagenotes li {
  317. list-style-type:none;
  318. padding:5px 0px;
  319. text-align:left;
  320. margin:0 0 0 -40px;
  321. }
  322.  
  323.  
  324.  
  325.  
  326. {CustomCSS}
  327.  
  328.  
  329. </style>
  330.  
  331.  
  332.  
  333. </head>
  334.  
  335. <body>
  336.  
  337. <div id="con">
  338.  
  339. <div id="sidebar">
  340. <div id="blogt">{Title}</div>
  341.  
  342.  
  343.  
  344. <div id="links">
  345. <a href="/">home</a>
  346. <a href="/ask">ask</a>
  347. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  348. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  349. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}</div>
  350. <div id="description">{Description}</div>
  351.  
  352.  
  353.  
  354.  
  355. </div>
  356.  
  357.  
  358.  
  359.  
  360. <div id="entries">
  361.  
  362. {block:Posts}
  363. <div id="posts">
  364.  
  365.  
  366. {block:Quote}
  367.  
  368.  
  369. <div id="titlequote">“{Quote}”</div>
  370. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  371. {/block:Quote}
  372.  
  373.  
  374.  
  375. {block:Text}
  376.  
  377. {block:Title}
  378. <div id="title">{Title}</div>{/block:Title}
  379. {Body}
  380. {/block:Text}
  381.  
  382. {block:Link}
  383. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  384. {/block:Link}
  385.  
  386. {block:Chat}
  387. {block:Title}
  388. <h1>{Title}</h1>
  389. {/block:Title}
  390. <div class="chat">
  391. <ol>{block:Lines}
  392. <li class="line {Alt}">
  393. {block:Label}
  394. <span class="label">
  395. {Label}</span>
  396. {/block:Label}{Line}</li>
  397. {/block:Lines}
  398. </ol></div>
  399. {/block:Chat}
  400.  
  401. {block:Photo}
  402. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  403. {/block:Photo}
  404.  
  405. {block:Photoset}
  406. {Photoset-400}
  407. {/block:Photoset}
  408.  
  409. {block:Video}
  410. {Video-400}
  411. {/block:Video}
  412.  
  413. {block:Audio}
  414. <div class="player">{AudioPlayerWhite}</div>
  415. <div class="audioinfo">
  416. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  417. </div>
  418. {/block:Audio}
  419.  
  420. {block:Answer}
  421. <div class="q">
  422. <div class="as">{Asker} said: </div>
  423. {Question}</div>
  424. <div class="a">{Answer}</div>
  425. {/block:Answer}
  426.  
  427. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  428.  
  429. {block:Date}
  430. <div id="permalink">
  431. <a href="{Permalink}" >{DayOfMonth}{DayOfMonthSuffix} {Month} </a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">♡</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">©</a>{/block:ContentSource}{/block:RebloggedFrom}
  432. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  433. </div>
  434. {/block:Date}
  435.  
  436.  
  437.  
  438. </div>
  439.  
  440.  
  441. {block:PostNotes}
  442. <div class="pagenotes">
  443. {PostNotes}
  444. </div>
  445. {/block:PostNotes}
  446.  
  447.  
  448. {/block:Posts}
  449.  
  450. <div id="pagination">
  451. {block:Pagination}
  452. {block:PreviousPage}
  453. <a href="{PreviousPage}">back </a>
  454. {/block:PreviousPage}
  455.  
  456.  
  457. {block:NextPage}
  458. <a href="{NextPage}">next</a>
  459. {/block:NextPage}
  460. {/block:Pagination}
  461. </div>
  462.  
  463.  
  464.  
  465. </div>
  466.  
  467. </div>
  468.  
  469.  
  470. {block:ContentSource}
  471. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  472. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  473. {/block:SourceLogo}
  474. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  475. {/block:ContentSource}
  476. <!---DONT TOUCH THIS ---> <div id="credit"><a href="http://dimplekink.tumblr.com">©</a></div>
  477. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement