Advertisement
rorytastic

theme 02

Feb 9th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.24 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  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. <meta name="color:Text" content="#bbbbbb"/>
  14. <meta name="color:Link" content="#aaaaaa"/>
  15. <meta name="color:Tags" content="#cccccc"/>
  16. <meta name="color:Hover" content="#f1f1f1"/>
  17. <meta name="color:Line" content="#f2f2f2"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:bg" content=""/>
  22.  
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31. <meta name="text:linkE" content="">
  32. <meta name="text:linkE url" content="/">
  33. <meta name="text:linkF" content="">
  34. <meta name="text:linkF url" content="/">
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("#standardlinks a[title]").style_my_tooltips({
  43. tip_delay_time:1
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  50.  
  51. <style>
  52. div#qTip {
  53. padding: 3px;
  54. display: none;
  55. text-align: center;
  56. position: absolute;
  57. font-size:7px;
  58. line-height:9px;
  59. font-family:cambria;
  60. z-index: 1000;
  61. border: 1px solid #BORDERCOLORHERE;
  62. background-color:#BACKGROUNDCOLORHERE;
  63. color: {color:text};
  64. text-transform:uppercase;
  65. letter-spacing: 1px;
  66. }
  67. </style>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. iframe#tumblr_controls {
  73. top: 0% !important;
  74. right:0% !important;
  75. opacity:0.3;
  76. position: fixed !important;
  77. filter:alpha(opacity=30);
  78. -webkit-transition: all 0.7s ease;
  79. -moz-transition: all 0.7s ease;
  80. -o-transition: all 0.7s ease;
  81. }
  82. iframe#tumblr_controls:hover{
  83. top: 0% !important;
  84. right:0% !important;
  85. opacity:0.8;
  86. position: fixed !important;
  87. filter:alpha(opacity=80);
  88. -webkit-transition: all 0.7s ease;
  89. -moz-transition: all 0.7s ease;
  90. -o-transition: all 0.7s ease;
  91. }
  92.  
  93.  
  94.  
  95. ::-webkit-scrollbar {
  96. width: 5px;height: 5px;}
  97. ::-webkit-scrollbar-button:start:decrement,
  98. ::-webkit-scrollbar-button:end:increment {
  99. height: 6px;display: block;background-color: {color:white};}
  100. ::-webkit-scrollbar-track-piece {
  101. background-color: {color:scrollbarbg};}
  102. ::-webkit-scrollbar-thumb:vertical {
  103. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  104.  
  105.  
  106. body {
  107. background:{color:background};
  108. margin:0px;
  109. color:{color:text};
  110. font-family:Arial, Helvetica;
  111. font-size:11px;
  112. line-height:100%;
  113. }
  114.  
  115. a {
  116. text-decoration:none;
  117. -moz-outline-style:none;
  118. color:{color:link};
  119. }
  120.  
  121. img {
  122. border:none;
  123. }
  124.  
  125.  
  126. h1 {
  127. font-size:12px;
  128. text-transform:uppercase;
  129. }
  130.  
  131. ::-webkit-scrollbar {background-color:#fff; height:5px; width:9px}
  132. ::-webkit-scrollbar-thumb:vertical {background-color:#999; height:50px;border-radius:10px;border:1px solid #fff;}
  133. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff; height:5px!important}
  134.  
  135. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  136.  
  137. iframe#tumblr_controls {
  138. white-space:nowrap;
  139. -webkit-filter: invert(100%);
  140. -moz-filter: invert(100%);
  141. -o-filter: invert(100%);
  142. -ms-filter: invert(100%);
  143. filter: invert(100%);
  144. opacity:.2;transition: .8s ease-in-out;
  145. -webkit-transition: .8s ease-in-out;
  146. -moz-transition: .8s ease-in-out;
  147. -o-transition: .8s ease-in-out;
  148. }
  149.  
  150. blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. }
  154.  
  155. blockquote blockquote {
  156. padding-left:5px;
  157. border-left:2px solid;
  158. }
  159.  
  160.  
  161. a:hover {
  162. opacity:1;
  163. color:{color:hover};
  164. -webkit-transition: all 0.5s ease;
  165. -moz-transition: all 0.5s ease;
  166. -o-transition: all 0.5s ease
  167. }
  168.  
  169.  
  170. #sidebar {
  171. position:fixed;
  172. width:180px;
  173. margin-left:160px;
  174. margin-top:200px;
  175. opacity:1;
  176. }
  177.  
  178. #sidebarimage {
  179. width 180px;
  180. }
  181.  
  182. #sidebarimage img {
  183. width:180px;
  184. padding-bottom:20px;
  185. }
  186.  
  187.  
  188. .desc {
  189. position:fixed;
  190. margin-top:35px;
  191. margin-left:1px;
  192. font-family:cambria;
  193. line-height:110%;
  194. font-size:10px;
  195. background color; #d6d6d6;
  196. font-style:normal;
  197. width:180px;
  198. padding-top:15px;
  199. padding-left;15px;
  200. text-align:center;
  201. border-top: 1px solid #d1d1d1;
  202. color:{color:text};
  203. }
  204.  
  205. .desc a
  206. {color:{color:text};
  207. -moz-transition-duration:0.6s;
  208. -webkit-transition-duration:0.6s;
  209. -o-transition-duration:0.6s;
  210. }
  211.  
  212. #pagination {
  213. font-family:cambria;
  214. width:180px;
  215. font-size:8px;
  216. text-transform:uppercase;
  217. margin-top:80px;
  218. margin-left:0px;
  219. padding-top:5px;
  220. letter-spacing:1px;
  221. font-style:normal;
  222. text-align:center;
  223. }
  224.  
  225. #pagination a {
  226. color:{color:link};
  227. }
  228.  
  229.  
  230. #links {
  231. text-align:center;
  232. letter-spacing:11px;
  233. word-spacing:3px;
  234. margin-left:-15px;
  235. }
  236.  
  237.  
  238. #links a {
  239. display:inline-block;
  240. border: 1px solid #d4d4d4;
  241. background:#f2f2f2;
  242. -moz-border-radius:100%;
  243. -webkit-border-radius:100%;
  244. border-radius:100%;
  245. height:10px;
  246. width:10px;
  247. letter-spacing:2px;
  248. text-transform:uppercase;
  249. transition-duration: 0.7s;
  250. -moz-transition-duration: 0.7s;
  251. -webkit-transition-duration: 0.7s;
  252. -o-transition-duration: 0.7s;
  253.  
  254.  
  255. }
  256.  
  257. #links a:hover {
  258. background:#aaaaaa;
  259. }
  260.  
  261. #s-m-t-tooltip{
  262. /* basic */
  263. max-width:300px;
  264. z-index:10;
  265. margin:24px 14px 7px 12px;
  266. /* style and design */
  267. padding:1px;
  268. background:#222; /* fallback if rgba not supported */
  269. background:rgba(0,0,0,0.8);
  270. font-size:11px;
  271. color:#fff;
  272. }
  273.  
  274.  
  275. #pagi{
  276. width:100px;
  277. font-size:8px;
  278. text-align:center;
  279. margin-left:15px;
  280. margin-top:55px;
  281. position:fixed;
  282. font-family:cambria;
  283. letter-spacing:0px;
  284. }
  285.  
  286.  
  287. #all {
  288. padding:10px;
  289. width:500px;
  290. margin-left:450px;
  291. margin-top:50px;
  292. font-size:10px;
  293. }
  294.  
  295.  
  296.  
  297. #posts {
  298. width:500px;
  299. padding-bottom:20px;
  300. padding-left:50px;
  301. margin-top:30px;
  302. background-color:{color:Post};
  303. }
  304.  
  305.  
  306. #details {
  307. text-align:right;
  308. margin-top:8px;
  309. text-transform:uppercase;
  310. font-size:8px;
  311. font-style:none;
  312. border-top:1px solid {color:Line};
  313. }
  314.  
  315.  
  316. #tags {
  317. font-family:cambria;
  318. letter-spacing:0px;
  319. text-transform:lowercase;
  320. font-size:10px;
  321. font-style:italic;
  322. margin-top:2px;
  323. text-align:right;
  324. }
  325.  
  326. #tags a {
  327. display:inline-block;
  328. padding:-3px;
  329. text-align:right;
  330. color:{color:Tags};
  331. -webkit-transition: all 0.6s ease-in-out;
  332. -moz-transition: all 0.6s ease-in-out;
  333. -o-transition: all 0.6s ease-in-out;
  334. -ms-transition: all 0.6s ease-in-out;
  335. -transition: all 0.6s ease-in-out;
  336. }
  337.  
  338.  
  339. #question {
  340. padding:7px;
  341. text-align:left;
  342. text-transform:italic;
  343. border:2px {color:border} solid;
  344. color:{color:text};
  345. border: double #e9e9e9;
  346. line-height:120%;
  347. }
  348.  
  349. #answer {
  350. text-align:center;
  351. padding:6px;
  352. color:{color:text};
  353. background-color:{color:background};
  354. }
  355.  
  356. {CustomCSS}</style></head><body>
  357.  
  358. <div id="sidebar">
  359. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  360. <div class="desc">
  361. {Description}
  362. </div>
  363. <div id="links">
  364. <a href="{text:linkA url}" title="{text:linkA}"></a>
  365. <a href="{text:linkB url}" title="{text:linkB}"></a>
  366. <a href="{text:linkC url}" title="{text:linkC}"></a>
  367. <a href="{text:linkD url}" title="{text:linkD}"></a>
  368. <a href="{text:linkE url}" title="{text:linkE}"></a>
  369. <a href="{text:linkF url}" title="{text:linkF}"></a>
  370. </div>
  371. {block:Pagination}
  372. <div id="pagination">
  373. {block:PreviousPage}
  374. <a href="{PreviousPage}">«</a>
  375. {/block:PreviousPage}
  376. {block:JumpPagination length="5"}
  377. {block:CurrentPage}
  378. <span class="current_page">{PageNumber}</span>
  379. {/block:CurrentPage}
  380. {block:JumpPage}
  381. <a class="jump_page" href="{URL}">{PageNumber}</a>
  382. {/block:JumpPage}
  383. {/block:JumpPagination}
  384. {block:NextPage}
  385. <a href="{NextPage}">»</a>
  386. {/block:NextPage}
  387. </div>
  388. {/block:Pagination}
  389. </div>
  390. </div>
  391. </div>
  392. </div>
  393. </div>
  394.  
  395. </div>
  396.  
  397. <div id="all">{block:Posts}<div id="posts">
  398.  
  399. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  400.  
  401. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  402.  
  403. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  404.  
  405. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  406.  
  407. {block:Quote}{Quote}{/block:Quote}
  408.  
  409. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  410. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  411. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  412. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  413. {/block:Audio}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  418.  
  419.  
  420. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  421.  
  422.  
  423.  
  424. <div id="details">
  425. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  426. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  427. {/block:Posts}
  428. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  429. {/block:Posts}</div></div></div>
  430.  
  431.  
  432. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://rorytastic.tumblr.com/">JT</a></center></div>
  433.  
  434.  
  435. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement