Advertisement
danceforyous

Theme Sixteen

Aug 18th, 2013
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. <!--
  2. theme sixteen by anne @ danceforyous
  3. -->
  4.  
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12.  
  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 c" content="/">
  21. <meta name="text:link d" content="/">
  22. <meta name="text:link e" content="/">
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  25.  
  26. <style type="text/css">
  27.  
  28. ::-webkit-scrollbar {
  29. height:9px;
  30. width:5px;
  31. -webkit-border-radius:0px;
  32. background-color:{color:background};
  33. }
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. background-color:{color:scrollbar};
  37. }
  38.  
  39. ::-webkit-scrollbar-track {
  40. background-color:{color:background};
  41. }
  42.  
  43. body {
  44. background:{color:background};
  45. color:{color:text};
  46. font-family:calibri;
  47. font-size:10px;
  48. line-height:100%;
  49. }
  50.  
  51. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  52.  
  53. a:hover {color:{color:link hover};
  54. text-decoration:none; transition:all 0.3s linear;
  55. -webkit-transition: all 0.3s linear;
  56. -moz-transition: all 0.3s linear;
  57. -ms-transition: all 0.3s linear;
  58. -o-transition: all 0.3s linear;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  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:16px;
  85. font-family:Noto Sans;
  86. text-transform:uppercase;
  87. font-weight:normal;
  88. }
  89.  
  90. h2 {
  91. font-size:15px;
  92. background-color:#fafafa;
  93. padding:9px;
  94. }
  95.  
  96. h3 {
  97. text-align:right;
  98. font-size:11px;
  99. font-weight:normal;
  100. }
  101.  
  102. #entries {
  103. padding:10px;
  104. width:500px;
  105. margin-left:480px;
  106. margin-top:-20px;
  107. }
  108.  
  109. #post {
  110. width:500px;
  111. margin-top:70px;
  112. }
  113.  
  114. #sidebar {
  115. width:220px;
  116. position:fixed;
  117. margin-left:200px;
  118. margin-top:130px;
  119. }
  120.  
  121. #sidebarimage {
  122. width 200px;
  123. }
  124.  
  125. #sidebarimage img {
  126. width:200px;
  127. }
  128.  
  129. .sidelinks {
  130. width:200px;
  131. font-size:12px;
  132. letter-spacing:4px;
  133. text-transform:uppercase;
  134. margin-left:1px;
  135. margin-top:10px;
  136. text-align:center;
  137. }
  138.  
  139. .sidelinks :hover {
  140. text-shadow:2px 0 0 rgba(244,0,0,0.2),-2px 0 0 rgba(0,244,0,0.2);
  141. -webkit-transition: all 0.2s linear;
  142. -moz-transition: all 0.2s linear;
  143. transition: all 0.2s linear;
  144. color:#d3bbc1;
  145. font-style: bold;
  146. }
  147.  
  148. #description {
  149. text-align:center;
  150. padding-top:16px;
  151. margin-top:-3px;
  152. margin-left:5px;
  153. width:190px;
  154. font-size:9px;
  155. font-family:arial;
  156. }
  157.  
  158. #pagination {
  159. font-family:arial;
  160. font-size:10px;
  161. text-align:center;
  162. margin-top:5px;
  163. margin-left:-17px;
  164. }
  165.  
  166. #pagination a {
  167. padding:6px;
  168. }
  169.  
  170. #info {
  171. text-transform:uppercase;
  172. border-top:1px #fafafa solid;
  173. padding:6px;
  174. font-size:8px;
  175. margin-top:10px;
  176. }
  177.  
  178. #info a {
  179. padding:10px;
  180. }
  181.  
  182. .label {
  183. text-decoration:underline;
  184. margin-right:5px;
  185. background-color:#fafafa;
  186. line-height:190%;
  187. padding:3px;
  188. font-size:11px;
  189. }
  190.  
  191. ul.chat, .chat ol, .chat li {
  192. list-style:none;
  193. padding:2px;
  194. }
  195.  
  196. .askbox {
  197. align:right;
  198. background: #fafafa;
  199. margin:7px 0px 5px 56px;
  200. padding:22px;
  201. position:relative;
  202. }
  203.  
  204. .askbox p {
  205. margin:1px 0px;
  206. }
  207.  
  208. .askborder {
  209. float:left;
  210. margin:1px 4px 0 0;
  211. padding:2px;
  212. background:#fafafa;
  213. }
  214.  
  215. .tags {
  216. padding:5px;
  217. }
  218.  
  219. #credit {
  220. font-size:11px;
  221. letter-spacing:1px;
  222. bottom:10px;
  223. right:10px;
  224. position:fixed;
  225. }
  226.  
  227. {CustomCSS}
  228. </style>
  229.  
  230. <body>
  231.  
  232. <div id="sidebar">
  233.  
  234. <div id="sidebarimage">
  235. <img src="{image:sidebar}"></div>
  236.  
  237. <div class="sidelinks">
  238. <a href="/">Ⓐ</a>
  239. <a href="/ask">Ⓑ</a>
  240. <a href="{text:link c}">Ⓒ</a>
  241. <a href="{text:link d}">Ⓓ</a>
  242. <a href="{text:link e}">Ⓔ</a> </div>
  243.  
  244. <div id="description">{Description}
  245. </div>
  246.  
  247. <div id="pagination">
  248. {block:Pagination}
  249. {block:PreviousPage}
  250. <a href="{PreviousPage}">←</a>
  251. {/block:PreviousPage}
  252.  
  253. {block:NextPage}
  254. <a href="{NextPage}">→</a>
  255. {/block:NextPage}
  256. {/block:Pagination}
  257. </div>
  258. </div>
  259.  
  260. <div id="entries">{block:Posts}<div id="post">
  261.  
  262. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  263.  
  264. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  265.  
  266. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268. {block:Quote}<h2>{Quote}</h2>{block:Source} <h3>—{Source}</h3>{/block:Source}{/block:Quote}
  269.  
  270. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  271.  
  272. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  273.  
  274. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="85px" height="85px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  275. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  276. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  277. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  278. {/block:Audio}
  279.  
  280. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  281.  
  282. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span>{Question}&nbsp;&nbsp;—{Asker}</div>{Answer}{/block:Answer}
  283.  
  284. <div id="info">
  285. {block:Date}<u>{TimeAgo}</u>{/block:Date} <a href="{Permalink}">
  286. {NoteCountWithLabel}</a><div style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> /
  287. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
  288.  
  289. <div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  290.  
  291. {block:PostNotes}{PostNotes}{/block:PostNotes}
  292. {/block:Posts}</div>
  293.  
  294. <div id="credit"> <a href="http://www.ofirisesthemes.tumblr.com/" target="_blank">&copy;</a></div>
  295.  
  296. </body>
  297. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement