Advertisement
styelsh

Odyssey Theme

Jan 28th, 2014
9,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY SOPHIASMITHOFFICIAL
  8. [REGANSTHEMES.TUMBLR.COM]
  9. DO NOT STEAL OR REMOVE CREDIT
  10. -->
  11.  
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:link" content="#2e2e2e"/>
  14. <meta name="color:linkHoverbg" content="#2e2e2e" />
  15. <meta name="color:scrollbar" content="#2e2e2e" />
  16.  
  17. <meta name="image:Background" content="" />
  18.  
  19. <meta name="text:Link 1" content="">
  20. <meta name="text:Link 1 Title" content="">
  21. <meta name="text:Link 2" content="">
  22. <meta name="text:Link 2 Title" content="">
  23. <meta name="text:Link 3" content="">
  24. <meta name="text:Link 3 Title" content="">
  25.  
  26. <head><title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30. <style type="text/css">
  31.  
  32. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  33. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  34. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  35. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  36. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  37. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  38. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  39.  
  40. body {
  41. background: {color:Background} url('{image:Background}') no-repeat center fixed ;
  42. -webkit-background-size: cover;
  43. -moz-background-size: cover;
  44. -o-background-size: cover;
  45. background-size: cover;
  46. font-family:arial;
  47. font-size:11px;
  48. letter-spacing:0px;
  49. line-height:90%;
  50. color:{color:text};
  51. }
  52.  
  53. a:link, a:active, a:visited{color: {color:link};}
  54. a:hover{color:{color:link}; text-decoration:none;}
  55.  
  56. a {
  57. color:{color:link};
  58. text-decoration:none;
  59. -moz-transition-duration:0.4s;
  60. -webkit-transition-duration:0.4s;
  61. -o-transition-duration:0.4s;
  62. }
  63.  
  64. a:hover {
  65. color:{color:link};
  66. text-decoration:none;
  67. -moz-transition-duration:0.4s;
  68. -webkit-transition-duration:0.4s;
  69. -o-transition-duration:0.4s;
  70. }
  71.  
  72. #container {
  73. background-color:{color:background};
  74. width:700px;
  75. margin: 0 auto -12px auto;
  76. text-align: center;
  77. }
  78.  
  79. #title {
  80. font-size:20px;
  81. letter-spacing:0px;
  82. padding:0px;
  83. text-transform:uppercase;
  84. font-family:arial;
  85. font-weight:none;
  86. margin-bottom:10px;
  87. text-align:center;
  88. width:400px;
  89. }
  90.  
  91. .links{
  92. padding:0px;
  93. margin-top:7px;
  94. font-family:calibri;
  95. font-weight:bold;
  96. text-transform:uppercase;
  97. font-size:9px;
  98. margin-bottom:7px;
  99. width:400px;
  100. word-spacing:0px;
  101. text-align:center;
  102. }
  103.  
  104. .links a{
  105. padding:5px;
  106. letter-spacing:0px;
  107. color:{color:link};
  108. text-decoration:none;
  109. -moz-transition-duration:0.4s;
  110. -webkit-transition-duration:0.4s;
  111. -o-transition-duration:0.4s;
  112. }
  113.  
  114. .links a:hover{
  115. text-decoration:underline;
  116. -moz-transition-duration:0.4s;
  117. -webkit-transition-duration:0.4s;
  118. -o-transition-duration:0.4s;
  119. }
  120.  
  121. #header {
  122. margin-top: 50px;
  123. display: block;
  124. width:400px;
  125. padding:10px;
  126. margin-left:auto;
  127. margin-right:auto;
  128. margin-bottom:-50px;
  129. }
  130.  
  131. #descri {
  132. width:400px;
  133. padding:0px;
  134. }
  135.  
  136. #stext {
  137. margin-top:2px;
  138. margin-bottom:5px;
  139. padding:5px;
  140. width:200px;
  141. margin-left:auto;
  142. margin-right:auto;
  143. text-align:center;
  144. }
  145.  
  146. .pagi {
  147. font-size:15px;
  148. text-align:center;
  149. margin-top:70px;
  150. margin-bottom:60px;
  151. padding:0px;
  152. position:justify;
  153. margin-left:auto;
  154. margin-right:auto;
  155. }
  156.  
  157. h1 {
  158. font-size:15px;
  159. text-align:center;
  160. padding:10px;
  161. color:{color:text};
  162. }
  163.  
  164. h2 {
  165. font-size:15px;
  166. text-align:justify;
  167. font-weight:normal;
  168. padding:10px;
  169. }
  170.  
  171. #asker {
  172. color:#ffffff;
  173. float:left;
  174. padding:1px;
  175. margin-top:-2px;
  176. margin-right:5px;
  177. }
  178.  
  179. #question {
  180. color:#ffffff;
  181. background-color:#000000;
  182. padding:10px;
  183. line-height:90%;
  184. }
  185.  
  186. #answer {
  187. line-height:90%;
  188. }
  189.  
  190. blockquote {
  191. border-left:1px solid #e9e7e7;
  192. padding-left:10px;
  193. margin:5px;
  194. }
  195.  
  196. #stuffcontainer {
  197. float:center;
  198. text-align:left;
  199. margin-left:auto;
  200. margin-right:auto;
  201. margin-bottom: 0px;
  202. width:400px;
  203. }
  204.  
  205. #stuff {
  206. width:400px;
  207. margin-left:auto;
  208. margin-right:auto;
  209. margin-top:50px;
  210. margin-bottom:-50px;
  211. text-align:justify;
  212. padding:10px;
  213. }
  214.  
  215. #stuff img {
  216. width:100%;
  217. }
  218.  
  219. #postinfo {
  220. margin-top:4px;
  221. font-family:arial;
  222. font-size:9px;
  223. width:400px;
  224. line-height:150%;
  225. text-align:left;
  226. }
  227.  
  228. #postinfo a{
  229. padding:3px;
  230. }
  231.  
  232. ol.notes {
  233. width:400px;
  234. margin-left:auto;
  235. margin-right:auto;
  236. padding:0px;
  237. margin-top:40px;
  238. list-style-type:none;
  239. text-align:left;
  240. }
  241. ol.notes li.note {
  242. padding: 10px;
  243. }
  244. ol.notes li.note img.avatar {
  245. vertical-align:-4px;
  246. margin-right:10px;
  247. width:16px;
  248. height:16px;
  249. -webkit-border-radius:100px;
  250. -moz-border-radius:100px;
  251. border-radius:100px;
  252. }
  253. ol.notes li.note span.action {
  254. font-weight:normal;
  255. }
  256. ol.notes li.note .answer_content {
  257. font-weight:normal;
  258. }
  259. ol.notes li.note blockquote {
  260. padding:9px 6px 9px 6px;
  261. }
  262.  
  263. #cred {
  264. bottom:30px;
  265. font-style:none;
  266. right:35px;
  267. position:fixed;
  268. }
  269.  
  270. </style>
  271. <style type="text/css">{CustomCSS}</style>
  272.  
  273. </head>
  274. <body>
  275.  
  276. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  277.  
  278. <div id="stuffcontainer">
  279.  
  280. <div id="header">
  281. <div id="descri">
  282.  
  283. <div id="title">{Title}</div>
  284.  
  285. <div id="stext">
  286. {Description}
  287. </div>
  288.  
  289. <center><div class="links">
  290. <a href="/">home</a>
  291. <a href="/ask">ask</a>
  292. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  293. {block:ifLink2} <a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  294. {block:ifLink3} <a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  295. </div></center>
  296.  
  297. </div></div>
  298.  
  299. {block:Posts}<div id="stuff">
  300.  
  301.  
  302. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  303.  
  304. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  305.  
  306. {block:Quote}<h2>“{Quote}” <br><br><center><b>— {Source}</b></center></h2>{/block:Quote}
  307.  
  308. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  309. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  310.  
  311. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  312.  
  313. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  314.  
  315. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  316.  
  317. {block:Answer}<div id="question"><big><B>{Asker}</B></big>: {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  318.  
  319. {block:Audio}<div class="audio"><div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><br><div class="playercontainer">{AudioPlayerWhite}</div></div>{block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  320.  
  321. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>―{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogRootURL}"title="{ReblogRoottitle}">©</a>{/block:RebloggedFrom}
  322. {/block:HasTags}
  323.  
  324. </div></div>
  325. {/block:Date}
  326.  
  327.  
  328. </div>
  329.  
  330. {block:PostNotes}{PostNotes}{/block:PostNotes}
  331.  
  332. {/block:Posts}
  333.  
  334. {block:ContentSource}
  335. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  336.  
  337. {block:Pagination}
  338. <div class="pagi">
  339. {block:PreviousPage}
  340. <a href="{PreviousPage}">←</a>
  341. {/block:PreviousPage}
  342.  
  343. {block:NextPage}
  344. <a href="{NextPage}">→</a>
  345. {/block:NextPage}
  346. </div>
  347. {/block:Pagination}
  348.  
  349. </div>
  350.  
  351. </body>
  352. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement