Skip to content
Snippets Groups Projects
Select Git revision
  • fd19a0020680ac03ca4f3f83532568496f16db8a
  • master default protected
  • luantier-shirts
  • fix-year
  • typo-gemeinscahft
  • badges
  • minecraft-blogpost
  • post-vorstellung
  • adding-author-de
  • fix-typo-blogpost-20241013
  • 26-add-content-for-elektronik-workshop
  • 32-restructure-projects-into-aspects-and-products
  • fix-website
  • fix-transparent-hero-images
  • claim-links
  • glt-blogpost
  • fix-broken-transparency
  • fix-right-aligned-section-images
  • improve_hero_section
  • section-shortcode
  • author_cards
21 results

2013-08-25_frogllabs-2013-froscon.html

Blame
  • bootstrap-reboot.css 4.78 KiB
    /*!
     * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
     * Copyright 2011-2018 The Bootstrap Authors
     * Copyright 2011-2018 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
     */
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
    
    html {
      font-family: sans-serif;
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -ms-overflow-style: scrollbar;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
    @-ms-viewport {
      width: device-width;
    }
    
    article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
      display: block;
    }
    
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff;
    }
    
    [tabindex="-1"]:focus {
      outline: 0 !important;
    }
    
    hr {
      box-sizing: content-box;
      height: 0;
      overflow: visible;
    }
    
    h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      margin-bottom: 0.5rem;
    }
    
    p {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    
    abbr[title],
    abbr[data-original-title] {
      text-decoration: underline;
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
      cursor: help;
      border-bottom: 0;
    }