Advertisement
aroldstyles

theme 02

Dec 24th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.89 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 by aroldstyles, dont remove credit, use as a base, or claim as your own, thanks -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30. <meta name="text:linkE" content="">
  31. <meta name="text:linkE url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. a {
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. color:{color:link};
  47. }
  48.  
  49. a:hover {
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. color:{color:hover};
  55. }
  56.  
  57.  
  58. ::-webkit-scrollbar-thumb{
  59. background-color: #000;
  60. border:1px solid #fff;
  61. height:auto;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:9px;
  66. width:9px;
  67. background-color: #000;
  68. border:4px solid #fff;
  69. }
  70.  
  71. ::selection {
  72. background-color:#000;
  73. }
  74.  
  75. body {
  76. font-family:calibri;
  77. font-weight:normal;
  78. background-color:{color:bg};
  79. }
  80.  
  81. #s-m-t-tooltip {
  82. max-width:300px;
  83. padding:3px 4px 5px 4px;
  84. margin:20px 0px 0px 20px;
  85. background-color:#fff;
  86. border:3px double #000;
  87. text-shadow: 2px 3px #ddd;
  88. font-family:times;
  89. font-style:italic;
  90. font-size:10px;
  91. letter-spacing:2px;
  92. text-transform:uppercase;
  93. color:#000;
  94. z-index:999999999999999999999999999999999999;
  95. }
  96.  
  97. h1 {
  98. font-weight:normal;
  99. font-size:10px;
  100. text-align:center;
  101. font-style:normal;
  102. line-height:80%;
  103. letter-spacing:1px;
  104. font-family:'georgia';
  105. text-transform:uppercase;
  106. color:{color:text};
  107. }
  108.  
  109. h2 {
  110. font-size:15px;
  111. text-align:center;
  112. line-height:100%;
  113. letter-spacing:-0.5px;
  114. font-weight:normal;
  115. font-family:georgia;
  116. padding:5px;
  117. padding-bottom:2px;
  118. color:{color:text};
  119. }
  120.  
  121.  
  122. blockquote {
  123. padding-left:5px;
  124. margin:5px;
  125. border-left:2px solid {color:text};
  126. }
  127.  
  128. #theme {
  129. width:700px;
  130. margin: 0 auto -12px auto;
  131. text-align: center;
  132. background-color:{color:bg};
  133. }
  134.  
  135. #sidebar {
  136. position:fixed;
  137. width:200px;
  138. height:auto;
  139. margin-top:180px;
  140. margin-left:-160px;
  141. text-align:left;
  142. color:{color:text};
  143. }
  144.  
  145. #sidebar img {
  146. width:135px;
  147. height:135px;
  148. padding:4px;
  149. margin-bottom:10px;
  150. border:3px double #000;
  151. }
  152.  
  153. #sidebarimage img {
  154. width:200px;
  155.  
  156. }
  157.  
  158. .links {
  159. margin-bottom:10px;
  160. margin-top:7px;
  161. margin-left:5px;
  162. font-size:13px;
  163. height:50px;
  164. width:50px;
  165. text-transform:uppercase;
  166. text-align:center;
  167. font-family:times;
  168. letter-spacing:2px;
  169. line-height:170%;
  170. position:fixed;
  171. opacity:0;
  172. -webkit-transition:0.7s linear;
  173. }
  174.  
  175. .links a{
  176. padding:3px;
  177. padding-left:0px;
  178. width:50px;
  179. height:21px;
  180. background:white;
  181. display:inline-block;
  182. border-right:1px solid #000;
  183. letter-spacing:0px;
  184. text-decoration:none;
  185. -moz-transition-duration:1s;
  186. -webkit-transition-duration:1s;
  187. -o-transition-duration:1s;
  188. color:{color:link};
  189. }
  190.  
  191. .links a:hover{
  192. text-shadow:1px 0 .2px #000, 1px 0 .2px #fff;
  193. -webkit-transition:0.7s linear;
  194. color:{color:hover};
  195. }
  196.  
  197. #sidebar:hover .links {
  198. opacity:1;
  199. -webkit-transition:0.7s linear;
  200. }
  201.  
  202. .desc {
  203. margin-bottom:10px;
  204. margin-top:-156px;
  205. margin-left:59px;
  206. position:fixed;
  207. padding-left:5px;
  208. padding-right:5px;
  209. padding-top:37px;
  210. padding-bottom:38px;
  211. width:140px;
  212. font-family:times;
  213. text-align:center;
  214. font-size:10px;
  215. letter-spacing:1px;
  216. line-height:150%;
  217. opacity:0;
  218. background:white;
  219. -webkit-transition:0.7s linear;
  220. color:{color:text};
  221. }
  222.  
  223. .desc a {
  224. color:{color:link};
  225. }
  226.  
  227. #sidebar:hover .desc {
  228. opacity:.9;
  229. -webkit-transition:0.7s linear;
  230. }
  231.  
  232. .pagi {
  233. font-size:8px;
  234. font-family:times;
  235. margin-top:-13px;
  236. margin-left:0px;
  237. width:208px;
  238. font-style:italic;
  239. text-transform:uppercase;
  240. letter-spacing:3px;
  241. font-style:normal;
  242. text-align:center;
  243. padding:3px;
  244. }
  245.  
  246. .pagi a {
  247. color:{color:link};
  248. }
  249.  
  250. #stuffcontainer {
  251. float:left;
  252. margin-left:150px;
  253. margin-top:40px;
  254. text-align:justify;
  255. margin-bottom: 35px;
  256. color:{color:text};
  257. }
  258.  
  259.  
  260. #stuff {
  261. width:500px;
  262. padding:3px;
  263. margin-top:75px;
  264. margin:40px;
  265. text-align:justify;
  266. font-size:11px;
  267. line-height:90%;
  268. letter-spacing:0px;
  269. border:3px double #000;
  270. color:{color:text};
  271. }
  272.  
  273. .caption {
  274. width:500px;
  275. text-align:justify;
  276. line-height:120%;
  277. }
  278.  
  279. #questions {background-color: #fcfcfc; color: {color:text}; border-top:dashed 1px #eee; margin-left:0px; padding:11px; margin-top: 5px; margin-bottom:5px; font-family:cambria; font-size:10px; font-style:italic; text-align:left; border-bottom:3px solid #eee;}
  280.  
  281. #questions a:hover{
  282. color:{color:linkhover};
  283. -webkit-transition: all .6s ease-in;
  284. transition: all 0.4s ease-in;
  285. -o-transition-transition: all 0.4s ease-in;
  286. -moz-transition: all 0.4s ease-in;
  287. }
  288.  
  289. .ans {
  290. text-align:left;
  291. padding-left:10px;
  292. font-style:italic;
  293. color:{color:text};
  294. border-left:1px solid #eee;
  295. }
  296.  
  297. .audio {
  298. height:55px;
  299. padding:5px;
  300. margin-bottom:60px;
  301. margin-top:10px;
  302. -webkit-transition:0.7s linear;
  303. }
  304.  
  305. .audio-album {
  306. margin-top:-5px;
  307. position:absolute;
  308. width:110px;
  309. }
  310.  
  311. .audio:hover .audio-player {
  312. opacity:.5;
  313. -webkit-transition:0.7s linear;
  314. }
  315.  
  316. .audio-player {
  317. border-radius:500px;
  318. opacity:0;
  319. border:25px solid #fff;
  320. width:25px;
  321. height:25px;
  322. overflow:hidden;
  323. position:absolute;
  324. z-index:2;
  325. margin-left:18px;
  326. margin-top:13px;
  327. -webkit-transition:0.7s linear;
  328. }
  329.  
  330. .audio-info {
  331. margin-top:0px;
  332. position:relative;
  333. margin-left:120px;
  334. line-height:180%;
  335. padding:4px;
  336. }
  337.  
  338. .audiocaption { opacity:1; }
  339.  
  340. #postinfo {
  341. width:490px;
  342. padding:5px;
  343. font-size:8px;
  344. color:{color:link};
  345. text-transform:uppercase;
  346. font-style:normal;
  347. letter-spacing:2px;
  348. text-align:left;
  349. background-image:url('http://25.media.tumblr.com/697c635350ecd85bfca12845ccfaac8d/tumblr_mte7103E5A1rdisvao1_500.jpg');
  350. border-top:2px solid #000;
  351. border-bottom:2px solid #000;
  352. -moz-transition-duration:0.5s;
  353. -webkit-transition-duration:0.5s;
  354. -o-transition-duration:0.5s;
  355. }
  356.  
  357. #postinfo a {
  358. color:{color:link};
  359. text-align:center;
  360. letter-spacing:1px;
  361. font-style:normal;
  362. }
  363.  
  364. #postinfo a:hover {
  365. color:{color:hover};
  366. }
  367.  
  368. .note {
  369. text-transform:uppercase;
  370. font-style:normal;
  371. letter-spacing:0px;
  372. font-size: 9px;
  373. text-align:left;
  374. line-height:90%;
  375. margin-left:-40px;
  376. }
  377.  
  378. .note li {
  379. list-style-type:none;
  380. border:1px solid #eee;
  381. padding:10px 25px 10px 25px;
  382. text-align:left;
  383. margin:2px;
  384. -moz-transition-duration:0.5s;
  385. -webkit-transition-duration:0.5s;
  386. -o-transition-duration:0.5s;
  387. }
  388.  
  389. .tags {font-family:cambria; width:auto; margin-top:5px; padding-bottom:3px; margin-left:2px; text-transform:lowercase; font-style:italic; font-size:9px;
  390. }
  391.  
  392. .tags a {
  393. color:{color:tags};
  394. letter-spacing:1px;
  395. padding:1px;
  396. }
  397.  
  398. .tags a:hover {
  399. color:{color:link};
  400. }
  401.  
  402. ul.chat, .chat ol, .chat li {
  403. list-style:none;
  404. margin:0px;
  405. padding:2px;
  406. }
  407.  
  408. .label {
  409. text-decoration:underline;
  410. font-weight:700;
  411. background-color:{color:infobg};
  412. margin-right:5px;
  413. }
  414.  
  415. #credit {
  416. bottom:0px;
  417. right:0px;
  418. position:fixed;
  419. }
  420.  
  421. #credit img {
  422. width:25px;
  423. padding:3px;
  424. }
  425.  
  426. {CustomCSS}
  427.  
  428. </style></head></body>
  429.  
  430. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  431. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  432. <script>
  433. (function($){
  434. $(document).ready(function(){
  435. $("a[title]").style_my_tooltips({
  436. tip_follows_cursor:true,
  437. tip_delay_time:90,
  438. tip_fade_speed:600,
  439. attribute:"title"
  440. });
  441. });
  442. })(jQuery);
  443. </script>
  444.  
  445. <div id="theme">
  446. <div id="sidebar">
  447. <div class="links">
  448. {block:IfLinkA}
  449. <a href="{text:linkA url}" title="title">{text:linkA}</a>
  450. {/block:IfLinkA}
  451. {block:IfLinkB}
  452. <a href="{text:linkB url}" title="title">{text:linkB}</a>
  453. {/block:IfLinkB}
  454. {block:IfLinkC}
  455. <a href="{text:linkC url}" title="title">{text:linkC}</a>
  456. {/block:IfLinkC}
  457. {block:IfLinkD}
  458. <a href="{text:linkD url}" title="title">{text:linkD}</a>
  459. {/block:IfLinkD}
  460. {block:IfLinkE}
  461. <a href="{text:linkE url}" title="title">{text:linkE}</a>
  462. {/block:IfLinkE}
  463. </div>
  464. <div id="sidebarimage"><img src="{image:sidebar}">
  465. </div>
  466. <div class="desc">
  467. {Description}
  468. </div>
  469. {block:Pagination}<div class="pagi">
  470. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  471. {block:JumpPagination length="3"}
  472. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  473. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  474. {/block:JumpPagination}
  475. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  476. </div>{/block:Pagination}
  477. </div>
  478.  
  479. <div id="stuffcontainer">
  480.  
  481. {block:Posts}
  482.  
  483. <div id="stuff">
  484.  
  485. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  486.  
  487. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  488.  
  489. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  490. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  491.  
  492. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  493.  
  494. {block:Photoset}<center>{Photoset-500}</center>
  495. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  496.  
  497. {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}
  498.  
  499. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  500.  
  501. {block:Answer}<div id="questions">"{question}"<br><div style="text-align: right;">—{asker}</div></div>
  502. <div class="ans">{answer}</div>{/block:answer}
  503.  
  504. {block:Audio}
  505. <div class="audio">
  506. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  507. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  508.  
  509. <div class="audio-info">
  510. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  511. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  512. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  513. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  514. </div></div>
  515. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  516. {/block:Audio}
  517.  
  518.  
  519.  
  520. <div id="postinfo">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date} <div style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}•<a href="{SourceURL}"> © • </a>
  521. {/block:ContentSource}<a href="{ReblogUrl}" >reblog</a></div></div>
  522. {block:HasTags}
  523. <div class="tags">
  524. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  525. {/block:HasTags}
  526. <div class="note">
  527. {block:PostNotes}{PostNotes}{/block:PostNotes}
  528. </div>
  529. </div>
  530. {/block:Posts}
  531.  
  532.  
  533. </div>
  534.  
  535. <div id="credit"><a href="http://aroldstyles.tumblr.com" title="credit"><img src="http://media.tumblr.com/b103d7b437b3d4bda8366536a8d598a9/tumblr_inline_mv8rpxveN31qgj1ha.png"></div>
  536.  
  537. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement