Advertisement
danceforyous

Theme Eleven

May 6th, 2013
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. <head><title>{Title}</title>
  2. <link rel="shortcut icon" href="{Favicon}">
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  4. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,700,700italic' rel='stylesheet' type='text/css'>
  7.  
  8. <!--
  9. theme eleven by anne @ ofirises
  10. -->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Link Hover" content="#b8b8b8"/>
  16. <meta name="color:Scrollbar" content="#e7e3e4" />
  17.  
  18. <meta name="image:sidebar" content=""/>
  19.  
  20. <meta name="text:link 1" content="">
  21. <meta name="text:link 1 url" content="/">
  22. <meta name="text:link 2" content="">
  23. <meta name="text:link 2 url" content="/">
  24. <meta name="text:link 3" content="">
  25. <meta name="text:link 3 url" content="/">
  26.  
  27. <style type="text/css">
  28.  
  29. ::-webkit-scrollbar{height: 9px; width: 5px; -webkit-border-radius: 0px; background-color:{color:background};}
  30. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  31. ::-webkit-scrollbar-track{background-color:{color:background};}
  32.  
  33.  
  34. body {
  35. background:{color:background};
  36. color:{color:text};
  37. font-family:arial;
  38. font-size:10px;
  39. line-height:100%;
  40. }
  41.  
  42.  
  43. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  44.  
  45. a:hover {color:{color:link hover};
  46. text-decoration:none; transition:all 0.3s linear;
  47. -webkit-transition: all 0.3s linear;
  48. -moz-transition: all 0.3s linear;
  49. -ms-transition: all 0.3s linear;
  50. -o-transition: all 0.3s linear;
  51. }
  52.  
  53. a {
  54. text-decoration:none;
  55. outline:none;
  56. -moz-outline-style:none;
  57. color:{color:link};
  58. }
  59.  
  60.  
  61. img {
  62. border:none;
  63. }
  64.  
  65. blockquote {
  66. padding-left:5px;
  67. border-left:2px solid;
  68. }
  69.  
  70. blockquote blockquote {
  71. padding-left:5px;
  72. border-left:2px solid;
  73. }
  74.  
  75. h1 {
  76. font-size:19px;
  77. font-weight:normal;
  78. text-transform:uppercase;
  79. font-family:Titillium Web;
  80. letter-spacing:-1px;
  81. }
  82.  
  83. #entries {
  84. padding:10px;
  85. width:500px;
  86. margin-left:500px;
  87. margin-top:40px;
  88. }
  89.  
  90. #sidebar {
  91. width:210px;
  92. position:fixed;
  93. margin-left:200px;
  94. margin-top:90px;
  95. }
  96.  
  97. #sidebarimage {
  98. Border-radius: 80px;
  99. width 160px;
  100. opacity:0.80;
  101. -moz-transition-duration:0.8s;
  102. -webkit-transition-duration:0.8s;
  103. -o-transition-duration:0.8s;
  104. }
  105.  
  106. #sidebarimage img {
  107. Border-radius: 80px;
  108. width:160px;
  109. opacity:0.80;
  110. -moz-transition-duration:0.8s;
  111. -webkit-transition-duration:0.8s;
  112. -o-transition-duration:0.8s;
  113. }
  114.  
  115. #sidebarimage img:hover {
  116. Border-radius: 0px;
  117. opacity:1;
  118. -moz-transition-duration:0.8s;
  119. -webkit-transition-duration:0.8s;
  120. -o-transition-duration:0.8s;}
  121.  
  122. .links {
  123. width:200px;
  124. font-family:Titillium Web;
  125. font-size: 9px;
  126. letter-spacing:1px;
  127. text-transform:uppercase;
  128. margin-left:-19px;
  129. margin-top:10px;
  130. text-align: center;
  131. }
  132.  
  133. .links :hover {
  134. text-shadow:2px 0 0 rgba(244,0,0,0.2),-2px 0 0 rgba(0,244,0,0.2);
  135. -webkit-transition: all 0.2s linear;
  136. -moz-transition: all 0.2s linear;
  137. transition: all 0.2s linear;
  138. color:#d3bbc1;
  139. font-style: bold;
  140. }
  141.  
  142. #description {
  143. text-align:center;
  144. padding-top:16px;
  145. margin-top:-3px;
  146. margin-left:0px;
  147. width:160px;
  148. font-style:italic;
  149. font-family:calibri;
  150. }
  151.  
  152. #pagination {
  153. font-size:30px;
  154. text-align:right;
  155. margin-right:-5px;
  156. margin-top:-1px;
  157. }
  158.  
  159. #post {
  160. width:500px;
  161. padding-bottom:20px;
  162. }
  163.  
  164. #info {
  165. text-align:left;
  166. margin-top:10px;
  167. padding-bottom:15px;
  168. font-family:Titillium Web;
  169. text-transform:uppercase;
  170. font-size:10px;
  171. border-top:1px #eee dashed;
  172. padding:5px;
  173. }
  174.  
  175. .askbox {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: }
  176.  
  177. .askbox p {margin:1px 0px;}
  178.  
  179. .askbox span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  180.  
  181. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  182.  
  183. #credits {
  184. font-size:13px;
  185. font-family:calibri;
  186. letter-spacing:1px;
  187. bottom:10px;
  188. right:10px;
  189. height:4%;
  190. position:fixed;
  191. border:1px solid #eee;
  192. background-color:#fcfafa;
  193. padding:5px;
  194. -moz-transition-duration:0.4s;
  195. -webkit-transition-duration:0.4s;
  196. -o-transition-duration:0.4s;
  197. }
  198.  
  199. #credits:hover {
  200. background-color:black;
  201. border:1px solid black;
  202. -moz-transition-duration:0.4s;
  203. -webkit-transition-duration:0.4s;
  204. -o-transition-duration:0.4s;
  205. }
  206.  
  207. {CustomCSS}</style>
  208.  
  209. <body>
  210.  
  211. <div id="sidebar">
  212. <a href="/"><div id="sidebarimage"><img src="{image:sidebar}"> </a></div>
  213.  
  214. <div class="links">
  215. <a href="/">home</a>
  216. <a href="/ask">ask</a>
  217. <a href="{text:link 1 url}">{text:link 1}</a>
  218. <a href="{text:link 2 url}">{text:link 2}</a>
  219. <a href="{text:link 3 url}">{text:link 3}</a> </div>
  220. <div id="description">{Description} </div>
  221.  
  222. <div id="pagination">
  223. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  224. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  225. </div>
  226. </div>
  227.  
  228. <div id="entries">{block:Posts}<div id="post">
  229.  
  230. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  231.  
  232. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  233.  
  234. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  235.  
  236. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  237.  
  238. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  239.  
  240. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  241.  
  242. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  243. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  244. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  245. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  246. {/block:Audio}
  247.  
  248. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  249.  
  250. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span><b><center><big><u>{Asker}</u></big></center></b><br> <center>{Question}</center>&nbsp;</div>{Answer}{/block:Answer}
  251.  
  252. <div id="info">
  253. {block:Date} {TimeAgo} {/block:Date} <div style="float:right;"><font color="red">&hearts;</font><a href="{Permalink}">
  254. {NoteCount}</a></div><b>{block:RebloggedFrom}<br><a href="{ReblogParentURL}"
  255. title="{ReblogParentTitle}">VIA</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">ORG</a>{/block:RebloggedFrom}</b><br> {block:HasTags}<b>TAGS:</b>{block:Tags} <a href="{TagURL}">{Tag},</a>{/block:Tags}{/block:HasTags}</div>
  256. </div>
  257.  
  258. {block:PostNotes}{PostNotes}{/block:PostNotes}
  259. {/block:Posts}</div>
  260.  
  261. <div id="credits"><br><a href="http://www.ofirises.tumblr.com/" target="_blank"> OF </a> </div>
  262.  
  263. </body>
  264. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement