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

theme 005

By: a guest on Mar 27th, 2012  |  syntax: None  |  size: 10.03 KB  |  hits: 1,291  |  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. <!--
  2.  
  3.     theme 005
  4.  
  5.     by yeahniall, raiane.
  6.  
  7. (http://yeahniall.tumblr.com/)
  8.  
  9. -->
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#ffffff" />
  14. <meta name="color:entry" content="#ffffff" />
  15. <meta name="color:scrollbg" content="#ffffff" />
  16. <meta name="color:scrollbar" content="#e7d1bf" />
  17.  
  18.  
  19. <meta name="color:question" content="#f5f4f3" />
  20. <meta name="color:text" content="#47443e" />
  21. <meta name="color:link" content="#b1957e" />
  22. <meta name="color:title" content="#b1957e" />
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <meta name="text:link1" content="link 1" />
  26. <meta name="text:link1 url" content="/" />
  27. <meta name="text:link2" content="link 2" />
  28. <meta name="text:link2 url" content="/" />
  29. <meta name="text:link3" content="link 3" />
  30. <meta name="text:link3 url" content="/" />
  31. <meta name="text:link4" content="link 4" />
  32. <meta name="text:link4 url" content="/" />
  33. <meta name="text:link5" content="link 5" />
  34. <meta name="text:link5 url" content="/" />
  35.  
  36. <meta name="text:subtitle" content="/" />
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title>
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43. <style type="text/css">
  44.  
  45. @font-face {
  46. font-family: "sunshine in my soul";
  47. src: url('http://img.dafont.com/dl/?f=sunshine_in_my_soul');
  48. }
  49.  
  50. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  51. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  52. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  53. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  54. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  55. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  56. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  57. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  58. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  59.  
  60.  
  61. body {color:{color:text}; background-color:{color:background}; font-family:georgia; font-size:10px; line-height:110%; text-align:justify}
  62.  
  63. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  64. a:hover{color:{color:text}; text-shadow: 0px 0px 1px #faf3f7;}
  65.  
  66. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  67.  
  68. b, strong{color:{color:text};}
  69. i, em {color:{color:text};}
  70. p{margin-top:5px; margin-bottom:5px}
  71. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid {color:text}}
  72.  
  73. img a{border:none; border-bottom: 0px dotted {color:Link}; width:100%}
  74.  
  75. #container {background-color:transparent; width:800px; text-align:center; margin:0 auto -10px auto}
  76.  
  77. #entries {margin-top:30px; margin-left:280px; float:left; text-align:justify}
  78.  
  79. #entry {margin:0px 0 -5px 0; margin-top:15px; width:500px; background-color:{color:entry};text-align:justify;padding:15px;border-radius: 0px 10px 0px 10px;}
  80.  
  81.  
  82. #description {width:232px; margin-left:14px; margin-top: -180px;background-color:{color:scrollbg};
  83. text-align:justify; padding:10px; position:fixed; top:380px;text-align: center; alpha(opacity=0);-moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
  84.  
  85. #description:hover{filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}
  86.  
  87.  
  88. #img img{float:left; margin-left:-795px; top:125px; position:fixed; border-radius: 10px 10px 10px 10px;height:245px; width:250px;}
  89.  
  90.  
  91. #sidebar {width:250px; margin-left:-25px; top:145px; position:fixed; text-align:justify;color: {color: background};}
  92.  
  93. #title {width:250px; margin-left:15px; top:70px; position:fixed; text-align:center;color: {color: title};font-family: 'sunshine in my soul'; font-size: 15px; font-style: italic;alpha(opacity=80);-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;text-shadow: 2px 3px 4px #EED8AE;}
  94.  
  95. #title:hover {width:250px; margin-left:15px; top:70px; position:fixed; text-align:center;color: {color: title};font-family: 'sunshine in my soul'; font-size: 15px;filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity: 0.1; opacity: 0.1; text-shadow: 0px 0px 3px #EED8AE;}
  96.  
  97. #subtitle {width:250px; margin-left:15px; top:100px; position:fixed; text-align:center;color: {color: title};font-family: arial; font-size: 11px;alpha(opacity=60);-moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}
  98.  
  99. #pagination {font-family: orator std;font-size:25px; text-transform:uppercase; text-align:center; padding:3px; line-height:12px; margin-top:-20px; margin-left:-200px;}
  100.  
  101. .nav{
  102. padding:0px;
  103. margin:0 0 10px 0;
  104. position:relative;
  105. margin-top:227px;
  106. width:222px; height:25px;
  107. margin-left:63px;
  108. background-color:{color:border};
  109. font-size: 15px
  110. }
  111.  
  112.  
  113. h1{
  114. color:{color:text};
  115. font:12px calibri;
  116. text-transform:uppercase;
  117. line-height:14px;
  118. letter-spacing:0px;
  119. font-weight:normal;
  120. margin:0px;
  121. padding:0px;
  122. text-align:left
  123. }
  124.  
  125. title2{
  126. color:{color:title};
  127. font:15px calibri;
  128. text-transform:uppercase;
  129. line-height:14px;
  130. letter-spacing:0px;
  131. font-weight:normal; m
  132. argin:0px;
  133. padding:0px;
  134. margin-bottom:-0px;
  135. text-align:left
  136. }
  137.  
  138.  
  139. #info {text-align:center;padding: 3px}
  140.  
  141.  
  142. #tags {text-align:center}
  143.  
  144. #question {font:10px calibri; background-color:{color:question}; color:{color:text}; margin-bottom:5px;padding:10px;}
  145.  
  146. #question img{float:left; padding:2px; margin:0px 5px 5px 0px;}
  147. }
  148.  
  149. #audio{background-color:#000000;height:55px;overflow:hidden;}
  150.  
  151. .user_1 {background-color:{color:ch}; margin-right:25px; color:{color:text};}
  152. .user_2 {background-color:{color:entry}; color:{color:text}; margin-right:25px;}
  153. .user_3 {background-color:{color:ch}; margin-right:25px; color:{color:text};}
  154. .user_4 {background-color:{color:entry}; color:{color:text}; margin-right:25px;}
  155. .user_5 {background-color:{color:ch}; margin-right:25px; color:{color:text};}
  156. .user_6 {background-color:{color:entry}; color:{color:text}; margin-right:25px;}
  157. .user_7 {background-color:{color:ch}; margin-right:25px; color:{color:text};}
  158. .user_8 {background-color:{color:entry}; color:{color:text}; margin-right:25px;}
  159. .user_9 {background-color:{color:ch}; margin-right:25px; color:{color:text};}
  160. .user_10 {background-color:{color:entry}; color:{color:text}; margin-right:25px;}
  161. .user_11 {background-color:{color:ch}; margin-right:25px; color:{color:text};}
  162. .user_12 {background-color:{color:entry}; color:{color:text}; margin-right:25px;}
  163. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  164.  
  165.  
  166. .notes img{width:10px; position:relative; top:1px}
  167. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  168.  
  169. </style>
  170. <style type="text/css">{CustomCSS}</style>
  171. </head>
  172.  
  173. <body>
  174. <div id="container">
  175.  
  176. <div id="entries">
  177.  
  178. {block:Posts}
  179. <div id="entry">
  180.  
  181. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  182. {block:Text}{Body}{/block:Text}
  183.  
  184. {block:Quote}<title2>“{Quote}” — {Source}</title2>{/block:Quote}
  185.  
  186. {block:Link}<a href="{URL}" class="link" {Target}><title2>{Name}&nbsp;</title2></a>
  187. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  188.  
  189. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  190. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  191.  
  192. {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}
  193.  
  194. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  195.  
  196. {block:Answer}
  197. <div class="question">
  198. <img src="{AskerPortraitURL-16}"> <h1>{Asker}</h1><br>
  199. {Question}</div>
  200. <div class="answer">{Answer}</div>
  201. <br>
  202. {/block:Answer}
  203.  
  204.  
  205. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="55px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  206.  
  207. <div id="info"><a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}  <a href="{Permalink}">{block:RebloggedFrom}  <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} /  <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<br>
  208. </div><div id="tags">{block:HasTags}{block:Tags}<a href="/tagged/{Tag}">•{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  209. <br>
  210. {/block:Posts}
  211.  
  212. {block:PostNotes}{PostNotes}{/block:PostNotes}
  213. </div>
  214.  
  215. <div id="title">
  216. <h3><a href="/">{Title}</a></h3><br />
  217. </div>
  218.  
  219. <div id="subtitle">
  220. {block:ifsubtitle}<em><a href="{text:subtitle url}">{text:subtitle}</a></em>{/block:subtitle}
  221. </div>
  222. <div id="img"><img src="{image:Sidebar}"></div>
  223. <div id="sidebar"><ul class="nav">
  224. <center><div id="nav"><a href="/">home</a> . <a href="/ask">message</a> . <a href="http://yeahniall.tumblr.com/tagged/themes">themes</a> </div></center>
  225.  
  226. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}  </div>
  227. </div>
  228.  
  229. <div id="description"<.>{Description}<br>
  230. {block:ifLink1}<em><a href="{text:link1 url}">{text:link1}</a></em>{/block:ifLink1}
  231. {block:ifLink2}•  <em><a href="{text:link2 url}">{text:link2}</a></em>{/block:ifLink2}
  232. {block:ifLink3}•  <em><a href="{text:link3 url}">{text:link3}</a></em>{/block:ifLink3}
  233. {block:ifLink4}•  <em><a href="{text:link4 url}">{text:link4}</a></em>{/block:ifLink4}
  234. {block:ifLink5}•  <em><a href="{text:link5 url}">{text:link5}</a></em>{/block:ifLink5}
  235. </div>
  236.  
  237. </body>
  238. </html>