Advertisement
Sebastianstnn

Theme 04: Too Loud

Jun 17th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1.  
  2. <!--THEME 04 BY PONDERRFUL - TOO LOUD
  3. Edit as much as you want, sweetie! But please, do not remove the credit because that would be like using the theme as a base code, and it is NOT a base code. It would be amazing if you would read the rules and reblog/like the post of the theme. Nobody is probably going to read this. Whatever. If you have any questions, you can always ask me, okay? Thank you for using my theme!-->
  4.  
  5.  
  6.  
  7.  
  8. <!--Farahmir base code-->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <head>
  14.  
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!--Default Variables-->
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#aaaaaa"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:hover" content="#ffffff"/>
  28.  
  29. <meta name="image:Sidebar Image" content=""/>
  30.  
  31. <meta name="text:secondtitle" content:""/>
  32. <meta name="text:Link 1 URL" content="" />
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 2 URL" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 3 URL" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 4 URL" content="" />
  39. <meta name="text:Link 4" content="" />
  40. <meta name="text:Link 5 URL" content="" />
  41. <meta name="text:Link 5" content="" />
  42.  
  43. <!-- jquery for tooltips-->
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47.  
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49.  
  50. <script>
  51.  
  52. (function($){
  53.  
  54. $(document).ready(function(){
  55.  
  56. $("a[title]").style_my_tooltips({
  57.  
  58. tip_follows_cursor:true,
  59.  
  60. tip_delay_time:30,
  61.  
  62. tip_fade_speed:300,
  63.  
  64. attribute:"title"
  65.  
  66. });
  67.  
  68. });
  69.  
  70. })(jQuery);
  71.  
  72. </script>
  73.  
  74.  
  75.  
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  78.  
  79.  
  80.  
  81.  
  82. <!--CSS customization here. -->
  83.  
  84. <style type="text/css">
  85.  
  86. ::-webkit-scrollbar { width: 7px; height: 4px; }
  87. ::-webkit-scrollbar-button:start:decrement,
  88. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  89. ::-webkit-scrollbar-track-piece { background: #fff; }
  90. ::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; }
  91.  
  92. #s-m-t-tooltip{
  93. position:absolute;
  94. margin-top: 15px;
  95. z-index:9999;
  96. background:{color:background};
  97. }
  98.  
  99.  
  100.  
  101. /*basics*/
  102. blockquote {padding:5px 0 5px 30px;
  103. border-left:1px solid {color:text};
  104. margin-left:30px;
  105. }
  106.  
  107. body {
  108. background:{color:background};
  109. color:{color:text};
  110. font-family:helvetica;
  111. font-size:10px;
  112. text-align:justify;
  113. margin:0;
  114. line-height:16px;}
  115.  
  116.  
  117. a {
  118. color:{color:link};
  119. text-decoration:none;
  120. -moz-transition-duration: all 0.7s ease-in-out;
  121. -o-transition-duration: all 0.7s ease-in-out;
  122. -webkit-transition-duration: all 0.7s ease-in-out;
  123. transition: all 0.7s ease-in-out;
  124. }
  125.  
  126. a:hover {
  127. text-decoration:none;
  128. color:{color:hover};
  129. -moz-transition-duration: all 0.7s ease-in-out;
  130. -o-transition-duration: all 0.7s ease-in-out;
  131. -webkit-transition-duration: all 0.7s ease-in-out;
  132. transition: all 0.7s ease-in-out;
  133.  
  134. }
  135.  
  136. img{opacity:1;
  137. border:none;
  138. text-decoration:none}
  139.  
  140.  
  141. small {
  142. font-size:9px;}
  143.  
  144. big {
  145. font-size:12px;}
  146.  
  147.  
  148. #title {font-size:12px;
  149. line-height:18px;
  150. font-weight:bold;
  151. margin-bottom:10px;
  152. text-transform:uppercase;
  153. text-align:left;}
  154.  
  155.  
  156. /*sidebar*/
  157. #sidebar {text-align:left;
  158. position:fixed;
  159. margin-left:-300px;
  160. margin-top:60px;
  161. width:200px;
  162. }
  163.  
  164. #sidebarim {margin-bottom:20px}
  165.  
  166. #sidebarim img {width:125px}
  167.  
  168. #secondtitle {font-size:16px;
  169. font-family: 'Lato', sans-serif;
  170. text-transform:uppercase;
  171. word-spacing:3px;
  172. letter-spacing:2px;
  173. margin-bottom:10px;
  174. }
  175.  
  176. #secondtitle a {
  177. text-decoration:none;
  178. }
  179.  
  180. #secondtitle a:hover{
  181. text-shadow: 2px 2px 2px #1C1C1C;
  182. -moz-transition-duration: all 0.7s ease-in-out;
  183. -o-transition-duration: all 0.7s ease-in-out;
  184. -webkit-transition-duration: all 0.7s ease-in-out;
  185. transition: all 0.7s ease-in-out;
  186.  
  187. }
  188.  
  189. #links {
  190. line-height:14px;
  191. text-transform:uppercase;
  192. font-family: 'Lato', sans-serif;
  193. }
  194.  
  195.  
  196. #links a {
  197. margin-right:5px;
  198. display:inline-block;
  199. margin-bottom:5px;
  200. -moz-transition-duration: all 0.7s ease-in-out;
  201. -o-transition-duration: all 0.7s ease-in-out;
  202. -webkit-transition-duration: all 0.7s ease-in-out;
  203. transition: all 0.7s ease-in-out;
  204. }
  205.  
  206. #links a:hover {
  207. color:{color:hover};
  208. -moz-transition-duration: all 0.7s ease-in-out;
  209. -o-transition-duration: all 0.7s ease-in-out;
  210. -webkit-transition-duration: all 0.7s ease-in-out;
  211. transition: all 0.7s ease-in-out;
  212.  
  213. }
  214.  
  215. #description {
  216. margin:20px 0;
  217. opacity:0;
  218. -moz-transition-duration: all 1s ease-in-out;
  219. -o-transition-duration: all 1s ease-in-out;
  220. -webkit-transition-duration: all 1s ease-in-out;
  221. transition: all 1s ease-in-out;
  222. }
  223.  
  224. #description:hover {
  225. opacity:1;
  226. -moz-transition-duration: all 1s ease-in-out;
  227. -o-transition-duration: all 1s ease-in-out;
  228. -webkit-transition-duration: all 1s ease-in-out;
  229. transition: all 1s ease-in-out;
  230. }
  231.  
  232.  
  233. /*pagination*/
  234. #pagination {
  235. margin:10px 0;
  236. text-transform:lowercase;
  237. font-weight:bold;
  238. position:center;
  239. }
  240. #pagination a {
  241. padding:0 15px;
  242. }
  243.  
  244. /*container*/
  245. #con {
  246. left:50%;
  247. margin-left:-200px;
  248. position:absolute;
  249. }
  250.  
  251.  
  252.  
  253. /*posts*/
  254.  
  255. #entries {
  256. margin-top:75px;
  257. width:500px;
  258. margin-bottom:40px;
  259. }
  260.  
  261.  
  262.  
  263. #posts {
  264. width:500px;
  265. {block:IndexPage}
  266. margin-bottom:120px;
  267. {/block:IndexPage}
  268. {block:PermalinkPage}
  269. margin-bottom:50px;
  270. {/block:PermalinkPage}
  271. }
  272.  
  273. #h1 {
  274. font-family: 'Lato', sans-serif;
  275. }
  276.  
  277. #posts img {
  278. max-width:500px;
  279. }
  280.  
  281. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  282. .caption {width:100%;
  283. margin-top:10px;
  284.  
  285. }
  286.  
  287. /*quote*/
  288.  
  289. #titlequote{text-align:left;
  290. font-size:14px;
  291. line-height:18px;
  292. font-family: 'Lato', sans-serif;
  293. }
  294. #source {
  295. margin-top:15px;
  296. margin-left:15px;}
  297.  
  298. /*audio*/
  299.  
  300. .player {
  301. width:25px;
  302. height:25px;
  303. overflow:hidden;
  304. position:absolute;
  305. background:white;}
  306.  
  307. .audioinfo {
  308. margin-left:50px;
  309. }
  310.  
  311.  
  312. /*asks*/
  313. .q {margin-bottom:10px;
  314. font-family: 'Lato', sans-serif;
  315. font-size:12px;
  316. text-align:center;
  317. }
  318. .as {
  319. font-weight:bold;
  320. font-family: 'Lato', sans-serif;
  321. font-size:14px;
  322. text-align:center;
  323. }
  324.  
  325. .a {
  326. margin-top:10px;
  327. text-align:center;
  328. }
  329.  
  330.  
  331. /*chat*/
  332.  
  333. .chat ol {
  334. padding:0;
  335. list-style:none;
  336. }
  337. .line {padding:5px 0;}
  338.  
  339. .label {font-weight:bold;
  340. }
  341.  
  342.  
  343.  
  344.  
  345.  
  346. /*permalink and notes*/
  347.  
  348. #permalink {
  349. margin-top:15px;
  350. font-size:9px;
  351. text-transform:uppercase;
  352. font-family: 'Lato', sans-serif;
  353. font-size:10;
  354. }
  355. #permalink a {margin-right:10px;
  356. }
  357.  
  358.  
  359. .tags {
  360. word-break:break-all;
  361. font-size:9px;
  362. text-transform:lowercase;
  363. word-spacing:2px;
  364.  
  365. }
  366.  
  367.  
  368.  
  369. .pagenotes {
  370. {block:IndexPage}
  371. display: none!important;
  372. {/block:IndexPage}
  373. width:400px;
  374. text-align:left;
  375.  
  376. }
  377. .pagenotes img {
  378. display:none!important;}
  379. .pagenotes li {
  380. list-style-type:none;
  381. padding:5px 0px;
  382. text-align:left;
  383. margin:0 0 0 -40px;
  384. }
  385.  
  386.  
  387.  
  388. #cred {
  389. position:fixed;
  390. color:#e6e6e6;
  391. font-family:arial;
  392. bottom:5px;
  393. right:5px;
  394. font-size:9px;
  395. padding:5px;
  396. text-transform:lowercase;
  397.  
  398.  
  399.  
  400. }
  401.  
  402.  
  403.  
  404. {CustomCSS}
  405.  
  406.  
  407. </style>
  408.  
  409.  
  410.  
  411. </head>
  412.  
  413. <body>
  414.  
  415. <div id="cred">
  416. <a title="ponderrful"href="http://ponderrful.tumblr.com">isa</a>
  417. </div>
  418.  
  419. <div id="con">
  420.  
  421. <div id="sidebar">
  422. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  423. <div id="secondtitle"><a href="/">{text:secondtitle}</a></div>
  424. <div id="links">
  425. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  426. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  427. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  428. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  429. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a> {/block:ifLink5}
  430. </div>
  431. <div id="pagination">
  432. {block:Pagination}
  433. {block:PreviousPage}
  434. <a href="{PreviousPage}">&larr; </a>
  435. {/block:PreviousPage}
  436.  
  437.  
  438. {block:NextPage}
  439. <a href="{NextPage}"> &rarr;</a>
  440. {/block:NextPage}
  441. {/block:Pagination}
  442. </div>
  443. <div id="description">{Description}</div>
  444.  
  445.  
  446.  
  447.  
  448.  
  449. </div>
  450.  
  451.  
  452.  
  453.  
  454. <div id="entries">
  455.  
  456. {block:Posts}
  457. <div id="posts">
  458.  
  459.  
  460. {block:Quote}
  461.  
  462.  
  463. <div id="titlequote">“{Quote}”</div>
  464. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  465. {/block:Quote}
  466.  
  467.  
  468.  
  469. {block:Text}
  470.  
  471. {block:Title}
  472. <div id="title">{Title}</div>{/block:Title}
  473. {Body}
  474. {/block:Text}
  475.  
  476. {block:Link}
  477. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  478. {/block:Link}
  479.  
  480. {block:Chat}
  481. {block:Title}
  482. <h1>{Title}</h1>
  483. {/block:Title}
  484. <div class="chat">
  485. <ol>{block:Lines}
  486. <li class="line {Alt}">
  487. {block:Label}
  488. <span class="label">
  489. {Label}</span>
  490. {/block:Label}{Line}</li>
  491. {/block:Lines}
  492. </ol></div>
  493. {/block:Chat}
  494.  
  495. {block:Photo}
  496. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  497. {/block:Photo}
  498.  
  499. {block:Photoset}
  500. {Photoset-500}
  501. {/block:Photoset}
  502.  
  503. {block:Video}
  504. {Video-500}
  505. {/block:Video}
  506.  
  507. {block:Audio}
  508. <div class="player">{AudioPlayerWhite}</div>
  509. <div class="audioinfo">
  510. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  511. </div>
  512. {/block:Audio}
  513.  
  514. {block:Answer}
  515. <div class="q">
  516. <div class="as">{Asker} asked: </div>
  517. {Question}</div>
  518. <div class="a">{Answer}</div>
  519. {/block:Answer}
  520.  
  521. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  522.  
  523. {block:Date}
  524. <div id="permalink">
  525. <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}
  526. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  527. </div>
  528. {/block:Date}
  529.  
  530.  
  531.  
  532. </div>
  533.  
  534.  
  535. {block:PostNotes}
  536. <div class="pagenotes">
  537. {PostNotes}
  538. </div>
  539. {/block:PostNotes}
  540.  
  541.  
  542. {/block:Posts}
  543.  
  544.  
  545.  
  546.  
  547.  
  548. </div>
  549.  
  550. </div>
  551.  
  552.  
  553. {block:ContentSource}
  554. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  555. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  556. {/block:SourceLogo}
  557. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  558. {/block:ContentSource}
  559.  
  560.  
  561.  
  562. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement