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

THEME #10

By: chissy_ on Apr 10th, 2012  |  syntax: None  |  size: 9.75 KB  |  hits: 2,199  |  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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme #10 http://irishmine.tumblr.com/ -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7.  
  8. <meta name="color:background" content="#ffffff" />
  9. <meta name="color:Entry" content="#FFFFFF" />
  10. <meta name="color:text" content="#cacaca" />
  11. <meta name="color:link" content="#cacaca" />
  12. <meta name="color:Link hover" content="#cacaca" />
  13. <meta name="color:info" content="#ffffff" />
  14. <meta name="color:Scrollbar" content="#dddddd"/>
  15.  
  16. <meta name="image:Background" content="" />
  17. <meta name="image:sidebar" content=""/>
  18.  
  19.  
  20. <meta name="text:link1" content="link 1" />
  21. <meta name="text:link1 url" content="/" />
  22. <meta name="text:link2" content="link 2" />
  23. <meta name="text:link2 url" content="/" />
  24. <meta name="text:link3" content="link 3" />
  25. <meta name="text:link3 url" content="/" />
  26.  
  27.  
  28.      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  30.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31.     <link rel="shortcut icon" href="{Favicon}" />
  32.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  33.    
  34.  
  35. <style type="text/css">
  36.      
  37.  
  38.  
  39. body {
  40. color:{color:text};
  41. background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed; background-repeat:no-repeat; background-position: right top;
  42. background-attachment:fixed;
  43. font-family:arial;
  44. font-size:10px;
  45. line-height:100%;
  46. text-align:justify;
  47. }
  48.  
  49.  
  50. a:link, a:active, a:visited {color:{color:Link}; text-decoration:none; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  51. a:hover {text-decoration:none; color:{color:Link hover};-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  52.  
  53.  
  54.      
  55. #entries {background-color:#FFFFFF;
  56. margin-left:510px;
  57. margin-top:20px;
  58. margin-bottom:20px;
  59. width:500px;
  60. }
  61.  
  62. #arrow1 {position:fixed; top:300px; margin-left:60px;}
  63. #arrow1 a{color:{color:pagination}; font:100px Georgia; line-height:90%;}
  64.  
  65. #arrow2 {position:fixed; top:300px; float:right; right:60px;}
  66. #arrow2 a{color:{color:pagination}; font:100px Georgia; line-height:90%;}
  67.  
  68.  
  69. #sbar {width: 500px; height: auto;}
  70.      
  71. #simg {padding:5px 5px 5px 5px; background-color:{color:background}}
  72.  
  73. #simg img {max-width:100%; height:auto;z-index: 100;
  74.  opacity:1}
  75.  
  76. #sidebar {
  77. margin-top: 200px;
  78. width:250px;
  79. height: auto;
  80. margin-left:140px;
  81. position:fixed;
  82. overflow:hidden;
  83. background-color: {color:sbar};
  84. padding:3px;}
  85.  
  86.  
  87. #linkyes {
  88. text-align:center;
  89. width: 238px;
  90. padding: 10px;
  91. position:fixed;
  92. z-index:4;
  93. background: #fffcf8;
  94. margin-top: 208px;
  95. -webkit-transition: all 0.6s ease; opacity: 0.4;
  96.  
  97. }
  98.  
  99.  
  100.  
  101. #linkyes a{
  102. height:12px;
  103. display: inline-block;
  104. font-family:'arial;
  105. font-size:9px;
  106. padding: 3px;
  107. }
  108.  
  109.  
  110.  
  111.  
  112.  
  113. #linkyes:hover {
  114. display: inline-block;
  115. background:#fffcf8;
  116. opacity:1; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
  117. }
  118.  
  119.  
  120. #askr {display:block; float:left; width:25px; overflow:hidden; margin-right:3px}
  121. #question {overflow:show; line-height:130%; margin-top:-4px; padding:3px; padding-top:0px; padding-bottom:0px; border-bottom:1px dotted {color:background}}
  122.  
  123.  
  124.  
  125. #title {
  126. width: 250px;
  127. font-size: 30px;
  128. color:{color:link};
  129. font-family:"arsenalewhite";
  130. padding-bottom: 10px;
  131. padding-top: 15px;
  132. margin-bottom: 10px;
  133. letter-spacing:-1px;
  134. border-top: 1px dashed;
  135. border-bottom: 1px dashed;
  136. border-color:{color:Scrollbar}
  137.  
  138. }
  139.  
  140. #posts{
  141. overflow:hidden;
  142. background-color: {color:entry};
  143. border-left:0px solid {color:link};
  144. border-right:0px solid {color:link};
  145. padding: 3px;
  146. }
  147.      
  148.  
  149. h1 , h2{font-family:arial;
  150. font-size:9px;text-transform:uppercase;
  151. line-height:20px;
  152. letter-spacing:0px;
  153. text-align:center;
  154. }
  155.      
  156.  
  157.  
  158. #permalink {background-color:{color:info};border-bottom:1px dashed;margin:9px 0px 0px 0px; padding:3px; display:block; opacity:1; font-size:7px; text-transform:uppercase ;
  159. border-color:{color:border};}
  160. #permalink a {color:{color:Link}}
  161. #permalink a:hover {color:{color:Link hover}}
  162.      
  163. #questions {
  164. background-color:{color:ask background};
  165. color: {color:ask};
  166. padding:10px;
  167. margin-bottom:0px;
  168. font-size:10px}
  169. #questions a {color:{color:link}
  170. }
  171.      
  172. blockquote {
  173. border-left:2px {color:body} solid;
  174. padding-left:5px;
  175. margin:0px 2px 0px 10px
  176. }
  177.  
  178.  
  179.  
  180. #quote {
  181. font-size: 15px;
  182. letter-spacing:-1px;
  183. line-height: 100%;  
  184. margin-left: 10px;
  185. padding: 10px;
  186. border-left: 5px solid;
  187. border-color: {color:border};
  188. }
  189.  
  190. #quote:first-letter{
  191. font-weight:bold; font-size:19px};
  192. }
  193.  
  194.  
  195.  
  196. blockquote {
  197. padding-left:7px;
  198. margin:2px;
  199. border-left:5px solid {color:border};
  200. }
  201.  
  202. @font-face {
  203. font-family: "arsenalewhite";
  204. src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf');
  205. }
  206.  
  207.  
  208. #tags {background-color:transparent;text-align:right; margin-right:-10px; padding:3px; opacity:0.7; text-transform:lowercase; letter-spacing:0px; font-style:italic; font-size:9px;}
  209.  
  210. #_ {padding:10px 10px 5px 10px}
  211. .qu {font-family:georgia; font-size:40px; font-weight:bold;  line-height:33px; opacity:0.7}
  212. .ote {margin-top:-34px; text-indent:25px; opacity:0.9}
  213.  
  214. .user_1 .label {color:{color:text}; font-weight:bold}
  215. .user_2 .label {color:{color:text}; font-weight:bold}
  216. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  217.  
  218. #notes {font-weight:normal}
  219. #notes li {padding-bottom:0.5em}
  220. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:8px}
  221.  
  222. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  223.  
  224. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px;}
  225. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:10px!important;}
  226. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  227. ::-moz-selection {background-color:transparent; color:{color:Link};}
  228. ::selection {background-color:transparent; color:{color:link};}
  229.  
  230. </style>
  231. <style type="text/css">{CustomCSS}</style>
  232. </head>
  233.  
  234.  
  235.    
  236. <body>
  237. {block:Pagination}
  238. <div id="arrow1">
  239. {block:PreviousPage}
  240. <a href="{PreviousPage}">«</a>
  241. {/block:PreviousPage}
  242. </div>
  243. {/block:Pagination}
  244.  
  245. <div id="sidebar">
  246.  
  247. <div id="simg">
  248. <div id="linkyes">
  249. <a href="/">home</a> &middot;
  250. <a href="/ask">message</a> &middot;
  251. <a href="/archive">archive</a> &middot;
  252. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}
  253. {block:ifLink2}- <a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}
  254. {block:ifLink3}-<a href="{text:link3 url}">{text:link3}</a>{/block:ifLink3}
  255. </div>
  256. <img src="{image:Sidebar}"/></div>
  257.  
  258. <center><div id="title"><a href="/">{Title}</a></center>
  259. <br><br><br>
  260. <div id="description"><center>{block:Description}{Description}{/block:Description}<br /></center></div>
  261.  
  262. </div></div></div></div>
  263.  
  264.  
  265. <div id="entries">
  266. {block:Posts}
  267. <div id="posts">
  268.      
  269. {block:Text}{block:Title}<h1>{Title}</h1>{/block:title}{body}{/block:Text}
  270. {block:Link}<a href="{url}"><h1>{Name}</h1></a> {block:Description}{Description}{/block:Description}{/block:Link}
  271.  
  272. {block:Photo}<div id="posts"><a href="{permalink}"><div class="entry"><img src="{PhotoURL-500}" width="500px"/></a>{block:IndexPage}<div id="photobox"> <a href="{ReblogURL}" target="_blank"><font color={color:Body text}></font></a></div>{/block:IndexPage}</div></div>
  273. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  274.  
  275. {block:Photoset}<center>{Photoset-500}</center>
  276. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  277.  
  278. {block:Quote}<b class="qu">“</b><div class="ote"><h1>{Quote}</h1></div><div style="padding-bottom:5px;"><div style="text-align:right">— {Source} </div></div>{/block:Quote}
  279.  
  280. {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}
  281.  
  282. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="170px" height="170px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerWhite}<br>
  283. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  284. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  285. {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  286. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  287.  
  288. {block:Video}{Video-500}<br /> {block:Caption}{Caption}{/block:Caption}{/block:Video}
  289.  
  290. {block:Answer}<div id="_"><div id="askr"><img src="{AskerPortraitURL-30}" width="22" align="left" style="margin-right:5px;" /></div><div id="question"><div id="asked">{Asker} asked:<br>{Question}</div> </div>{answer}</div>{/block:answer}
  291.  
  292.  
  293. <div id="permalink"> posted {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} |  <a href="{Permalink}">{NoteCount} notes | </a>{/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  294. {block:ContentSource}  © <a href="{SourceURL}">{SourceLink}</a>
  295. {/block:ContentSource}</div>
  296.  
  297. <div id="tags">{block:HasTags}{block:Tags}  # <a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  298. {block:PostNotes}{PostNotes}</div><br>{/block:PostNotes}</div>
  299.  
  300.  {block:Pagination}
  301. <div id="arrow2">
  302. {block:NextPage}
  303. <a href="{NextPage}">»</a>
  304. {/block:NextPage}
  305. </div>
  306. {/block:Pagination}
  307.      
  308. </body>
  309. </html>