danceforyous

Theme Three

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