MediaWiki:Common.css: Difference between revisions

copied from beta
m (added id=mobileonly)
(copied from beta)
Line 1: Line 1:
/* Create a class for GR Sidebar tables */
.sidebar {
padding:2px;
width:max-content;
margin-left:10px;
border-spacing:0px;
border:1px solid gray;
position:relative;
background:white;
}
.sidebar p {
line-height: 1em;
}
.sidebar-heading {
text-align:center;
background: #DCDAD1;
font-size:12pt;
}
/* Create a blue gradient */
.gradient {
padding-left:20px;
padding-right:20px;
margin-left:-20px;
margin-right:-20px;
background: linear-gradient(to bottom, White 35%,  #9EB4F9 100%);
}
/* The following readjusts the popup box that appears when hovering over links in GuidedResearch.  */
/* The following readjusts the popup box that appears when hovering over links in GuidedResearch.  */
.tooltip .tooltiptext {
.tooltip .tooltiptext {
     left: unset;
     left: unset;
    width: max-content;
}
/* Override Bootstrap's definition of container for the FAQ Pages */
#FAQPage.container {
margin-left: 0;
}
/* override Bootstrap 100% */
legend {
width: auto;
}
/** Override bootstrap's tooltip */
.tooltip {
opacity:100 !important;
}
}


Line 160: Line 206:
     display:none;
     display:none;
   }
   }
 
.searchboxContainer {
.searchboxContainer {
   display:flex;  
   display:flex;  
53,890

edits