gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

reset.css (2596B)


      1 /*
      2 Software License Agreement (BSD License)
      3 
      4 Copyright (c) 2006, Yahoo! Inc.
      5 All rights reserved.
      6 
      7 Redistribution and use of this software in source and
      8 binary forms, with or without modification, arepermitted
      9 provided that the following conditions are met:
     10 
     11 * Redistributions of source code must retain the above
     12 copyright notice, this list of conditions and the
     13 following disclaimer.
     14 
     15 * Redistributions in binary form must reproduce the above
     16 copyright notice, this list of conditions and the
     17 following disclaimer in the documentation and/or other
     18 materials provided with the distribution.
     19 
     20 * Neither the name of Yahoo! Inc. nor the names of its
     21 contributors may be used to endorse or promote products
     22 derived from this software without specific prior
     23 written permission of Yahoo! Inc.
     24 
     25 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
     26 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
     27 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
     28 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     29 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
     30 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     31 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     32 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     33 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     34 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
     35 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
     36 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     37 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     38 SUCH DAMAGE.
     39 */
     40 
     41 html {
     42     color: #000;
     43     background: #FFF;
     44 }
     45 
     46 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4,
     47 h5, h6, pre, code, form, fieldset, legend, input,
     48 button, textarea, p, blockquote, th, td {
     49     margin: 0;
     50     padding: 0;
     51 }
     52 
     53 table {
     54     border-collapse: collapse;
     55     border-spacing: 0;
     56 }
     57 
     58 fieldset, img {
     59     border: 0;
     60 }
     61 
     62 address, caption, cite, code, dfn, em, strong,
     63 th, var, optgroup {
     64     font-style: inherit;
     65     font-weight: inherit;
     66 }
     67 
     68 del, ins {
     69     text-decoration: none;
     70 }
     71 
     72 li {
     73     list-style:none;
     74 }
     75 
     76 caption, th {
     77     text-align: left;
     78 }
     79 
     80 h1, h2, h3, h4, h5, h6 {
     81     font-size: 100%;
     82     font-weight: normal;
     83 }
     84 
     85 q:before, q:after {
     86     content:'';
     87 }
     88 
     89 abbr, acronym {
     90     border: 0;
     91     font-variant: normal;
     92 }
     93 
     94 sup {
     95     vertical-align: baseline;
     96 }
     97 sub {
     98     vertical-align: baseline;
     99 }
    100 
    101 legend {
    102     color: #000;
    103 }
    104 
    105 input, button, textarea, select, optgroup, option {
    106     font-family: inherit;
    107     font-size: inherit;
    108     font-style: inherit;
    109     font-weight: inherit;
    110 }
    111 
    112 input, button, textarea, select {
    113     *font-size: 100%;
    114 }