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

Theme 01 // Dancing In September

By: harrysexwardstyles on May 10th, 2012  |  syntax: None  |  size: 7.32 KB  |  hits: 265  |  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. <!- Dancing In September theme by HARRYSEXWARDSTYLES; Do NOT remove the credit->
  2. <html>
  3. <head>
  4. <!-- DEFAULT VARIABLES -->
  5. <meta name="color:background" content="#ffffff" />
  6. <meta name="color:sbar" content="#ffffff" />
  7. <meta name="color:entry" content="#ffffff" />
  8.  
  9. <meta name="color:title" content="#686661" />
  10. <meta name="color:text" content="#81705e" />
  11. <meta name="color:link" content="#8f5f6e" />
  12. <meta name="color:linkhovercolor" content="#886E7B" />
  13. <meta name="color:navlinkcolor" content="#CFC0C0" />
  14. <meta name="font:title" content="calibri" />
  15. <meta name="font:body" content="calibri" />
  16. <meta name="color:bold" content="#f0d3a6" />
  17. <meta name="color:italic" content="#c9c2bb" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="image:background" content="" />  
  21.  
  22. <meta name="text:Link1Title" content="link 1"/>
  23. <meta name="text:Link1" content="http://"/>
  24. <meta name="text:Link2Title" content="link 2"/>
  25. <meta name="text:Link2" content="http://"/>
  26. <meta name="text:Link3Title" content="link 3"/>
  27. <meta name="text:Link3" content="http://"/>
  28. <meta name="text:Link4Title" content="link 4"/>
  29. <meta name="text:Link4" content="http://"/>
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36. <style type="text/css">
  37.  
  38. body { color:{color:text};
  39. background-color:{color:background};
  40. background-image: url('{image:background}');
  41. background-position: center;
  42. background-attachment:fixed;
  43. font-size:11px;
  44. font-family:calibri;
  45. line-height:110%;
  46. text-align:justify
  47. }
  48.  
  49. a:link, a:active, a:visited{
  50. color: {color:link};
  51. text-decoration:none
  52. }
  53.  
  54. a:hover{
  55. color:{color:title};
  56. color:{color:linkhovercolor};
  57. }
  58.  
  59. #entries { margin-left:590px;
  60. margin-top:20px;
  61. width:504px;
  62. }
  63.  
  64. #posts{ margin-bottom:15px;
  65. overflow:hidden;
  66. background-color: {color:entry};
  67. border-left:0px solid;
  68. border-right:0px solid;
  69. padding:3px;
  70. }
  71.  
  72. #sbar { width:250px;
  73. height: auto;
  74. margin-left:290px;
  75. text-align:center;
  76. margin-top:100px;
  77. position:fixed;
  78. overflow:hidden;
  79. background-color: {color:sbar};
  80. font-size:10px;
  81. border-left:0px solid;
  82. border-right:0px solid;
  83. padding:3px;
  84. }
  85. #sbar img { width:250px;
  86. padding-bottom: 8px;
  87. }
  88.  
  89. #nav {color:{color:link};
  90. overflow:shown;
  91. position: fixed;
  92. padding:0px;
  93. text-transform:uppercase;
  94. text-align: right;
  95. margin-left: -50px;
  96. margin-top: -240px;
  97. }
  98. #nav a {font:7px {font:links};
  99. font-family: calibri;
  100. font-style: normal;
  101. text-transform: lowercase;
  102. color:{color:link};
  103. text-decoration: none;
  104. letter-spacing: 3px;
  105. text-align: right;
  106. padding:0px;
  107. -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  108. }
  109. #nav a:hover {color:{color:linkhovercolor}; font-style: italic; padding-right: 0px; letter-spacing:3px; -webkit-transition:0.2s linear; -moz-transition: 0.2s linear; transition: 0.2s linear;
  110. }
  111.  
  112. #description {text-align:center;
  113. font-size: 11px;color:{color:text};
  114. font-family:{font:body};
  115. padding: 8px;
  116. }
  117. #pagination { font-family:calibri;
  118. text-align:center;
  119. font-size:23px;
  120. }
  121.  
  122. h1{ color:{color:title};
  123. font-family:calibri;
  124. font-size:15px;
  125. line-height:17px;
  126. letter-spacing:1px;
  127. font-weight:normal;
  128. margin:0px;
  129. padding:0px;
  130. text-align:center;
  131. }
  132.  
  133. #info {background-color:{color:entry};
  134. font-family:calibri;
  135. font-size:10px;
  136. text-transform: lowercase;
  137. color:{color:text};
  138. letter-spacing: 2px;
  139. text-align:right;
  140. padding-right:5px;
  141. font-style:normal;
  142. width: 500px;
  143. border-top:2px solid;
  144. }
  145.  
  146.  
  147. #questions {background-color:{color:infobg};
  148. color: {color:text};
  149. padding:10px; margin-bottom:0px;
  150. text-align:center;
  151. font-family:calibri;
  152. font-size:10px;
  153. }
  154.  
  155. #questions a {color:{color:link}}
  156.  
  157. blockquote {border-left:2px {color:body} solid;
  158. padding-left:5px;
  159. margin:0px 2px 0px 10px}
  160. blockquote img, blockquote a img {max-width: 490px}
  161.  
  162. b, strong{color:{color:bold};}
  163. i, em {color:{color:italic};}
  164. p{margin-top:3px; margin-bottom:3px}
  165.  
  166. img a{border:none}
  167. .audio{background-color:black; display:block;}
  168.  
  169. .user_1 .label {color:{color:lhover}; font-weight:bold}
  170. .user_2 .label {color:{color:text}; font-weight:bold}
  171. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  172.  
  173. .notes img{width:10px; position:relative; top:1px;}
  174. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  175. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  176.  
  177. </style>
  178. <style type="text/css">{CustomCSS}</style>
  179. </head>
  180.  
  181. <body>
  182.  
  183. <div id="sbar">
  184. <img src="{image:sidebar}"/><br>
  185. {block:Description}{Description}{/block:Description}
  186. <div id="nav">
  187. <a href="/">home</a><br>
  188. <a href="/ask">ask</a><br>
  189. <a href="/archive">time</a><br>
  190. {block:ifLink1}<a href="{text:Link1}">{text:Link1Title}</a>{/block:ifLink1}<br>
  191. {block:ifLink2}<a href="{text:Link2}">{text:Link2Title}</a> {/block:ifLink2}<br>
  192. {block:ifLink3}<a href="{text:Link3}">{text:Link3Title}</a>{/block:ifLink3}<br>
  193. {block:ifLink4}<a href="{text:Link4}">{text:Link4Title}</a> {/block:ifLink4}<br>
  194. <a href="http://harrysexwardstyles.tumblr.com/">theme</a>
  195. </div></br>
  196. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">+</a>{/block:NextPage}</div>
  197. </div><BR>
  198. </div>
  199. <div id="entries">
  200. {block:Posts}
  201. <div id="posts">
  202. {block:Quote}<h1>"{Quote}"&nbsp; - {Source}</h1>{/block:Quote}
  203. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  204. {block:Text}{Body}{/block:Text}
  205.  
  206. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  207. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  208.  
  209. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  210. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  211.  
  212. {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}
  213.  
  214. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  215.  
  216. {block:Answer}<div id="questions">{Asker} asked: "{Question}"</div>
  217. {Answer}{/block:answer}
  218.  
  219. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  220.  
  221. <div id="info">&nbsp;posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} ยท <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom}<br>&nbsp;<a href="{ReblogParentURL}">{ReblogParentName}</a>
  222. {block:ContentSource} &copy; <a href="{SourceURL}">{SourceLink}</a>{block:ContentSource}{/block:RebloggedFrom}<br>
  223. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag};</a> {/block:Tags}{/block:HasTags}</div></div>
  224. {/block:Posts}
  225. {block:PostNotes}{PostNotes}{/block:PostNotes}
  226.  
  227. </div>
  228.  
  229. </body>
  230. </html>
  231. <!- Dancing In September theme by HARRYSEXWARDSTYLES; Do NOT remove the credit->