Advertisement
granger-s

THEME 001

Dec 6th, 2011
2,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- DEFAULT VARIABLES -->
  2.  
  3. <meta name=&quot;image:Background&quot; content=&quot;&quot; />
  4. <meta name=&quot;image:Sidebar&quot; content=&quot;&quot; />
  5. <meta name=&quot;font:Body&quot; content=&quot;georgia&quot; />
  6. <meta name=&quot;font:Links&quot; content=&quot;georgia&quot; />
  7. <meta name=&quot;font:Quote&quot; content=&quot;georgia&quot; />
  8. <meta name=&quot;color:Bg&quot; content=&quot;#000000&quot; />
  9. <meta name=&quot;color:Text&quot; content=&quot;#ffffff&quot; />
  10. <meta name=&quot;color:Link&quot; content=&quot;#f6f6f6&quot; />
  11. <meta name=&quot;color:LinkHover&quot; content=&quot;#000000&quot; />
  12. <meta name=&quot;color:SbarBg&quot; content=&quot;#ffffff&quot; />
  13. <meta name=&quot;color:Title&quot; content=&quot;#ba9287&quot; />
  14. <meta name=&quot;color:TitleBorderBottom&quot; content=&quot;#ffffff&quot; />
  15. <meta name=&quot;color:SbarLinksHorizontal&quot; content=&quot;#ffffff&quot; />
  16. <meta name=&quot;color:SbarLinksHorizontalBg&quot; content=&quot;#ffffff&quot; />
  17. <meta name=&quot;color:SbarLinksHorizontalHover&quot; content=&quot;#ffffff&quot; />
  18. <meta name=&quot;color:SbarLinksHorizontalBgHover&quot; content=&quot;#fffff&quot; />
  19. <meta name=&quot;color:CustomLinksHover&quot; content=&quot; #ffffff;&quot; />
  20. <meta name=&quot;if:ShowSidebarImage&quot; content=&quot;0&quot; />
  21. <meta name=&quot;if:ShowTitle&quot; content=&quot;1&quot; />
  22.  
  23.  
  24. <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; />
  25. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  26. {block:Description}<meta name=&quot;description&quot; content=&quot;{MetaDescription}&quot; />{/block:Description}
  27. <link rel=&quot;shortcut icon&quot; href=&quot;{Favicon}&quot; />
  28. <link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; href=&quot;{RSS}&quot; />
  29. <style type=&quot;text/css&quot;>
  30.  
  31. body {
  32. color:{color:text};
  33. background-color:{color:background};
  34. background-image: url('{image:background}');
  35. background-position: center;
  36. background-attachment:fixed;
  37. background-repeat: repeat;
  38. font-size:11px;
  39. font-family:{font:body};
  40. line-height:110%;
  41. text-align:justify}
  42.  
  43. a:link, a:active, a:visited{
  44. color: {color:link}; text-decoration:none}
  45.  
  46. a:hover{
  47. color:{color:title};background-color:{color:lhover};font-style:italic;
  48. }
  49.  
  50. #entries {
  51. margin-left:430px;
  52. margin-top:-15px;
  53. width:505px}
  54.  
  55. #posts{
  56. overflow:hidden;
  57. background-color: {color:entry};
  58. border-left:0px solid;
  59. border-right:0px solid;
  60. padding:3px}
  61.  
  62.  
  63. #nav {
  64. position:fixed
  65. }
  66.  
  67. #nav a {
  68. width:300px;
  69. display:block;
  70. background-color:{color:sbar};
  71. margin:5px 0px -15px 120px;
  72. font:8px arial;
  73. text-transform: lowercase;
  74. color:{color:sidebar text};
  75. text-decoration: none;
  76. letter-spacing: 0px;
  77. text-align:left;
  78. padding:0px
  79. }
  80.  
  81. #nav a:hover {
  82. background-color:{color:nhover}
  83. }
  84.  
  85.  
  86.  
  87. #sbar {
  88. width:300px;
  89. margin-left:100px;
  90. margin-top:50px;
  91. position:fixed;
  92. overflow:hidden;
  93. background-color: {color:sbar};
  94. border-left:0px solid;
  95. border-right:0px solid;
  96. padding:3px}
  97.  
  98. #sidebarimg img {
  99. max-width: 300px;
  100. margin-left:0px;
  101. margin-top:0px;
  102. height: auto;
  103. text-align:center;
  104. }
  105.  
  106.  
  107. #pagination {
  108. font-family:helvetica;
  109. text-align:center;
  110. font-size:14px
  111. }
  112.  
  113. h1{
  114. color:{color:title};
  115. font-family:{font:title};
  116. font-size:15px;
  117. line-height:17px;
  118. letter-spacing:1px;
  119. font-weight:normal;
  120. margin:0px;
  121. padding:0px;
  122. text-align:center}
  123.  
  124. h2{
  125. color:{color:title};
  126. font-family:{font:title};
  127. font-size:12px;
  128. line-height:14px;
  129. letter-spacing:1px;
  130. font-weight:normal;
  131. margin:0px;
  132. padding:0px;
  133. margin-bottom:-0px;
  134. text-align:center}
  135.  
  136.  
  137. #info{
  138. background-color:{color:info};
  139. margin:2px 0px 2px 0px;
  140. font-family:{font:text};
  141. font-size:9px;
  142. text-transform: lowercase;
  143. color:{color:text};
  144. letter-spacing: 2px;
  145. text-align:center;
  146. padding:2px;}
  147.  
  148. .links{
  149. background-color: {color:sbar};
  150. text-align:center;
  151. margin-top:15px;
  152. margin-bottom:5px;
  153. }
  154.  
  155. .links a{
  156. display:inline-block;
  157. font-family:georgia;
  158. font-size:9px;
  159. text-transform: lowercase;
  160. letter-spacing: 2px;
  161. padding:5 3px 5px 3px 5px;
  162. }
  163.  
  164. .links a:hover{
  165. background-color:{color:nlink hover background};
  166. }
  167.  
  168. #questions {background-color:{color:info};
  169. color: {color:text};
  170. padding:10px;
  171. margin-bottom:0px;
  172. text-align:center;
  173. font-family:{font:text}
  174. font-size:10px;
  175. }
  176.  
  177. #questions a {color:{color:link}}
  178.  
  179. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  180. blockquote img, blockquote a img {max-width: 490px}
  181.  
  182. b, strong{color:{color:title};}
  183. i, em {color:{color:link};}
  184. p{margin-top:3px; margin-bottom:3px}
  185.  
  186. img a{border:none}
  187. .audio{background-color:black; display:block;}
  188.  
  189. .user_1 .label {color:{color:lhover}; font-weight:bold}
  190. .user_2 .label {color:{color:text}; font-weight:bold}
  191. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  192.  
  193. .notes img{width:10px; position:relative; top:1px;}
  194. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  195. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  196.  
  197. </style>
  198. <style type=&quot;text/css&quot;>{CustomCSS}</style>
  199. </head>
  200.  
  201. <body>
  202. <div id=&quot;sbar&quot;>
  203. <div id=&quot;sidebarimg&quot;><img src=&quot;{image:sidebar}&quot;/></div>
  204. <div class=&quot;links&quot;>
  205. <a href=&quot;/&quot;>back to home</a>
  206. <a href=&quot;/ask&quot;>message</a>
  207. <a href=&quot;http://granger-s.tumblr.com&quot;>theme (c)</a></div>
  208. <br>
  209.  
  210. {block:Description}{Description}{/block:Description}<br><br>
  211. <div id=&quot;pagination&quot;>{block:PreviousPage}<a href=&quot;{PreviousPage}&quot;>«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href=&quot;{NextPage}&quot;>»</a>{/block:NextPage}</div>
  212. </div><BR>
  213.  
  214. <div id=&quot;entries&quot;>
  215. {block:Posts}
  216. <div id=&quot;posts&quot;>
  217. {block:Quote}<h2>&quot;{Quote}&quot;&nbsp; - {Source}</h2>{/block:Quote}
  218. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  219. {block:Text}{Body}{/block:Text}
  220.  
  221. {block:Link}<a href=&quot;{URL}&quot; class=&quot;link&quot; {Target}><h1>{Name}&nbsp;</h1></a>
  222. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  223.  
  224. {block:Photo}<center>{LinkOpenTag}<img src=&quot;{PhotoURL-500}&quot; alt=&quot;{PhotoAlt}&quot;/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  225. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  226.  
  227. {block:Chat}<ul class=&quot;chat&quot;>{block:Lines}<li class=&quot;user_{UserNumber}&quot;>{block:Label}<span class=&quot;label&quot;>{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  228.  
  229. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  230.  
  231. {block:Answer}<div id=&quot;questions&quot;>{Asker} told me: &quot;{Question}&quot;</div>
  232. {Answer}{/block:answer}
  233.  
  234. {block:Audio}<span class=&quot;audio&quot;><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  235.  
  236. <div id=&quot;info&quot;>posted <a href=&quot;{Permalink}&quot;>{TimeAgo}</a> · {NoteCountWithLabel}{block:RebloggedFrom} © <a href=&quot;{ReblogRootURL}&quot;>{ReblogRootName}</a> {/block:RebloggedFrom}{block:HasTags}<br>{block:Tags}#<a href=&quot;{TagURL}&quot;>{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  237. {/block:Posts}
  238. {block:PostNotes}{PostNotes}{/block:PostNotes}
  239.  
  240. </div>
  241.  
  242. </body>
  243.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement