Advertisement
Hardrockdesign

paradise theme

Sep 25th, 2015
1,442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5.  
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7.  
  8. <script>
  9.  
  10. (function($){
  11.  
  12. $(document).ready(function(){
  13.  
  14. $("a[title]").style_my_tooltips({
  15.  
  16. tip_follows_cursor:true,
  17.  
  18. tip_delay_time:90,
  19.  
  20. tip_fade_speed:600,
  21.  
  22. attribute:"title"
  23.  
  24. });
  25.  
  26. });
  27.  
  28. })(jQuery);
  29.  
  30. </script>
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37. {/block:Description}
  38. <meta name="image:Cabecera" content=""/>
  39. <meta name="image:Fondo" content=""/>
  40. <meta name="color:Color 1" content="#f2f2f2" />
  41. <meta name="color:Color 2" content="#f8f8f8" />
  42. <meta name="color:Color 3" content="#4a846e" />
  43. <meta name="color:Color 4" content="#101010" />
  44. <meta name="text:Link 1" content="" />
  45. <meta name="text:Link 1 URL" content="" />
  46. <meta name="text:Link 2" content="" />
  47. <meta name="text:Link 2 URL" content="" />
  48. <meta name="text:Link 3" content="" />
  49. <meta name="text:Link 3 URL" content="" />
  50. <meta name="text:Link 4" content="" />
  51. <meta name="text:Link 4 URL" content="" />
  52. <meta name="text:Link 5" content="" />
  53. <meta name="text:Link 5 URL" content="" />
  54. <meta name="text:Link 6" content="" />
  55. <meta name="text:Link 6 URL" content="" />
  56. <meta name="text:Anuncio 1" content="" />
  57. <meta name="text:Anuncio 2" content="" />
  58. <meta name="text:Anuncio 3" content="" />
  59. <meta name="text:Anuncio 4" content="" />
  60.  
  61. <link href='https://fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>
  62. </head>
  63.  
  64. <script>
  65. window.onload = function () {
  66. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  67. document.addEventListener( 'click', function ( event ) {
  68. var myLike = event.target;
  69. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  70. var frame = document.getElementById( 'my-like-frame' ),
  71. liked = ( myLike.className == 'my-liked' ),
  72. command = liked ? 'unlike' : 'like',
  73. reblog = myLike.getAttribute( 'data-reblog' ),
  74. id = myLike.getAttribute( 'data-id' ),
  75. oauth = reblog.slice( -8 );
  76. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  77. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  78. };
  79. }, false );
  80. };
  81. </script>
  82.  
  83. <style type="text/css">
  84.  
  85. body {
  86. background:url('{image:Fondo}');
  87. background-repeat: repeat;
  88. margin: 0px;
  89. background-attachment: fixed;
  90. font-family: Lato;
  91. color: {color:Color 4};
  92. }
  93.  
  94. h2 {
  95. font-weight: bold;
  96. text-transform: uppercase;
  97. color: {color:Color 3};
  98. font-size: 14px;
  99. }
  100.  
  101. ::-webkit-scrollbar {height:8px; width:8px}
  102. ::-webkit-scrollbar-thumb {background-color: {color:Color 3};}
  103.  
  104. img {
  105. max-width: 100%;
  106. }
  107.  
  108. a {
  109. text-decoration: none;
  110. color: {color:Color 3};
  111. font-weight: bold;
  112. }
  113.  
  114. .notas li {
  115. list-style-type:none;
  116. }
  117.  
  118. .notas img {
  119. display:none!important;
  120. }
  121.  
  122. .posts {
  123. width: 400px;
  124. padding: 5px;
  125. font-size: 13px;
  126. background: {color:Color 2};
  127. text-align: justify;
  128. }
  129.  
  130. .posts-borde {
  131. width: 410px;
  132. padding: 40px;
  133. background: {color:Color 2};
  134. background-repeat: repeat;
  135. margin-bottom: 30px;
  136. margin-left: 60px;
  137. }
  138.  
  139. .caption {
  140. font-size: 11px;
  141. }
  142.  
  143. .tooltip{
  144. display: inline;
  145. position: relative;
  146. }
  147. #s-m-t-tooltip {
  148. max-width:300px; /*how big the tooltip can be at most*/
  149. border-radius: 0px; /*change your border radius*/
  150. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  151. margin:20px 7px -2px 20px; /*distance from word*/
  152. background-color:#ffffff; /*background color*/
  153. border:1px solid #E0E0E0; /*border info*/
  154. font-family:calibri; /*tooltip font*/
  155. font-size:9px; /*tooltip font size*/
  156. letter-spacing:2px; /*tooltip letter spacing*/
  157. text-transform:uppercase; /*makes the tooltip title uppercase*/
  158. color:#000; /*tooltip font color*/
  159. z-index:999999999999999999999999999999999999;
  160. }
  161.  
  162. .header-img {
  163. width: 1000px;
  164. height: 500px;
  165. background:url('{image:Cabecera}');
  166. }
  167.  
  168. #theme-body {
  169. width: 1000px;
  170. position: relative;
  171. font-size: 13px;
  172. font-family: roboto;
  173. margin-left: auto;
  174. top: 0px;
  175. padding-bottom: 30px;
  176. bottom: 0px;
  177. min-height: 1800px;
  178. bottom: 0px;
  179. background: {color:Color 1};
  180. margin-right: auto;
  181. }
  182.  
  183. #widgets-right {
  184. float: right;
  185. width: 230px;
  186. background: {color:Color 2};
  187. margin-right: 60px;
  188. padding: 30px;
  189. }
  190.  
  191. .widgets {
  192. width: 220px;
  193. padding: 5px;
  194. background: {color:Color 2};
  195. }
  196.  
  197. h3 {
  198. font-weight: 900;
  199. margin: 0px;
  200. text-transform: uppercase;
  201. text-align: center;
  202. font-size: 20px;
  203. }
  204.  
  205. .widget-title {
  206. color: {color:Color 3};
  207. text-transform: uppercase;
  208. font-weight: 900;
  209. padding-bottom: 5px;
  210. border-bottom: 2px solid {color:Color 3};
  211. display: block;
  212. width: 100%;
  213. }
  214.  
  215. .description {
  216. text-align: justify;
  217. font-size: 11px;
  218. padding-top: 15px;
  219. }
  220.  
  221. .afiliados img {
  222. width: 40px;
  223. height: 40px;
  224. margin-left: 3px;
  225. margin-right: 3px;
  226. margin-top: 3px;
  227. margin-bottom: 2px;
  228. border-radius: 100%;
  229. }
  230.  
  231. .sfm input {background-color: {color:Color 3};
  232. font-size: 8px;
  233. border: 0px;
  234. text-transform: uppercase;
  235. margin-top: 0px;
  236. color: {color:Color 1};
  237. letter-spacing: 1px;
  238. padding: 4px 8px;
  239. font-family: calibri;}
  240.  
  241. .leermas {
  242. background-color: {color:Color 3};
  243. display: block;
  244. font-size: 8px;
  245. border: 0px;
  246. text-transform: uppercase;
  247. margin-top: 25px;
  248. margin-bottom: 25px;
  249. width: 60px;
  250. color: {color:Color 1};
  251. letter-spacing: 1px;
  252. padding: 4px 8px;
  253. font-family: calibri;
  254. }
  255.  
  256. .admin {
  257. background-color: {color:Color 3};
  258. font-size: 8px;
  259. border: 0px;
  260. text-transform: uppercase;
  261. margin-top: 0px;
  262. color: {color:Color 1};
  263. margin-bottom: 2px;
  264. width: 150px;
  265. margin-right: 2px;
  266. letter-spacing: 1px;
  267. text-align: center;
  268. padding: 4px 8px;
  269. font-family: calibri;
  270. }
  271.  
  272. .admin-cargo {
  273. background-color: {color:Color 3};
  274. font-size: 8px;
  275. border: 0px;
  276. text-align: center;
  277. width: 43px;
  278. margin-bottom: 2px;
  279. text-transform: uppercase;
  280. margin-top: 0px;
  281. color: {color:Color 1};
  282. letter-spacing: 1px;
  283. padding: 4px 8px;
  284. font-family: calibri;
  285. }
  286.  
  287. #navegador {
  288. margin-bottom: 60px;
  289. width: 370px;
  290. background: {color:Color 4};
  291. line-height: 100%;
  292. text-transform: uppercase;
  293. font-size: 12px;
  294. padding-top: 15px;
  295. margin-top: -1px;
  296. margin-left: -1px;
  297. padding-bottom: 15px;
  298. }
  299.  
  300. #navegador a {
  301. margin-left: 10px;
  302. margin-right: 10px;
  303. color: {color:Color 1};
  304. }
  305.  
  306. #navegador2 {
  307. margin-bottom: 60px;
  308. width: 630px;
  309. margin-top: -1px;
  310. background: {color:Color 3};
  311. line-height: 100%;
  312. text-transform: uppercase;
  313. font-size: 12px;
  314. padding-top: 15px;
  315. margin-left: -2px;
  316. padding-bottom: 15px;
  317. }
  318.  
  319. #navegador2 a {
  320. margin-left: 10px;
  321. margin-right: 10px;
  322. color: {color:Color 1};
  323. }
  324.  
  325. .datos-down {padding-top: 10px; position: relative; height: 26px;}
  326.  
  327. .datos-down a {
  328. display: block;
  329. line-height: 100%;
  330. font-size: 8px;
  331. text-transform: uppercase;
  332. color: #000;
  333. }
  334.  
  335. .datos-down .details {
  336. position: absolute;
  337. top: 10px;
  338. right: 0px;
  339. }
  340.  
  341. .my-like {
  342. cursor:pointer;
  343. position: absolute;
  344. line-height: 100%;
  345. font-weight: bold;
  346. font-size: 8px;
  347. text-transform: uppercase;
  348. color: #000;
  349. right: 0px;
  350. top: 18px;
  351. display:inline-block;
  352. vertical-align:top;
  353. }
  354. .my-liked, .my-like:hover {
  355. color: red;
  356. cursor:pointer;
  357. display:inline-block;
  358. vertical-align:top;
  359. }
  360.  
  361. .anuncio-num {
  362. background: {color:Color 3};
  363. width: 40px;
  364. font-weight: bold;
  365. color: {color:Color 1};
  366. text-align: center;
  367. font-size: 20px;
  368. line-height: 100%;
  369. float: left;
  370. padding-top: 10px;
  371. margin-right: 8px;
  372. padding-bottom: 10px;
  373. display: block;
  374. }
  375. .anuncio {
  376. padding: 4px;
  377. font-size: 10px;
  378. background: {color:Color 1};
  379. margin-bottom: 5px;
  380. line-height: 100%;
  381. color: #000;
  382. text-align: justify;
  383. }
  384.  
  385. blockquote {
  386. -webkit-margin-start: 20px;
  387. -webkit-margin-end: 20px;
  388. border: 0px transparent;
  389. }
  390.  
  391. #footer {
  392. font-size: 25px;
  393. position: fixed;
  394. bottom: 0px;
  395. right: 0px;
  396. }
  397.  
  398. #footer a {
  399. color: {color:Color 4};
  400. line-height: 100%;
  401. border-radius: 100%;
  402. width: 40px;
  403. padding-top: 7px;
  404. padding-bottom: 7px;
  405. display: inline-block;
  406. text-align: center;
  407. margin: 3px;
  408. }
  409.  
  410. .question {font-size: 11px; padding: 5px; font-style: italic;}
  411.  
  412. .autorquest {
  413. text-transform: uppercase;
  414. padding-bottom: 10px;
  415. font-weight: bold;
  416. font-style: normal;
  417. }
  418.  
  419. .autorquest a {font-style: normal;}
  420.  
  421. .notas {
  422. width: 450px;
  423. margin-left: 30px;
  424. font-size: 8px;
  425. font-weight: bold;
  426. text-transform: uppercase;
  427. }
  428. </style>
  429. <body>
  430. <div id="theme-body"><div class="header-img"></div><table cellspacing="0"><td><div id="navegador"><center><a href="/">Inicio</a><a href="/ask">Pregunta</a><a href="/submit">Colabora</a><a href="/archive">Archivo</a><a href="http://thecaptainknowsbest.tumblr.com">Crédito</a></center></div></td><td><center><div id="navegador2">{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}{block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}</div></center></td></table>
  431. <div id="widgets-right"><div class="widgets"><div class="widget-title">Bienvenido</div>{block:Description}<div class="description">{Description}</div>{/block:Description}<br><center><form action="/search" method="get" class="sfm">
  432. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  433. <input type="submit" value="Search" id="sb"/>
  434. </form></center></div><br><br><div class="widget-title" style="margin-bottom: 15px;">Anuncios</div><div class="anuncio"><div class="anuncio-num">#01</div><div style="width: 222px; height: 40px;">{text:Anuncio 1}</div></div><div class="anuncio"><div class="anuncio-num">#02</div><div style="width: 222px; height: 40px;">{text:Anuncio 2}</div></div><div class="anuncio"><div class="anuncio-num">#03</div><div style="width: 222px; height: 40px;">{text:Anuncio 3}</div></div><div class="anuncio"><div class="anuncio-num">#04</div><div style="width: 222px; height: 40px;">{text:Anuncio 4}</div></div><br><br><div class="widget-title" style="margin-bottom: 12px;">Afiliados</div><div class="afiliados"><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a><a href="url"><img src="http://i.imgur.com/SHYT0Oa.jpg" /></a></div><br><br><div class="widget-title" style="margin-bottom: 14px;">Administración</div><table cellspacing="0"><td><div class="admin">Nombre apellido</div></td><td><div clasS="admin-cargo">admin</div><td></table><table cellspacing="0"><td><div class="admin">Nombre apellido</div></td><td><div clasS="admin-cargo">admin</div><td></table><table cellspacing="0"><td><div class="admin">Nombre apellido</div></td><td><div clasS="admin-cargo">mod</div><td></table><table cellspacing="0"><td><div class="admin">Nombre apellido</div></td><td><div clasS="admin-cargo">mod</div><td></table></div>
  435. {block:Posts}<div class="posts-borde"><div class="posts">{block:Title}
  436. <h3><a href="{Permalink}">{Title}</a></h3>
  437. {/block:Title}<div class="posts">{block:Text}
  438. {block:Submission}<a href="{SubmitterURL}">{Submitter}</a>{/block:Submission}
  439. {Body}
  440. {block:More}<center><a href="{Permalink}" class="leermas">{lang:Read more}</a></center>{/block:More}
  441. {/block:Text}{block:Photo}
  442. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  443.  
  444. {block:Caption}
  445. <div class="caption">{Caption}</div>
  446. {/block:Caption}
  447. {/block:Photo}{block:Panorama}
  448. {LinkOpenTag}
  449. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  450. {LinkCloseTag}{block:Caption}
  451. <div class="caption">{Caption}</div>
  452. {/block:Caption}
  453. {/block:Panorama}{block:Photoset}
  454. {Photoset-400}{block:Caption}
  455. <div class="caption">{Caption}</div>
  456. {/block:Caption}
  457. {/block:Photoset}
  458. {block:Answer}<div class="question"><div class="autorquest">{Asker} preguntó:</div>{Question}</div>
  459. {Replies}{/block:Answer}
  460. {block:Quote}
  461. "{Quote}"
  462.  
  463. {block:Source}
  464. <div class="source">{Source}</div>
  465. {/block:Source}
  466. {/block:Quote}{block:Link}
  467. <a href="{URL}" class="link" {Target}>{Name}</a>
  468.  
  469. {block:Description}
  470. <div class="description">{Description}</div>
  471. {/block:Description}
  472. {/block:Link}{block:Chat}
  473. {block:Title}
  474. <h3><a href="{Permalink}">{Title}</a></h3>
  475. {/block:Title}
  476.  
  477. <ul class="chat">
  478. {block:Lines}
  479. <li class="{Alt} user_{UserNumber}">
  480. {block:Label}
  481. <span class="label">{Label}</span>
  482. {/block:Label}{Line}
  483. </li>
  484. {/block:Lines}
  485. </ul>
  486. {/block:Chat}{block:Video}
  487. {Video-500}{block:Caption}
  488. <div class="caption">{Caption}</div>
  489. {/block:Caption}
  490. {/block:Video}{block:Audio}
  491. {AudioEmbed}{block:Caption}
  492. <div class="caption">{Caption}</div>
  493. {/block:Caption}
  494. {/block:Audio}
  495. {block:indexpage}<div class="datos-down">{block:Date}<a href="{Permalink}">Publicado: {TimeAgo}</a>{/block:Date} {block:NoteCount}<a href="{Permalink}">Notas: {NoteCount}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank" class="details">Rebloguear</a> <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Me gusta</div> </div>{/block:indexpage}</div></div></div>
  496. {block:permalinkpage}{block:PostNotes}<div class="notas">{PostNotes}</div>{/block:PostNotes}{/block:permalinkpage}{/block:Posts}
  497. </div><div id="footer">
  498. {block:PreviousPage}
  499. <a href="{PreviousPage}">◄</a>
  500. {/block:PreviousPage}{block:NextPage}
  501. <a href="{NextPage}">►</a>
  502. {/block:NextPage}
  503. </div></body>
  504. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement