alithegreat

THEME 15; O'BRIEN

Jul 11th, 2014
990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. BASE THEME: Themesbyvanne.tumblr.com
  15. EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
  16. THEME #15: O'BRIEN
  17.  
  18. ♛ No stealing any parts of this coding and using it in your own
  19. ♛ Do not use this as a base code for your own theme
  20. ♛ Feel free to edit as much as you'd like for personal use
  21. ♛ Do not take my credit off (or the base credit) or move it somewhere else
  22. ♛ Let me know if you have any questions about this theme
  23.  
  24. --->
  25.  
  26. <meta name="image:Sidebar1" content=""/>
  27. <meta name="image:Sidebar2" content=""/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <meta name="color:Background" content=""/>
  31. <meta name="color:Blockquote" content=""/>
  32. <meta name="color:Border" content=""/>
  33. <meta name="color:Description" content=""/>
  34. <meta name="color:Entries" content=""/>
  35. <meta name="color:Link" content=""/>
  36. <meta name="color:Navbar" content=""/>
  37. <meta name="color:Navhover" content=""/>
  38. <meta name="color:Navigation" content=""/>
  39. <meta name="color:Navigation Links" content=""/>
  40. <meta name="color:Pre BG" content=""/>
  41. <meta name="color:Pre Text" content=""/>
  42. <meta name="color:Scrollbar" content=""/>
  43. <meta name="color:Sidebar BG" content=""/>
  44. <meta name="color:Text" content=""/>
  45. <meta name="color:Title" content=""/>
  46.  
  47. <meta name="text:mainlink1" content=""/>
  48. <meta name="text:maintitle1" content=""/>
  49.  
  50. <meta name="text:mainlink2" content=""/>
  51. <meta name="text:maintitle2" content=""/>
  52.  
  53. <meta name="text:mainlink3" content=""/>
  54. <meta name="text:maintitle3" content=""/>
  55.  
  56. <meta name="text:hometext" content=""/>
  57. <meta name="text:asktext" content=""/>
  58.  
  59. <meta name="text:main title" content=""/>
  60. <meta name="text:subtitle" content=""/>
  61.  
  62. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  63.  
  64. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  65.  
  66. <script>
  67.  
  68. (function($){
  69.  
  70. $(document).ready(function(){
  71.  
  72. $(“a[title]”).style_my_tooltips({
  73.  
  74. tip_follows_cursor:true,
  75.  
  76. tip_delay_time:30,
  77.  
  78. tip_fade_speed:300,
  79.  
  80. attribute:”title”
  81.  
  82. });
  83.  
  84. });
  85.  
  86. })(jQuery);
  87.  
  88. </script>
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. background-color:{color:Background};
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:10px;
  99. width:6px;
  100. background-color:{color:Scrollbar};
  101. }
  102.  
  103. #s-m-t-tooltip {
  104. margin-top: 15px;
  105. font-family: georgia;
  106. font-size: 8px;
  107. text-transform:uppercase;
  108. padding:2px;
  109. background-color:{color:Entries};
  110. color:{color:Text};
  111. border:1px solid {color:Border};
  112. z-index:9999;
  113. }
  114.  
  115. body {
  116. background: {color:Background};
  117. background-image:url('{image:Background}');
  118. background-attachment:fixed;
  119. font-family: georgia;
  120. font-size: 10px;
  121. color: {color:Text};
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. margin:0px 2px 0px 11px;
  127. border-left:2px solid {color:Blockquote};
  128. }
  129.  
  130. a {
  131. text-decoration: none;
  132. color: {color:Link};
  133. }
  134.  
  135. pre {
  136. font-family:georgia;
  137. font-size:8px;
  138. text-transform:Uppercase;
  139. background-color:{color:Pre Bg};
  140. padding:2px;
  141. text-align:center;
  142. border-left:2px solid {color:border};
  143. border-right:2px solid {color:border};
  144. color:{color:Pre Text};
  145. }
  146.  
  147. small, sub {
  148. font-size:8px;
  149. }
  150.  
  151. b, strong {
  152. color:{color:Title};
  153. }
  154.  
  155. #backbar1 {
  156. position: fixed;
  157. margin-top:20px;
  158. margin-left:25px;
  159. width: 456px;
  160. height: 560px;
  161. border: 1px solid {color:Border};
  162. background-color:{color:Sidebar BG};
  163. }
  164.  
  165. #titlebar {
  166. position:fixed;
  167. margin-top:339px;
  168. margin-left:233px;
  169. width:225px;
  170. height:64px;
  171. padding:10px;
  172. border:1px solid {color:border};
  173. background-color:{color:Description};
  174. }
  175.  
  176. #sidebartitle1 {
  177. font-family:georgia;
  178. letter-spacing:-1px;
  179. margin-top:10px;
  180. text-transform:lowercase;
  181. font-size:18px;
  182. color:{color:Title};
  183. text-align:center;
  184. }
  185.  
  186. #sidebartitle2 {
  187. font-family:georgia;
  188. letter-spacing:0px;
  189. text-transform:lowercase;
  190. font-size:10px;
  191. font-style:italic;
  192. text-align:center;
  193. }
  194.  
  195. #photo1bar {
  196. position:fixed;
  197. margin-top:23px;
  198. margin-left:28px;
  199. padding:0px;
  200. border:1px solid {color:Border};
  201. height:400px;
  202. width:200px;
  203. }
  204.  
  205. #photo2bar {
  206. position:fixed;
  207. margin-top:427px;
  208. margin-left:28px;
  209. padding:0px;
  210. border:1px solid {color:Border};
  211. height:150px;
  212. width:450px;
  213. }
  214.  
  215. #description {
  216. position: fixed;
  217. margin-top:23px;
  218. margin-left:233px;
  219. padding: 11px;
  220. width:223px;
  221. height:235px;
  222. font-size:9px;
  223. text-align:justify;
  224. border:1px solid {color:Border};
  225. background-color:{color:Description};
  226. }
  227.  
  228. #navbar1 {
  229. position: fixed;
  230. margin-left:233px;
  231. margin-top: 284px;
  232. width: 245px;
  233. height: 51px;
  234. padding: 0px;
  235. background-color:{color:Navbar};
  236. border: 1px solid {color:Border};}
  237.  
  238. #navigation {
  239. margin-top:4px;
  240. margin-right:0px;
  241. text-align:center;
  242. }
  243.  
  244. #navigation a {
  245. display:inline-block;
  246. text-align:center;
  247. border:1px solid {color:Border};
  248. width:39px;
  249. height:37px;
  250. line-height:37px;
  251. padding:2px;
  252. text-transform:lowercase;
  253. font-style:italic;
  254. font-family:georgia;
  255. font-size:18px;
  256. margin-bottom:2px;
  257. margin-right:1px;
  258. background-color:{color:Navigation};
  259. color:{color:Navigation Links};
  260. -webkit-transition: all 0.2s ease-in-out;
  261. -moz-transition: all 0.2s ease-in-out;
  262. -o-transition: all 0.2s ease-in-out;
  263. }
  264.  
  265. #navigation a:hover {
  266. display:inline-block;
  267. text-align:center;
  268. border:1px solid {color:Border};
  269. background-color:{color:Navhover};
  270. color:{color:Navigation Links};
  271. -webkit-transition: all 0.5s ease-in-out;
  272. -moz-transition: all 0.5s ease-in-out;
  273. -o-transition: all 0.5s ease-in-out;
  274. }
  275.  
  276.  
  277. #entries {
  278. position:absolute;
  279. width:530px;
  280. margin-left:505px;
  281. padding:11px;
  282. margin-top:9px;
  283. border: 0px solid {color:Border};}
  284.  
  285.  
  286. #entry {
  287. background-color:{color:Entries};
  288. margin-bottom:0px;
  289. padding:15px;
  290. border:1px solid {color:Border}}
  291.  
  292. #entrybg {
  293. padding:2px;
  294. background-color:{color:Sidebar BG};
  295. border:1px solid {color:Border};
  296. }
  297.  
  298. img {
  299. max-width: 100%;
  300. }
  301.  
  302. #posttitles {
  303. text-align: center;
  304. font-size: 18px;
  305. font-style:italic;
  306. letter-spacing:0px;
  307. text-transform:uppercase;
  308. font-family:georgia;
  309. padding:0px;
  310. border-bottom:0px double {color:Border};
  311. margin-bottom:5px;
  312. color: {color:Title};
  313. }
  314.  
  315. #pagination {
  316. text-align:center;
  317. margin-top: 10px;
  318. }
  319.  
  320. #pagination a {
  321. display: inline-block;
  322. text-transform:lowercase;
  323. font-size:18px;
  324. font-family:georgia;
  325. font-style:italic;
  326. letter-spacing:0px;
  327. word-spacing:3px;
  328. text-align: center;
  329. }
  330.  
  331. #ask {
  332. text-align:center;
  333. line-height:120%;
  334. color:{color:text};
  335. padding:5px;
  336. padding-bottom:10px;
  337. padding-top:5px;
  338. }
  339.  
  340.  
  341. #asker img {
  342. margin-left:-2px;
  343. margin-bottom:-15px;
  344. border-radius:50px;
  345. padding:5px;
  346. padding-bottom:5px;
  347. }
  348.  
  349. #ans {
  350. text-align:left;
  351. padding:0px;
  352. color:{color:text};
  353. }
  354.  
  355. .playerbuttonbg {
  356. position: absolute;
  357. left: 20px;
  358. top: 20px;
  359. width: 19px;
  360. height: 19px;
  361. background-color: #ffffff;
  362. padding: 10px;
  363. -webkit-border-radius: 40px;
  364. -moz-border-radius: 40px;
  365. border-radius: 40px;
  366. opacity: .4;
  367. filter: alpha(opacity=40);
  368. opacity: 0.4;
  369. -khtml-opacity: 0.4;
  370. transition: opacity .7s ease-in-out;
  371. -moz-transition: opacity .7s ease-in-out;
  372. -webkit-transition: opacity .7s ease-in-out;
  373. }
  374.  
  375. .playerbuttonbg:hover {
  376. opacity: 1;
  377. filter: alpha(opacity=100);
  378. -moz-opacity: 1;
  379. -khtml-opacity: 1;
  380. }
  381.  
  382. .newplayerbutton {
  383. position: relative;
  384. width: 19px;
  385. height: 19px;
  386. overflow: hidden;
  387. }
  388.  
  389. .playerbuttonhug {
  390. position: absolute;
  391. top: -18px;
  392. left: -7px;
  393. }
  394.  
  395. .tumblr_audio_player {
  396. height: 90px;
  397. width: 270px;
  398. -moz-transform: scale(0.60, 0.60);
  399. -webkit-transform: scale(0.60, 0.60);
  400. -o-transform: scale(0.60, 0.60);
  401. -ms-transform: scale(0.60, 0.60);
  402. transform: scale(0.60, 0.60);
  403. -moz-transform-origin: top left;
  404. -webkit-transform-origin: top left;
  405. -o-transform-origin: top left;
  406. -ms-transform-origin: top left;
  407. transform-origin: top left;
  408. }
  409.  
  410. .audioimgwrapper {
  411. position: absolute;
  412. left: 0px;
  413. top: 0px;
  414. -webkit-border-radius: 40px;
  415. -moz-border-radius: 40px;
  416. border-radius: 40px;
  417. overflow: hidden;
  418. width: 79px;
  419. height: 79px;
  420. }
  421.  
  422. .audioimgwrapper img {
  423. width: 100%;
  424. height: auto;
  425. -webkit-border-radius: 40px;
  426. -moz-border-radius: 40px;
  427. border-radius: 40px;
  428. }
  429.  
  430. .trackdetails {
  431. width: auto;
  432. display:inline-block;
  433. margin-left: 90px;
  434. min-height: 85px;
  435. }
  436.  
  437. .audiowrapper {
  438. position: relative;
  439. display:inline-block;
  440. }
  441.  
  442. #permalink {
  443. text-align: center;
  444. border-top: 1px solid {color:Border};
  445. position: relative;
  446. font-size:10px;
  447. text-transform:lowercase;
  448. font-family:georgia;
  449. margin-top: 5px;
  450. padding-top: 5px;
  451. }
  452.  
  453.  
  454. </style>
  455.  
  456. </head>
  457.  
  458. <body>
  459.  
  460. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  461.  
  462. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  463.  
  464. <script>
  465.  
  466. (function($){
  467.  
  468. $(document).ready(function(){
  469.  
  470. $("a[title]").style_my_tooltips({
  471.  
  472. tip_follows_cursor:true,
  473.  
  474. tip_delay_time:10,
  475.  
  476. tip_fade_speed:60,
  477.  
  478. attribute:"title"
  479.  
  480. });
  481.  
  482. });
  483.  
  484. })(jQuery);
  485.  
  486. </script>
  487.  
  488. <div id="backbar1"></div>
  489.  
  490. <div id="description"><div style="overflow:auto; padding-right:5px; width: 220px; height: 205px; text-align: justify;">{Description}</div><div id="pagination">
  491. {block:PreviousPage}<a href="{PreviousPage}">« previous &nbsp;</a>{/block:PreviousPage}
  492. {block:NextPage} <a href="{NextPage}"> next »</a>{/block:NextPage}
  493. </div></div>
  494.  
  495. <div id="navbar1"><div id="navigation">
  496. <a href="/" title="{text:hometext}">i.</a>
  497. <a href="/ask" title="{text:asktext}">ii.</a>
  498. <a href="{text:mainlink1}" title="{text:maintitle1}">iii.</a>
  499. <a href="{text:mainlink2}" title="{text:maintitle2}">iv.</a>
  500. <a href="{text:mainlink3}" title="{text:maintitle3}">v.</a>
  501. </div></div>
  502.  
  503. <div id="photo1bar"><img src="{image:Sidebar1}"></div>
  504. <div id="photo2bar"><img src="{image:Sidebar2}"></div>
  505.  
  506. <div id="titlebar">
  507. <div id="sidebartitle1">{text:main title}</div>
  508. <div id="sidebartitle2">{text:subtitle}</div>
  509. </div>
  510.  
  511.  
  512. <div id="entries">
  513. {block:Posts}
  514. <div id="entrybg">
  515. <div id="entry">
  516.  
  517.  
  518. {block:Text}
  519. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  520. {Body}
  521. {/block:Text}
  522.  
  523. {block:Photo}
  524. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  525. {block:Caption}{Caption}{/block:Caption}
  526. {/block:Photo}
  527.  
  528. {block:Photoset}
  529. {Photoset-500}
  530. {block:Caption}{Caption}{/block:Caption}
  531. {/block:Photoset}
  532.  
  533. {block:Quote}
  534. <div id="posttitles">{Quote}</div>
  535. {block:Source}<br>—{Source}{/block:Source}
  536. {/block:Quote}
  537.  
  538. {block:Link}
  539. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  540. {block:Description}{Description}{/block:Description}
  541. {/block:Link}
  542.  
  543. {block:Chat}
  544. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  545. {block:Lines}
  546. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  547. {/block:Lines}
  548. {/block:Chat}
  549.  
  550. {block:Audio}{block:AudioPlayer}
  551. <div class="audiowrapper">
  552. {block:AlbumArt}
  553. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  554. {/block:AlbumArt}
  555.  
  556. <div class="playerbuttonbg">
  557. <div class="newplayerbutton">
  558. <div class="playerbuttonhug">
  559.  
  560. {AudioPlayerWhite}
  561.  
  562. </div>
  563. </div>
  564. </div>
  565.  
  566. <div class="trackdetails">
  567.  
  568. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  569. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  570. {block:Album}Album: {Album}{/block:Album}<br/>
  571. {PlayCountWithLabel}
  572.  
  573. </div>
  574. </div>
  575. {/block:AudioPlayer}
  576.  
  577. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  578.  
  579. {block:Video}
  580. {Video-500}
  581. {block:Caption}{Caption}{/block:Caption}
  582. {/block:Video}
  583.  
  584. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px"><big><i><big>{Asker} asked:</big></big></i><br><br>{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  585.  
  586.  
  587. <div id="permalink">
  588. {block:Date}<i>Posted on:</i> {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
  589. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">Reblog</a>
  590.  
  591. {block:RebloggedFrom} ▾ <i>post details:</i> <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  592.  
  593. <br>{block:HasTags} <i>tagged with:</i> {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  594. </div>
  595.  
  596.  
  597.  
  598. </div> <!-- /div entry ---> </div><br><br>
  599.  
  600. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  601.  
  602. </body>
  603.  
  604. </html>
Advertisement
Add Comment
Please, Sign In to add comment