Advertisement
trashxhawkxguy

WinterSoldierTheme

May 20th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.51 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. <link href='https://fonts.googleapis.com/css?family=Titillium+Web:300' rel='stylesheet' type='text/css'>
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!---- base theme by enterprizer @ tumblr, for public use --->
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="image:background" content=""/>
  15. <meta name="if:showlink1" content="1"/>
  16. <meta name="if:showlink2" content="1"/>
  17. <meta name="if:showlink3" content="1"/>
  18. <meta name="if:showlink4" content="1"/>
  19. <meta name="if:showlink5" content="1"/>
  20. <meta name="if:showlink6" content="1"/>
  21. <meta name="if:showlink7" content="1"/>
  22. <meta name="if:showlink8" content="1"/>
  23. <meta name="text:Link 1 url" content="" />
  24. <meta name="text:Link 1 Text" content="x" />
  25. <meta name="text:Link 2 url" content="" />
  26. <meta name="text:Link 2 Text" content="x" />
  27. <meta name="text:Link 3 url" content="" />
  28. <meta name="text:Link 3 Text" content="x" />
  29. <meta name="text:Link 4 url" content="" />
  30. <meta name="text:Link 4 Text" content="x" />
  31. <meta name="text:Link 5 url" content="" />
  32. <meta name="text:Link 5 Text" content="x" />
  33. <meta name="text:Link 6 url" content="" />
  34. <meta name="text:Link 6 Text" content="x" />
  35. <meta name="text:Link 7 url" content="" />
  36. <meta name="text:Link 7 Text" content="x" />
  37. <meta name="text:Link 8 url" content="" />
  38. <meta name="text:Link 8 Text" content="x" />
  39. <meta name="image:Updates TL" content=""/>
  40. <meta name="text:Updates TL text" content="x">
  41.  
  42.  
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45.  
  46. <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  47.  
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("a[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:90,
  54. tip_fade_speed:600,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60. <style type="text/css">
  61. #container-top-left {
  62. position:fixed; /*don't change*/
  63. z-index:999; /*don't change*/
  64. top:0px; /*don't change*/
  65. left:10px; /*higher number = farther to right*/
  66. /*transition speed: 0.1 = fastest and 1 = slowest*/
  67. -webkit-transition: all .7s ease-in-out;
  68. -moz-transition: all .7s ease-in-out;
  69. -o-transition: all .7s ease-in-out;
  70. }
  71.  
  72. #container-top-left:hover {
  73. top:150px; /*WHAT YOU WILL NEED TO CHANGE ACCORDING TO HOW MANY LINES OF TEXT YOU HAVE (higher number for more text)*/
  74.  
  75. /*transition speed: 0.1 = fastest and 1 = slowest*/
  76. -webkit-transition: all .7s ease-in-out;
  77. -moz-transition: all .7s ease-in-out;
  78. -o-transition: all .7s ease-in-out;
  79. }
  80.  
  81. #text-top-left {
  82. font-size:10px;
  83. font-family:calibri;
  84. text-align:center;
  85. width:50px;
  86. /*should match the image width*/
  87. /*don't change anything below this*/
  88. padding:0px 0px 15px 0px;
  89. position:absolute;
  90. bottom: 10px;
  91. }
  92.  
  93. #image-top-left img {
  94. width: 50px; /*should match the text width*/
  95. opacity: 0.3;
  96. /*don't change anything below this*/
  97. height: auto;
  98. position:absolute;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. width: 2px;
  103. height: 2px;
  104. }
  105. ::-webkit-scrollbar-button {
  106. width: 0px;
  107. height: 0px;
  108. }
  109. ::-webkit-scrollbar-thumb {
  110. background: #e1e1e1;
  111. border: 0px none #ffffff;
  112. border-radius: 50px;
  113. }
  114. ::-webkit-scrollbar-thumb:hover {
  115. background: #ffffff;
  116. }
  117. ::-webkit-scrollbar-thumb:active {
  118. background: #000000;
  119. }
  120. ::-webkit-scrollbar-track {
  121. background: #666666;
  122. border: 0px none #ffffff;
  123. border-radius: 50px;
  124. }
  125. ::-webkit-scrollbar-track:hover {
  126. background: #666666;
  127. }
  128. ::-webkit-scrollbar-track:active {
  129. background: #333333;
  130. }
  131. ::-webkit-scrollbar-corner {
  132. background: transparent;
  133. }
  134.  
  135.  
  136. body {
  137. background:{color:background};
  138. background-image: url('{image:background}');
  139. background-repeat: no-repeat;
  140. background-attachment: fixed;
  141. margin:0px;
  142. color:{color:text};
  143. font-family:Calibri;
  144. font-size:10px;
  145. line-height:100%;
  146. }
  147.  
  148. a {
  149. text-decoration:none;
  150. outline:none;
  151. -moz-outline-style:none;
  152. color:{color:link};
  153. }
  154.  
  155. img {
  156. border:none;
  157. }
  158.  
  159. blockquote {
  160. padding-left:5px;
  161. border-left:2px solid;
  162. }
  163.  
  164. blockquote blockquote {
  165. padding-left:5px;
  166. border-left:2px solid;
  167. }
  168.  
  169. h1 {
  170. font-size:15px;
  171. }
  172.  
  173. #container {
  174. position: absolute;
  175. width: 615px;
  176. padding-right: 20px;
  177. height: 400px;
  178. overflow: auto;
  179. margin-top: 50px;
  180. margin-left: 20px;
  181. overflow-x: hidden;
  182. left: 500px;
  183. top: 300px;
  184. border: 1px solid {color:background};
  185. border-left: none;
  186. box-shadow: 10px 10px 10px #333;
  187. }
  188.  
  189. #entries {
  190. position: relative;
  191. padding:10px;
  192. width: 500px;
  193. margin-left: 115px;
  194. margin-top: 50px;
  195.  
  196. }
  197.  
  198. #post {
  199. position: relative;
  200. width: 500px;
  201. padding-bottom:20px;
  202. }
  203.  
  204. #sidebar {
  205. width: 86px;
  206. height: 350px;
  207. padding: 4px;
  208. position: fixed;
  209. margin-left: 5px;
  210. margin-top: 5px;
  211. margin-right:10px;
  212. display: inline-block;
  213. vertical-align: top;
  214.  
  215. }
  216.  
  217.  
  218. #sidebarimage {
  219. width 50px;
  220. display:none;
  221. }
  222.  
  223. #sidebarimage img {
  224. width:50px;
  225. display:none;
  226. }
  227.  
  228. #description {
  229. position: relative;
  230. width: 85px;
  231. padding: 4px;
  232. line-height: 100%;
  233. letter-spacing: 0px;
  234. text-align: left;
  235. left: 12px;
  236. top: 0px;
  237.  
  238. color: {color:link};
  239.  
  240. }
  241.  
  242. #pagination {
  243. position: relative;
  244. text-align:center;
  245. margin-left: -100px;
  246. margin-top: 200px;
  247. margin-bottom: 0px;
  248. }
  249.  
  250. #info {
  251. text-align:center;
  252. margin-top:10px;
  253. }
  254.  
  255. #asker {
  256. float:left;
  257. margin-right:5px;
  258. }
  259.  
  260. #links1 {
  261. position: relative;
  262. padding: 15px;
  263. display: inline-block;
  264. color: {color:link};
  265. font-size: 25px;
  266. line-height: 130%;
  267. top: 0px;
  268. margin-left: 20px;
  269. }
  270.  
  271. #links1 a:hover {
  272. color: #fff;
  273. margin-left: 5px;
  274. font-size: 125%;
  275. }
  276. #title {
  277. position: absolute;
  278. font-size: 55px;
  279. text-align:center;
  280. margin-top: 330px;
  281. margin-left: 450px;
  282. z-index: 99999;
  283. text-shadow: 4px 4px 4px #555;
  284. }
  285. #title a:hover {
  286. color: #fff;
  287. transition: 0.5s ease-in-out 0.5s;
  288.  
  289. }
  290.  
  291.  
  292. #s-m-t-tooltip{
  293. /* basic */
  294. max-width:300px;
  295. z-index: 10;
  296. margin: 14px 14px 17px 12px;
  297. /* style and design */
  298. padding: 4px;
  299. background: {color:background}; /* fallback if rgba not supported */
  300. border-radius: 1px;
  301. box-shadow: 2px 2px 2px rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
  302. font-family: 'Titillium Web', sans-serif;
  303. font-size:11px;
  304. line-height:16px;
  305. color: #cd2121;
  306. text-transform: uppercase;
  307. border: 1px solid #111;
  308. }
  309.  
  310. .pagination{
  311. margin-left: 70px;
  312. margin-top: -35px;
  313. width: 15px;
  314. height: 14px;
  315. position: relative;
  316. background: none;
  317. padding: 8px;
  318. color: {color:link};
  319. font-size: 12px;
  320.  
  321. }
  322.  
  323. #tags {
  324. max-width: 500px;
  325. text-align: center;
  326. letter-spacing: 3px;
  327. background-color: #555;
  328. color: red;
  329.  
  330. }
  331.  
  332. #tags a {
  333. color: white;
  334.  
  335. }
  336.  
  337. #tags a:hover {
  338. letter-spacing: 5px;
  339. }
  340.  
  341. #notes {
  342. max-width: 500px;
  343. padding: 4px;
  344. font-size: 8px;
  345. font-family: 'Titillium Web', sans-serif;
  346. text-align: center;
  347. letter-spacing: 3px;
  348. background-color: #555;
  349. color: red;
  350. opacity: 0;
  351. border-radius: 5px;
  352. -webkit-transition: all .7s ease-in-out;
  353. -moz-transition: all .7s ease-in-out;
  354. -o-transition: all .7s ease-in-out;
  355. }
  356.  
  357. #notes:hover {
  358. opacity:1;
  359. }
  360.  
  361. #notes a {
  362. color: white;
  363.  
  364. }
  365.  
  366. #notes a:hover {
  367. letter-spacing: 5px;
  368. }
  369. #credit {
  370. position: absolute;
  371. width:16px;
  372. bottom: 12px;
  373. right: 12px;
  374. border: 1px solid #444;
  375. border-radius: 10%;
  376. padding: 2px;
  377.  
  378. }
  379.  
  380. #credit a {
  381. color: #444;
  382. }
  383.  
  384.  
  385. {CustomCSS}
  386.  
  387.  
  388.  
  389. </style></head><body>
  390. <div id="container-top-left">
  391. <div id="image-top-left"><img src="{image:Updates TL}" /></div>
  392. <div id="text-top-left">
  393. {text:Updates TL text}
  394. </div>
  395. </div>
  396.  
  397. <div id="title"><a href="/">{title}</a></div>
  398. <div id="container">
  399. <div id="sidebar">
  400. <div id="description">{Description}</div>
  401. <div id="links1">
  402. {block:ifshowlink1}
  403. <a href="{text:link 1}" title="{text:link 1 text}">✰</a>
  404. {/block:ifshowlink1}
  405. <br>
  406. {block:ifshowlink2}
  407. <a title="{text:link 2 text}" href="{text:Link 2}">✰</a>
  408. {/block:ifshowlink2}
  409.  
  410. {block:ifshowlink3}
  411. <a href="{text:link 3}" title="{text:link 3 text}">✰</a>
  412. {/block:ifshowlink3}
  413. <br>
  414.  
  415. {block:ifshowlink4}
  416. <a href="{text:link 4}" title="{text:link 4 text}">✰</a>
  417. {/block:ifshowlink4}
  418. <br>
  419. {block:ifshowlink5}
  420. <a href="{text:link 5}" title="{text:link 5 text}">✰</a>
  421. {/block:ifshowlink5}
  422. <br>
  423. {block:ifshowlink6}
  424. <a href="{text:link 6}" title="{text:link 6 text}">✰</a>
  425. {/block:ifshowlink6}
  426. <br>
  427. {block:ifshowlink7}
  428. <a href="{text:link 7}" title="{text:link 7 text}">✰</a>
  429. {/block:ifshowlink7}
  430. <br>
  431. {block:ifshowlink8}
  432. <a title="{text:link 8 text}" href="{text:Link 8}">✰</a>
  433. {/block:ifshowlink8}
  434.  
  435.  
  436. </div>
  437.  
  438.  
  439. <div id="pagination">
  440. {block:NextPage}<a href="{NextPage}" title="on your left"><div class="pagination"><img src="http://static.tumblr.com/roketoj/2Xco7gwbn/paginationforward.png"></div></a>{/block:NextPage}{/block:Pagination} </div>
  441. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="on your right"><div class="pagination"><img src="http://static.tumblr.com/roketoj/UAYo7gwbk/paginationbackward.png"></div> </a>{/block:PreviousPage}
  442.  
  443.  
  444. </div>
  445.  
  446.  
  447.  
  448. <div id="entries">{block:Posts}<div id="post">
  449.  
  450. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  457.  
  458. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  459.  
  460. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  461.  
  462. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  463.  
  464. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  465.  
  466. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  467.  
  468. <div id="notes">
  469. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  470. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  471. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  472. </div>
  473.  
  474. {block:PostNotes}{PostNotes}{/block:PostNotes}
  475. {/block:Posts}</div>
  476. </div>
  477. <div id="credit"><a href="http://myncmeisbucky.tumblr.com">Cris</a></div>
  478. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement