Advertisement
Mikaela

Beneath the surface

Sep 22nd, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.14 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. <!-- THEME # 1 'BENEATH THE SURFACE' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. BUT SERIOUSLY I'LL REPORT YOU
  6. OKAY ENJOY NOW
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15. <meta name="color:bg" content="#FFFFFF">
  16. <meta name="color:link" content="#443d3d">
  17. <meta name="color:hover" content="#FFFFFF">
  18. <meta name="color:infobg" content="#ebe4e4">
  19. <meta name="color:text" content="#a8a8a8">
  20. <meta name="color:tags" content="#887e7e">
  21. <meta name="color:border" content="#000000">
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:sidebar2" content=""/>
  25.  
  26. <meta name="text:blogtitle" content="Blog Title"/>
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. a {
  41. color:{color:link};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56.  
  57. ::-webkit-scrollbar {
  58. width: 5px;height: 5px;}
  59. ::-webkit-scrollbar-button:start:decrement,
  60. ::-webkit-scrollbar-button:end:increment {
  61. height: 6px;display: block;background-color:black;}
  62. ::-webkit-scrollbar-track-piece {
  63. background-color: transparent;}
  64. ::-webkit-scrollbar-thumb:vertical {
  65. height: 9px;background-color:white;border-top:2px solid black;border-bottom:2px solid black;}
  66.  
  67. body {
  68. background-color:{color:bg};
  69. font-family:Calibri;
  70. font-weight:normal;
  71. }
  72.  
  73.  
  74. h1 {
  75. font-weight:normal;
  76. font-size:10px;
  77. text-align:center;
  78. font-style:normal;
  79. line-height:80%;
  80. letter-spacing:1px;
  81. text-transform:uppercase;
  82. color:{color:text};
  83. }
  84.  
  85. h2 {
  86. font-size:15px;
  87. text-align:center;
  88. line-height:100%;
  89. letter-spacing:-0.5px;
  90. color:{color:text};
  91. font-weight:normal;
  92. padding:5px;
  93. padding-bottom:2px;
  94. }
  95.  
  96.  
  97. blockquote {
  98. border-left:2px solid {color:text};
  99. padding-left:5px;
  100. margin:5px;
  101. }
  102.  
  103. #theme {
  104. background-color:{color:bg};
  105. width:700px;
  106. margin: 0 auto -12px auto;
  107. text-align: center;
  108. }
  109.  
  110. #sidebar {
  111. color:{color:text};
  112. position:fixed;
  113. width:650px;
  114. height:200px;
  115. margin-top:-150px;
  116. text-align:left;
  117. background:black;
  118. -webkit-transition: all 0.8s ease-in-out;
  119. -moz-transition: all 0.8s ease-in-out;
  120. -o-transition: all 0.8s ease-in-out;
  121. }
  122.  
  123. #sidebar:hover {
  124. margin-top:-10px;
  125. -webkit-transition: all 0.8s ease-in-out;
  126. -moz-transition: all 0.8s ease-in-out;
  127. -o-transition: all 0.8s ease-in-out;
  128. }
  129.  
  130.  
  131. #sidebarimage {
  132. width: 122px;
  133. height: 122px;
  134. padding-top:30px;
  135. padding-left:30px;
  136. background-color:#000;
  137. }
  138.  
  139. #sidebarimage img {
  140. width:122px;
  141. height: 122px;
  142. opacity: 1;
  143. border-radius: 150px;
  144. -webkit-border-radius: 150px;
  145. -moz-border-radius: 150px;
  146. -webkit-transition: all 0.7s ease-in-out;
  147. -moz-transition: all 0.7s ease-in-out;
  148. -o-transition: all 0.7s ease-in-out;
  149. }
  150.  
  151.  
  152. #sidebarimage img:hover {
  153. -webkit-transition: all 0.7s ease-in-out;
  154. -moz-transition: all 0.7s ease-in-out;
  155. -o-transition: all 0.7s ease-in-out;
  156. -webkit-transform: rotate(360deg);
  157. -moz-transform: rotate(360deg);
  158. -o-transform: rotate(360deg);
  159. -webkit-filter:grayscale(100%);
  160. }
  161.  
  162. #sidebarimage2 {
  163. width: 122px;
  164. height: 122px;
  165. margin-top:-123px;
  166. padding-left:500px;
  167. background-color:#000;
  168. }
  169.  
  170. #sidebarimage2 img {
  171. width:122px;
  172. height: 122px;
  173. opacity: 1;
  174. border-radius: 150px;
  175. -webkit-border-radius: 150px;
  176. -moz-border-radius: 150px;
  177. -webkit-transition: all 0.7s ease-in-out;
  178. -moz-transition: all 0.7s ease-in-out;
  179. -o-transition: all 0.7s ease-in-out;
  180. }
  181.  
  182.  
  183. #sidebarimage2 img:hover {
  184. -webkit-transition: all 0.7s ease-in-out;
  185. -moz-transition: all 0.7s ease-in-out;
  186. -o-transition: all 0.7s ease-in-out;
  187. -webkit-transform: rotate(360deg);
  188. -moz-transform: rotate(360deg);
  189. -o-transform: rotate(360deg);
  190. -webkit-filter:grayscale(100%);
  191. }
  192.  
  193.  
  194. #description {
  195. margin-top:-50px;
  196. margin-left:220px;
  197. width:190px;
  198. height:40px;
  199. position:absolute;
  200. padding-left:3px;
  201. padding-top:3px;
  202. padding-right:3px;
  203. line-height:120%;
  204. text-align:justify;
  205. font-size:12px;
  206. font-style:italic;
  207. font-family:cambria;
  208. color:#fff;
  209. overflow-y:scroll;
  210. }
  211.  
  212. #blogtitle {
  213. margin-top: 0px;
  214. margin-left: 30px;
  215. width: 560px;
  216. font-size: 40px;
  217. font-family:Rockwell Extra Bold;
  218. font-style: bold;
  219. word-spacing: 10px;
  220. text-align:center;
  221. text-transform:uppercase;
  222. letter-spacing:2px;
  223. position:fixed;
  224. padding: 18px;
  225. padding-top:33px;
  226. padding-bottom: 0px;
  227. color: #fff;
  228. z-index: 100;
  229. text-shadow:-1px 2px #00F2FF, 1px 2px #ff00a1;
  230. -webkit-transition: all 0.3s ease-in-out;
  231. -moz-transition: all 0.3s ease-in-out;
  232. -o-transition: all 0.3s ease-in-out;
  233. }
  234.  
  235. #blogtitle:hover {
  236. letter-spacing: 6px;
  237. text-shadow:-2px 2px #ff00a1, 2px 2px #00F2FF;
  238. -webkit-transition: all 0.3s ease-in-out;
  239. -moz-transition: all 0.3s ease-in-out;
  240. -o-transition: all 0.3s ease-in-out;
  241. }
  242.  
  243. .links {
  244. margin-bottom:10px;
  245. font-size:30px;
  246. text-transform:uppercase;
  247. font-family:Rockwell Extra Bold;
  248. background-color:black;
  249. text-align:center;
  250. letter-spacing:2px;
  251. line-height:170%;
  252. z-index: 100;
  253. text-shadow:-1px 2px #00F2FF, 1px 2px #ff00a1;
  254. -moz-transition-duration:1s;
  255. -webkit-transition-duration:1s;
  256. -o-transition-duration:1s;
  257. }
  258.  
  259. .links a:hover {
  260. color:{color:hover};
  261. letter-spacing: 6px;
  262. text-shadow:-2px 2px #ff00a1, 2px 2px #00F2FF;
  263. -moz-transition-duration:1s;
  264. -webkit-transition-duration:1s;
  265. -o-transition-duration:1s;
  266. }
  267.  
  268. .links a{
  269. padding:3px;
  270. color:#FFFFFF;
  271. letter-spacing:0px;
  272. text-decoration:none;
  273. -moz-transition-duration:1s;
  274. -webkit-transition-duration:1s;
  275. -o-transition-duration:1s;
  276. }
  277.  
  278. #s-m-t-tooltip {
  279. max-width:300px;
  280. padding:3px 4px 5px 4px;
  281. margin:20px 0px 0px 20px;
  282. background-color:#000; /* change the background color */
  283. border-left:2px solid #ff00a1;
  284. border-right: 2px solid #00bfff;
  285. border-top: 2px solid #ff00a1;
  286. border-bottom: 2px solid #00bfff;/* change the border color */
  287. font-family:times; /* change the font */
  288. font-size:10px; /* change the font size */
  289. letter-spacing:2px; /* change the letter spacing */
  290. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  291. color:#fff; /* change the text color */
  292. z-index:999999999999999999999999999999999999;
  293. }
  294.  
  295. .pagi {
  296. font-size:8px;
  297. margin-top:-130px;
  298. word-spacing:610px;
  299. margin-left:0px;
  300. text-transform:uppercase;
  301. letter-spacing:3px;
  302. text-align:center;
  303. }
  304.  
  305. .pagi a {
  306. color:#fff;
  307. }
  308.  
  309. #stuffcontainer {
  310. float:left;
  311. margin-left:75px;
  312. margin-top:75px;
  313. text-align:justify;
  314. background-color:{color:bg};
  315. color:{color:text};
  316. margin-bottom: 35px;
  317. }
  318.  
  319.  
  320. #stuff {
  321. width:500px;
  322. margin-top:75px;
  323. text-align:justify;
  324. font-size:11px;
  325. line-height:110%;
  326. letter-spacing:0x;
  327. color:{color:text};
  328. }
  329.  
  330. .caption {
  331. width:500px;
  332. text-align:justify;
  333. line-height:120%;
  334. }
  335.  
  336. #asker {
  337. padding:5px;
  338. text-align:left;
  339. letter-spacing:1px;
  340. font-style:italic;
  341. font-family:cambria;
  342. border:5px #000 double;
  343. background-color:#fff;
  344. }
  345.  
  346. .audio {
  347. width:500px;
  348. padding-bottom:10px;
  349. background-color:{color:infobg};
  350. }
  351.  
  352. .albumart {
  353. float:left;
  354. padding:0px 10px 10px 0px;
  355. }
  356.  
  357. .albumart img {
  358. width:45px;
  359. height:45px;
  360. }
  361.  
  362. .playercontainer {
  363. text-align:left;
  364. padding:10px;
  365. background-color:#ffffff;
  366. width:480px;
  367. }
  368.  
  369. .audioinfo {
  370. padding:10px;
  371. color:{color:text};
  372. }
  373.  
  374. #postinfo {
  375. width:500px;
  376. margin-top:3px;
  377. padding-top:3px;
  378. font-family:Rockwell Extra Bold;
  379. padding-bottom:3px;
  380. font-size:9px;
  381. color:{color:link};
  382. text-transform:uppercase;
  383. font-style:normal;
  384. letter-spacing:2px;
  385. text-align:right;
  386. border-top:3px solid {color:border};
  387. border-bottom:3px solid {color:border};
  388. -moz-transition-duration:0.5s;
  389. -webkit-transition-duration:0.5s;
  390. -o-transition-duration:0.5s;
  391. }
  392.  
  393. #postinfo a {
  394. color:{color:link};
  395. text-align:center;
  396. letter-spacing:1px;
  397. font-style:normal;
  398. }
  399.  
  400. #postinfo a:hover {
  401. color:{color:hover};
  402. }
  403.  
  404. .note {
  405. text-transform:uppercase;
  406. font-style:normal;
  407. letter-spacing:0px;
  408. font-size: 9px;
  409. text-align:left;
  410. line-height:90%;
  411. margin-left:-40px;
  412. }
  413.  
  414. .note li {
  415. list-style-type:none;
  416. border-bottom:1px solid {color:border};
  417. padding:10px 25px 10px 25px;
  418. text-align:left;
  419. margin:0px;
  420. -moz-transition-duration:0.5s;
  421. -webkit-transition-duration:0.5s;
  422. -o-transition-duration:0.5s;
  423. }
  424.  
  425. .tags {
  426. font-style:normal;
  427. width:500px;
  428. text-transform:uppercase;
  429. font-style:normal;
  430. color:{color:tags};
  431. letter-spacing:2px;
  432. line-height:120%;
  433. font-size:9px;
  434. text-align:right;
  435. padding:2px;
  436. -moz-transition-duration:0.5s;
  437. -webkit-transition-duration:0.5s;
  438. -o-transition-duration:0.5s;
  439. }
  440.  
  441. .tags a {
  442. color:{color:tags};
  443. letter-spacing:1px;
  444. padding:1px;
  445. }
  446.  
  447. .tags a:hover {
  448. color:{color:link};
  449. }
  450.  
  451. ul.chat, .chat ol, .chat li {
  452. list-style:none;
  453. margin:0px;
  454. padding:2px;
  455. }
  456.  
  457. .label {
  458. text-decoration:underline;
  459. font-weight:700;
  460. background-color:{color:infobg};
  461. margin-right:5px;
  462. }
  463.  
  464.  
  465.  
  466. {CustomCSS}
  467.  
  468. </style></head>
  469.  
  470. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  471. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  472. <script>
  473. (function($){
  474. $(document).ready(function(){
  475. $("a[title]").style_my_tooltips({
  476. tip_follows_cursor:true,
  477. tip_delay_time:90,
  478. tip_fade_speed:600,
  479. attribute:"title"
  480. });
  481. });
  482. })(jQuery);
  483. </script>
  484.  
  485. <body>
  486. <div id="theme">
  487. <div id="sidebar">
  488. <div id="blogtitle">{text:blogtitle}</div>
  489. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  490. <div id="description">
  491. {Description}
  492. </div>
  493. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  494. <div class="links">
  495. <a title="home" href="/">One</a>
  496. <a title="ask" href="/ask">Two</a>
  497. <a title="{text:linkC}" href="{text:Link 1}">Three</a>
  498. <a title="{text:linkD}" href="{text:Link 2}">Four</a>
  499. </div>
  500. {block:Pagination}
  501. <div class="pagi">
  502. {block:PreviousPage}
  503. <a href="{PreviousPage}">◀</a>
  504. {/block:PreviousPage}
  505. {block:NextPage}
  506. <a href="{NextPage}">▶</a>
  507. {/block:NextPage}
  508. </div>
  509. {/block:Pagination}
  510. </div>
  511.  
  512. <div id="stuffcontainer">
  513.  
  514. {block:Posts}
  515.  
  516. <div id="stuff">
  517.  
  518. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  519.  
  520. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  521.  
  522. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  523. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  524.  
  525. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  526.  
  527. {block:Photoset}<center>{Photoset-500}</center>
  528. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  529.  
  530. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  531.  
  532. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  533.  
  534. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:11px;font-style:italic;"><big>▶ {Asker}:</big> </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  535.  
  536. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  537. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  538. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  539. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  540. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  541.  
  542. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}
  543. {block:ContentSource} / <a href="{SourceURL}">CREDIT</a>{/block:ContentSource}</div>{/block:Date}
  544. {block:HasTags}
  545. <div class="tags">
  546. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  547. {/block:HasTags}
  548. <div class="note">
  549. {block:PostNotes}{PostNotes}{/block:PostNotes}
  550. </div>
  551. </div>
  552. {/block:Posts}
  553.  
  554.  
  555. </div>
  556.  
  557. <div style="position:fixed;margin-top:615px; right:3px;"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></center></div>
  558.  
  559. </div>
  560. </div>
  561. </div>
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement