PHP Classes

File: htdocs/install/assets/css/style.css

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/install/assets/css/style.css   Download  
File: htdocs/install/assets/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: updated install, Bootstrap 5.3.3
Merge xswatch4
Date: 2 months ago
Size: 1,128 bytes
 

Contents

Class file image Download
body { padding-top: 56px; } .navbar { height: 56px; } .side-nav { position: fixed; top: 56px; left: 0; bottom: 0; width: 250px; overflow-y: auto; background-color: #343a40; padding-top: 1rem; } .content-wrapper { margin-left: 250px; padding: 20px; min-height: 568px; background-color: #fff; } .navbar-nav .nav-link { color: rgba(255,255,255,.75); padding: .5rem 1rem; } .navbar-nav .nav-link.active { color: #fff; background-color: rgba(255,255,255,.1); } .navbar-nav .nav-link.disabled { color: rgba(255,255,255,.25); } /* Logger styles */ #xo-logger-output { margin-left: 250px; padding: 20px; background: #f8f9fa; border-top: 1px solid #e9ecef; } #xo-logger-tabs { position: relative; z-index: 1001; margin-bottom: 10px; } #xo-logger-output table { position: relative; z-index: 1000; width: 100%; } /* Responsive styles */ @media (max-width: 992px) { .side-nav { position: static; width: 100%; } .content-wrapper, #xo-logger-output { margin-left: 0; } }