Don't like ads? PRO users don't see any ads ;-)

theme #001 (w/ title)

By: kultre on Aug 6th, 2012  |  syntax: None  |  size: 8.39 KB  |  hits: 116  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <body>
  3.  
  4. <!-- theme #001 by iris (@kultre)
  5.      1. do not remove my credit or distribute. -->
  6.      
  7. <head>
  8. <!-- DEFAULT -->
  9. <meta name="color:Background" content="#050505" />
  10. <meta name="color:Sbar" content="#0a0a0a" />
  11. <meta name="color:Entry" content="#050505" />
  12. <meta name="color:Title" content="#978f8d" />
  13. <meta name="color:Text" content="#978f8d" />
  14. <meta name="color:Link" content="#797371" />
  15. <meta name="color:LinkHover" content="#6c6765" />
  16. <meta name="color:Info" content="#050505" />
  17. <meta name="color:border" content="#978f8d" />
  18.  
  19. <meta name="font:Title" content="Georgia;" />
  20. <meta name="font:Body" content="Georgia;" />
  21.  
  22. <meta name="image:sidebar" content="" />
  23. <meta name="image:background" content="" />
  24.  
  25. <meta name="text:Link1" content="" />
  26. <meta name="text:Link1 Title" content="" />
  27. <meta name="text:Link2" content="" />
  28. <meta name="text:Link2 Title" content="" />
  29. <meta name="text:Link3" content="" />
  30. <meta name="text:Link3 Title" content="" />
  31. <meta name="text:Link4" content="" />
  32. <meta name="text:Link4 Title" content="" />
  33. <meta name="text:Link5" content="" />
  34. <meta name="text:Link5 Title" content="" />
  35. <meta name="text:Link6" content="" />
  36. <meta name="text:Link6 Title" content="" />
  37. <meta name="text:Link7" content="" />
  38. <meta name="text:Link7 Title" content="" />
  39. <meta name="text:Link8" content="" />
  40. <meta name="text:Link8 Title" content="" />
  41.  
  42. <meta name="color:scrollbg" content="#050505" />
  43. <meta name="color:scrollbar" content="#0a0a0a" />
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46.  
  47. <title>{Title}</title>
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbg}; height:30px;}
  54. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbg}; height:10px!important;}
  55. ::-webkit-scrollbar {background-color:{color:scrollbar}; height:5px; width:5px;}
  56.  
  57. ::selection {
  58.     text-decoration:none;
  59.     background-color:transparent;
  60.     color:#6B5B56;
  61.     }
  62.  
  63. body {
  64. color:{color:text};
  65. background-color:{color:background};
  66. background-image: url('{image:Background}');
  67. background-position: center;
  68. background-attachment:fixed;
  69. background-repeat: repeat;
  70. font-family:{font:body};
  71. font-size:11px;
  72. line-height:110%;
  73. text-align:justify
  74. }
  75.  
  76. a:link, a:active, a:visited {
  77. color: {color:link};
  78. text-decoration:none
  79. }
  80.  
  81. #entries {
  82. left:50%;
  83. margin-left:425px;
  84. margin-top:0px;
  85. width:505px
  86. }
  87.  
  88. #title {
  89. font-size:25px;
  90. text-align:left;
  91. font-family:'body';
  92. font-style:bold;
  93. line-height:105%
  94. }
  95.  
  96. #simg {text-align:center; margin-bottom:2px; margin-top:10px}
  97. #simg img {max-width: 245px; height: auto; text-align:center}
  98.  
  99.  
  100. #sbar {
  101. width:250px;
  102. height:1000px;
  103. margin-left:150px;
  104. margin-top:-25px;
  105. position:fixed;
  106. overflow:hidden;
  107. background-color: {color:sbar};
  108. border-left:0px solid;
  109. border-right:0px solid;
  110. padding:3px;
  111. padding:10px;
  112. }
  113.  
  114.  
  115. #pagination {
  116. background-color: {color:sbar};
  117. font-family:body;
  118. text-align:center;
  119. font-size: 9px}
  120.  
  121. #posts{
  122. overflow:hidden;
  123. background-color: {color:entry};
  124. border-left:0px solid { color:link};
  125. border-right:0px solid {color:link};
  126. padding:3px
  127. }
  128.  
  129. h1{
  130. color:{color:title};
  131. font-family:body;
  132. font-size:16px;
  133. line-height:17px;
  134. letter-spacing:-1px;
  135. font-weight:normal;
  136. text-transform:lowercase;
  137. margin:0px;
  138. padding:0px;
  139. text-align:left}
  140.  
  141. h2{
  142. color:{color:title};
  143. font-family:body;
  144. font-size:20px;
  145. line-height:14px;
  146. letter-spacing:-1px;
  147. font-weight:normal;
  148. text-transform:lowercase;
  149. margin:0px;
  150. padding:0px;
  151. margin-bottom:-0px;
  152. text-align:center
  153. }
  154.  
  155. #info{
  156. width:490px;
  157. background-color: {color:info};
  158. font-family:body;
  159. font-size:9px;
  160. text-transform:lowercase;
  161. text-align:right
  162. border-left:0px solid;
  163. border-right:0px solid;
  164. padding:3px;
  165. -webkit-border-radius: 10px;
  166. -moz-border-radius: 10px;
  167. padding:5px;
  168. }
  169.  
  170. .links{
  171. background-color: {color:sbar};
  172. text-align:center;
  173. rex-transform:lowercase
  174. margin-top:55px;
  175. margin-bottom:5px;
  176. }
  177.  
  178. .links a{
  179. background-color: {color:sbar};
  180. display:inline-block;
  181. font: normal 9px {font:body};
  182. text-transform: lowercase;
  183. letter-spacing: 1px;
  184. padding:10px 5px 10px 5px;
  185. }
  186.  
  187. .links a:hover{
  188. background-color:{color:Link Hover Background};
  189. }
  190.  
  191. #border {margin-top:6px; border-top: 2px solid {color:border}}
  192.  
  193. #questions {
  194. background-color:{color:background};
  195. color: {color:text};
  196. padding:10px;
  197. margin-bottom:0px;
  198. font-family:body;
  199. font-size:11px
  200. }
  201. #questions a {
  202. color:{color:link}
  203. }
  204.  
  205. blockquote {
  206. border-left:2px {color:body} solid;
  207. padding-left:5px;
  208. margin:0px 2px 0px 10px
  209. }
  210. blockquote img, blockquote a img { max-width: 490px}
  211.  
  212. b, strong{
  213. color:{color:text}
  214. }
  215. i, em {
  216. color:{color:text};
  217. }
  218. p{
  219. margin-top:3px; margin-bottom:3px
  220. }
  221.  
  222. /* @kultre */
  223.  
  224. img a{border:none; width:100%}
  225. .audio{background-color:black; display:block;}
  226.  
  227. .user_1 .label {color:{color:link}; font-weight:bold}
  228. .user_2 .label {color:{color:text}; font-weight:bold}
  229. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  230.  
  231. .notes img{
  232. background-color:entry;
  233. width:10px;
  234. position:relative;
  235. top:1px;
  236. }
  237.  
  238. ol.notes, .notes li{
  239. list-style:none;
  240. margin:0px;
  241. padding:0px;
  242. }
  243. random text{
  244. background-color:transparent!important;
  245. }
  246.  
  247. </style>
  248. <style type="text/css">{CustomCSS}</style>
  249. </head>
  250.  
  251. <body>
  252.  
  253.  
  254.  
  255. <div id="sbar">
  256. <br><br><br><br><br><br>
  257. <center><h3><a href="/">{Title}</a></h3></center>
  258. <center><div id="simg"><img src="{image:sidebar}"/></div></center>
  259. <br>
  260. {block:Description}{Description}{/block:Description}
  261. <div class="links">
  262. <a href="/">home</a>
  263. <a href="/ask">inbox</a>
  264. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  265. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  266. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  267. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  268. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  269. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  270. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  271. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  272. <a href="http://riethemes.tumblr.com/">theme</a>
  273. </div>
  274. <div id:"pagination">
  275. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></div></center></div></div>
  276. <BR>
  277. <BR>
  278.  
  279. <div id="entries">
  280. {block:Posts}
  281. <div id="posts">
  282.  
  283.  
  284. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  285. {block:Text}{Body}{/block:Text}
  286.  
  287. {block:Quote}<h2>"{quote}"</h2>{/block:Quote}
  288. {block:Source}<div class="source">— {Source}</div>{/block:Source}
  289.  
  290. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  291. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  292.  
  293. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  294. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  295.  
  296. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  297.  
  298. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  299.  
  300. {block:Answer}<div id="questions">{Asker} said: {Question}</div>
  301. {Answer}{/block:answer}
  302.  
  303. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  304.  
  305. <div id="border"></div>
  306. <div id="info">
  307. <div id="source"><center>{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} + <a href="{ReblogParentURL}">via</a>/{block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<br>{block:HasTags}{block:Tags}+<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</center></div></div></div><br />
  308.  
  309. {/block:Posts}
  310.  
  311. {block:PostNotes}{PostNotes}{/block:PostNotes}
  312.  
  313. </div>
  314.  
  315. </body>
  316. </html>