Advertisement
foxfaced

theme01

Nov 8th, 2012
3,837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme by zara @ foxfaced.tumblr.com please do not remove credit --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#787A7A"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Link Hover" content="#DBADC0"/>
  14. <meta name="color:Sidebar Text" content="#D9DEDD"/>
  15. <meta name="color:Sidebar Links" content="#ffffff"/>
  16. <meta name="color:Sidebar Background" content="#a3aaa9"/>
  17. <meta name="color:Sidebar Background 2" content="#e9f0f0"/>
  18. <meta name="color:Border" content="#E1E3E3"/>
  19. <meta name="image:sidebar" content="/"/>
  20. <meta name="text:link 1" content="link 1"/>
  21. <meta name="text:link 1 URL" content="/"/>
  22. <meta name="text:link 2" content="link 2"/>
  23. <meta name="text:link 2 URL" content="/"/>
  24. <meta name="text:link 3" content="link 3"/>
  25. <meta name="text:link 3 URL" content="/"/>
  26. <meta name="text:link 4" content="link 4"/>
  27. <meta name="text:link 4 URL" content="/"/>
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32. background:{color:background};
  33. margin:0px;
  34. color:{color:text};
  35. font-family:Georgia;
  36. font-size:10px;
  37. line-height:100%;
  38. }
  39.  
  40. a {
  41. text-decoration:none;
  42. outline:none;
  43. -moz-outline-style:none;
  44. color:{color:link};
  45. -webkit-transition: all 0.5s ease-out;
  46. -moz-transition: all 0.5s ease-out;
  47. transition: all 0.5s ease-out;
  48.  
  49.  
  50. }
  51.  
  52. a:hover {
  53. color:{color:link hover};
  54. -webkit-transition: all 0.5s ease-out;
  55. -moz-transition: all 0.5s ease-out;
  56. transition: all 0.5s ease-out;
  57. text-shadow: 1px 1px 1px #adadad;
  58. }
  59.  
  60. img {
  61. border:none;
  62. }
  63.  
  64. blockquote {
  65. padding-left:5px;
  66. border-left:2px solid;
  67. }
  68.  
  69. blockquote blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. h1 {
  75. font-size:15px;
  76. }
  77.  
  78. #entries {
  79. padding:10px;
  80. width:500px;
  81. margin-left:500px;
  82. margin-top:40px;
  83. }
  84.  
  85. #post {
  86. width:500px;
  87. padding-bottom:40px;
  88. }
  89.  
  90. #sidebar {
  91. color: {color:sidebar text};
  92. width:300px;
  93. position:fixed;
  94. margin-top: -50px;
  95. margin-left:0px;
  96. padding-top: 150px;
  97. background-color: {color:sidebar background};
  98. height: 200%;
  99. text-align:center;
  100. border-right: solid 20px {color:sidebar background 2};
  101. }
  102.  
  103. .title {
  104. font-size:15px;
  105. font-family: Georgia;
  106. text-align:center;
  107. margin-bottom: 20px;
  108. font-weight: 900;
  109. -webkit-transform: rotate(-2deg);
  110. -moz-transform: rotate(-2deg);
  111. text-shadow: 2px 5px 2px #6F7372;
  112. }
  113.  
  114. .title a {
  115. color: #fff;
  116. -webkit-transition: all 0.5s ease-out;
  117. -moz-transition: all 0.5s ease-out;
  118. transition: all 0.5s ease-out;
  119.  
  120. }
  121.  
  122. .title a:hover {
  123. color:{color:link hover};
  124. -webkit-transition: all 0.5s ease-out;
  125. -moz-transition: all 0.5s ease-out;
  126. transition: all 0.5s ease-out;
  127. }
  128.  
  129. .sidebarimage {
  130. width: 200px;
  131. margin-left: auto;
  132. margin-right: auto;
  133. border: solid 1px ;
  134. padding: 10px;
  135. border-color: {color:border};
  136.  
  137.  
  138. }
  139.  
  140. .sidebarimage img {
  141. width:200px;
  142. }
  143.  
  144.  
  145. .description {
  146. margin-top:-20px;
  147. padding:5px;
  148. width: 220px;
  149. text-align:center;
  150. margin-left: auto;
  151. margin-right:auto;
  152. -webkit-transition: all 0.5s ease-out;
  153. -moz-transition: all 0.5s ease-out;
  154. transition: all 0.5s ease-out;
  155. }
  156.  
  157. .sblinks {
  158. font-family: calibri;
  159. text-transform: uppercase;
  160. font-weight:50;
  161. color: {color:sidebar links};
  162. margin-top: 10px;
  163. letter-spacing: 1px;
  164. margin-left: auto;
  165. margin-right:auto;
  166. line-height: 100%;
  167. opacity: 0;
  168. -webkit-transition: all 0.5s ease-out;
  169. -moz-transition: all 0.5s ease-out;
  170. transition: all 0.5s ease-out;
  171.  
  172.  
  173. }
  174.  
  175. .sblinks a{
  176. color: {color:sidebar links};
  177. text-transform: uppercase;
  178.  
  179. }
  180.  
  181. .sblinks a:hover{
  182. color:{color:link hover};
  183. -webkit-transition: all 0.5s ease-out;
  184. -moz-transition: all 0.5s ease-out;
  185. transition: all 0.5s ease-out;
  186.  
  187. }
  188.  
  189. .bottom {
  190. opacity:1;
  191. margin-top:20px;
  192. -webkit-transition: all 0.5s ease-out;
  193. -moz-transition: all 0.5s ease-out;
  194. transition: all 0.5s ease-out;
  195. }
  196.  
  197. #sidebar:hover .sblinks {
  198. opacity:1;
  199. -webkit-transition: all 0.5s ease-out;
  200. -moz-transition: all 0.5s ease-out;
  201. transition: all 0.5s ease-out;
  202.  
  203. }
  204.  
  205. #sidebar:hover .bottom {
  206. opacity:0;
  207. -webkit-transition: all 0.5s ease-out;
  208. -moz-transition: all 0.5s ease-out;
  209. transition: all 0.5s ease-out;
  210. margin-top:-20px;
  211. }
  212.  
  213. #sidebar:hover .description{
  214. margin-top:20px;
  215. -webkit-transition: all 0.5s ease-out;
  216. -moz-transition: all 0.5s ease-out;
  217. transition: all 0.5s ease-out;
  218. }
  219.  
  220. .pagination {
  221. font-size:20px;
  222. text-align:center;
  223. }
  224.  
  225. #info {
  226. font-family:calibri;
  227. text-align:center;
  228. margin-top:10px;
  229. text-transform: uppercase;
  230. }
  231.  
  232. #asker {
  233. float:left;
  234. margin-right:5px;
  235. }
  236.  
  237. #theme {
  238. position:fixed;
  239. width:100px;
  240. font-family:calibri;
  241. font-size:13px;
  242. right:5px;
  243. bottom:5px;
  244. text-align: right;
  245. text-transform: uppercase;
  246. }
  247.  
  248. {CustomCSS}</style></head><body>
  249.  
  250. <div id="sidebar">
  251.  
  252. <div class="title"><a href="/">{Title}</a></div>
  253.  
  254.  
  255. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  256. <div class="bottom"> <img src="http://media.tumblr.com/tumblr_md6nyqo18F1r58zwh.png"></div>
  257. <div class="sblinks">
  258. <br>
  259. <a href="/"> home </a> &nbsp;
  260. <a href="/ask"> message </a> &nbsp;
  261. <a href="{text:link 1 URL}"> {text:link 1} </a> <br>
  262. <a href="{text:link 2 URL}"> {text:link 2} </a> &nbsp;
  263. <a href="{text:link 3 URL}"> {text:link 3} </a> &nbsp;
  264. <a href="{text:link 4 URL}"> {text:link 4} </a> &nbsp;
  265.  
  266.  
  267. </div>
  268.  
  269. <div class="description">{Description}</div>
  270.  
  271. <div class="pagination">
  272. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  273. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  274.  
  275. </div>
  276.  
  277. </div>
  278.  
  279.  
  280.  
  281.  
  282.  
  283. <div id="entries">{block:Posts}<div id="post">
  284.  
  285. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  286.  
  287. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  288.  
  289. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  290.  
  291. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  292.  
  293. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  294.  
  295. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  296.  
  297. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  298.  
  299. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  300.  
  301. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  302.  
  303. <div id="info">
  304. {block:Date} {TimeAgo}{/block:Date} {block:NoteCount}<a href="{permalink}">{NoteCount}</a> &nbsp;{/block:NoteCount}
  305. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via {/block:RebloggedFrom}</a>
  306. {block:ContentSource}| <a href="{SourceURL}">© source {/block:ContentSource}</a> <BR>
  307. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  308.  
  309. </div>
  310. {block:PostNotes}{PostNotes}{/block:PostNotes}
  311. {/block:Posts}
  312. </div>
  313.  
  314. <div id="theme">
  315.  
  316. ©<a href="http://foxfaced.tumblr.com/">foxfaced</a></div>
  317.  
  318.  
  319.  
  320.  
  321.  
  322. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement