Advertisement
rachaelsux

better together

Apr 23rd, 2014
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1.  
  2. <!--theme 6: better together by dimplekink; don't remove the credit cause that's rly fucking rude lmao-->
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--Default Variables-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#aaaaaa"/>
  18. <meta name="color:Link" content="#000000"/>
  19.  
  20. <meta name="image:Sidebar Image" content=""/>
  21.  
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 3 URL" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:titles" content=""/>
  29.  
  30.  
  31. <!-- jquery for tooltips-->
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35.  
  36. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  37.  
  38. <script>
  39.  
  40. (function($){
  41.  
  42. $(document).ready(function(){
  43.  
  44. $("a[title]").style_my_tooltips({
  45.  
  46. tip_follows_cursor:true,
  47.  
  48. tip_delay_time:30,
  49.  
  50. tip_fade_speed:400,
  51.  
  52. attribute:"title"
  53.  
  54. });
  55.  
  56. });
  57.  
  58. })(jQuery);
  59.  
  60. </script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72.  
  73.  
  74.  
  75. #s-m-t-tooltip{
  76. position:absolute;
  77. margin-top: 15px;
  78. z-index:9999;
  79. background:{color:background};
  80. }
  81.  
  82.  
  83.  
  84. /*basics*/
  85. blockquote {padding:0px 0 0px 20px;
  86. border-left:1px solid #eee;
  87. margin-left:10px;
  88. }
  89.  
  90. body {
  91. background:{color:background};
  92. color:{color:text};
  93. font-family:arial;
  94. font-size:9px;
  95. text-align:justify;
  96. margin:0;
  97. line-height:11px;}
  98.  
  99.  
  100. a {
  101. color:{color:link};
  102. text-decoration:none;
  103. }
  104.  
  105. a:hover {
  106. text-decoration:underline;}
  107.  
  108. img{opacity:1;
  109. border:none;
  110. text-decoration:none}
  111.  
  112.  
  113. small {
  114. font-size:9px;}
  115.  
  116. big {
  117. font-size:12px;}
  118.  
  119.  
  120. #title {font-size:12px;
  121. line-height:18px;
  122. font-weight:bold;
  123. margin-bottom:10px;
  124. text-transform:uppercase;
  125. text-align:left;}
  126.  
  127.  
  128. /*sidebar*/
  129. #sidebar {text-align:right;
  130. position:fixed;
  131. margin-left:-305px;
  132. margin-top:200px;
  133. width:160px;
  134. }
  135.  
  136. #sidebarim {margin-bottom:25px}
  137.  
  138. #sidebarim img {width:170px}
  139.  
  140. #blogt {font-size:18px;
  141. font-weight:bold;
  142. margin-BOTTOM:5px;
  143. }
  144.  
  145. #links{
  146. position:;
  147. background-color:;
  148. font-size:9.3px;
  149. letter-spacing:1px;
  150. text-shadow:10px 1px 0px transparent, -10px 1px 0px transparent;
  151. margin-top:25px;
  152. width:auto;
  153. font-style:italic;
  154. font-family:arial;
  155. border-bottom:1px solid transparent;
  156. display:inline-block center;
  157. margin-bottom:px;
  158. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  159. opacity:1;
  160. color:#8b8888;
  161. font-style:none;
  162. }
  163.  
  164.  
  165. #links:hover {
  166. opacity:1;
  167. color:#000;
  168. font-style:none;
  169.  
  170. }
  171.  
  172. #description {
  173. margin:-20px 0;
  174. width:160px;
  175. }
  176.  
  177.  
  178. /*pagination*/
  179. #pagination {
  180. margin:50px 0;
  181. text-transform:lowercase;
  182. font-weight:bold;
  183. }
  184. #pagination a {
  185. padding:0 15px;
  186. }
  187.  
  188. /*container*/
  189. #con {
  190. left:50%;
  191. margin-left:-50px;
  192. position:absolute;
  193. }
  194.  
  195.  
  196.  
  197. /*posts*/
  198.  
  199. #entries {
  200. margin-top:75px;
  201. width:400px;
  202. }
  203.  
  204.  
  205.  
  206. #posts {
  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:#5acdb3;}
  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.  
  277. /*permalink and notes*/
  278.  
  279. #permalink {
  280. margin-top:3px;
  281. font-size:9px;
  282. text-transform:lowercase;
  283. text-align:center;
  284. }
  285. #permalink a {margin-right:10px;
  286. }
  287.  
  288.  
  289. .tags { word-break:break-all; font-size:9px; opacity:0; -webkit-transition: opacity 0.5s linear; }
  290. #posts:hover .tags{ opacity:1; }
  291.  
  292. .pagenotes {
  293. {block:IndexPage}
  294. display: none!important;
  295. {/block:IndexPage}
  296. width:400px;
  297. text-align:left;
  298.  
  299. }
  300. .pagenotes img {
  301. display:none!important;}
  302. .pagenotes li {
  303. list-style-type:none;
  304. padding:5px 0px;
  305. text-align:left;
  306. margin:0 0 0 -40px;
  307. }
  308.  
  309. #credit {
  310. bottom:10px;
  311. font-style:none;
  312. font-size:10px;
  313. right:35px;
  314. position:fixed;
  315. font-weight:bold;
  316. }
  317.  
  318.  
  319. {CustomCSS}
  320.  
  321.  
  322. </style>
  323.  
  324.  
  325.  
  326. </head>
  327.  
  328. <body>
  329.  
  330. <body>
  331.  
  332.  
  333.  
  334.  
  335.  
  336. <div id="con">
  337.  
  338. <div id="sidebar">
  339. <div id="blogt">{text:titles}</div>
  340. <div id="sidebarim"><img src={image:sidebar image}></div>
  341.  
  342. <div id="description">{Description}</div>
  343.  
  344. <div id="links">
  345. <a href="/">refresh</a>
  346. <a href="/fask">msg</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}
  350. </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">{AudioPlayerBlack}</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}">{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}"><i><Center>back</Center></i></a>
  454. {/block:PreviousPage}
  455.  
  456.  
  457. {block:NextPage}
  458. <a href="{NextPage}"><i><center>next</i></center></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.  
  478. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement