Line 12: | Line 12: | ||
/* DEFAULT WIKI SETTINGS */ | /* DEFAULT WIKI SETTINGS */ | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
− | #home_logo, #sideMenu { display:none; } | + | #home_logo, #sideMenu { |
− | #sideMenu, #top_title, .patrollink {display:none;} | + | display:none; |
− | #content { margin- | + | } |
+ | #sideMenu, #top_title, .patrollink { | ||
+ | display:none; | ||
+ | } | ||
+ | #content, #HQ_page { | ||
+ | width: 100%; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | background-color: white; | ||
+ | //font-size: 100% !important; | ||
+ | } | ||
+ | #content { | ||
+ | margin-top: -16px; | ||
+ | } | ||
+ | #globalWrapper, #content, #HQ_page, #bodyContent, #mw-content-text{ | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | /*Bootstrap.min altered the way the top menu looks, by changing box-sizing: from border-box to initial, the damage is undone*/ | ||
+ | #top_menu_14 { | ||
+ | box-sizing: initial; | ||
+ | } | ||
+ | td a{ | ||
+ | padding-right: 0px !important; | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | padding-bottom: 0; | ||
+ | } | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
</style> | </style> |
Revision as of 12:39, 18 September 2018