Advertisement
danceforyous

Theme Twelve

May 13th, 2013
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. <html>
  2. <head>
  3. <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. <!--
  9. theme twelve by anne @ danceforyous
  10. -->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#857e7e"/>
  15. <meta name="color:Link Hover" content="#eeecec"/>
  16. <meta name="color:Image Border" content="#f7f7f7"/>
  17. <meta name="color:Ask BG" content="#c7c7c7"/>
  18. <meta name="color:Description BG" content="#fafafa"/>
  19. <meta name="color:Scrollbar" content="#b8b8b8"/>
  20.  
  21. <meta name="text:link 1" content="">
  22. <meta name="text:link 1 url" content="/">
  23. <meta name="text:link 2" content="">
  24. <meta name="text:link 2 url" content="/">
  25. <meta name="text:link 3" content="">
  26. <meta name="text:link 3 url" content="/">
  27. <meta name="text:link 4" content="">
  28. <meta name="text:link 4 url" content="/">
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Seaweed+Script' rel='stylesheet' type='text/css'>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar{height: 9px; width: 6px; -webkit-border-radius:0px; background-color:{color:background};}
  39. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:background};}
  41.  
  42. body {
  43. background:{color:background};
  44. margin:0px;
  45. color:{color:text};
  46. font-family:Noto Sans;
  47. font-weight:normal;
  48. font-size:9px;
  49. line-height:100%;
  50. }
  51.  
  52.  
  53. a:link, a:active, a:visited { color: {color:link}; text-decoration:none;}
  54.  
  55. a:hover { cursor:help;
  56. color:{color:link hover};
  57. text-decoration:none; transition:all 0.4s linear;
  58. -webkit-transition: all 0.4s linear;
  59. -moz-transition: all 0.4s linear;
  60. -ms-transition: all 0.4s linear;
  61. -o-transition: all 0.4s linear;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. h1 {
  86. font-size:20px;
  87. font-family:Inconsolata;
  88. letter-spacing:1px;
  89. font-weight:normal;
  90. text-transform:uppercase;
  91. }
  92.  
  93. h2 {
  94. font-family:Seaweed Script;
  95. font-style:italic;
  96. font-size:20px;
  97. font-weight:normal;
  98. text-align:center;
  99. }
  100.  
  101. #entries {
  102. padding:10px;
  103. width:500px;
  104. margin-left:500px;
  105. margin-top:40px;
  106. }
  107.  
  108. #sidebar {
  109. position:fixed;
  110. margin-left:60px;
  111. margin-top:-40px;
  112. width:200px;
  113. height:100%;
  114. }
  115.  
  116. #sidebar img {
  117. padding:3px;
  118. inline-block:display;
  119. width:50px;
  120. margin-top:130px;
  121. margin-left:62px;
  122. border:5px solid {color:Image Border};
  123. -webkit-transition: all 0.8s;
  124. -moz-transition: all 0.8s;
  125. transition: all 0.8s;
  126. }
  127.  
  128. #sidebar img:hover {
  129. padding:7px;
  130. width:50px;
  131. -webkit-transform: rotate(180deg);
  132. -moz-transform: rotate(180deg);
  133. -o-transform: rotate(180deg);
  134. -ms-transform: rotate(180deg);
  135. transform: rotate(180deg);
  136. -webkit-transition: all 0.8s;
  137. -moz-transition: all 0.8s;
  138. transition: all 0.8s;
  139. }
  140.  
  141. .sidelinks {
  142. text-align:center;
  143. margin-top:10px;
  144. font-size:8px;
  145. text-transform:uppercase;
  146. font-family:cambria;
  147. letter-spacing:-2px;
  148. margin-left:38px;
  149. width:120px;
  150. }
  151.  
  152. .sidelinks a {
  153. color:{color:link};
  154. display:inline-block;
  155. text-align:center;
  156. font-weight:bold;
  157. line-height:15px;
  158. letter-spacing:2px;
  159. -webkit-transition: all 0.4s;
  160. -moz-transition: all 0.4s;
  161. transition: all 0.4s;
  162. padding:3px;
  163. border-bottom:1px #eee solid;
  164. }
  165.  
  166. .sidelinks a:hover {
  167. color:{color:link};
  168. background-color:{color:link hover};
  169. }
  170.  
  171. #description {
  172. text-align:center;
  173. padding:1px;
  174. margin-top:3px;
  175. margin-left:28px;
  176. width:130px;
  177. font-size:9px;
  178. font-style:italic;
  179. padding:7px;
  180. font-family:cambria;
  181. background-color:{color:Description BG};
  182. }
  183.  
  184. #pagination {
  185. font-size:10px;
  186. text-align:right;
  187. margin-right:110px;
  188. margin-top:10px;
  189. font-family:Noto Sans;
  190. }
  191.  
  192. #post {
  193. width:500px;
  194. margin-top:5px;
  195. margin-left:-150px;
  196. padding-bottom:20px;
  197. }
  198.  
  199. #info {
  200. text-align:left;
  201. font-family:consolas;
  202. margin-top:21px;
  203. text-transform:uppercase;
  204. padding:6px;
  205. font-size:8px;
  206. letter-spacing:2px;
  207. background-color:#fafafa;
  208. }
  209.  
  210. .askbox {
  211. align:right;
  212. background: {color:Ask BG};
  213. border: 5px #fafafa solid;
  214. margin:7px 0px 5px 56px;
  215. padding:10px;
  216. position:relative;}
  217.  
  218. .askbox p {
  219. margin:1px 0px;
  220. }
  221.  
  222. .askbox span {
  223. display:block;
  224. position:absolute;
  225. width:10px;
  226. height:0px;
  227. font-size: 0;
  228. line-height: 0px;
  229. left:-10px;
  230. top:10px;
  231. border-top:7px solid transparent;
  232. border-bottom:7px solid transparent;
  233. }
  234.  
  235. .askborder {
  236. float: left;
  237. margin: 1px 4px 0 0;
  238. padding: 0px;
  239. }
  240.  
  241. #credits {
  242. font-size:15px;
  243. font-family:seaweed script;
  244. bottom:10px;
  245. right:10px;
  246. height:2%;
  247. position:fixed;
  248. background-color:#fcfafa;
  249. padding:5px;
  250. padding-top:8px;
  251. -moz-transition-duration:0.4s;
  252. -webkit-transition-duration:0.4s;
  253. -o-transition-duration:0.4s;
  254. }
  255.  
  256. #credits:hover {
  257. background-color:black;
  258. -moz-transition-duration:0.4s;
  259. -webkit-transition-duration:0.4s;
  260. -o-transition-duration:0.4s;
  261. }
  262.  
  263.  
  264. {CustomCSS}</style>
  265.  
  266. <div id="sidebar">
  267. <div id="sidebarimage">
  268. <a href="/"><img src="{PortraitURL-64}"></a></div>
  269.  
  270. <div class="sidelinks">
  271. <a href="{text:link 1 url}">{text:link 1}</a><br>
  272. <a href="{text:link 2 url}">{text:link 2}</a><br>
  273. <a href="{text:link 3 url}">{text:link 3}</a><br>
  274. <a href="{text:link 4 url}">{text:link 4}</a><br></div>
  275.  
  276. <div id="description">{Description}</div>
  277.  
  278. <div id="pagination">
  279. {block:PreviousPage} <a href="{PreviousPage}">←</a>
  280. {/block:PreviousPage}
  281.  
  282. {block:JumpPagination}
  283.  
  284. {block:CurrentPage}
  285. <span class="current_page">{PageNumber}</span>
  286. {/block:CurrentPage}
  287.  
  288. {block:JumpPage}
  289. <a href="{URL}">{PageNumber}</a>
  290. {/block:JumpPage}
  291.  
  292. {/block:JumpPagination}
  293.  
  294. {block:NextPage}
  295. <a href="{NextPage}">→</a>
  296. {/block:NextPage}
  297. </div>
  298. </div>
  299.  
  300. <div id="entries">
  301. {block:Posts}<div id="post">
  302.  
  303. {block:Text}
  304. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  305. {/block:Text}
  306.  
  307. {block:Photo}
  308. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  309. {/block:Photo}
  310.  
  311. {block:Photoset}
  312. {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  313. {/block:Photoset}
  314.  
  315. {block:Quote}
  316. <h2>❝ &nbsp;{Quote}</h2>{block:Source} <div style="float:right; font-weight:normal;">— {Source}</div><br>{/block:Source}
  317. {/block:Quote}
  318.  
  319. {block:Link}
  320. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
  321. {/block:Link}
  322.  
  323. {block:Chat}
  324. {block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label}{Line}<br>{/block:Lines}
  325. {/block:Chat}
  326.  
  327. {block:Audio}
  328. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="95px" height="95px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  329. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  330. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  331. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  332. {/block:Audio}
  333.  
  334. {block:Video}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  335.  
  336. {block:Answer}
  337. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="askbox"><span></span><div style="font-family:inconsolata;text-transform:uppercase;">{Asker}:</div> {Question}</div> {Answer}
  338. {/block:Answer}
  339.  
  340. <div id="info">
  341. {block:Date}{MonthNumberWithZero}/{DayOfMonthWithZero}{/block:Date} - <a href="{Permalink}">{NoteCount}</a> <div style="float:right;">
  342. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> /
  343.  
  344. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">Source <a href="{SourceURL}"></a></a>{/block:ContentSource}{/block:RebloggedFrom}
  345. </div>
  346. <br>
  347.  
  348. {block:HasTags}
  349. FILED UNDER:{block:Tags} ▼<a href="{TagURL}">{Tag}</a> {/block:Tags}
  350. {/block:HasTags}</div>
  351. </div>
  352.  
  353. {block:PostNotes}{PostNotes}{/block:PostNotes}
  354. {/block:Posts}</div>
  355.  
  356. <div id="credits"><a href="http://www.ofirisesthemes.tumblr.com/" target="_blank"> danceforyous </a> </div>
  357.  
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement