MediaWiki:Common.css.bak: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 241: Line 241:
.head-filter.head-col-extend {
.head-filter.head-col-extend {
     width: calc(40% + 3px);
     width: calc(40% + 3px);
     overflow: hidden;
     //overflow: hidden;
}
}
.container-filter-label-button {
.container-filter-label-button {
Line 261: Line 261:
   display: flex;
   display: flex;
   justify-content: space-between;
   justify-content: space-between;
   align-items: center;
   align-items: flex-start;
  gap: 12px;
  width: 100%;
   border-bottom: 1px solid black;
   border-bottom: 1px solid black;
   padding-bottom: 5px;
   padding-bottom: 5px;
Line 272: Line 274:
   margin-top: 0;
   margin-top: 0;
   width: fit-content;
   width: fit-content;
   white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
   white-space: normal;
}
}


Line 303: Line 307:
     text-transform: uppercase;
     text-transform: uppercase;
}
}
.print-selection-toggle {
.print-selection-toggle {
   font-size: 17px;
   font-size: 17px;
Line 312: Line 317:
}
}
#print-selection-wrapper {
#print-selection-wrapper {
   position: relative;  
  flex: 0 0 auto;
   position: relative;
}
}
#print-selection-options {
#print-selection-options {
   position: absolute;
   position: absolute;
   top: 100%;       /* directly under button */
   top: 100%;
   right: 0;         /* align to right edge */
   right: 0;
   z-index: 99999;
   z-index: 99999;
  display: flex;     
  gap: 2px;           
   white-space: nowrap;
   white-space: nowrap;
   margin-top: 4px; /* small gap under button */
  transform: translateY(0.2em);
}
.print-selection-option {
  display: contents;
}
.print-selection-border,
.print-selection-no-border,
.print-selection-border:hover,
.print-selection-no-border:hover,
.print-selection-border:focus,
.print-selection-no-border:focus,
.print-selection-border:active,
.print-selection-no-border:active,
.print-selection-border:disabled,
.print-selection-no-border:disabled {
  display: inline-block;
  text-decoration: none;
  background: #ececec;
  color: #767676;
   margin-top: 4px;
  margin-left: 4px;
  border: none;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  font-family: "HALColant-TextRegular" !important;
  padding: 2px 4px !important;
  border: none !important;
  appearance: none;
  -webkit-appearance: none;
}
 
#print-selection-options a,
#print-selection-options a:hover,
#print-selection-options a:focus,
#print-selection-options a:active,
#print-selection-options a:visited {
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
}
 
.print-selection-border:hover,
.print-selection-no-border:hover,
.print-selection-border:focus,
.print-selection-no-border:focus {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\"><circle cx=\"14\" cy=\"14\" r=\"4.5\" fill=\"white\" stroke=\"black\" stroke-width=\"1\" /></svg>") 14 14,auto!important;
}
}
.toggle-filters.general-toggle {
.toggle-filters.general-toggle {
     font-family: HALColant-TextRegular !important;
     font-family: HALColant-TextRegular !important;

Navigation menu