Advertisement
danceforyous

Theme Seven

Dec 28th, 2012
2,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!--
  11. theme by anne @ danceforyous
  12. -->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#000">
  17. <meta name="color:Link Hover" content="#b8b8b8"/>
  18. <meta name="color:Scrollbar" content="#e7e3e4" />
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link 1" content="">
  23. <meta name="text:link 1 url" content="/">
  24. <meta name="text:link 2" content="">
  25. <meta name="text:link 2 url" content="/">
  26.  
  27. <style type="text/css">
  28.  
  29. /* SCROLLBAR */
  30.  
  31. ::-webkit-scrollbar{height: 9px; width: 10px; -webkit-border-radius:0px; background-color:{color:background};}
  32. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  33. ::-webkit-scrollbar-track{background-color:{color:background};}
  34.  
  35.  
  36. /**/
  37.  
  38. body {
  39. background:{color:background};
  40. color:{color:text};
  41. font-family:arial;
  42. font-size:10px;
  43. line-height:100%;
  44. }
  45.  
  46.  
  47. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  48.  
  49. a:hover {color:{color:link hover};
  50. text-decoration:none; transition:all 0.4s linear;
  51. -webkit-transition: all 0.4s linear;
  52. -moz-transition: all 0.4s linear;
  53. -ms-transition: all 0.4s linear;
  54. -o-transition: all 0.4s linear;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};
  62. }
  63.  
  64. h1 {
  65. font-size:19px;
  66. font-style:italic;
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. #entries {
  84. padding:10px;
  85. width:500px;
  86. margin-left:500px;
  87. margin-top:40px;
  88. }
  89.  
  90.  
  91. /* SIDEBAR SETTINGS */
  92.  
  93. #sidebar {
  94. width:140px;
  95. position:fixed;
  96. margin-left:200px;
  97. margin-top:100px;
  98. }
  99.  
  100. #sidebarimage {
  101. width 160px;
  102. }
  103.  
  104. #sidebarimage img {
  105. border:1px solid #e3e3e3; padding:5px;
  106. width:160px;
  107. }
  108.  
  109. #description {
  110. text-align:center;
  111. margin-top:-3px;
  112. margin-left:1px;
  113. width:160px;
  114. padding:5px;
  115. font-family:arial;
  116. font-style:italic;
  117. font-size:8.5px;
  118. }
  119.  
  120. #pagination {
  121. font-size:30px;
  122. text-align:right;
  123. margin-right:-80px;
  124. margin-top:-60px;
  125. }
  126.  
  127.  
  128. /* LINKS SETTINGS*/
  129.  
  130. .links {
  131. text-align:center;
  132. width:240px;
  133. padding:3px;
  134. margin-top:-7px;
  135. margin-left:-35px;
  136. line-height:150%;
  137. font-size:7px;
  138. font-family:calibri;
  139. }
  140.  
  141. .links a{
  142. text-transform:uppercase;
  143. margin-bottom:16px;
  144. background-color:white;
  145. padding:2px;
  146. width:80px;
  147. letter-spacing:1px;
  148. color:{color:text};
  149. -moz-transition-duration:0.4s;
  150. -webkit-transition-duration:0.4s;
  151. -o-transition-duration:0.4s;
  152. }
  153.  
  154. .links a:hover{
  155. background-color:{color:link hover};
  156. color:{color:link};
  157. -moz-transition-duration:0.4s;
  158. -webkit-transition-duration:0.4s;
  159. -o-transition-duration:0.4s;
  160. }
  161.  
  162.  
  163. /* POST SETTINGS */
  164.  
  165. #post {
  166. width:500px;
  167. margin-top:5px;
  168. margin-left:-40px;
  169. padding-bottom:20px;
  170. }
  171.  
  172. #info {
  173. text-align:right;
  174. font-family:calibri;
  175. margin-top:10px;
  176. text-transform:uppercase;
  177. border-top:1px #eee solid;
  178. padding:5px;
  179. font-size:8px;
  180. }
  181.  
  182.  
  183. /* ASK SETTINGS */
  184.  
  185. #asker {
  186. float:left;
  187. margin-right:5px;
  188. background-color:#e8e8e7;
  189. padding:2px;
  190. }
  191.  
  192.  
  193. /* CREDITS (DON'T REMOVE) */
  194.  
  195. #crdt {
  196. font-size:10px;
  197. font-family:trebuchet MS;
  198. text-transform:lowercase;
  199. bottom:10px;
  200. right:-60px;
  201. position:fixed;
  202. border-left:1px solid #e9e9e9;
  203. border-top:1px solid #e9e9e9;
  204. border-right:1px solid #e9e9e9;
  205. border-bottom:1px solid #e9e9e9;
  206. padding:5px;
  207. width:70px;
  208. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
  209. }
  210.  
  211. #crdt:hover{
  212. width:150px;
  213. -webkit-transition: opacity 0.6s linear;opacity: 1;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;transition: all 0.5s ease-in;
  214. }
  215.  
  216.  
  217. {CustomCSS}</style>
  218. <body>
  219.  
  220. <div id="sidebar">
  221.  
  222.  
  223. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  224.  
  225. <div class="links">
  226. <a href="/">home</a>
  227. <a href="/ask">mail</a>
  228. <a href="{text:link 1 url}">{text:link 1}</a>
  229. <a href="{text:link 2 url}">{text:link 2}</a>
  230. </div>
  231.  
  232. <div id="description">{Description} </div>
  233.  
  234. <div id="pagination">
  235. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  236. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  237. </div>
  238. </div>
  239.  
  240. <div id="entries">{block:Posts}<div id="post">
  241.  
  242. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  243.  
  244. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  245.  
  246. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  247.  
  248. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  249.  
  250. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  251.  
  252. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  253.  
  254. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  255.  
  256. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  257.  
  258. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br><i>"{Question}"</i><br>{Answer}{/block:Answer}
  259.  
  260. <div id="info">
  261. {block:Date}({TimeAgo}{/block:Date}) <a href="{Permalink}">
  262.  
  263. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> -
  264.  
  265. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">© <a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a>
  266. {/block:RebloggedFrom}
  267.  
  268. <br> {block:HasTags}{block:Tags} ✖<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  269.  
  270. </div>
  271. {block:PostNotes}{PostNotes}{/block:PostNotes}
  272. {/block:Posts}</div>
  273.  
  274. <div id="crdt"><a href="http://www.danceforyous.tumblr.com/themage" target="_blank">© danceforyous</a> </div>
  275.  
  276. </body>
  277. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement