MediaWiki

Difference between revisions of "Common.css"

From Boundary Devices Wiki

Line 7: Line 7:
 
       background: #fff !important;
 
       background: #fff !important;
 
   }
 
   }
 +
}
 +
#navwrapper > nav > ul > li.name > div > a > div {
 +
  display: none;
 +
}
 +
.top-bar-logo {
 +
  margin: 20px 10px 10px 20px;
 
}
 
}
 
/* Edit the Top Bar and Menu */
 
/* Edit the Top Bar and Menu */
 
/***** END *****/
 
/***** END *****/

Revision as of 17:02, 2 December 2020

/* CSS placed here will be applied to all skins */

/***** START *****/
/* Edit the Top Bar and Menu */
@media only screen and (min-width: 40.0625em) {
   .top-bar { 
      background: #fff !important;
   }
}
#navwrapper > nav > ul > li.name > div > a > div {
   display: none;
}
.top-bar-logo {
   margin: 20px 10px 10px 20px;
}
/* Edit the Top Bar and Menu */
/***** END *****/