[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/styles/prosilver/theme/ -> base.css (source)

   1  /* --------------------------------------------------------------
   2      $Base
   3  -------------------------------------------------------------- */
   4  
   5  /** {
   6      -webkit-box-sizing: border-box;
   7      -moz-box-sizing: border-box;
   8      box-sizing: border-box;
   9  }
  10  *:before,
  11  *:after {
  12      -webkit-box-sizing: border-box;
  13      -moz-box-sizing: border-box;
  14      box-sizing: border-box;
  15  }*/
  16  
  17  /* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
  18  html {
  19      font-size: 1em; /* Assuming 16px... */
  20      line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
  21      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  22  }
  23  
  24  body {
  25      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  26      color: #333333;
  27      background-color: #ffffff;
  28  }
  29  
  30  input,
  31  button,
  32  select,
  33  textarea {
  34      font-family: inherit;
  35      font-size: inherit;
  36      line-height: inherit;
  37  }
  38  
  39  figure { margin: 0; }
  40  img { vertical-align: middle; }
  41  
  42  hr {
  43      margin-top: 20px;
  44      margin-bottom: 20px;
  45      border: 0;
  46      border-top: 1px solid #e5e5e5;
  47  }
  48  
  49  a {
  50      color: #428bca;
  51      text-decoration: none;
  52  }
  53  
  54  a:hover,
  55  a:focus,
  56  a:active {
  57      color: #2a6496;
  58      text-decoration: underline;
  59  }
  60  
  61  blockquote,
  62  dl,
  63  dd,
  64  h1,
  65  h2,
  66  h3,
  67  h4,
  68  h5,
  69  h6,
  70  figure,
  71  p,
  72  pre { margin: 0; }
  73  button {
  74      background: transparent;
  75      border: 0;
  76      padding: 0;
  77  }
  78  
  79  /**
  80   * Work around a Firefox/IE bug where the transparent `button` background
  81   * results in a loss of the default `button` focus styles.
  82   */
  83  button:focus {
  84      outline: 1px dotted;
  85      outline: 5px auto -webkit-focus-ring-color;
  86  }
  87  
  88  fieldset {
  89      border: 0;
  90      margin: 0;
  91      padding: 0;
  92  }
  93  
  94  iframe { border: 0; }
  95  ol,
  96  ul {
  97      list-style: none;
  98      margin: 0;
  99      padding: 0;
 100  }
 101  
 102  /**
 103   * Suppress the focus outline on links that cannot be accessed via keyboard.
 104   * This prevents an unwanted focus outline from appearing around elements that
 105   * might still respond to pointer events.
 106   */
 107  [tabindex="-1"]:focus { outline: none !important; }
 108  
 109  /**
 110   * Remove double underline from recent version of firefox
 111   */
 112  abbr[title] {
 113      text-decoration: none;
 114  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1