Alliecatisallama

Theme #9 nights watch

Jan 24th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--The Nights Watch THEME #9 By Seede-r/Alliecatisallama
  9. Please do not use as a base for your own theme or take the code as your own as I worked hard on it and if you steal if you are therefore a peasant and I will hunt you down and force feed you rotten catfood.-->
  10.  
  11. <meta name="color:background" content="#fcfafa"/>
  12. <meta name="color:sbbackground" content="#fcfafa"/>
  13. <meta name="color:text" content="#9195a6"/>
  14. <meta name="color:askbg" content="#f2f2f2">
  15. <meta name="color:sbtext" content="#9195a6"/>
  16. <meta name="color:sbtitletext" content="#e4e7f2"/>
  17. <meta name="color:sbtitlebg" content="#9195a6"/>
  18. <meta name="color:sblinkbg" content="#f0f2fa"/>
  19. <meta name="color:sblinkhoverbg" content="#f8f8f8"/>
  20. <meta name="color:links" content="#9195a6"/>
  21. <meta name="color:linkhover" content="#4d4e51"/>
  22. <meta name="color:border" content="#757a94"/>
  23. <meta name="color:scrollbar" content="#757a94"/>
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <meta name="text:Link 1" content="link" />
  28. <meta name="text:Link 1 URL" content="/" />
  29. <meta name="text:Link 2" content="link" />
  30. <meta name="text:Link 2 URL" content="/" />
  31. <meta name="text:Link 3" content="link" />
  32. <meta name="text:Link 3 URL" content="/" />
  33. <meta name="text:Link 4" content="link" />
  34. <meta name="text:Link 4 URL" content="/" />
  35. <meta name="text:Link 5" content="link" />
  36. <meta name="text:Link 5 URL" content="/" />
  37. <meta name="text:Link 6" content="link" />
  38. <meta name="text:Link 6 URL" content="/" />
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  44. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  45. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  46.  
  47. body {
  48. background:{color:Background};
  49. margin:2px;
  50. color:{color:text};
  51. font-family:'calibri';
  52. font-size:11px;
  53. line-height:100%;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:links};
  61. padding:3px;
  62. -webkit-transition: all 0.7s ease;
  63. -moz-transition: all 0.7s ease;
  64. -o-transition: all 0.7s ease;
  65. }
  66.  
  67. a:hover {color: {color:linkhover};
  68. -webkit-transition: all 0.5s ease;
  69. -moz-transition: all 0.5s ease;
  70. -o-transition: all 0.5s ease;
  71. }
  72.  
  73.  
  74. blockquote {
  75. padding-left:6px;
  76. border-left:1px solid;
  77. margin:0px 2px 0px 5px;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:4px;
  82. border-left:2px solid;
  83. margin:0px 2px 0px 5px;
  84. }
  85.  
  86. h1 {
  87. font-size:14px;
  88. }
  89.  
  90.  
  91.  
  92. .quote {
  93. font-size:10px;
  94. font-style:italic;
  95. border-left:1px dashed {color:border};
  96. padding:5px;}
  97.  
  98. .source {
  99. font-size:9px;
  100. padding:2px;
  101. letter-spacing: 1px;
  102. font-style:normal;
  103. text-transform:uppercase;}
  104.  
  105. .chat{
  106. font-size:10px;
  107. text-transform:uppercase;
  108. line-height:12px;
  109. letter-spacing:0.5px;
  110. }
  111.  
  112. .entries {
  113. padding:10px;
  114. margin-left:380px;
  115. margin-top:50px;
  116. margin-bottom:10px;
  117. -webkit-transition: all 0.7s ease;
  118. -moz-transition: all 0.7s ease;
  119. -o-transition: all 0.7s ease;
  120. }
  121.  
  122.  
  123. #info {
  124. font-size:10px;
  125. line-height:11px;
  126. letter-spacing:0px;
  127. text-align:justify;
  128. margin-top:3px;
  129. padding-top: 3px;
  130. border-top: 1px solid {color:border};
  131. padding:2px;
  132. margin-bottom:2px;
  133. }
  134.  
  135.  
  136.  
  137.  
  138. #question {
  139. padding:10px;
  140. background-color: {color:askbg};
  141. position: relative;
  142. border: 4px solid {color:askbg};
  143. }
  144.  
  145. .post {
  146. width:500px;
  147. padding-bottom:2px;
  148. padding-top:15px;
  149. margin-bottom:1px;
  150. }
  151.  
  152. #sidebar {
  153. width:130px;
  154. position:fixed;
  155. margin-left:200px;
  156. margin-top:160px;
  157. }
  158.  
  159. .sidebarlinks {
  160. font-size:9px;
  161. width: 130px;
  162. font-family: calibri;
  163. text-transform: uppercase;
  164. font-weight:50;
  165. color: {color:sbtitletext};
  166. margin-top: -13px;
  167. margin-left:auto;
  168. margin-right:auto;
  169. letter-spacing: 1.5px;
  170. line-height: 100%;
  171. -webkit-transition: all 0.5s ease-out;
  172. -moz-transition: all 0.5s ease-out;
  173. text-align: center;
  174. }
  175.  
  176. .linky {
  177. margin-top:2px;
  178. background-color: {color:sblinkbg};
  179. padding-top: 3px;
  180. padding-bottom: 3px;
  181. }
  182. .linky2 {
  183. margin-top:2px;
  184. background-color: {color:sbtitlebg};
  185. padding-top: 3px;
  186. padding-bottom: 3px;
  187. }
  188.  
  189. .linky2 a {
  190. color: {color:sbtitletext};
  191. }
  192.  
  193.  
  194.  
  195. .linky:hover{
  196. background-color: {color:sblinkhoverbg};
  197. -webkit-transition: all 0.5s ease-out;
  198. -moz-transition: all 0.5s ease-out;
  199. }
  200. .linky a:hover{
  201. background-color: {color:sblinkhoverbg};
  202. }
  203.  
  204.  
  205.  
  206. .description {
  207. text-transform: uppercase;
  208. color: {color:sbtext};
  209. font-size: 8.5px;
  210. width: 120px;
  211. height: 130px;
  212. text-align: center;
  213. margin-left:-5px;
  214. margin-top:-135px;
  215. padding:10px;
  216. opacity: 0;
  217. -webkit-transition: all 0.5s ease-out;
  218. -moz-transition: all 0.5s ease-out;
  219. }
  220.  
  221. #sidebar:hover .description {
  222. opacity: 0.9;
  223. -webkit-transition: all 0.5s ease-out;
  224. -moz-transition: all 0.5s ease-out;
  225. }
  226.  
  227.  
  228.  
  229. .pagination{
  230. font-size:9px;
  231. text-align:right;
  232. margin-bottom:2px;
  233. color:{color:text};
  234. text-transform:uppercase;
  235. }
  236.  
  237. .sidebarimage {
  238. margin-top: 110px;
  239. width: 130px;
  240. text-align: center;
  241. }
  242.  
  243. .sidebarimage img {
  244. width:130px;
  245. }
  246.  
  247.  
  248.  
  249. .notes img{
  250. width:15px;
  251. }
  252.  
  253. .notes ol, .notes li{
  254. list-style:none;
  255. }
  256.  
  257. #theme {
  258. position: fixed;
  259. bottom: 0px;
  260. right: 0px;
  261. font-family: Arial;
  262. font-size: 8px;
  263. text-transform: uppercase;
  264. text-align: right;
  265. letter-spacing: 1px;
  266. }
  267.  
  268.  
  269. iframe#tumblr_controls {
  270. top: 0% !important;
  271. right:0% !important;
  272. opacity:0.3;
  273. position: fixed !important;
  274. filter:alpha(opacity=30);
  275. -webkit-transition: all 0.7s ease;
  276. -moz-transition: all 0.7s ease;
  277. -o-transition: all 0.7s ease;
  278. }
  279. iframe#tumblr_controls:hover{
  280. top: 0% !important;
  281. right:0% !important;
  282. opacity:0.8;
  283. position: fixed !important;
  284. filter:alpha(opacity=80);
  285. -webkit-transition: all 0.7s ease;
  286. -moz-transition: all 0.7s ease;
  287. -o-transition: all 0.7s ease;
  288. }
  289.  
  290. {CustomCSS}</style>
  291. </head><body>
  292.  
  293. <div id="sidebar">
  294.  
  295. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><em>previous</em></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><em>next</em></a>{/block:NextPage}{/block:Pagination}</div>
  296.  
  297. <div id="sidebarimage"><img src="{image:sidebar}">
  298.  
  299. <div class="description">{Description}</div></div>
  300.  
  301. <div class="sidebarlinks">
  302. <div class="linky2">GENERAL LINKS</div>
  303. <div class="linky"> <a href="/">home</a></div>
  304. <div class="linky"> <a href="/ask">ask</a></div>
  305. <div class="linky"> <a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  306. <div class="linky"> <a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  307. <div class="linky"> <a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  308. <div class="linky2">OTHER LINKS</div>
  309. <div class="linky"> <a href="{text:Link 4 URL}">{text:Link 4}</a></div>
  310. <div class="linky"> <a href="{text:Link 5 URL}">{text:Link 5}</a></div>
  311. <div class="linky"> <a href="{text:Link 6 URL}">{text:Link 6}</a></div></div></div></div></div>
  312.  
  313.  
  314. <div class="entries">{block:Posts}<div class="post">
  315.  
  316. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  317.  
  318. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  319.  
  320. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  321.  
  322. {block:Quote}<div class="quote">{Quote}<br>{block:Source} — <span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  323.  
  324. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  325.  
  326. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  327.  
  328. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  329.  
  330. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  331.  
  332. {block:Answer} <div class="post"><br>
  333. <div id="question"> {Question} -<em>{Asker}</em></div>
  334. <div style="text-align: center">{Answer}{/block:Answer}
  335.  
  336. {block:ContentSource}
  337. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  338. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  339. {/block:SourceLogo}
  340. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  341. {/block:ContentSource}
  342.  
  343. <div id="info">
  344. {block:Date} Shared {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  345. {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentTitle}"> via </a> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">(&copy;) </a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<em><a href="{TagURL}">{Tag}</a></em>{/block:Tags}{/block:HasTags}</div></div>
  346. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  347. {/block:Posts}</div>
  348.  
  349.  
  350.  
  351. <div id="theme"></a><a href="http://fernandosspectacles.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  352.  
  353. </body></html>
Add Comment
Please, Sign In to add comment