MediaWiki:Common.css

From 3forge Documentation
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Barlow', sans-serif;
    font-size: 1em;

}
/* tree styles */
.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}
/* tree styles end */
/*
#mw-panel {
    position: fixed;
}
#mw-head-base {
    margin-left: 15em !important;
}
.mw-body {
    margin-left: 15em;
}
*/
#content h1, 
#content h2 {
  font-family: 'Barlow', serif;
}
h1,h2 {
    color: #0e91bb;
    
}
h1 {
    font-weight: 500;
    border-bottom: 1px solid #0e91bb;
}
h2 {
    font-weight: 400;
    border-bottom: none;
}
.portal, .vector-menu-portal {
    font-size: large;
    position: static;
}
.portal h3, .vector-menu-portal h3 {
    color: #f16900;
    font-weight: 600;
    font-size: 1em;
}
.portal .body li, .vector-menu-portal .body li {
    margin-bottom: 7px;
}
#site-banner {
    background-color: #f0f0f0;
    color: #333;
    padding: 10px;
    text-align: center;
}