Advertisement
spongebobsquarepants

Theme 2 - Beach Waves

Jul 9th, 2013
6,645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.96 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.  
  3. <!--
  4.  
  5. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  6. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  7.  
  8. THEME BY STARSBUKS
  9.  
  10. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  11. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  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.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:sblinks" content="#f1f1f1"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:sidebar links bg" content="#000000"/>
  28. <meta name="color:big border" content="#000000"/>
  29. <meta name="color:Tags" content="f0f0f0"/>
  30. <meta name="color:Hover" content="#f2f2f2"/>
  31. <meta name="color:Line" content="#f2f2f2"/>
  32. <meta name="color:Border" content="#e4e4e4"/>
  33. <meta name="color:Post" content="#ffffff"/>
  34. <meta name="color:Answer" content="#f8f8f8"/>
  35. <meta name="image:sidebar1 95 x 200" content=""/>
  36. <meta name="image:sidebar2 95 x 95" content=""/>
  37. <meta name="image:sidebar3 95 x 95" content=""/>
  38. <meta name="image:bg" content=""/>
  39. <meta name="if:500 posts" content="0"/>
  40. <meta name="if:400 posts" content="1"/>
  41. <meta name="text:Link 1" content="" />
  42. <meta name="text:Link 1 Text" content="" />
  43. <meta name="text:Link 2" content="" />
  44. <meta name="text:Link 2 Text" content="" />
  45. <meta name="text:Link 3" content="" />
  46. <meta name="text:Link 3 Text" content="" />
  47. <meta name="text:Link 4" content="" />
  48. <meta name="text:Link 4 Text" content="" />
  49. <meta name="color:scrollbarbg" content="#000000"/>
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. /* --- SCROLLBAR ---*/
  55.  
  56. ::-webkit-scrollbar {
  57. width: 5px;height: 5px;}
  58. {
  59. height: 6px;display: block;background-color: {color:white};}
  60. ::-webkit-scrollbar-track-piece {
  61. background-color: {color:white};}
  62. ::-webkit-scrollbar-thumb:vertical {
  63. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  64.  
  65.  
  66. /* --- BODY ---*/
  67.  
  68. body {
  69. background: {color:Background} url('{image:bg}');
  70. margin:0px;
  71. color:{color:text};
  72. font-family:Calibri;
  73. font-size:9px;
  74. line-height:100%;
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. outline:none;
  80. -moz-outline-style:none;
  81. color:{color:link};
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. h1 {
  99. font-size:9px;
  100. text-transform:uppercase;
  101. }
  102.  
  103. a:hover {
  104. opacity:10;
  105. color:{color:hover};
  106. -webkit-transition: all 0.7s ease;
  107. -moz-transition: all 0.7s ease;
  108. -o-transition: all 0.7s ease
  109. }
  110.  
  111. #black {
  112. width:400px;
  113. height:100%;
  114. position:fixed;
  115. background-color:{color:big border};
  116. margin-top:-40px;
  117. margin-left:-350px;
  118. opacity:1;
  119. }
  120.  
  121. /* --- POST ENTRIES ---*/
  122.  
  123.  
  124. #entries {
  125. padding:10px;
  126. {block:if400posts}width:400px;{/block:if400posts}
  127. {block:if500posts}width:500px;{/block:if500posts}
  128. margin-left:425px;
  129. margin-top:40px;
  130. font-size:10px;
  131. }
  132.  
  133. /* --- BODY: POSTS ---*/
  134.  
  135.  
  136. #post {
  137. {block:if400posts}width:400px;{/block:if400posts}
  138. {block:if500posts}width:500px;{/block:if500posts}
  139. padding-bottom:20px;
  140. padding:10px;
  141. margin-top:15px;
  142. background-color:{color:Post};
  143. }
  144.  
  145. /* --- PAGINATION---*/
  146.  
  147.  
  148. #pagination {
  149. width:100px;
  150. font-size:8px;
  151. text-align:left;
  152. margin-left:160px;
  153. margin-top:353px;
  154. position:fixed;
  155. font-family:consolas;
  156. letter-spacing:0px;
  157. }
  158.  
  159. /* --- SIDEBAR IMAGE ---*/
  160.  
  161.  
  162. #sidebar {
  163. width:80px;
  164. height:200px;
  165. position:fixed;
  166. margin-left:260px;
  167. margin-top:150px;
  168. opacity:1;
  169. background-color:transparent;
  170. }
  171.  
  172. #sidebarimage1 img {
  173. width:95px;
  174. height:200px;
  175. position:fixed;
  176. background-color:#000;
  177. margin-top:0px;
  178. margin-left:-100px;
  179. opacity:1;
  180. -webkit-transition: all 0.5s ease;
  181. -moz-transition: all 0.5s ease;
  182. -o-transition: all 0.5s ease;
  183. -ms-transition: all 0.5s ease;
  184. transition: all 0.5s ease;
  185. }
  186.  
  187. #sidebarimage2 img {
  188. width:95px;
  189. height:95px;
  190. position:fixed;
  191. background-color:#7cd3c9;
  192. margin-top:0px;
  193. margin-left:-100px;
  194. opacity:.85;
  195. border:0px solid #fff;
  196. opacity:0;
  197. -moz-transition-duration:.7s;
  198. -webkit-transition-duration:.7s;
  199. -o-transition-duration:.7s;
  200. }
  201.  
  202. #sidebarimage3 img {
  203. width:95px;
  204. height:95px;
  205. position:fixed;
  206. background-color:#7cd3c9;
  207. margin-top:105px;
  208. margin-left:-100px;
  209. opacity:.85;
  210. border:0px solid #fff;
  211. opacity:0;
  212. -moz-transition-duration:.7s;
  213. -webkit-transition-duration:.7s;
  214. -o-transition-duration:.7s;
  215. }
  216.  
  217. #sidebar:hover #sidebarimage1 img{
  218. opacity:0;
  219. -webkit-transform: rotate(360deg);
  220. -moz-transform: rotate(360deg);
  221. -o-transform: rotate(360deg);
  222. -ms-transform: rotate(360deg);
  223. transform: rotate(360deg);
  224. }
  225.  
  226. #sidebar:hover #sidebarimage2 img{
  227. opacity:1;
  228. -moz-transition-duration:.7s;
  229. -webkit-transition-duration:.7s;
  230. -o-transition-duration:.7s;
  231. }
  232.  
  233. #sidebar:hover #sidebarimage3 img{
  234. opacity:1;
  235. -moz-transition-duration:.7s;
  236. -webkit-transition-duration:.7s;
  237. -o-transition-duration:.7s;
  238. }
  239.  
  240.  
  241.  
  242. /* --- SIDEBAR LINKS ---*/
  243.  
  244. #wholebg {
  245. width:80px;
  246. height:200px;
  247. position:fixed;
  248. margin-top:0px;
  249. margin-left:0px;
  250. background-color:transparent;
  251. }
  252.  
  253. #link1bg {
  254. padding:0px;
  255. background-color:{color:sidebar links bg};
  256. width:80px;
  257. height:21px;
  258. margin-top:0px;
  259. margin-left:0px;
  260. position:fixed;
  261. opacity:.87;
  262. }
  263.  
  264. .link1 {
  265. width:80px;
  266. height:10px;
  267. background-color:transparent;
  268. margin-top:5px;
  269. margin-left:0px;
  270. font-size:10px;
  271. font-family:'times new';
  272. text-align:center;
  273. text-transform:uppercase;
  274. letter-spacing:2px;
  275. position:fixed;
  276. color:{color:Line};
  277. -moz-transition-duration:.4s;
  278. -webkit-transition-duration:.4s;
  279. -o-transition-duration:.4s;
  280. }
  281.  
  282. #link2bg {
  283. padding:0px;
  284. background-color:{color:sidebar links bg};
  285. width:80px;
  286. height:21px;
  287. margin-top:25px;
  288. margin-left:0px;
  289. position:fixed;
  290. opacity:.87;
  291. }
  292.  
  293. .link2 {
  294. width:80px;
  295. height:10px;
  296. background-color:transparent;
  297. margin-top:30px;
  298. margin-left:0px;
  299. font-size:10px;
  300. font-family:'times new';
  301. text-align:center;
  302. text-transform:uppercase;
  303. letter-spacing:2px;
  304. position:fixed;
  305. color:{color:Line};
  306. -moz-transition-duration:.4s;
  307. -webkit-transition-duration:.4s;
  308. -o-transition-duration:.4s;
  309. }
  310.  
  311. #link3bg {
  312. padding:0px;
  313. background-color:{color:sidebar links bg};
  314. width:80px;
  315. height:21px;
  316. margin-top:50px;
  317. margin-left:0px;
  318. position:fixed;
  319. opacity:.87;
  320. }
  321.  
  322. .link3 {
  323. width:80px;
  324. height:10px;
  325. background-color:transparent;
  326. margin-top:55px;
  327. margin-left:0px;
  328. font-size:10px;
  329. font-family:'times new';
  330. text-align:center;
  331. text-transform:uppercase;
  332. letter-spacing:2px;
  333. position:fixed;
  334. color:{color:Line};
  335. -moz-transition-duration:.4s;
  336. -webkit-transition-duration:.4s;
  337. -o-transition-duration:.4s;
  338. }
  339.  
  340. #link4bg {
  341. padding:0px;
  342. background-color:{color:sidebar links bg};
  343. width:80px;
  344. height:21px;
  345. margin-top:75px;
  346. margin-left:0px;
  347. position:fixed;
  348. opacity:.87;
  349. }
  350.  
  351. .link4 {
  352. width:80px;
  353. height:10px;
  354. background-color:transparent;
  355. margin-top:80px;
  356. margin-left:0px;
  357. font-size:10px;
  358. font-family:'times new';
  359. text-align:center;
  360. text-transform:uppercase;
  361. letter-spacing:2px;
  362. position:fixed;
  363. color:{color:Line};
  364. -moz-transition-duration:.4s;
  365. -webkit-transition-duration:.4s;
  366. -o-transition-duration:.4s;
  367. }
  368.  
  369. .link1:hover{
  370. letter-spacing:4px;
  371. -moz-transition-duration:.4s;
  372. -webkit-transition-duration:.4s;
  373. -o-transition-duration:.4s;
  374. }
  375.  
  376. .link2:hover{
  377. letter-spacing:4px;
  378. -moz-transition-duration:.4s;
  379. -webkit-transition-duration:.4s;
  380. -o-transition-duration:.4s;
  381. }
  382.  
  383. .link3:hover {
  384. letter-spacing:4px;
  385. -moz-transition-duration:.4s;
  386. -webkit-transition-duration:.4s;
  387. -o-transition-duration:.4s;
  388. }
  389.  
  390. .link4:hover {
  391. letter-spacing:4px;
  392. -moz-transition-duration:.4s;
  393. -webkit-transition-duration:.4s;
  394. -o-transition-duration:.4s;
  395. }
  396.  
  397.  
  398.  
  399. /* --- DESCRIPTION ---*/
  400.  
  401. #description {
  402. position:fixed;
  403. font-family:calibri;
  404. line-height:100%;
  405. font-size:8px;
  406. font-style:none;
  407. text-transform:uppercase;
  408. width:80px;
  409. height:95px;
  410. margin-top:105px;
  411. margin-left:0px;
  412. text-align:justify;
  413. color:{color:text};
  414. opacity:1;
  415. }
  416.  
  417. /* --- POST INFO ---*/
  418.  
  419.  
  420. #info {
  421. text-align:left;
  422. margin-top:10px;
  423. text-transform:uppercase;
  424. font-size:8px;
  425. font-style:none;
  426. border-top:1px solid {color:Line}
  427. }
  428.  
  429. /* --- POST TAGS---*/
  430.  
  431.  
  432. #tags {
  433. font-family:cambria;
  434. letter-spacing:0px;
  435. text-transform:lowercase;
  436. font-size:10px;
  437. font-style:italic;
  438. margin-top:2px;
  439. text-align:left;
  440. opacity:0;
  441. -webkit-transition: all 0.6s ease-in-out;
  442. -moz-transition: all 0.6s ease-in-out;
  443. -o-transition: all 0.6s ease-in-out;
  444. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  445. }
  446.  
  447. #tags
  448. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  449. -webkit-transition: all 0.6s ease-in-out;
  450. -moz-transition: all 0.6s ease-in-out;
  451. -o-transition: all 0.6s ease-in-out;
  452. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  453.  
  454. #post:hover #tags {
  455. opacity:1;
  456. margin-top:4px;
  457. -webkit-transition: all 0.6s ease-in-out;
  458. -moz-transition: all 0.6s ease-in-out;
  459. -o-transition: all 0.6s ease-in-out;
  460. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  461. }
  462.  
  463.  
  464.  
  465. /* --- QUESTIONS ---*/
  466.  
  467. #asker {
  468. padding:5px;
  469. font-family:cambria;
  470. letter-spacing:1px;
  471. text-align:left;
  472. font-style:italic;
  473. margin-left:10px;
  474. border-left:3px #eee solid;
  475. background-color:{color:background}
  476. }
  477.  
  478. {CustomCSS}</style></head><body>
  479.  
  480. <div id="black"></div>
  481.  
  482. <div id="sidebar">
  483. <div id="sidebarimage1"><img src="{image:sidebar1 95 x 200}"></div>
  484. <div id="sidebarimage2"><img src="{image:sidebar2 95 x 95}"></div>
  485. <div id="sidebarimage3"><img src="{image:sidebar3 95 x 95}"></div>
  486.  
  487.  
  488. <div id="wholebg"></div>
  489. <div id="link1bg"></div>
  490. <div id="link2bg"></div>
  491. <div id="link3bg"></div>
  492. <div id="link4bg"></div>
  493.  
  494.  
  495. <div class="link1">
  496. <a href="{text:Link 1}"><font color="{color:sblinks}">{text:Link 1 Text}</font></div>
  497. <div class="link2">
  498. <a href="{text:Link 2}"><font color="{color:sblinks}">{text:Link 2 Text}</a></font></div>
  499. <div class="link3">
  500. <a href="{text:Link 3}"><font color="{color:sblinks}">{text:Link 3 Text}</font></a></div>
  501. <div class="link4">
  502. <a href="{text:Link 4}"><font color="{color:sblinks}">{text:Link 4 Text}</font></a>
  503. </div>
  504.  
  505. <div id="description">
  506. {Description}
  507. </div>
  508.  
  509. </div>
  510.  
  511.  
  512. {block:Pagination}<div id="pagination">
  513. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  514. {block:JumpPagination length="3"}
  515. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  516. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  517. {/block:JumpPagination}
  518. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  519. </div>{/block:Pagination}
  520.  
  521. </div>
  522.  
  523. <div id="entries">{block:Posts}<div id="post">
  524.  
  525. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  526.  
  527. {block:Photo}{LinkOpenTag}
  528. {block:if400posts}<img src="{PhotoURL-400}">{/block:if400posts}
  529. {block:if500posts}<img src="{PhotoURL-500}">{/block:if500posts}
  530. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  531.  
  532. {block:Photoset}
  533. {block:if400posts}{Photoset-400}{/block:if400posts}
  534. {block:if500posts}{Photoset-500}{/block:if500posts}
  535. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  536.  
  537. {block:Quote}{Quote}{/block:Quote}
  538.  
  539. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  540.  
  541. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  542.  
  543. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  544. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  545. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  546. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  547. {/block:Audio}
  548.  
  549. {block:Video}
  550. {block:if400posts}{Video-400}{/block:if400posts}
  551. {block:if500posts}{Video-500}{/block:if500posts}
  552. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  553.  
  554. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  555.  
  556. <div id="info">
  557. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  558. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  559. {/block:Posts}
  560. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  561. {/block:Posts}</div></div></div>
  562.  
  563.  
  564.  
  565. <!--
  566. THEME MAKER CREDIT
  567. -->
  568.  
  569. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:1px; font-family:times new;"><a href="http://starsbuks.tumblr.com/"><font color="000000">STARSBUKS</a></font></center></div>
  570.  
  571.  
  572. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement