Advertisement
aroldstyles

theme 01

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