Advertisement
rorytastic

theme 03

Feb 9th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. <!---hey guys this is my third theme! please don't remove the credit--->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  13.  
  14. <style>
  15. div#qTip {
  16. padding: 3px;
  17. display: none;
  18. text-align: center;
  19. position: absolute;
  20. font-size:7px;
  21. line-height:9px;
  22. font-family:cambria;
  23. z-index: 1000;
  24. border: 1px solid #b5b5b5;
  25. background-color:#fefefe;
  26. color: {color:text};
  27. text-transform:uppercase;
  28. letter-spacing: 1px;
  29. }
  30. </style>
  31.  
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Text" content="#838282"/>
  35. <meta name="color:Link" content="#b8b8b8"/>
  36. <meta name="image:sidebar" content=""/>
  37.  
  38. <meta name="color:linkhover" content="#cecece"/>
  39. <meta name="color:bold" content="#cecece">
  40. <meta name="color:italic" content="#cecece">
  41. <meta name="color:asker bg" content="#f5f5f5">
  42. <meta name="color:border" content="#cecece">
  43.  
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2 Title" content="" />
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3 Title" content="" />
  50. <meta name="text:Link4" content"" />
  51. <meta name="text:Link4 Title" content="" />
  52. <meta name="text:Link5" content"" />
  53. <meta name="text:Link5 Title" content="" />
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Felipa|Libre+Baskerville:400italic|Damion' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Ropa+Sans|Jacques+Francois' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68.  
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("#standardlinks a[title]").style_my_tooltips({
  73. tip_delay_time:1
  74. });
  75. });
  76. })(jQuery);
  77. </script>
  78.  
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. iframe#tumblr_controls {
  86. top: 0% !important;
  87. right:0% !important;
  88. opacity:0.3;
  89. position: fixed !important;
  90. filter:alpha(opacity=30);
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease;
  94. }
  95. iframe#tumblr_controls:hover{
  96. top: 0% !important;
  97. right:0% !important;
  98. opacity:0.8;
  99. position: fixed !important;
  100. filter:alpha(opacity=80);
  101. -webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease;
  104. }
  105.  
  106.  
  107. body {
  108. background:{color:background};
  109. margin:0px;
  110. color:{color:text};
  111. font-family:arial;
  112. font-size:10px;
  113. line-height:100%;
  114. }
  115.  
  116. a {
  117. color:{color:link};
  118. text-decoration: none;
  119. }
  120.  
  121. a:hover {
  122. color:{color:linkhover};
  123.  
  124.  
  125. }
  126.  
  127. img {
  128. border:none;
  129. }
  130.  
  131. blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. }
  135.  
  136. blockquote blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141. h1 {
  142. font-size:15px;
  143. }
  144.  
  145. b, strong {
  146. color:{color:bold};
  147. font-weight:bold;
  148. }
  149.  
  150. i, em {
  151. color:{color:italic};
  152. }
  153.  
  154. #entries {
  155. padding:10px;
  156. width:500px;
  157. margin-left:500px;
  158. margin-top:40px;
  159. }
  160.  
  161. #post {
  162. width:500px;
  163. padding-bottom:20px;
  164. padding:15px;
  165. margin-bottom:90px;
  166. margin-left:-155px;
  167. border:0px solid #f1f1f1;
  168. }
  169.  
  170. #sidebar {
  171. width:150px;
  172. position:relative;
  173. margin-left:546px;
  174. margin-top:10px;
  175. }
  176.  
  177. #sidebarimage {
  178. width 150px;
  179. }
  180.  
  181. #sidebarimage img {
  182. width:120px;
  183. height:auto;
  184. padding-bottom:0px;
  185. margin-left:19px;
  186. }
  187.  
  188. #description {
  189. width:300px;
  190. font-size:10px;
  191. font-family:Baskerville;
  192. margin-top:8px;
  193. letter-spacing:1px;
  194. background-color:#fafafa;
  195. padding:10px;
  196. text-align:center;
  197. margin-left:-80px;
  198. text-transform:uppercase;
  199. border-right:1px solid #f2f2f2;
  200. border-left:1px solid #f2f2f2;
  201. border-top:1px solid #f2f2f2;
  202. border-bottom:1px solid #f2f2f2;
  203. }
  204.  
  205.  
  206.  
  207.  
  208. #pagination {
  209. font-family:Baskerville;
  210. width:500px;
  211. font-size:25px;
  212. bottom:125px;
  213. margin-left:-162px;
  214. margin-bottom:22px;
  215. padding-left:10px;
  216. letter-spacing:1px;
  217. text-align:center;
  218. text-transform:lowercase;
  219. }
  220.  
  221. #pagination a {
  222. color:#000000;
  223. }
  224.  
  225. .jump_page {
  226. padding:0 4px;
  227. text-align:center;}
  228.  
  229. #info {
  230. width:490px;
  231. padding:5px;
  232. font-size:8px;
  233. color:{color:link};
  234. margin-top:10px;
  235. margin-bottom:5px;
  236. letter-spacing:2px;
  237. text-align:right;
  238. }
  239.  
  240. #questions {
  241. font-family: 'Libre Baskerville', serif;
  242. background-color: {color:asker bg};
  243. padding:11px;
  244. margin-top: 5px;
  245. margin-bottom:5px;
  246. font-size:10px;
  247. text-align:right;
  248. }
  249.  
  250. #answer {
  251. font-size:10px;
  252. font-family: 'Libre Baskerville', serif;
  253. text-transform:lowercase;
  254. padding-left:2px;
  255. }
  256.  
  257. #links {
  258. font-family: 'Fenix', serif;
  259. width:190px;
  260. margin-top:0px;
  261. margin-left:-23px;
  262. font-size:12px;
  263. text-transform:uppercase;
  264. text-align:center;
  265. line-height:280%;
  266. }
  267.  
  268. #links a{
  269. line-height:280%;
  270. border-bottom:1px solid #fff;
  271. margin-top:4px;
  272. margin-left:13px;
  273. color:{color:link};
  274. text-decoration:none;
  275. -moz-transition-duration:.2s;
  276. -webkit-transition-duration:.2s;
  277. -o-transition-duration:.2s;
  278. }
  279.  
  280. #links a:hover {
  281. color: {color:link hover};
  282. width:60px;
  283. -moz-transition-duration:0.2s;
  284. -webkit-transition-duration:0.2s;
  285. -o-transition-duration:0.2s;
  286. }
  287.  
  288.  
  289.  
  290. {CustomCSS}</style></head><body>
  291.  
  292. <div id="sidebar">
  293.  
  294.  
  295.  
  296.  
  297. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  298.  
  299.  
  300.  
  301.  
  302. <center><div id="links">
  303. <a href="{text:link1}" title="{text:link1 Title}">I.</a>
  304. <a href="{text:link2}" title="{text:link2 Title}">II.</a>
  305. <a href="{text:link3}" title="{text:link3 Title}">III.</a>
  306. <a href="{text:link4}" title="{text:link4 Title}">IV.</a>
  307. <a href="{text:link5}" title="{text:link5 Title}">V.</a>
  308. </div>
  309. </center>
  310.  
  311.  
  312.  
  313.  
  314.  
  315. <center><div id="description"><div id="bigletter">
  316. {text:bigletter}</div>{Description}</div></center>
  317.  
  318.  
  319.  
  320. </div>
  321. <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>
  322. <div id="entries">{block:Posts}<div id="post">
  323.  
  324. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  325.  
  326. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  327.  
  328. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  329.  
  330. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  331.  
  332. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  333.  
  334. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  335.  
  336. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  337.  
  338. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  339.  
  340. {block:Answer}<div id="questions"><b>{Asker}</b> - {Question}</div>
  341. <div id="answer">{Answer}</div>{/block:answer}
  342.  
  343. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  344. {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  345. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  346.  
  347. {block:PostNotes}{PostNotes}{/block:PostNotes}
  348. {/block:Posts}
  349.  
  350. <div id="pagination">
  351. <center>
  352. {block:Pagination}
  353. {block:PreviousPage}
  354. <a href="{PreviousPage}">↞</a>
  355. {/block:PreviousPage}
  356. &nbsp;
  357. {block:NextPage}
  358. <a href="{NextPage}">↠</a>
  359. {/block:NextPage}
  360. {/block:Pagination}
  361. </center>
  362. </div>
  363.  
  364.  
  365.  
  366. </body>
  367.  
  368.  
  369.  
  370.  
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement