Advertisement
fabliam

Theme 23

Apr 20th, 2013
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.43 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. <!-- OHCANADS THEME -->
  4.  
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><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:Background" content="#ffffff"/>
  14. <meta name="color:Sidebar" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Tags" content="f0f0f0"/>
  18. <meta name="color:Hover" content="#f2f2f2"/>
  19. <meta name="color:Line" content="#f2f2f2"/>
  20. <meta name="color:Border" content="#e4e4e4"/>
  21. <meta name="color:Post" content="#ffffff"/>
  22. <meta name="color:Answer" content="#f8f8f8"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="if:Show Link 1" content="1" />
  31. <meta name="if:Show Link 2" content="1" />
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. /* --- SCROLLBAR ---*/
  40.  
  41.  
  42.  
  43.  
  44. /* --- BODY ---*/
  45.  
  46. body {
  47. background:{color:background};
  48. margin:0px;
  49. color:{color:text};
  50. font-family:consolas;
  51. font-size:9px;
  52. line-height:100%;
  53. }
  54.  
  55. a {
  56. text-decoration:none;
  57. outline:none;
  58. -moz-outline-style:none;
  59. color:{color:link};
  60. }
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66. blockquote {
  67. padding-left:5px;
  68. border-left:2px solid;
  69. }
  70.  
  71. blockquote blockquote {
  72. padding-left:5px;
  73. border-left:2px solid;
  74. }
  75.  
  76. h1 {
  77. font-size:9px;
  78. text-transform:uppercase;
  79. }
  80.  
  81. a:hover {
  82. opacity:10;
  83. color:{color:hover};
  84. -webkit-transition: all 0.7s ease;
  85. -moz-transition: all 0.7s ease;
  86. -o-transition: all 0.7s ease
  87. }
  88.  
  89. /* --- POST ENTRIES ---*/
  90.  
  91.  
  92. #entries {
  93. padding:10px;
  94. width:500px;
  95. margin-left:500px;
  96. margin-top:40px;
  97. font-size:10px;
  98. }
  99.  
  100. /* --- BODY: POSTS ---*/
  101.  
  102.  
  103. #post {
  104. width:500px;
  105. padding-bottom:20px;
  106. padding:10px;
  107. margin-top:15px;
  108. background-color:{color:Post};
  109. }
  110.  
  111. /* --- TITLE ---*/
  112.  
  113. #title {
  114. margin-top: -650px;
  115. width: 400px;
  116. margin-left: 35px;
  117. position: fixed ;
  118. z-index: 100;
  119. color: {color:titlecolor};
  120. text-transform: lowercase;
  121. letter-spacing: 3px;
  122. line-height:100%;
  123. font-family: consolas;
  124. text-align:center;
  125. font-size: 18px;
  126. -webkit-transition: all 1s ease-in-out;
  127. }
  128.  
  129. /* --- SIDEBAR IMAGE ---*/
  130.  
  131.  
  132. #sidebar {
  133. width:100px;
  134. position:fixed;
  135. margin-left:-6px;
  136. margin-top:-46px;
  137. }
  138.  
  139. #sidebarimage {
  140. width 100px;
  141. }
  142.  
  143. #sidebarimage img {
  144. width:460px;
  145. height:800px;
  146. padding:6px;
  147. }
  148.  
  149.  
  150. /* --- SIDEBAR LINKS ---*/
  151.  
  152. .slinks {
  153. width:452px;
  154. margin-bottom:0px;
  155. margin-top:-570px;
  156. margin-left:5px;
  157. font-size:9px;
  158. text-transform:uppercase;
  159. text-align:center;
  160. letter-spacing:2px;
  161. line-height:170%;
  162. background:#6d6d6d;
  163. opacity:0.99;
  164. padding:5px;
  165. }
  166.  
  167. .slinks a{
  168. padding:3px;
  169. color:white;
  170. letter-spacing:0px;
  171. text-decoration:none;
  172. -moz-transition-duration:1s;
  173. -webkit-transition-duration:1s;
  174. -o-transition-duration:1s;
  175. }
  176.  
  177. .slinks a:hover{
  178. color:{color:hover};
  179. background-color:white;
  180. -moz-transition-duration:1s;
  181. -webkit-transition-duration:1s;
  182. -o-transition-duration:1s;
  183. }
  184.  
  185.  
  186. /* --- DESCRIPTION ---*/
  187.  
  188. #description {
  189. position:fixed;
  190. font-family:consolas;
  191. line-height:90%;
  192. font-size:10px;
  193. font-style:none;
  194. width:460px;
  195. margin-top:-540px;
  196. padding:8px;
  197. margin-left:145px;
  198. text-align:justify;
  199. color:{color:text};
  200. }
  201.  
  202. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  203. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  204.  
  205. /* --- PAGINATION---*/
  206.  
  207.  
  208. #pagination {
  209. width:460px;
  210. font-size:8px;
  211. text-align:center;
  212. margin-left:0px;
  213. margin-top:60px;
  214. position:fixed;
  215. font-family:consolas;
  216. letter-spacing:0px;
  217. }
  218.  
  219. /* --- POST INFO ---*/
  220.  
  221.  
  222. #info {
  223. text-align:left;
  224. margin-top:10px;
  225. text-transform:uppercase;
  226. font-size:8px;
  227. font-style:none;
  228. border-top:1px solid {color:Line}
  229. }
  230.  
  231. /* --- POST TAGS---*/
  232.  
  233.  
  234. #tags {
  235. font-family:cambria;
  236. letter-spacing:0px;
  237. text-transform:lowercase;
  238. font-size:10px;
  239. font-style:italic;
  240. margin-top:4px;
  241. text-align:left;
  242. }
  243.  
  244. #tags
  245. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  246. -webkit-transition: all 0.6s ease-in-out;
  247. -moz-transition: all 0.6s ease-in-out;
  248. -o-transition: all 0.6s ease-in-out;
  249. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  250.  
  251. #credit {
  252. position:fixed;
  253. font-size:8px;
  254. font-weight:normal;
  255. line-height:150%;
  256. letter-spacing:2px;
  257. right:10px;
  258. bottom:10px;
  259. text-transform:uppercase;
  260. text-align:center;
  261. }
  262.  
  263. #credit a {
  264. padding:3px;
  265. color:white;
  266. background:{color:link};
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. }
  271.  
  272.  
  273. /* --- QUESTIONS ---*/
  274.  
  275. #asker {
  276. padding:5px;
  277. font-family:cambria;
  278. letter-spacing:1px;
  279. text-align:left;
  280. font-style:italic;
  281. margin-left:10px;
  282. border-left:3px #eee solid;
  283. background-color:{color:background}
  284. }
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. <div id="sidebar">
  289. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  290.  
  291. <div id="title">{Title}</div>
  292.  
  293. <div id="description">
  294. {Description}
  295. </div>
  296.  
  297. <div class="slinks">
  298.  
  299. <div class="pagination">
  300. {block:PreviousPage}
  301. <a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;
  302. {/block:PreviousPage}
  303.  
  304. <a href="/">home</a>
  305. <a href="/ask">mssg</a>
  306. {block:IfShowLink1}
  307. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  308. {/block:IfShowLink1}
  309. {block:IfShowLink2}
  310. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  311. {/block:IfShowLink2}
  312.  
  313.  
  314. {block:NextPage}
  315. <a href="{NextPage}">&rarr;</a>
  316. {/block:NextPage}
  317. </div>{/block:Pagination}
  318.  
  319. </div></div></div>
  320.  
  321.  
  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: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}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  337. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  338. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  339. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  340. {/block:Audio}
  341.  
  342. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  343.  
  344. {block:Answer}<div id="asker"><span style="font-family:consolas;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  345.  
  346. <div id="info">
  347. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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>
  348. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  349. {/block:Posts}
  350. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  351. {/block:Posts}</div></div></div>
  352.  
  353.  
  354.  
  355. <!--
  356. THEME MAKER CREDIT
  357. -->
  358.  
  359. <div id="credit"><a href="http://ohcanads.tumblr.com/">CREDIT</a></div>
  360.  
  361.  
  362. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement