Advertisement
themeingly

number five

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