Advertisement
themeingly

number one

Mar 30th, 2013
1,452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--ssforzas' first theme ever and probably the last too-->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  13.  
  14. <!--Default Variables-->
  15. <!--Colors-->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#333333"/>
  19. <meta name="color:Link" content="#717581"/>
  20. <meta name="color:Hover" content="#333333"/>
  21. <meta name="color:Border" content="#969696"/>
  22. <meta name="color:scrollbar" content="#969696"/>
  23. <meta name="color:scrollbg" content="#fff"/>
  24.  
  25. <!--Images-->
  26.  
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <!--Links-->
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {height: auto;width: 6px;}
  39. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  41.  
  42. body {
  43. background:{color:background};
  44. background-image: url('{image:background}') no-repeat fixed center;;
  45. margin:0px;
  46. color:{color:text};
  47. font-family:calibri;
  48. font-size:10px;
  49. line-height:100%;
  50. }
  51.  
  52. a {
  53. text-decoration:none;
  54. outline:none;
  55. -moz-outline-style:none;
  56. color:{color:link};
  57. -webkit-transition: all 0.5s ease;
  58. -moz-transition: all 0.5s ease;
  59. -o-transition: all 0.5s ease
  60. }
  61.  
  62. img {
  63. border:none;
  64. }
  65.  
  66. blockquote blockquote {
  67. padding-left:5px;
  68. border-left:1px solid;
  69. }
  70.  
  71. h1 {
  72. font-size:12px;
  73. font-family:calibri;
  74. text-transform:uppercase;
  75. }
  76.  
  77. a:hover {
  78. opacity:10;
  79. color:{color:hover};
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease
  83. }
  84.  
  85. small{
  86. font-size:9px;
  87. line-height:110%
  88. }
  89.  
  90. big {
  91. font-size:12px;
  92. line-height:110%
  93. }
  94.  
  95. b, strong{
  96. color:{color:text}
  97. }
  98. i, em {
  99. color:{color:text}
  100. }
  101. p{
  102. margin-top:5px;
  103. margin-bottom:5px
  104. }
  105. blockquote {
  106. padding:0px;
  107. padding-left:5px;
  108. margin:5px;
  109. border-left:1px dotted {color:text}
  110. }
  111.  
  112. blockquote img {
  113. max-width:300px
  114. }
  115.  
  116. ul, li img {
  117. max-with:250px
  118. }
  119.  
  120. .audio {
  121. width:500px;
  122. padding-bottom:10px;
  123. background-color:{color:infobg};
  124. }
  125.  
  126. .albumart {
  127. float:left;
  128. padding:0px 10px 10px 0px;
  129. }
  130.  
  131. .albumart img {
  132. width:45px;
  133. height:45px;
  134. }
  135.  
  136. .playercontainer {
  137. text-align:left;
  138. padding:10px;
  139. background-color:#ffffff;
  140. width:480px;
  141. }
  142.  
  143. .audioinfo {
  144. padding:10px;
  145. color:{color:text};
  146. }
  147.  
  148. #entries {
  149. padding:10px;
  150. width:500px;
  151. margin-left:500px;
  152. margin-top:85px;
  153. }
  154.  
  155.  
  156. #post {
  157. width:500px;
  158. padding-bottom:3px;
  159. opacity:1;
  160. padding-top:50px;
  161. }
  162.  
  163. #sidebar {
  164. width:100px;
  165. position:fixed;
  166. margin-left:100px;
  167. margin-top:-90px;
  168. opacity:1;
  169. }
  170.  
  171. #sidebarimage img{
  172. width:300px;
  173. height:800px;
  174. -webkit-transition: all 0.5s ease;
  175. -moz-transition: all 0.5s ease;
  176. -o-transition: all 0.5s ease
  177. }
  178.  
  179. #links {
  180. width:300px;
  181. font-family:cambria;
  182. font-size: 9px;
  183. text-align:center;
  184. padding:2px;
  185. margin-top:-530px;
  186. word-spacing:-2px;
  187. }
  188.  
  189. #links a{
  190. font-style:bold;
  191. color:{color:link};
  192. opacity:1;
  193. background-color:#fff;
  194. padding:2px;
  195. -webkit-transition: all 0.6s ease;
  196. -moz-transition: all 0.6s ease;
  197. -o-transition: all 0.6s ease;
  198. }
  199.  
  200. #links a:hover {
  201. color:#fff;
  202. opacity:1;
  203. background-color:{color:hover};
  204. padding:2px;
  205. -moz-transition-duration:0.5s;
  206. -webkit-transition-duration:0.5s;
  207. -o-transition-duration:0.5s;
  208. }
  209.  
  210. #description {
  211. font-family:times new;
  212. font-size: 8px;
  213. position:fixed;
  214. width:200px;
  215. letter-spacing:1px;
  216. color:{color:text};
  217. margin-top:5px;
  218. margin-left:50px;
  219. text-align:center;
  220. padding:6px;
  221. background:#fff;
  222. }
  223.  
  224. #info {
  225. font-family:calibri;
  226. text-align:right;
  227. text-transform:uppercase;
  228. padding:5px;
  229. margin-top:5px;
  230. margin-bottom:0px;
  231. font-size:8px;
  232. }
  233.  
  234. #tags {
  235. font-family:times new roman;
  236. letter-spacing:1px;
  237. font-size: 8px;
  238. text-transform:lowercase;
  239. margin-top:-1px;
  240. a {display:inline; background-color:{color:linkb};
  241. padding:-4px;
  242. text-align:left;
  243. -webkit-transition: all 0.6s ease-in-out;
  244. -moz-transition: all 0.6s ease-in-out;
  245. -o-transition: all 0.6s ease-in-out;
  246. -ms-transition: all 0.6s ease-in-out;
  247. transition: all 0.6s ease-in-out;}
  248.  
  249. #notes {
  250. font-family:calibri;
  251. text-transform:lowercase;
  252. font-size:9px;
  253. }
  254.  
  255. .ask {
  256. font:cambria;
  257. text-align:left;
  258. color:{color:text};
  259. background-color:{color:infobg};
  260. }
  261.  
  262. .ans {
  263. text-align:left;
  264. font:cambria;
  265. color:{color:text};
  266. }
  267.  
  268.  
  269.  
  270. {CustomCSS}</style></head>
  271. <style> body, a, a:hover</style>
  272.  
  273. <div id="sidebar">
  274. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  275. <div id="links">
  276. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{/block:Pagination}
  277. <a href="/">index</a>
  278. <a href="/ask">mail</a>
  279. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  280. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  281. {block:Pagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  282. </div>
  283.  
  284. <div id="description">{Description}</div></div>
  285.  
  286.  
  287.  
  288. <div id="entries">{block:Posts}<div id="post">
  289.  
  290. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  291.  
  292. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  293.  
  294. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  295.  
  296. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  297.  
  298. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  299.  
  300. {block:Video}{Video}{Video-500}<BR>{Caption}{block:Video}
  301.  
  302. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  303.  
  304. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  305. {AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  306.  
  307. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-24}"/> <div style="margin-top:-26px;margin-left:26px; background-color:#fbfbfb; padding:7px;"><b>{Asker}</b>: {Question}</div></div><div class="ans"><blockquote>{Answer}</blockquote></div>{/block:answer}
  308.  
  309. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with {NoteCountWithLabel} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  310. {block:ContentSource} › <a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  311. <div id="tags" st>
  312. {block:HasTags}<div id="tags">{block:Tags} -<a href="{TagURL}"><u>{Tag}</u></a> {/block:Tags}</div>{/block:HasTags}</div></div>
  313.  
  314. {/block:Posts}
  315.  
  316. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  317. {/block:Posts}</div></div></div></div>
  318. <div style="font-size: 12px; float: right; position: fixed; bottom: 15px; right: 15px; text-transform:lowercase;"><a href="http://ssforzas.tumblr.com"><b>♦</b></a></div>
  319.  
  320. </body>
  321.  
  322. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement