PDFViewer.help/Contents/Resources/English.lproj/sty/main.css
changeset 6 c09c88f2a410
equal deleted inserted replaced
5:688af4da6d6d 6:c09c88f2a410
       
     1 /**
       
     2  * Main Stylesheet for Help-Books
       
     3  *
       
     4  * @copyright   Copyright(C) 2017 4customers Productions
       
     5  * @author      Markus Bröker<mbroeker@4customers.de>
       
     6  */
       
     7 html, body, h1, h2, h3, h4, p {
       
     8   display: block;
       
     9 
       
    10   margin: 0;
       
    11   padding: 0;
       
    12 
       
    13   vertical-align: baseline;
       
    14 }
       
    15 
       
    16 span {
       
    17   display: inline-block;
       
    18 }
       
    19 
       
    20 span { vertical-align: baseline; }
       
    21 hr { margin-bottom: 20px; }
       
    22 ul, ol { list-style: none; }
       
    23 
       
    24 a {
       
    25   text-decoration: none;
       
    26   padding: 10px;
       
    27   color: #fff;
       
    28 }
       
    29 
       
    30 /* Defaults für dieses Projekt */
       
    31 h1, h2, h3, h4, p { padding: 5px; }
       
    32 
       
    33 html, body {
       
    34   height: 100%;
       
    35 }
       
    36 
       
    37 body {
       
    38   background-color: rgba(21, 48, 80, 1.0);
       
    39   color: #fff;
       
    40 }
       
    41 
       
    42 .left { float: left; }
       
    43 .right { float: right; }
       
    44 
       
    45 .text-left { text-align: left; }
       
    46 .text-right { text-align: right; }
       
    47 .text-center { text-align: center; }
       
    48 
       
    49 .row:after {
       
    50   content: "";
       
    51   display: table;
       
    52   clear: both;
       
    53 }
       
    54 
       
    55 .column-1, .column-2, .column-3, .column-4 {
       
    56   float: left;
       
    57 }
       
    58 
       
    59 .column-1 { width: 100%; }
       
    60 .column-2 { width: 50%; }
       
    61 .column-3 { width: 33.333333333%; }
       
    62 .column-4 { width: 25%; }
       
    63 
       
    64 .white-bg {
       
    65   color: rgba(21, 48, 80, 1.0);
       
    66   background-color: #fff;
       
    67 }
       
    68 
       
    69 .img {
       
    70   width: auto;
       
    71   height: auto;
       
    72 }
       
    73 
       
    74 .img-responsive {
       
    75   width: 100%;
       
    76 }
       
    77 
       
    78 .page {
       
    79   padding: 15px;
       
    80 }
       
    81 
       
    82 .content {
       
    83   padding-top: 20px;
       
    84 }
       
    85 
       
    86 .footer {
       
    87   display: block;
       
    88   width: 100%;
       
    89 
       
    90   position: fixed;
       
    91   bottom: 0;
       
    92 
       
    93   overflow: hidden;
       
    94   text-overflow: ellipsis;
       
    95   max-height: 40px;
       
    96   height: auto;
       
    97 }
       
    98 
       
    99 .footer p {
       
   100   text-align: center;
       
   101 }
       
   102 
       
   103 .footer a {
       
   104   text-align: center;
       
   105 
       
   106   color: rgba(21, 48, 80, 1.0);
       
   107 
       
   108   font-size: 2em;
       
   109 }