Advertisement
nviall

the city // (multi)fandom theme #1

Nov 2nd, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. <!-- ofpottar theme 1 -------->
  2.  
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Sidebar" content="#ffffff"/>
  12. <meta name="color:Text" content="#a8a8a8"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Tags" content="f0f0f0"/>
  15. <meta name="color:Hover" content="#f2f2f2"/>
  16. <meta name="color:Line" content="#f2f2f2"/>
  17. <meta name="color:Border" content="#e4e4e4"/>
  18. <meta name="color:Post" content="#ffffff"/>
  19. <meta name="color:Answer" content="#f8f8f8"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:bg" content=""/>
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 1 Text" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 2 Text" content="" />
  26. <meta name="if:Show Link 1" content="1" />
  27. <meta name="if:Show Link 2" content="1" />
  28. <meta name="color:scrollbarbg" content="ffffff"/>
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34.  
  35. ::-webkit-scrollbar {
  36. width: 5px;height: 5px;}
  37. ::-webkit-scrollbar-button:start:decrement,
  38. ::-webkit-scrollbar-button:end:increment {
  39. height: 6px;display: block;background-color: {color:white};}
  40. ::-webkit-scrollbar-track-piece {
  41. background-color: {color:scrollbarbg};}
  42. ::-webkit-scrollbar-thumb:vertical {
  43. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  44.  
  45.  
  46.  
  47. body {
  48. background:{color:background};
  49. margin:0px;
  50. color:{color:text};
  51. font-family:Calibri;
  52. font-size:9px;
  53. line-height:100%;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. h1 {
  78. font-size:9px;
  79. text-transform:uppercase;
  80. }
  81.  
  82. a:hover {
  83. opacity:10;
  84. color:{color:hover};
  85. -webkit-transition: all 0.7s ease;
  86. -moz-transition: all 0.7s ease;
  87. -o-transition: all 0.7s ease
  88. }
  89.  
  90.  
  91.  
  92.  
  93. #entries {
  94. padding:10px;
  95. width:500px;
  96. margin-left:450px;
  97. margin-top:40px;
  98. font-size:10px;
  99. }
  100.  
  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.  
  112.  
  113. #sidebar {
  114. width:1px;
  115. height:700px;
  116. position:fixed;
  117. margin-left:360px;
  118. margin-top:-100px;
  119. opacity:.80;
  120. background-color:{color:Sidebar};
  121. }
  122.  
  123. #sidebarimage {
  124. width 100px;
  125. }
  126.  
  127. #sidebarimage img {
  128. margin-left:-292px;
  129. margin-top:220px;
  130. width:250px;
  131. height:130px;
  132. }
  133.  
  134.  
  135. .links {
  136. width:165px;
  137. height:5px;
  138. padding: 9px;
  139. font-size:8px;
  140. font-family:times;
  141. text-align:center;
  142. margin-top:-155px;
  143. margin-left:-255px;
  144. text-align:center;
  145. text-transform:lowercase;
  146. word-spacing:7px;
  147. position:fixed;
  148. padding-bottom:7px;
  149. border-top:solid 1px;
  150. padding:6px;
  151. border-color: {color:border};;
  152. border-bottom:solid 1px;
  153. padding:6px;
  154. border-color: {color:border};;
  155.  
  156. }
  157.  
  158. .links a {
  159. font-size: 8px;
  160. }
  161.  
  162. .links a:hover {
  163. color:{color:Hover}
  164. text-transform: uppercase;
  165. letter-spacing: 1px;
  166. }
  167.  
  168.  
  169.  
  170. #description {
  171. position:fixed;
  172. font-family:times;
  173. line-height:90%;
  174. font-size:9px;
  175. font-style:italic;
  176. width:200px;
  177. margin-top:10px;
  178. padding:9px;
  179. margin-left:-280px;
  180. text-align:center;
  181. color:{color:text};
  182. }
  183.  
  184. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  185. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  186.  
  187.  
  188.  
  189.  
  190. #pagination {
  191. width:100px;
  192. font-size:8px;
  193. text-align:center;
  194. margin-left:-220px;
  195. margin-top:-165px;
  196. position:fixed;
  197. font-family:georgia;
  198. letter-spacing:0px;
  199. word-spacing:5px;
  200. }
  201.  
  202.  
  203.  
  204.  
  205. #info {
  206. text-align:left;
  207. margin-top:10px;
  208. font-family: georgia;
  209. text-transform:uppercase;
  210. font-size:8px;
  211. font-style:none;
  212. border-top:1px solid {color:Line}
  213. }
  214.  
  215.  
  216.  
  217.  
  218. #tags {
  219. font-family:georgia;
  220. letter-spacing:0px;
  221. text-transform:lowercase;
  222. font-size:10px;
  223. font-style:italic;
  224. margin-top:4px;
  225. text-align:left;
  226. }
  227.  
  228. #tags
  229. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  230. -webkit-transition: all 0.6s ease-in-out;
  231. -moz-transition: all 0.6s ease-in-out;
  232. -o-transition: all 0.6s ease-in-out;
  233. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  234.  
  235.  
  236. #asker {
  237. padding:5px;
  238. font-family:cambria;
  239. letter-spacing:1px;
  240. text-align:left;
  241. font-style:italic;
  242. margin-left:10px;
  243. border-left:3px #eee solid;
  244. background-color:{color:background}
  245. }
  246.  
  247.  
  248. {CustomCSS}
  249.  
  250. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  251.  
  252. </style></head><body>
  253.  
  254. <div id="sidebar">
  255. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  256.  
  257.  
  258. <div id="description">
  259. {Description}
  260. </div>
  261.  
  262.  
  263. <div class="links">
  264. <a href="/">home //</a>
  265. <a href="/ask">ask //</a>
  266. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  267. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  268. </div>
  269.  
  270.  
  271. <div id="pagination">
  272. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>←</big></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><big>→</bi></a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  273. </div></div></div>
  274.  
  275. </div>
  276.  
  277. <div id="entries">{block:Posts}<div id="post">
  278.  
  279. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  280.  
  281. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  282.  
  283. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  284.  
  285. {block:Quote}{Quote}{/block:Quote}
  286.  
  287. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  288.  
  289. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  290.  
  291. {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>
  292. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  293. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  294. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  295. {/block:Audio}
  296.  
  297. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  298.  
  299. {block:Answer}<div id="asker"><span style="font-family:courier new;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="courier new">{Answer}</font>{/block:Answer}
  300.  
  301. <div id="info">
  302. <br> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} / {block:ContentSource}<a href="{SourceURL}"> origin</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} ; <a href="{Permalink}">{NoteCountWithLabel}</a>
  303. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  304. {/block:Posts}
  305. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  306. {/block:Posts}</div></div></div>
  307.  
  308.  
  309.  
  310.  
  311. <div style="position:fixed;bottom:3px; right:3px; font-size:8px;;padding:0px; padding-left:0px; padding-right:2px; font-family:cambria;"><a href="http://ofpottar.tumblr.com/"><big>credit</big></a></center></div>
  312.  
  313.  
  314.  
  315. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement