CODE

h4:after{float: right; content: ’; background: #e1ecf7; position: relative; top: 25px; left: calc(-100% + 40px); height: 2px; margin: 0 0 1em; width: 40px; }

> post_parent){ $children = wp_list_pages(“title_li=&child_of=”.$post->ID.“&echo=0″); }else{ if($post->ancestors) { $ancestors = end($post->ancestors); $children = wp_list_pages(“title_li=&child_of=”.$ancestors.“&echo=0″); } } if ($children) { ?>

Carlos Rodrigo

array( array(
‘taxonomy’ => post_format’, field’ => slug’, terms’ => array( post-format-standard’ ), operator’ => NOT IN ) ) ) );

// Open the loop if ( $myposts->have_posts() ) : while ( $myposts->have_posts() ) : $myposts->the_post(); ?>

<p>
    <span class="the_article">
        <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
    </span>
    &nbsp;&nbsp;&nbsp;
    <span class="the_day">
        <?php the_time('j F Y'); ?>
    </span>
</p>  
<?php 

// Close the loop endwhile; endif;

// Reset $post data to default query wp_reset_postdata();?>

SEARCHBOX WP

CSS

.links line { stroke: #999; stroke-opacity: 0.6; }

.nodes circle { stroke: #fff; stroke-width: 1.5px; }

@font-face { font-family: Inter; src: url(/fonts/Inter-Regular.woff); }

@font-face { font-family: Inter-Bold; src: url(/fonts/Inter-Bold.woff); } /*

@supports (height: 100vh) { body{
background: linear-gradient(to right top, #0089f2 50%, #DDD 50%); background-size: 100% calc(100% - 100vh + 0px); background-repeat: no-repeat; }

body:before{
    content:'';
    position: fixed;
    top: 3px;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: white;
}
} #about .about-link:before, #projects .projects-link:before, #contact .contact-link:before,

#blog .blog-link:before, header ul li a:hover:before { content: “; float: left; position: relative; left: -12px; top: 12px; background: #FFF; width: 5px; height: 5px; border-radius: 100%; }*/

Jekyll

Loop

{% assign posts = site.posts | sort %} {% for post in posts %}

{% endfor %}

Tags

{% assign tags = site.tags | sort %} {% for tag in tags %}
  • {% endfor %}

    Isotope

    {% for note in site.notes %} {% include post.html %} {% endfor %}

    Counter

    {% assign counter = 0 %}{% for item in site.notes %}{% unless item.published == false %}{% assign counter=counter | plus:1 %}{% endunless %}{% endfor %}

    Mostrar Fecha en JS

    Codigo pinboard

    javascript:%2F*%0A%0APINBOARD ADD TAGGED - Bookmarklet to instantly add a bookmark to%0APinboard.in with one or more pre-specified tags.%0A%0ABy Ryan Tate http%3A%2F%2Fryantate.com%2Ftagpin%0ABased on read later” bookmark by Maciej Ceglowski%0Ahttp%3A%2F%2Fpinboard.in%2Fhowto%2F%0A%0AReleased under the same terms as M.C.’s read later” bookmark.%0A%0A*%2F%0A%0A(function()%7B%0A var tags %3D pendiente”%3B%0A var q %3D location.href%3B%0A var p %3D document.title%3B%0A var t%3B%0A void(t %3D open(‘http%3A%2F%2Fpinboard.in%2Fadd_noui%3Ftags%3D’ %2B encodeURIComponent(tags) %2B %26jump%3Dclose%26url%3D’ %2B encodeURIComponent(q) %2B %26title%3D’ %2B encodeURIComponent(p)%2C’Pinboard’%2C’toolbar%3Dno%2Cwidth%3D100%2Cheight%3D100’))%3B%0A t.blur()%3B%0A %7D)()%3B%0A


    {% include head.html %} {% include header.html %}

    {% for note in site.tags[page.tag] %}

    {% endfor %}

    {% include aside.html %} {% include footer.html %}


      {% for tag in site.tags %}
      • {% for post in tag.last %}
      • {% endfor %}
                </li>
              {% endfor %}
              </ul>

      cat_name;?>

      Proyectos

      ‘projects’, posts_per_page’ => 3, )); ?> <article >

      Explorar más proyectos ›

      0 ){
      foreach ( $terms as $term ) { echo ; } } ?>

      1. ); ?> have_posts() ) : ?>
      34
      35

      Información

      36

      37 Estoy casado con Mar, vivimos en Madrid. 38 Trabajo en Técnica y Avance, donde ayudamos a mantener al mundo conectado.

      39

      Ver más información ›

      40

      Enviar email ›

      41

      @charset UTF-8”;

      , ::before, *::after { margin: 0; padding: 0; border: none; box-sizing: border-box; z-index: 1; -webkit-overflow-scrolling: auto; }

      html { color: #002f3c; font: 300 16px/1.8 Regular’,‘Inter’, sans-serif; overflow-y: scroll; overflow-x: hidden; cursor: default; min-height: 100%; height: 101%; }

      body { position: relative; background:#FFF; }

      .notes{background: #f4f5fd;}

      header { position:fixed; top:0; left:0; width: 15%; padding: 0 0 10px; margin: 0 0px; text-align:right; z-index:10; }

      #navbar { float: right; font: 400 1em/1 Regular’,‘Inter’, Arial, sans-serif; padding: 20px 20px 0; background: #e3f2fd; border-radius: 4px; width: 60px; min-height: 60px; position: fixed; top: 20px; right: 20px; transition: width .5s; transition-timing-function: ease; z-index:99999; }

      #navbar ul { float:left; margin: 0; padding:0; width:100%; }

      #navbar ul li span{ display: none; width: 120px; color: #0288D1; position: relative; z-index: 1; top: 2px; right: 150px; text-align: right; font-size:.85em;}

      #navbar ul li:hover span{ display:block; }

      #navbar ul li i{width:20px; float:left;text-align: center;}

      #navbar li{list-style-type: none; float: left; width:100%;margin: 0 0 15px 0;}

      #navbar li a{ float:left; padding: 0; text-align:right; width:100%; }

      form.search { position: fixed; right: 0; top: 0; }

      button:hover, .is-checked, nav a:hover, .current-menu-item, .current-cat { opacity: .6; outline: none; }

      h1 { z-index: 10; float: left; padding: 20px 0px; text-align: left; width: 100%; margin: 0; text-transform: lowercase; font: 600 1.6em/1 Bold’, sans-serif; position: absolute; top: 0; left: 20px; background-image: url(); background-repeat: repeat; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-font-smoothing: antialiased; }

      h2 { float: left; text-align: left; width: 100%; font: 600 1.6em/1 Bold’, Arial, serif; padding: 0 0 20px 0; margin: 0 0 20px;

      }

      h3, .pin-title { float: left; text-align: left; width: 100%; font: 600 1.2em/1.6 Bold’, Arial, serif; position: relative; left: 0; margin: 15px 0; }

      h4 { float: left; text-align: left; width: 100%; font: 600 1em/1.6 Bold’, Arial, sans-serif; position: relative; left: 0; margin: 20px 0; letter-spacing: 0.2px; }

      h5 { float: left; text-align: left; width: 100%; font: 400 .65em/2 Regular’, Arial, serif; position: relative; left: 0; margin: 10px 0; padding: 0 10px 0 0; text-transform: uppercase; }

      footer{ float:left; width:100%; position:fixed; bottom:0; left:0; padding:0 20px; }

      .single section, .page section{ width: 40%; margin: 20px 30%; float: left; padding: 0px 0 100px 0; }

      section, .notes section { width: 100%; margin: 20px 0; float: left; padding: 0px 5% 100px; }

      .category section{ width:54%; margin:20px 23%; padding:0; }

      .pin-tag {display:none; }

      .masonry{ width:100%; column-count: 3; column-gap: 30px; }

      .item, .pin-item { display: inline-block; margin: 0 0 20px; width: 100%; }

      .item img{width:100%; float: left; border-radius: 3px;}

      .caption{font-size:.8em;}

      .edit { position: fixed; bottom: 20px; left: 20px; width: 150px; float: right; z-index: 9999; }

      .text { width: 100%; }

      .posts article h3, .home article h3{ margin:0; font-size:1.1em;

      } .posts { float: left; width: 100%; }

      .grid-sizer{
      width: calc(20% - 24px); } .gutter-sizer { width: 30px; }

      .posts article { width: calc(20% - 24px); margin:0 0 20px; }

      button{ background:none; padding:0 5px 5px 0; font:inherit; cursor:pointer; outline: none;
      color: #0288D1; }

      .notes-nav{ width: calc(60% - 8px); margin: 0px calc(20% + 4px) 20px; }

      .sin-categoria{display:none;}

      .posts li:hover { opacity: .8; }

      .excerpt, .pin-description { width: 100%; float: left; padding: 0; color: #002f3c opacity:.8; }

      .posts .cat { width: 10%; float: left; color: #ccc; }

      .links line { stroke: #999; stroke-opacity: 0.6; }

      .nodes circle { stroke: #fff; stroke-width: 1.5px; }

      a, a:visited, body:visited { color: #0288D1; text-decoration: none; }

      a:hover, a:focus { color: #0288D1; opacity: .5; transition: .1s; }

      hr { background: #607d8b1a; margin: 20px 0; float: left; width: 100%; height: 1px; }

      hr.short{ background: #607d8b1a; margin: 20px 0; float: left; width: 20%; height: 1px; }

      .disabled { visibility: hidden; }

      ::-moz-selection { background: #fef4ad; }

      ::selection { background: #fef4ad; }

      i { font-weight: 500; font-style: italic; }

      em { background:#ffee58; padding:2px 0; }

      ul { width: 100%; float: left; }

      b, strong { font-weight: 600; }

      p { width: 100%; margin: 5px 0; float: left; }

      img { border-style: none; height: auto; }

      figcaption { font-size: .75rem; line-height: 1.5rem; }

      .meta, .post-categories li { margin: 0; float: left; width: 100%; list-style-type:none; font-size:.9em; }

      .meta a { float: left; padding-right: 10px; }

      .gist{ float:left; }

      ol { width: 100%; float: left; list-style-type: decimal-leading-zero; padding:10px 0 20px; }

      ol li { width: 100%; float: left; padding: 0 0 0 20px;
      }

      ol li::marker{ float:left; }

      code { background-color: #eafded; font-family: Courier, monospace; font-size: .9em; padding: 0 20px; width: 100%; float: left; white-space: none; }

      meter { display: block; margin: 0 auto; height: 5px; width: 100%; }

      meter::-webkit-meter-bar { background: none; background-color: #EEE; }

      meter::-webkit-meter-optimum-value { background-image: linear-gradient(#215472); }

      blockquote { width: 100%; float: left; color: #666; padding: 0 20px; border-left: 2px solid #EEE; }

      form{ float:left; width:100%; }

      input[type=text],input[type=email] { font: 300 15px/1.8 Regular’,‘Inter’, sans-serif; float: left; border: 0; margin: 0 0 20px 0; padding: 5px 10px 4px; -webkit-transition: width 0.4s ease-out; transition: width 0.4s ease-out; width: 100%; -webkit-box-shadow: 0px 2px 13px 0px rgba(238,238,238,1); -moz-box-shadow: 0px 2px 13px 0px rgba(238,238,238,1); box-shadow: 0px 2px 13px 0px rgba(238,238,238,1); border-radius: 4px; }

      input[type=text]::placeholder { color:#bdbdbd; font: inherit; }

      input[type=text]:focus, input[type=text]:hover { font: 300 15px/1.8 Regular’,‘Inter’, sans-serif; text-align: left; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; outline: none; }

      input[type=text]:focus::placeholder { opacity: 0; }

      input[type=button], input[type=submit], input[type=reset] { width: 20%; font-size: 1em; float: left; border: 0; margin: 0; border: 1px solid #bdbdbd; padding: 5px; background: #f9f9f9; font: inherit; cursor:pointer; }

      textarea { float: left; border: 0; margin: 0 0 20px 0; padding: 5px; font:inherit; -webkit-transition: width 0.4s ease-out; transition: width 0.4s ease-out; width: 100%; border: 1px solid #bdbdbd; }

      .left { float: left; width: 50%; padding: 0 20px 20px 0%; }

      .right { float: right; width: 75%; padding: 0 0% 20px 20px; }

      .alignright { float: right; }

      img.alignright { float: right; margin: 0 0 20px 20px; }

      .alignleft { float: left; }

      img.alignleft { float: left; margin: 0 20px 20px 0; }

      .aligncenter{display:block; margin: 0 auto;}

      table { width: 100%; table-layout: auto; }

      table, tr { width: 100%; float: left; }

      td, th { float: left; text-align: left; padding: 0 10px 0 0; font-size: .9em; vertical-align: middle; }

      th.name, th.author, td.name, td.author { width: 40%; }

      tr:nth-child(even) { background-color: #EEE; }

      /————————————  VIDA EN MESES *————————————*/

      .vidagrid { margin: 20px 0; Float: left; }

      .sq { float: left; line-height: 20px; min-width: 10px; height: 30px; background-color: #EEE; margin: 1px; cursor: pointer; border: 1px solid #757575; font-size: .9em; text-align: center; padding: 5px; }

      .sq:nth-child(1) { background: #ef5350; color: #FFF; }

      .casa { background: #D7CCC8 !important; }

      .mar { background: #ffcdd2 !important; }

      .familia { background: #FFECB3 !important; color: #333; }

      .trabajo { background: #CFD8DC !important; }

      .viaje { background: #BBDEFB !important; }

      .muerte { background: #333 !important; }

      .m { background: #FFF !important; text-align: center; }

      .alive { background-color: #c8e6c9; color: #333; }

      /———————————— 

      MEDIA QUERIES

      *————————————*/

      @media only screen and (max-width: 1240px) {

      h1 { width: 30%; float: left; z-index: 10; float: left; padding: 20px 5%; margin: 0; font: 300 1em/1 Inter’, sans-serif; text-align: left; }

      h2 { width: 100%; float: left; position: relative; left: 0; }

      .single article, .page article { width: 100% !important; padding: 0; margin: 0; float: left; position: relative; top: 0; left: 0; border: none; height: auto; }

      .text { width: calc(100% - 0) !important; padding: 0 20px; margin: 0; float: left; position: relative; top: 0; left: 0; border: none; height: auto; }

      section { width: 90%; margin: 60px 5%; float: left; border: none; height: auto; }

      header { width: 100%; margin: 0; background: #FFF; padding: 0 5%;

      }

      h1 a { z-index: 999999; }

      article img { border-style: none; height: auto; width: 100%; }

      nav { width: 70%; position: fixed; right: 0; margin: 0 5%; }

      nav ul { float: right; text-align: right; width: 100%; }

      nav li { margin: 0; }

      .left, .right, .it, .qt { width: 100%; }

      @media only screen and (max-width: 640px) {

      header { height: 80px; float: left; }

      h1 { width: 20%; float: left; z-index: 10; float: left; padding: 20px 0; margin: 0; text-align: left; position: relative; }

      nav { width: 80%; float: left; z-index: 10; float: left; padding: 0px 0%; margin: 0; text-align: left; position: relative; }

      nav ul { width: 100%; padding: 0; }

      nav ul li { padding: 0 20px 0 0; }

      section { margin: 100px 5%; } } }

      @import url(‘https://rsms.me/inter/inter.css);

      @font-face { font-family: Regular’; src:url(“/fonts/CircularStd-Book.woff”); }

      @font-face { font-family: Bold’; src:url(“/fonts/CircularStd-Bold.woff”); }

      @font-face { font-family: Serif’; src:url(“/fonts/Bitter-Medium.ttf”); }

      WORDPRESS

      Search

    • <div class="home-cat">
      <h4>Categories</h4> 
        ‘name’, title_li’ => ’ ) ); ?>
      </div>
          <div class="home-tag">
      <h4>Tags</h4>   
      <?php wp_tag_cloud( array(

      orderby’ => name’, // order tags alphabetically order’ => ASC, smallest’ => 15, largest’=> 15, unit’ => px’, ) ); ?>

      </div>

      KIRBY


    Date
    February 9, 2024

    Previously
    Constellations