Advertisement
ljps

Theme 4 (contained)

Aug 3rd, 2014
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <meta name="color:text" content="#666666"/>
  11. <meta name="color:links" content="#cccccc"/>
  12. <meta name="color:links hover" content="#000000"/>
  13. <meta name="color:scrollbar" content="#cccccc">
  14. <meta name="color:sidelinks hover" content="#cccccc">
  15. <meta name="color:info hover" content="#cccccc">
  16. <meta name="color:background" content="#f6f6f6">
  17. <meta name="color:border color" content="#666666">
  18.  
  19. <meta name="image:Background" content="" />
  20. <meta name="if:background cover" content="0" />
  21.  
  22.  
  23.  
  24.  
  25. <meta name="text:Link 3" content="/" />
  26. <meta name="text:Link 3 Title" content="link" />
  27. <meta name="text:Link 4" content="/" />
  28. <meta name="text:Link 4 Title" content="link" />
  29.  
  30.  
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34. <script>
  35. (function($){
  36. $(document).ready(function(){
  37. $("a[title]").style_my_tooltips({
  38. tip_follows_cursor:true,
  39. tip_delay_time:30,
  40. tip_fade_speed:300,
  41. attribute:"title"
  42. });
  43. });
  44. })(jQuery);
  45. </script>
  46.  
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. #s-m-t-tooltip{
  53. max-width:300px;
  54. line-height:9px;
  55. z-index: 9999;
  56. position: absolute;
  57. font-size:9px;
  58. font-family:cambria;
  59. box-shadow:rgba(0,0,0,0.1)3px 3px;
  60. background:white;
  61. padding: 4px;
  62. border-radius:3px;
  63. border:1px solid {color:border color};
  64. -webkit-transition:all 0.3s;
  65. -moz-transition:all 0.3s;
  66. -ms-transition:all 0.3s;
  67. -o-transition:all 0.3s;
  68. -transition:all 0.3s;
  69. margin:7px 0px 0px 7px;}
  70.  
  71. p{
  72. margin-top:5px;
  73. margin-bottom:5px;
  74. font-size:11px;
  75. }
  76.  
  77. blockquote {
  78. padding:0px;
  79. text-align:left;
  80. padding-left:5px;
  81. font-size:11px;
  82. margin:5px;
  83. border-left:2px solid #f3f3f3;}
  84.  
  85. blockquote img, blockquote a img {
  86. max-width: 300px;}
  87.  
  88.  
  89. body {
  90. background: {color:Background} url('{image:Background}')
  91. {block:ifbackgroundcover}
  92. no-repeat center fixed ;
  93. -webkit-background-size: cover;
  94. -moz-background-size: cover;
  95. -o-background-size: cover;
  96. background-size: cover;
  97. {/block:ifbackgroundcover};
  98. margin: 0;padding: 0;
  99. color:{color:text};
  100. font-family:cambria;
  101. font-size:12px;
  102. text-align:justify;}
  103.  
  104. a, a:active, a:visited {
  105. color: {color:links};
  106. font-weight: none;
  107. text-decoration: none;
  108. -webkit-transition: all 0.4s ease-out;
  109. -o-transition: all 0.4s ease-out;
  110. -webkit-transition: all 0.4s ease-out;
  111. -moz-transition: all 0.4s ease-out;}
  112.  
  113. a:hover {
  114. color:{color:links hover};
  115. -webkit-transition: all 0.4s ease-out;
  116. -o-transition: all 0.4s ease-out;
  117. -webkit-transition: all 0.4s ease-out;
  118. -moz-transition: all 0.4s ease-out;}
  119.  
  120.  
  121. .entries {
  122. margin-top:10px;
  123. width:500px;
  124. padding:7px;
  125. margin-left:4px;
  126. }
  127.  
  128. .posts{
  129. width:500px;
  130. margin-bottom:80px;
  131. }
  132.  
  133.  
  134. iframe#tumblr_controls {
  135. white-space:nowrap;
  136. -webkit-filter: invert(100%);
  137. -moz-filter: invert(100%);
  138. -o-filter: invert(100%);
  139. -ms-filter: invert(100%);
  140. filter: invert(100%);
  141. opacity:.2;transition: .8s ease-in-out;
  142. -webkit-transition: .8s ease-in-out;
  143. -moz-transition: .8s ease-in-out;
  144. -o-transition: .8s ease-in-out;}
  145.  
  146. ::selection {
  147. color: #ffffff;
  148. background:{color:text};}
  149.  
  150. ::-moz-selection {
  151. background:{color:text};
  152. color: {color:text};}
  153.  
  154. ::-webkit-scrollbar-thumb:vertical {
  155. border:3px solid #fff;
  156. border-radius:10px;
  157. height:9px;
  158. background-color:{color:scrollbar};}
  159.  
  160. ::-webkit-scrollbar-thumb:horizontal {
  161. background-color:#fff;}
  162.  
  163. ::-webkit-scrollbar {
  164. background-color:white;
  165. height:7px;
  166. width:11px;
  167. border:5px solid #fff;}
  168.  
  169.  
  170. #question{
  171. margin-top:10px;
  172. font-family:cambria;
  173. font-size:10px;
  174. margin-bottom:7px;
  175. text-transform:normal;
  176. text-align:left;
  177. padding-bottom:5px;
  178. background:#fafafa;
  179. padding:10px;}
  180.  
  181. #answer{
  182. font-family:cambria;
  183. font-size:9px;}
  184.  
  185.  
  186. #info {
  187. text-align:center;
  188. font-family:cambria;
  189. font-size: 8px;
  190. text-transform:uppercase;
  191. margin-top:2px;
  192. padding:4px;
  193. }
  194.  
  195. #info a{
  196.  
  197. height:1px;
  198. border:1px solid {color:border color};
  199. display:inline-block;
  200. padding:4px;
  201. padding-bottom:3px;
  202. color:white;
  203. border-radius:100%;
  204. background:white;
  205. -moz-transition-duration:1s;
  206. -webkit-transition-duration:1s;
  207. -o-transition-duration:1s;}
  208.  
  209. #info a:hover{
  210. background:{color:info hover};
  211. }
  212.  
  213. .tags{
  214. margin-top:0px;
  215. font-family:cambria;
  216. font-size: 8px;
  217. letter-spacing: 1px;
  218. text-align:center;
  219. line-height:10px;
  220. opacity:0;
  221. text-transform:normal;
  222. -moz-transition-duration:1s;
  223. -webkit-transition-duration:1s;
  224. -o-transition-duration:1s;
  225. }
  226.  
  227. .tags a{
  228. color:#747474;}
  229.  
  230. .tags a:hover{
  231. color:{color:links hover};
  232. }
  233.  
  234. .posts:hover .tags{
  235. opacity:9;
  236. -moz-transition-duration:1s;
  237. -webkit-transition-duration:1s;
  238. -o-transition-duration:1s;
  239. }
  240.  
  241.  
  242.  
  243. #sidebar{
  244.  
  245. position:absolute;
  246. margin-top:380px;
  247. padding:10px;
  248. margin-left:90px;
  249.  
  250. }
  251.  
  252.  
  253.  
  254. #description{
  255. font-size:9px;
  256. font-family:arial;
  257. width:150px;
  258. text-align:absolute;
  259. text-transform:normal;
  260. text-align:right;
  261. margin-top:-34px;
  262. margin-left:190px;
  263. border:1px solid {color:border color};
  264. padding:10px;
  265. background:white;
  266. box-shadow:rgba(0,0,0,0.1)7px 7px;
  267. }
  268.  
  269.  
  270. h1{
  271. font-size:15px;
  272. text-align:justify;}
  273.  
  274. h2{
  275. font-size:13px;
  276. font-family:cambria;
  277. font-style:italic;}
  278.  
  279. #quote{
  280. font-size:10px;
  281. text-align:right;
  282. font-family:cambria;
  283. font-style:italic;}
  284.  
  285.  
  286. #links{
  287. width:170px;
  288. position:absolute;
  289. font-family:times;
  290. text-align:center;
  291. font-size:25px;
  292. margin-left:190px;
  293. font-style:italic;
  294. text-transform:uppercase;
  295. display:inline-block;
  296. margin-top:-19px;
  297.  
  298. }
  299.  
  300. #links a{
  301. box-shadow:rgba(0,0,0,0.1)1px 1px;
  302. height:1px;
  303. border:1px solid {color:border color};
  304. display:inline-block;
  305. padding:4px;
  306. padding-bottom:3px;
  307. color:white;
  308. border-radius:100%;
  309. background:white;
  310. -moz-transition-duration:1s;
  311. -webkit-transition-duration:1s;
  312. -o-transition-duration:1s;}
  313.  
  314. #links a:hover{
  315. background:{color:sidelinks hover};
  316. -moz-transition-duration:1s;
  317. -webkit-transition-duration:1s;
  318. -o-transition-duration:1s;
  319. }
  320.  
  321. #credit{
  322. right:10px;
  323. bottom:15px;
  324. font-size:10px;
  325. position:fixed;
  326. -webkit-transition: all 0.4s ease-out;
  327. -o-transition: all 0.4s ease-out;
  328. text-align:center;
  329. font-family:calibri;
  330. font-style:normal;}
  331.  
  332. #credit a{
  333. border-radius:70%;
  334. height:1px;
  335. border:1px solid #1ad1ec;
  336. display:inline-block;
  337. padding:4px;
  338. padding-bottom:3px;
  339. color:white;
  340. background:#9febf6;}
  341.  
  342. #credit a:hover{
  343. background:#1ad1ec;
  344. border:1px solid #9febf6;
  345.  
  346. }
  347.  
  348. #pagination {
  349. margin:50px;
  350. text-align:center;
  351. font-size:10px;
  352. font-family:calibri;
  353. text-transform:uppercase;
  354. }
  355.  
  356. #pagination a {
  357. color:#747474;
  358. padding:2px;
  359. }
  360.  
  361. #pagination a:hover{
  362. background:#fafafa;
  363. }
  364.  
  365.  
  366. .chat ol {
  367. padding:0;
  368. list-style:none;
  369. font-family:cambria;
  370. }
  371.  
  372. .line {padding:5px 2;}
  373.  
  374. .label {
  375. font-weight:bold;}
  376.  
  377. .user_1 { background-color:transparent;padding:5px; }
  378. .user_2 { background-color:#fafafa;padding:5px; }
  379. .user_3 { background-color:transparent;padding:5px; }
  380. .user_4 { background-color:#fafafa;padding:5px; }
  381. .user_5 { background-color:transparent;padding:5px; }
  382. .user_6 { background-color:#fafafa;padding:5px; }
  383. .user_7 { background-color:transparent;padding:5px; }
  384. .user_8 { background-color:#fafafa;padding:5px; }
  385. .user_9 { background-color:transparent;padding:5px; }
  386. .user_10 { background-color:#fafafa;padding:5px; }
  387.  
  388. .playerbuttonbg {
  389. position: absolute;
  390. left: 20px;
  391. top: 20px;
  392. width: 19px;
  393. height: 19px;
  394. background-color: #ffffff;
  395. padding: 10px;
  396. opacity: .4;
  397. filter: alpha(opacity=40);
  398. -moz-opacity: 0.4;
  399. -khtml-opacity: 0.4;
  400. transition: opacity .7s ease-in-out;
  401. -moz-transition: opacity .7s ease-in-out;
  402. -webkit-transition: opacity .7s ease-in-out;}
  403.  
  404. .playerbuttonbg:hover {
  405. opacity: 1;
  406. filter: alpha(opacity=100);
  407. -moz-opacity: 1;
  408. -khtml-opacity: 1;}
  409.  
  410. .newplayerbutton {
  411. position: relative;
  412. width: 19px;
  413. height: 19px;
  414. overflow: hidden;}
  415.  
  416. .playerbuttonhug {
  417. position: absolute;
  418. font-size:10px;
  419. top: -36px;
  420. left: -14px;}
  421.  
  422. .tumblr_audio_player {
  423. height: 90px;
  424. width: 270px;
  425. -moz-transform: scale(0.60, 0.60);
  426. -webkit-transform: scale(0.60, 0.60);
  427. -o-transform: scale(0.60, 0.60);
  428. -ms-transform: scale(0.60, 0.60);
  429. transform: scale(0.60, 0.60);
  430. -moz-transform-origin: top left;
  431. -webkit-transform-origin: top left;
  432. -o-transform-origin: top left;
  433. -ms-transform-origin: top left;
  434. transform-origin: top left;}
  435.  
  436. .audioimgwrapper {
  437. position: absolute;
  438. left: 0px;
  439. top: 0px;
  440. overflow: hidden;
  441. width: 79px;
  442. height: 79px;}
  443.  
  444. .audioimgwrapper img {
  445. width: 100%;
  446. height: auto;
  447. -webkit-border-radius: 40px;
  448. -moz-border-radius: 40px;
  449. border-radius: 40px;
  450. }
  451.  
  452. .trackdetails {
  453. width: auto;
  454. font-size:11px;
  455. font-family:calibri;
  456. display:inline-block;
  457. margin-left: 90px;
  458. margin-top:5px;
  459. min-height: 85px;}
  460.  
  461.  
  462. .audiowrapper {
  463. position: relative;
  464. display:inline-block;}
  465.  
  466. .container {
  467. box-shadow:rgba(0,0,0,0.1)8px 8px;
  468. width:535px;
  469. margin-left:500px;
  470. overflow-y:scroll;
  471. background:white;
  472. padding:8px;
  473. height:600px;
  474. border:1px solid {color:border color};
  475. margin-top:12px;
  476. }
  477.  
  478. {CustomCSS}</style></head><body>
  479.  
  480. <div id="sidebar">
  481.  
  482.  
  483.  
  484.  
  485.  
  486. <div id="description">
  487. {Description}</div>
  488.  
  489. <div id="links">
  490. <a title="refresh" href="/"></a>&nbsp;&nbsp;&nbsp;&nbsp;
  491. <a title="inbox" href="/ask"></a>&nbsp;&nbsp;&nbsp;&nbsp;
  492. <a title="{text:Link 3 Title}" href="{text:Link 3}"></a>&nbsp;&nbsp;&nbsp;&nbsp;
  493. <a title="{text:Link 4 Title}" href="{text:Link 4}"></a></div>
  494.  
  495.  
  496. </div>
  497. </div>
  498.  
  499.  
  500. <div class="container">
  501.  
  502. <div class="entries">
  503.  
  504. {block:Posts}
  505. <div class="posts">
  506. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  507.  
  508. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  509.  
  510. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  511.  
  512. {block:Quote}<h2>"{Quote}"{block:Source}<br> <div id="quote"><p> —{Source}{/block:Source}</div>{/block:Quote}</h2>
  513.  
  514. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  515.  
  516. {block:Chat} {block:Title} <h1> {Title} </h1>{/block:Title} <div class="chat"><ol> {block:Lines} <li class="line {Alt}"> <li class="user_{UserNumber}">{block:Label}<span class="label"> {Label} </span> {/block:Label} {Line}</li>{/block:Lines}</ol></div>
  517. {/block:Chat}
  518.  
  519.  
  520. {block:AudioPlayer}
  521. <div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}<br/>{PlayCountWithLabel}</div></div>{/block:AudioPlayer}
  522.  
  523. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  524.  
  525.  
  526. {block:Answer}
  527. <div id="question"><b>{Asker}</b> said: {Question}<br /> </div>
  528. <div class="answer">{Answer}</div>{/block:Answer}
  529.  
  530. <div id="info" >
  531.  
  532. <a href="{ReblogURL}" target="_blank" title="reblog" style="color:white;
  533. background:{color:info hover};" ></a>
  534. &nbsp;&nbsp;&nbsp;&nbsp;
  535. {block:Date} <a href="{Permalink}" title="{TimeAgo}" ></a>{/block:Date}
  536. &nbsp;&nbsp;&nbsp;&nbsp;
  537. {block:NoteCount} <a href="{Permalink}" title="{NoteCountWithLabel}" ></a>{/block:NoteCount}
  538. &nbsp;&nbsp;&nbsp;&nbsp;
  539. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via" > </a> {/block:RebloggedFrom}
  540. &nbsp;&nbsp;&nbsp;&nbsp;
  541. {block:ContentSource} <a href="{SourceURL}" title="source" > </a>{/block:ContentSource} </div>
  542.  
  543. <div class="tags">
  544.  
  545. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:Date} </div>
  546.  
  547.  
  548. </div>
  549.  
  550. <div id="credit"><a href="http://mohawklliam.tumblr.com" target="_blank" title="by mohawklliam" > <b></b></a></div>
  551.  
  552. {block:Posts}{PostNotes}{/block:Posts}
  553.  
  554. <div id="pagination">
  555. {block:Pagination}
  556. {block:PreviousPage}<a href="{PreviousPage}">prev</a> {/block:PreviousPage} —
  557. {block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}
  558. </div>{/block:Pagination}
  559.  
  560. </div>
  561.  
  562. </div>
  563.  
  564. </body>
  565.  
  566. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement