[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/clean/style/ -> custom.css (source)

   1  /* Custom CSS
   2  -------------------------*/
   3  div.logo {
   4      background: url([[setting:logo]]) no-repeat 0 0;
   5      display: block;
   6      float: left;
   7      height: 75px;
   8      margin: 0;
   9      padding: 0;
  10      width: 100%;
  11  }
  12  
  13  .dir-rtl div.logo {
  14      background: url([[setting:logo]]) no-repeat 100% 0;
  15      display: block;
  16      float: right;
  17  }
  18  
  19  img.small-logo {
  20      float: left;
  21      height: 35px;
  22      margin: 3px 10px 3px 0;
  23  }
  24  
  25  .dir-rtl img.small-logo {
  26      float: right;
  27      margin: 3px 0 3px 10px;
  28  }
  29  
  30  @media (max-width: 767px) {
  31      .dir-rtl img.small-logo,
  32      img.small-logo {
  33          margin: 3px;
  34      }
  35  }
  36  
  37  @media (max-width: 480px) {
  38      .navbar img.small-logo {
  39          max-width: 150px;
  40      }
  41      /* Applying accesshide styles */
  42      .navbar .small-logo-container + .brand {
  43          position: absolute;
  44          left: -10000px;
  45          font-size: 1em;
  46          font-weight: normal;
  47      }
  48  }
  49  
  50  /* Custom CSS Settings
  51  -------------------------*/
  52  [[setting:customcss]]


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1