Advertisement
hrry20s

theme one: subszero

Apr 6th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--first theme by palvlins
  4. don't steal or that wouldn't be cool-->
  5.  
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:text" content="#838282"/>
  9. <meta name="color:link" content="#b8b8b8"/>
  10. <meta name="color:link hover" content="#eeeeee"/>
  11. <meta name="color:border" content="#eeeeee"/>
  12. <meta name="color:hoverlink text" content="838282"/>
  13. <meta name="color:hoverlink border" content="838282"/>
  14. <meta name="color:hoverlink bg" content="#ffffff"/>
  15.  
  16. <meta name="image:sidebar" content=""/>
  17.  
  18. <meta name="text:link1 text" content="link 1">
  19. <meta name="text:link1 url" content="/">
  20. <meta name="text:link1 hover" content="link 1">
  21. <meta name="text:link2 text" content="link 2">
  22. <meta name="text:link2 url" content="/">
  23. <meta name="text:link2 hover" content="link 2">
  24. <meta name="text:link3 text" content="link 3">
  25. <meta name="text:link3 url" content="/">
  26. <meta name="text:link3 hover" content="link 3">
  27. <meta name="text:link4 text" content="link 4">
  28. <meta name="text:link4 url" content="/">
  29. <meta name="text:link4 hover" content="link 4">
  30.  
  31. <head><title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#838282;}
  39. ::-webkit-scrollbar {background-color:#838282;height:7px;width:12px;border:5px solid #fff;}
  40.  
  41. body {
  42. background:{color:background};
  43. margin:0px;
  44. color:{color:text};
  45. font-family:arial;
  46. font-size:10px;
  47. line-height:100%;
  48. }
  49.  
  50. a {
  51. text-decoration:none;
  52. outline:none;
  53. -moz-outline-style:none;
  54. color:{color:link};
  55. -moz-transition-duration:0.8s;
  56. -webkit-transition-duration:0.8s;
  57. -o-transition-duration:0.8s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:link hover};
  62. outline:none;
  63. -moz-outline-style:none;
  64. }
  65.  
  66. img {
  67. border:;
  68. }
  69.  
  70. blockquote {
  71. padding-left:5px;
  72. border-left:2px solid;
  73.  
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. h1 {
  82. font-size:8px;
  83. text-align:left;
  84. font-family:arial;
  85. letter-spacing:1px;
  86. color:{color:text};
  87. }
  88.  
  89. h2 {
  90. font-size:8px;
  91. text-align:left;
  92. font-family:arial;
  93. letter-spacing:1px;
  94. color:{color:text};
  95. }
  96.  
  97.  
  98. #sidebar {
  99. width:200px;
  100. position:fixed;
  101. margin-left:230px;
  102. margin-top:190px;
  103. }
  104.  
  105. #title{
  106. font-size:16px;
  107. color:#000;
  108. width: 200px;
  109. background:#c1e2ff;
  110. font-style:normal;
  111. font-weight:bold;
  112. text-align:right;
  113. padding: 4px;
  114. line-height:20px;
  115. border: 5px solid #c1e2ff;
  116. }
  117.  
  118. #sidebarimage {
  119. position:fixed;
  120. width:200px;
  121. height:135px;
  122. }
  123.  
  124. #sidebarimage img {
  125. width:200px;
  126. height:135px;
  127. }
  128.  
  129. #links {
  130. width:190px;
  131. margin-top:135px;
  132. padding:10px;
  133. text-align:center;
  134. font-family:calibri;
  135. text-transform: lowercase;
  136. word-spacing:0px;
  137. font-size:12px;
  138. display:block;
  139. color:{color:link};
  140. background-color:#fff;
  141. }
  142.  
  143. #links a {
  144. letter-spacing: 1px;
  145. padding:3px;
  146. background:#fff;
  147. color:#000;
  148. }
  149.  
  150. #links a:hover {
  151. text-decoration: underline;
  152. }
  153.  
  154. #description {
  155. width:185px;
  156. font-weight:bold;
  157. font-size:11px;
  158. padding:10px;
  159. text-align:right;
  160. font-family:arial;
  161. background:#c1e2ff;
  162. letter-spacing:0px;
  163. line-height:90%;
  164. border: 5px solid #c1e2ff;
  165. }
  166.  
  167. #pagination {
  168. text-align:center;
  169. margin-top:5px;
  170. }
  171.  
  172. #entries {
  173. padding:20px;
  174. width:500px;
  175. margin-left:500px;
  176. margin-top:40px;
  177. }
  178.  
  179. #post {
  180. width:500px;
  181. padding-bottom:20px;
  182. }
  183.  
  184. #postinfo {
  185. text-align:center;
  186. margin-top:10px;
  187. border-top:1px solid #eee;
  188. font-family:arial;
  189. padding-top:5px;
  190. }
  191.  
  192. #question {
  193. font-size:12px;
  194. padding-top: 10px;
  195. padding-bottom: 10px;
  196. padding-left:10px;
  197. font-family:arial;
  198. letter-spacing:0px;
  199. text-align:center;
  200. font-style:none;
  201. background:#000;
  202. border: 2px solid #000;
  203. color:{color:ask} ;
  204. }
  205.  
  206. #question a{
  207. color:#fff;
  208. }
  209.  
  210. #cred {
  211. position:fixed;
  212. font-size:9px;
  213. font-weight:normal;
  214. line-height:150%;
  215. letter-spacing:2px;
  216. padding: 5px;
  217. text-transform:uppercase;
  218. text-align:center;
  219. font-weight:bold;
  220. right:10px;
  221. bottom:10px;
  222. border: 2px solid black;
  223. background: #000;
  224. }
  225.  
  226.  
  227. {CustomCSS}</style></head><body>
  228.  
  229. </script>
  230.  
  231. <div id="sidebar">
  232.  
  233. <div id="title">{title}</div>
  234.  
  235. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  236.  
  237. <div id="links">
  238. <a title="{text:link1 hover}" href="{text:link1 url}">{text:link1 text}</a>
  239. <a title="{text:link2 hover}" href="{text:link2 url}">{text:link2 text}</a>
  240. <a title="{text:link3 hover}" href="{text:link3 url}">{text:link3 text}</a>
  241. <a title="{text:link4 hover}" href="{text:link4 url}">{text:link4 text}</a></div>
  242.  
  243. <div id="description">{Description}</div>
  244.  
  245. <div id="pagination">
  246. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  247. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  248. </div>
  249.  
  250. </div>
  251.  
  252.  
  253. <div id="entries">{block:Posts}<div id="post">
  254.  
  255. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  256.  
  257. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  258.  
  259. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  260.  
  261. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  262.  
  263. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  264.  
  265. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  266.  
  267. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  268.  
  269. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  270. {block:Caption}<div class="caption">{Caption}</div>
  271. {/block:Caption}{/block:Audio}
  272.  
  273. {block:Answer}<div id="question"><span style="text-transform:lowercase;font-size:12px;color:#c1e2ff; font-style:none; font-weight:bold;"><font face="arial"></font> {Asker} said: </font> </span>{Question}</div><center><span style="text-transform:none;font-size:11px;font-style:none;"><font face="trebuchet ms">{Answer}</font></span>{/block:Answer}
  274.  
  275. <div id="postinfo">on <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>{/block:Date}&nbsp;&nbsp;&nbsp;&nbsp; $<a href="{Permalink}">{NoteCount}</a>&nbsp;&nbsp;&nbsp;&nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}"> via</a> {/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> src</a>{/block:ContentSource}{/block:RebloggedFrom}
  276.  
  277. {block:HasTags}<div id="tags"><span style="text-transform:uppercase; font-size:10px; font-weight;bold;"></span>{block:Tags} #<a href="{TagURL}">{tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  278.  
  279. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  280.  
  281. </div></div></div></div>
  282. </div>
  283.  
  284. <div id="cred"><a href="http://palvlins.tumblr.com/"><b>PLVNS</b></a></div>
  285.  
  286. </body>
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement