Godamniall

Theme 22 - Arabella

May 28th, 2015
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 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. THEME 22 BY GODAMNIALL || KATHYA
  6. RULES:
  7.  
  8. 1) DON'T STEAL THIS THEME
  9. 2) DON'T REDISTRIBUTE THIS THEME
  10. 3) DON'T CLAIM THIS THEME AS YOUR OWN
  11. 4) DON'T DELETE/REMOVE/MOVE THE CREDIT
  12. 5) LIKE/REBLOG IF YOU'RE PLANNING ON USING IT OR IF YOU ARE USING IT
  13.  
  14. MORE THEMES CAN BE FOUND ON:
  15. KATHYASTHEMES.TUMBLR.COM
  16.  
  17. -->
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27.  
  28. <meta name="color:text" content="#000000"/>
  29. <meta name="color:link" content="#000000"/>
  30. <meta name="color:tags" content="#000000"/>
  31. <meta name="color:hover" content="#6bbaea"/>
  32. <meta name="color:scrollbarbg" content="#000000"/>
  33. <meta name="color:sblinkhover" content="#529ecc"/>
  34. <meta name="color:askbg" content="#427ea3"/>
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:bg" content=""/>
  38.  
  39.  
  40. <meta name="text:sidetitle" content="" />
  41. <meta name="text:linkC" content="">
  42. <meta name="text:linkC url" content="/">
  43. <meta name="text:linkD" content="">
  44. <meta name="text:linkD url" content="/">
  45. <meta name="text:linkE" content="">
  46. <meta name="text:linkE url" content="/">
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. ::-webkit-scrollbar {
  53. height:4px;
  54. width:5px;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background-color:{color:scrollbarbg};/*scrollbar color*/
  59. }
  60.  
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Arial, Helvetica;
  67. font-size:9px;
  68. line-height:100%;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81.  
  82. h1 {
  83. font-size:12px;
  84. text-transform:uppercase;
  85. }
  86.  
  87.  
  88. /*--Cursor code--*/
  89.  
  90.  
  91. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103.  
  104. a:hover {
  105. opacity:1;
  106. color:{color:hover};
  107. -webkit-transition: all 0.5s ease;
  108. -moz-transition: all 0.5s ease;
  109. -o-transition: all 0.5s ease
  110. }
  111.  
  112.  
  113. #sidebar {
  114. height:110px;
  115. position:fixed;
  116. width:150px;
  117. margin-left:180px;
  118. margin-top:240px;
  119. opacity:1;
  120. }
  121.  
  122. #sidebarimage {
  123. width:150px;
  124. }
  125.  
  126.  
  127. #sidebarimage img {
  128. height:120px;
  129. width:180px;
  130. padding:6px;
  131. }
  132.  
  133.  
  134.  
  135. #sidebar #title{
  136. font-family:Arial;
  137. position:fixed;
  138. width:180px;
  139. margin-top:-12px;
  140. margin-left:6px;
  141. text-transform:uppercase;
  142. text-align:right;
  143. font-weight:bold;
  144. font-size:20px;
  145. color:{color:text};
  146. }
  147.  
  148.  
  149. .desc {
  150. margin-top:-6px;
  151. margin-left:-3px;
  152. font-family:cambria;
  153. line-height:110%;
  154. font-size:10px;
  155. font-style:none;
  156. width:180px;
  157. padding:9px;
  158. text-align:justify;
  159. color:{color:text};
  160. }
  161.  
  162. .desc a
  163. {color:{color:text};
  164. -moz-transition-duration:0.6s;
  165. -webkit-transition-duration:0.6s;
  166. -o-transition-duration:0.6s;
  167. }
  168.  
  169. .desc a: hover {
  170. text-decoration:underline;
  171. }
  172.  
  173. .links {
  174. position:fixed;
  175. margin-top:-141px;
  176. margin-left:-25px;
  177. width:10px;
  178. padding: 9px;
  179. word-spacing:2px;
  180. font-family:Arial, Helvetica;
  181. text-align:center;
  182. text-transform:uppercase;
  183. line-height:23px;
  184. }
  185.  
  186. .links a {
  187. font-size: 15px;
  188. }
  189.  
  190. .links a:hover {
  191. color:{color:sblinkhover};
  192. font-weight:bold;
  193. font-size:15px;
  194. }
  195.  
  196.  
  197. #pagi{
  198. width:100px;
  199. font-size:10px;
  200. text-align:right;
  201. margin-left:85px;
  202. margin-top:0px;
  203. position:fixed;
  204. font-family:cambria;
  205. }
  206.  
  207. #pagi a {
  208. font-weight:bold;
  209. }
  210.  
  211. #pagi a:hover{
  212. color:{color:text};
  213. }
  214.  
  215. .newplayerbutton {
  216. position: relative;
  217. width: 28px;
  218. height: 27px;
  219. overflow: hidden;
  220. }
  221.  
  222. .playerbuttonhug {
  223. background-color: #000;
  224. position: absolute;
  225. z-index: 1000;
  226. top: -11px;
  227. left: 1px;
  228. -webkit-border-radius: 100px;
  229. -moz-border-radius: 100px;
  230. border-radius: 100px;
  231. }
  232.  
  233.  
  234. .tumblr_audio_player {
  235. border: none;
  236. padding: 0px;
  237. margin: 0px;
  238. height: 50px;
  239. width: 400px;
  240. }
  241.  
  242. .playerbuttonbg {
  243. position: absolute;
  244. left: 20px;
  245. top: 20px;
  246. width: 28px;
  247. height: 28px;
  248. background-color: #ffffff;
  249. padding: 10px;
  250. -webkit-border-radius: 40px;
  251. -moz-border-radius: 40px;
  252. border-radius: 40px;
  253. opacity: .4;
  254. filter: alpha(opacity=40);
  255. -moz-opacity: 0.4;
  256. -khtml-opacity: 0.4;
  257. transition: opacity .7s ease-in-out;
  258. -moz-transition: opacity .7s ease-in-out;
  259. -webkit-transition: opacity .7s ease-in-out;
  260. }
  261.  
  262. .playerbuttonbg:hover {
  263. opacity: 1;
  264. filter: alpha(opacity=100);
  265. -moz-opacity: 1;
  266. -khtml-opacity: 1;
  267. }
  268.  
  269. .audioimgwrapper {
  270. position: absolute;
  271. left: 0px;
  272. top: 0px;
  273. -webkit-border-radius: 50px;
  274. -moz-border-radius: 50px;
  275. border-radius: 50px;
  276. overflow: hidden;
  277. width: 88px;
  278. height: 88px;
  279. }
  280.  
  281. .audioimgwrapper img {
  282. width: 100%;
  283. height: auto;
  284. -webkit-border-radius: 50px;
  285. -moz-border-radius: 50px;
  286. border-radius: 50px;
  287. }
  288.  
  289. .trackdetails {
  290. width: auto;
  291. display:inline-block;
  292. margin-left: 110px;
  293. min-height: 85px;
  294. }
  295.  
  296. .audiowrapper {
  297. position: relative;
  298. display:inline-block;
  299. }
  300.  
  301.  
  302. #all {
  303. padding:10px;
  304. width:400px;
  305. margin-left:450px;
  306. margin-top:10px;
  307. font-size:10px;
  308. }
  309.  
  310. #posts {
  311. width:400px;
  312. padding-bottom:20px;
  313. padding:10px;
  314. margin-top:30px;
  315. background-color:{color:Post};
  316. }
  317.  
  318. #posts img {
  319. max-width:400px;
  320. }
  321.  
  322.  
  323. #details {
  324. text-align:center;
  325. margin-top:8px;
  326. text-transform:justify;
  327. font-size:10px;
  328. }
  329.  
  330.  
  331. #tags {
  332. word-spacing:1px;
  333. font-family:cambria;
  334. letter-spacing:0px;
  335. text-transform:justify;
  336. font-size:9.5px;
  337. font-style:none;
  338. margin-top:2px;
  339. text-align:center;
  340. text-decoration:none;
  341. }
  342.  
  343. #tags a {
  344. display:inline-block;
  345. padding:-3px;
  346. text-align:center;
  347. color:{color:Tags};
  348. -webkit-transition: all 0.6s ease-in-out;
  349. -moz-transition: all 0.6s ease-in-out;
  350. -o-transition: all 0.6s ease-in-out;
  351. -ms-transition: all 0.6s ease-in-out;
  352. -transition: all 0.6s ease-in-out;
  353. }
  354.  
  355. #tags a:hover {
  356. text-decoration:underline;
  357. color:{color:hover};
  358. }
  359.  
  360. #posts #tags .comma:last-child {
  361. display: none;
  362. }
  363.  
  364. #words {
  365. text-align:justify;
  366. font-size:13px;
  367. line-height:110%;
  368. }
  369.  
  370. .source {
  371. text-align:right;
  372. padding-top:5px;
  373. }
  374.  
  375. #asker {
  376. background-color:{color:askbg};
  377. line-height:90%;
  378. padding:15px 15px 15px 10px;
  379. color:#fff;
  380. }
  381.  
  382. #asker a {
  383. color:#fff;
  384. }
  385.  
  386. #asker a:hover {
  387. text-decoration:underline;
  388. font-style:none;
  389. color:#fff;
  390. }
  391.  
  392. #answer {
  393. padding:10px;
  394. margin-bottom:5px;
  395. background-color:#000;
  396. }
  397.  
  398. #credit {
  399. position:fixed;
  400. font-family: arial;
  401. text-transform:lowercase;
  402. font-size:11px;
  403. font-weight:bold;
  404. right:30px;
  405. bottom:4px;
  406. padding:4px;
  407. width:9px;
  408. height:10px;
  409. text-decoration:none;
  410. }
  411.  
  412. #credit a {
  413. color:#000;
  414. text-decoration:none;
  415. }
  416.  
  417. #credit a:hover {
  418. color:#000;
  419. text-decoration:underline;
  420. }
  421.  
  422. #s-m-t-tooltip {
  423. max-width:300px;
  424. padding:4px 4px 4px 4px;
  425. margin:20px 0px 0px 20px;
  426. background-color:#000;
  427. font-family:calibri;
  428. font-size:10px;
  429. letter-spacing:1px;
  430. text-transform:lowercase;
  431. color:#fff;
  432. z-index:999999999999999999999999999999999999;
  433. }
  434.  
  435.  
  436. {CustomCSS}</style></head><body>
  437.  
  438. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  439.  
  440. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  441.  
  442. <script>
  443.  
  444. (function($){
  445.  
  446. $(document).ready(function(){
  447.  
  448. $("a[title]").style_my_tooltips({
  449.  
  450. tip_follows_cursor:true,
  451.  
  452. tip_delay_time:50,
  453.  
  454. tip_fade_speed:600,
  455.  
  456. attribute:"title"
  457.  
  458. });
  459.  
  460. });
  461.  
  462. })(jQuery);
  463.  
  464. </script>
  465.  
  466. <div id="sidebar">
  467. <div id="title">{text:sidetitle}</div>
  468. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  469. <div class="links">
  470.  
  471. <a title="home" href="/">01</a>
  472. <a title="mail" href="/ask">02</a>
  473. <a title="{text:linkC}" href="{text:linkC url}">03</a>
  474. <a title="{text:linkD}" href="{text:linkD url}">04</a>
  475. <a title="{text:linkE}" href="{text:linkE url}">05</a>
  476. </div>
  477. <div class="desc">
  478. {Description}
  479. </div>
  480. {block:Pagination}<div id="pagi">
  481. {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage} —
  482. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  483. </div>{/block:Pagination}
  484.  
  485. </div>
  486.  
  487. <div id="all">{block:Posts}<div id="posts">
  488.  
  489. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  490.  
  491. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  492.  
  493. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  494.  
  495. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  496.  
  497. {block:Quote}<div id="quote"><div id="words">"<i>{Quote}</i>"</div>
  498. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  499. </div>{/block:Quote}
  500.  
  501.  
  502. {block:AudioPlayer}
  503. <div class="audiowrapper">
  504. {block:AlbumArt}
  505. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}
  506. </div>
  507. </div>
  508. </div>
  509.  
  510. <div class="trackdetails">
  511. <div style="color:#fff; margin-bottom:20px;"> </div><br>
  512. <div style="color:#fff"> </div>
  513. <b>Title:</b> {block:TrackName}{TrackName}{/block:TrackName}<br/>
  514. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  515. <b>Played:</b> {PlayCountWithLabel}
  516.  
  517. </div>
  518. </div>
  519. {/block:AudioPlayer}
  520.  
  521.  
  522. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  523.  
  524. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  525.  
  526.  
  527. {block:Answer}<div id="asker"><span style="text-transform:lowercase;font-size:9px;font-style:none;"> {Asker} whispered: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  528.  
  529. <div id="details">
  530. {block:Date}<div id="postinfo">
  531. <a href="{Permalink}" title="{TimeAgo}"> <b>{Month} {DayOfMonth}{DayOfMonthSuffix}</b>
  532. </a>{block:NoteCount} with <a href="{Permalink}" title="permalink">{NoteCount}</a>+{/block:NoteCount}
  533. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> </a>{block:ContentSource}/ <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  534.  
  535. {block:HasTags}<div id="tags"><b>Filed under:</b><span style="font-size:9px;">{block:Tags} <a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}</div>{/block:HasTags}</div></div></span>
  536. {/block:Posts}
  537.  
  538. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  539. {/block:Posts}</div></div></div>
  540.  
  541. {block:ContentSource}
  542. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  543. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  544. {/block:SourceLogo}
  545. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  546. {/block:ContentSource}
  547.  
  548.  
  549. <div id="credit">
  550. <a title="theme by godamniall" href="http://godamniall.tumblr.com/">theme</a>
  551.  
  552. </body></html>
Add Comment
Please, Sign In to add comment