Advertisement
themeingly

number two

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