Advertisement
Guest User

winchester theme #1

a guest
Mar 6th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 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. <!---- this is theme 51 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Link Hover" content="#eeeeee"/>
  17. <meta name="color:scrollbar" content="#999999">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:link 1" content="Link 1"/>
  22. <meta name="text:link 1 url" content="/"/>
  23. <meta name="text:link 2" content="Link 2"/>
  24. <meta name="text:link 2 url" content="/"/>
  25. <meta name="text:link 3" content="Link 3"/>
  26. <meta name="text:link 3 url" content="/"/>
  27. <meta name="text:link 4" content="Link 4"/>
  28. <meta name="text:link 4 url" content="/"/>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb{
  35. background-color: transparent;
  36. border: 2px solid transparent;
  37. height:auto;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:auto;
  42. width:5px;
  43. background-color: transparent;
  44. border:2px solid transparent;
  45. }
  46.  
  47. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  48.  
  49. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  50.  
  51.  
  52. @font-face { font-family: "hacked"; src: url('http://static.tumblr.com/hr3mg96/geLnk4u71/hacked.ttf'); }
  53.  
  54. @font-face { font-family: "true lies"; src: url('http://static.tumblr.com/hr3mg96/Enqnk4ubo/true_lies.ttf'); }
  55.  
  56.  
  57. @font-face {font-family: 'colors of autumn';
  58. src: url('http://static.tumblr.com/aoimfke/HbQn7l9lm/colors_of_autumn.ttf')}
  59.  
  60.  
  61.  
  62.  
  63. iframe#tumblr_controls {
  64. white-space:nowrap;
  65. -webkit-filter: invert(100%);
  66. -moz-filter: invert(100%);
  67. -o-filter: invert(100%);
  68. -ms-filter: invert(100%);
  69. filter: invert(100%);
  70. opacity:.2;transition: .8s ease-in-out;
  71. -webkit-transition: .8s ease-in-out;
  72. -moz-transition: .8s ease-in-out;
  73. -o-transition: .8s ease-in-out;
  74. }
  75.  
  76. h1 {
  77. font-weight:normal;
  78. font-size:20px;
  79. text-align:center;
  80. font-family:'bebas neue';
  81. font-style:normal;
  82. line-height:100%;
  83. letter-spacing:5px;
  84. text-transform:normal;
  85. color:{color:text};
  86. }
  87.  
  88.  
  89. h2 {
  90. font-size:14px;
  91. text-align:left;
  92. line-height:100%;
  93. letter-spacing:5px;
  94. font-family:'colors of autumn';
  95. color:{color:text};
  96. font-weight:bold;
  97. text-transform:lowercase;
  98. padding:5px;
  99. padding-bottom:2px;
  100. }
  101.  
  102.  
  103. blockquote {
  104. padding-left:5px;
  105. border-left:1px solid;
  106. }
  107.  
  108. blockquote blockquote {
  109. padding-left:5px;
  110. border-left:1px solid;
  111. }
  112.  
  113. b, strong {
  114. color:{color:text};
  115. font-style: bold;
  116. font-family:'Bebas neue';
  117. letter-spacing:2px;
  118. font-size:12px;
  119. }
  120.  
  121.  
  122.  
  123. body {
  124. background:#000;
  125. background-image: url(http://i.xomf.com/wnnsg.jpg);
  126. background-repeat: no-repeat;
  127. margin:0px;
  128. color:{color:text};
  129. font-family:'arial';
  130. font-size:11px;
  131. line-height:100%;
  132. }
  133.  
  134. a {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:{color:link};
  139. -moz-transition-duration:0.5s;
  140. -webkit-transition-duration:0.5s;
  141. -o-transition-duration:0.5s;
  142. }
  143.  
  144. a:hover {
  145. outline:none;
  146. -moz-outline-style:none;
  147. color:{color:link hover};
  148. }
  149.  
  150. img {
  151. border:none;
  152. }
  153.  
  154. #post {
  155. width:500px;
  156. padding-bottom:60px;
  157. margin-top:-15px;
  158. }
  159.  
  160. #entries {
  161. position:fixed;
  162. height:330px;
  163. width:500px;
  164. padding:20px;
  165. margin-left:224px;
  166. margin-top:260px;
  167. text-align:left;
  168. background-color: transparent;
  169. border: 0px solid #000;
  170. z-index:999;
  171. overflow-x:hidden;
  172. overflow-y:auto;
  173. }
  174.  
  175.  
  176. #sidebar {
  177. color:{color:text};
  178. position:fixed;
  179. width:100px;
  180. height:auto;
  181. margin-top:130px;
  182. margin-left:160px;
  183. text-align:left;
  184. }
  185.  
  186. #sidebarimage img {
  187. width:240px;
  188. padding-left:0px;
  189. margin-bottom:3x;
  190. }
  191.  
  192. #links {
  193. position:fixed;
  194. font-family:'Cambria';
  195. width:500px;
  196. margin-top:-191px;
  197. margin-left:335px;
  198. font-size:20px;
  199. font-style:bold;
  200. letter-spacing:0px;
  201. text-transform:uppercase;
  202. text-align:left;
  203. line-height:200%;
  204. }
  205.  
  206. #links a{
  207. line-height:230%;
  208. background:transparent;
  209. padding-right:6px;
  210. padding-left:6px;
  211. color:{color:link};
  212. text-decoration:none;
  213. -moz-transition-duration:.7s;
  214. -webkit-transition-duration:.7s;
  215. -o-transition-duration:.7s;
  216. }
  217.  
  218. #links a:hover {
  219. color: {color:link hover};
  220. text-shadow:1px 1px 4px #777;
  221. -moz-transition-duration:0.6s;
  222. -webkit-transition-duration:0.6s;
  223. -o-transition-duration:0.6s;
  224. }
  225.  
  226.  
  227.  
  228.  
  229. #description {
  230. position:fixed;
  231. width:160px;
  232. font-family:'Arial';
  233. margin-top:-150px;
  234. margin-left:957px;
  235. text-align:center;
  236. border-left:2px solid #555;
  237. padding-left:10px;
  238. font-size:10px;
  239. font-style:normal;
  240. word-spacing:2px;
  241. color: {color:text};
  242. line-height:140%;
  243. -moz-transition-duration:1s;
  244. -webkit-transition-duration:1s;
  245. -o-transition-duration:1s;
  246. }
  247.  
  248. #description a {
  249. color:{color:link};
  250. }
  251.  
  252. #description a:hover {
  253. color:{color:link hover};
  254. }
  255.  
  256. #info {
  257. font-family:'Latha';
  258. width:500px;
  259. margin-top:5px;
  260. padding-top:5px;
  261. padding-bottom:3px;
  262. font-size:9px;
  263. color:{color:text};
  264. text-transform:uppercase;
  265. font-style:normal;
  266. text-align:left;
  267. -moz-transition-duration:0.2s;
  268. -webkit-transition-duration:0.2s;
  269. -o-transition-duration:0.2s;
  270. }
  271.  
  272. #info a {
  273. color:#888;
  274. font-style:normal;
  275. }
  276.  
  277. #info a:hover {
  278. color:{color:link hover};
  279. -moz-transition-duration:0.2s;
  280. -webkit-transition-duration:0.2s;
  281. -o-transition-duration:0.2s;
  282. }
  283.  
  284. .tags {
  285. font-family:calibri;
  286. font-style:normal;
  287. width:460px;
  288. text-transform:normal;
  289. font-style:normal;
  290. line-height:120%;
  291. padding-top:5px;
  292. font-size:8px;
  293. letter-spacing:1px;
  294. text-align:left;
  295.  
  296. }
  297. .tags a{
  298. margin-right:10px;
  299. color:{color:link};
  300. }
  301. .tags a:hover{
  302. color:{color:link hover};
  303. }
  304.  
  305. #post:hover .tags{
  306. opacity:1;
  307. }
  308.  
  309. .audio{
  310. background-color:#e5e5e5;
  311. height:65px;
  312. overflow:hidden;
  313. }
  314.  
  315. .question {
  316. padding:9px;
  317. text-align:left;
  318. text-transform:italic;
  319. color:{color:text};
  320. background-color: transparent;
  321. border:2px solid #010101;
  322. line-height:120%;
  323. }
  324.  
  325. .answer {
  326. text-align:left;
  327. padding:7px;
  328. color:{color:text};
  329. }
  330.  
  331. #credit {
  332. font-size:9px;
  333. font-family:cambria;
  334. font-style:italic;
  335. letter-spacing:1px;
  336. -moz-transition-duration:0.5s;
  337. -webkit-transition-duration:0.5s;
  338. -o-transition-duration:0.5s;
  339. }
  340.  
  341. #credit a {
  342. background-color:transparent;
  343. padding:5px;
  344. border:1px solid #e9e9e9;
  345. position:fixed;
  346. right:15px;
  347. bottom:10px
  348. }
  349.  
  350. #credit a:hover {
  351. color:#fff;
  352. background-color:transparent;
  353. }
  354.  
  355.  
  356. {CustomCSS}</style></head><body>
  357.  
  358. </div>
  359. </div></div>
  360.  
  361.  
  362. <div id="sidebar">
  363.  
  364. <div id="sidebarimage">
  365. <a href="/"><img src="{image:sidebar}"></a></div>
  366.  
  367. <div id="links">
  368. <a href="/">✕</a>
  369. <a href="/ask">✕</a>
  370. <a href="{text:link 1 url}">✕</a>
  371. <a href="{text:link 2 url}">✕</a>
  372. <a href="{text:link 3 url}">✕</a>
  373. &nbsp;<a href="{text:link 4 url}">✕</a>
  374.  
  375. <small><small> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" style="float:bottom;" title="previous page">«</a>{/block:PreviousPage}{/block:Pagination} &nbsp; {block:Pagination}{block:NextPage}<a href="{NextPage}" style="float:bottom;" title="next page">»</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  376. </small></small></div>
  377.  
  378. <div id="description">{Description}
  379.  
  380.  
  381. </div></div>
  382.  
  383.  
  384.  
  385. <div id="entries">{block:Posts}<div id="post">
  386.  
  387. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  388.  
  389. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  390.  
  391. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  392.  
  393. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  394.  
  395. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  396.  
  397. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  398.  
  399. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  400. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  401.  
  402. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  403.  
  404. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  405.  
  406. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}" style="background:transparent;padding-left:5px;padding-right:5px;">{ShortMonth} {DayOfMonth}</a> {24Hour}:{Minutes}
  407. {/block:Date} {block:NoteCount} ( <font color="#d71732">&hearts;</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  408.  
  409. <div style="float:right;"> {block:RebloggedFrom}
  410. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  411. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  412. <a title="{SourceTitle}" href="{SourceURL}"></a>
  413. </div>
  414. </div>
  415.  
  416.  
  417. {block:HasTags}
  418. <div class="tags">
  419. {block:Tags} <a href="{TagURL}"> <big><big>✘</big></big> {Tag} </a> {/block:Tags}</div>
  420. {/block:HasTags}
  421. <div class="postnote">
  422. {block:PostNotes}{PostNotes}{/block:PostNotes}
  423. </div>
  424. </div>
  425. {/block:Posts}
  426.  
  427.  
  428. </div>
  429. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  430.  
  431. </body>
  432.  
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement