Advertisement
Hardrockdesign

Wolverine theme

Jul 7th, 2015
1,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. <meta name="image:Fondo" content=""/>
  10. <meta name="image:Foto widget" content=""/>
  11. <meta name="color:Principal1" content="#D4D4D4" />
  12. <meta name="color:Principal2" content="#383838" />
  13. <meta name="color:Principal3" content="#EBEBEB" />
  14. <meta name="color:Principal4" content="#49B5BF" />
  15. <meta name="text:Link 1" content="" />
  16. <meta name="text:Link 1 URL" content="" />
  17. <meta name="text:Link 2" content="" />
  18. <meta name="text:Link 2 URL" content="" />
  19. <meta name="text:Link 3" content="" />
  20. <meta name="text:Link 3 URL" content="" />
  21. <meta name="text:Link 4" content="" />
  22. <meta name="text:Link 4 URL" content="" />
  23. <meta name="text:Link 5" content="" />
  24. <meta name="text:Link 5 URL" content="" />
  25.  
  26. <script>
  27. window.onload = function () {
  28. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  29. document.addEventListener( 'click', function ( event ) {
  30. var myLike = event.target;
  31. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  32. var frame = document.getElementById( 'my-like-frame' ),
  33. liked = ( myLike.className == 'my-liked' ),
  34. command = liked ? 'unlike' : 'like',
  35. reblog = myLike.getAttribute( 'data-reblog' ),
  36. id = myLike.getAttribute( 'data-id' ),
  37. oauth = reblog.slice( -8 );
  38. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  39. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  40. };
  41. }, false );
  42. };
  43. </script>
  44.  
  45. </head>
  46. <link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
  47. <style type="text/css">
  48.  
  49. body {
  50. background:url('{image:Fondo}');
  51. background-repeat: repeat;
  52. background-attachment: fixed;
  53. font-family: Arial;
  54. color: {color:Principal2};
  55. }
  56.  
  57. ::-webkit-scrollbar {background-color: {color:Principal1}; height:8px; width:8px}
  58. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Principal4};}
  59. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Principal4}; height:8px!important}
  60.  
  61. img {
  62. max-width: 100%;
  63. }
  64.  
  65. a {
  66. text-decoration: none;
  67. color: {color:Principal4};
  68. font-weight: bold;
  69. }
  70.  
  71. .notas li {
  72. list-style-type:none;
  73. }
  74.  
  75. .notas img {
  76. display:none!important;
  77. }
  78.  
  79. .notas a {
  80. color: {color:Principal};
  81. }
  82.  
  83. .posts {
  84. width: 500px;
  85. text-align: justify;
  86. background: {color:Principal1};
  87. margin-bottom: 30px;
  88. }
  89.  
  90. .caption {
  91. font-size: 11px;
  92. text-align: justify;
  93. padding: 10px;
  94. }
  95.  
  96. #theme {
  97. width: 770px;
  98. padding: 10px;
  99. overflow-y:auto;
  100. overflow-x: hidden;
  101. position: relative;
  102. margin-left: auto;
  103. margin-right: auto;
  104. outline: 30px solid {color:Principal2};
  105. height: 560px;
  106. top: 40px;
  107. background: {color:Principal3};
  108. }
  109.  
  110. h1 {
  111. font-family: Oswald;
  112. font-size: 12px;
  113. text-transform: uppercase;
  114. text-align: center;
  115. line-height: 100%;
  116. }
  117.  
  118. .imagen-widget {
  119. background:url({image:Foto widget});
  120. width: 185px;
  121. height: 200px;
  122. margin: 6px;
  123. }
  124.  
  125. .widgets {
  126. width: 197px;
  127. height: 580px;
  128. position: fixed;
  129. overflow: hidden;
  130. margin-top: 30px;
  131. margin-left: -10px;
  132. background: {color:Principal1};
  133. }
  134.  
  135. .posts2 {
  136. position: absolute;
  137. right: 20px;
  138. }
  139.  
  140. #description {
  141. max-height: 120px;
  142. padding: 5px;
  143. padding-top: 0px;
  144. overflow-y: auto;
  145. overflow-x: hidden;
  146. margin-top: -5px;
  147. line-height: 110%;
  148. margin-right: 8px;
  149. font-size: 10px;
  150. text-align: justify;
  151. }
  152.  
  153. .description::-webkit-scrollbar {background-color: {color:Principal3}; width:5px}
  154. .description::-webkit-scrollbar-thumb:vertical {background-color: {color:Principal4};}
  155. .description::-webkit-scrollbar-thumb:horizontal {background-color: {color:Principal4}; height:8px!important}
  156.  
  157.  
  158. .navegacion a {
  159. display: block;
  160. line-height: 100%;
  161. padding-top: 4px;
  162. padding-bottom: 4px;
  163. margin-bottom: 2px;
  164. background: {color:Principal2};
  165. font-size: 10px;
  166. text-transform: uppercase;
  167. font-family: Oswald;
  168. padding-left: 15px;
  169. width: 160px;
  170. margin-left: 5px;
  171. border-right: 10px solid {color:Principal4};
  172. transition: 1s;
  173. }
  174.  
  175. .navegacion a:hover {
  176. letter-spacing: 2px;
  177. width: 140px;
  178. transition: 1s;
  179. }
  180.  
  181. h3 {
  182. background: {color:Principal2};
  183. width: 480px;
  184. position: relative;
  185. top: 10px;
  186. text-align: center;
  187. font-size: 20px;
  188. margin: 10px;
  189. line-height: 100%;
  190. padding-top: 15px;
  191. padding-bottom: 15px;
  192. font-family: Oswald;
  193. text-transform: uppercase;
  194. }
  195.  
  196. .texto {
  197. font-size: 12px;
  198. text-align: justify;
  199. line-height: 115%;
  200. padding: 15px;
  201. }
  202.  
  203. #pagination {
  204. position: absolute;
  205. left: 0px;
  206. bottom: 5px;
  207. display: block;
  208. width: 193px;
  209. text-align: center;
  210. font-size: 12px;
  211. text-transform: uppercase;
  212. font-family: Oswald;
  213. }
  214.  
  215. .my-like {
  216. cursor:pointer;
  217. display:inline-block;
  218. vertical-align:top;
  219. color: {color:Principal4};
  220. font-weight: bold;
  221. width: 120px;
  222. font-family: oswald;
  223. background: {color:Principal2};
  224. margin: 2px;
  225. text-align: center;
  226. font-size: 11px;
  227. text-transform: uppercase;
  228. line-height: 100%;
  229. padding-top: 4px;
  230. padding-bottom: 4px;
  231. }
  232. .my-liked, .my-like:hover {
  233. color: {color:Principal3};
  234. cursor:pointer;
  235. display:inline-block;
  236. vertical-align:top;
  237. }
  238.  
  239. #postpie {
  240. margin: 2px;
  241. position: relative;
  242. bottom: 2px;
  243. }
  244.  
  245. #postpie a {
  246. display: inline-block;
  247. width: 120px;
  248. background: {color:Principal2};
  249. font-family: oswald;
  250. margin: 2px;
  251. text-align: center;
  252. font-size: 11px;
  253. text-transform: uppercase;
  254. line-height: 100%;
  255. padding-top: 4px;
  256. padding-bottom: 4px;
  257. }
  258.  
  259. .question {
  260. width: 470px;
  261. padding: 15px;
  262. line-height: 110%;
  263. text-align: justify;
  264. font-size: 11px;
  265. background: {color:Principal4};
  266. }
  267.  
  268. .question2 {
  269. position: relative;
  270. }
  271.  
  272. .triangle {
  273. width: 0;
  274. height: 0;
  275. border-style: solid;
  276. border-width: 0 25px 25px 0;
  277. border-color: transparent {color:Principal4} transparent transparent;
  278. margin-left: 50px;
  279. display: inline-block;
  280. }
  281.  
  282. .autorquest {
  283. display: inline-block;
  284. font-size: 12px;
  285. font-family: oswald;
  286. text-transform: uppercase;
  287. margin-left: 10px;
  288. }
  289.  
  290. .replies {
  291. font-size: 12px;
  292. padding: 15px;
  293. text-align: justify;
  294. }
  295.  
  296. .notas {
  297. width: 480px;
  298. padding: 10px;
  299. max-height: 180px;
  300. overflow-y: auto;
  301. font-size: 11px;
  302. background: {color:Principal1};
  303. }
  304.  
  305. ol {
  306. -webkit-padding-start: 0px;
  307. }
  308.  
  309. .leermas {
  310. font-size: 12px;
  311. text-align: right;
  312. padding-right: 15px;
  313. display: block;
  314. margin-top: -10px;
  315. text-transform: uppercase;
  316. font-family: Oswald;
  317. letter-spacing: 3px;
  318. margin-bottom: 20px;
  319. }
  320.  
  321. blockquote {
  322. margin: 0px;
  323. padding: 15px;
  324. border-left: 3px solid {color:Principal2};
  325. }
  326.  
  327. .submitter {
  328. font-size: 12px;
  329. text-align: right;
  330. padding-right: 15px;
  331. display: block;
  332. margin-top: 20px;
  333. text-transform: uppercase;
  334. font-family: Oswald;
  335. letter-spacing: 3px;
  336. margin-bottom: -10px;
  337. }
  338.  
  339. .tags {
  340. background: {color:Principal1};
  341. text-transform: uppercase;
  342. font-size: 10px;
  343. padding: 10px;
  344. width: 480px;
  345. margin-bottom: -20px;
  346. position: relative;
  347. top: -25px;
  348. }
  349. </style>
  350. <body>
  351. <div id="theme"><div class="widgets"><div class="imagen-widget"></div><h1 style="display: block; position: relative; top: -7px; padding-bottom: 0px; width: 185px; margin-left: 7px; margin-right: 7px; padding-top: 4px;"><a href="/" style="color: {color:Principal2};">{Title}</a></h1>
  352.  
  353. {block:Description}
  354. <p id="description" class="description">{Description}</p>
  355. {/block:Description}
  356. <div class="navegacion"><a href="/">Inicio</a><a href="/ask">Pregunta</a><a href="/submit">Colabora</a>{block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}{block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}{block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}{block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}{block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}<a href="http://thecaptainknowsbest.tumblr.com/">Crédito</a></div>
  357.  
  358.  
  359. {block:Pagination}
  360. <div id="pagination">
  361. {block:PreviousPage}
  362. <a href="{PreviousPage}" style="font-family: arial;">◄</a>
  363. {/block:PreviousPage}
  364.  
  365. {block:JumpPagination length="5"}
  366. {block:CurrentPage}
  367. <span class="current_page">{PageNumber}</span>
  368. {/block:CurrentPage}
  369.  
  370. {block:JumpPage}
  371. <a class="jump_page" href="{URL}">{PageNumber}</a>
  372. {/block:JumpPage}
  373. {/block:JumpPagination}
  374.  
  375. {block:NextPage}
  376. <a href="{NextPage}" style="font-family: arial;">►</a>
  377. {/block:NextPage}
  378. </div>
  379. {/block:Pagination}
  380. </div>
  381.  
  382. <div class="posts2">{block:Posts}<div class="posts">{block:Title}
  383. <h3><a href="{Permalink}">{Title}</a></h3>
  384. {/block:Title}
  385. {block:Text}
  386. {block:Submission}<a href="{SubmitterURL}" class="submitter">{Submitter}</a>{/block:Submission}
  387. <div class="texto">{Body}</div>
  388. {block:More}<a href="{Permalink}" class="leermas">{lang:Read more}</a>{/block:More}
  389. {/block:Text}{block:Photo}
  390. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  391.  
  392. {block:Caption}
  393. <div class="caption">{Caption}</div>
  394. {/block:Caption}
  395. {/block:Photo}{block:Panorama}
  396. {LinkOpenTag}
  397. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  398. {LinkCloseTag}{block:Caption}
  399. <div class="caption">{Caption}</div>
  400. {/block:Caption}
  401. {/block:Panorama}{block:Photoset}
  402. {Photoset-500}{block:Caption}
  403. <div class="caption">{Caption}</div>
  404. {/block:Caption}
  405. {/block:Photoset}
  406. {block:Answer}<div class="question2"><div class="question">{Question}</div><div class="triangle"></div><div class="autorquest">Preguntado por {Asker}</div></div>
  407. <div class="replies">{Replies}</div>{/block:Answer}
  408. {block:Quote}
  409. "{Quote}"
  410.  
  411. {block:Source}
  412. <div class="source">{Source}</div>
  413. {/block:Source}
  414. {/block:Quote}{block:Link}
  415. <a href="{URL}" class="link" {Target}>{Name}</a>
  416.  
  417. {block:Description}
  418. <div class="description">{Description}</div>
  419. {/block:Description}
  420. {/block:Link}{block:Chat}
  421. {block:Title}
  422. <h3><a href="{Permalink}">{Title}</a></h3>
  423. {/block:Title}
  424.  
  425. <ul class="chat">
  426. {block:Lines}
  427. <li class="{Alt} user_{UserNumber}">
  428. {block:Label}
  429. <span class="label">{Label}</span>
  430. {/block:Label}{Line}
  431. </li>
  432. {/block:Lines}
  433. </ul>
  434. {/block:Chat}{block:Video}
  435. {Video-500}{block:Caption}
  436. <div class="caption">{Caption}</div>
  437. {/block:Caption}
  438. {/block:Video}{block:Audio}
  439. {AudioEmbed}{block:Caption}
  440. <div class="caption">{Caption}</div>
  441. {/block:Caption}
  442. {/block:Audio}
  443. {block:indexpage}<div id="postpie">
  444. {block:date}<a href="{Permalink}">{timeago}</a>{/block:date}{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank" class="details">Reblog</a><div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Me gusta</div></div>{/block:indexpage}</div>
  445. {block:permalinkpage}{block:HasTags}
  446. <div class="tags">
  447. {block:Tags}
  448. <a href="{TagURL}"> #{Tag}</a>
  449. {/block:Tags}
  450. </div>{/block:HasTags}{block:PostNotes}<div class="notas">{PostNotes}</div>{/block:PostNotes}{/block:permalinkpage}{/block:Posts}</div>
  451.  
  452. </div>
  453. </body>
  454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement