4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 1,671: | Line 1,671: | ||
     color: black;  |      color: black;  | ||
}  | }  | ||
#close-button {  | |||
    float: right;   | |||
    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;   | |||
    font-size: 20px;  | |||
    line-height: 24px;  | |||
    letter-spacing: 0px;  | |||
    position: absolute;   /* override float for precise placement */  | |||
    top: 8px;  | |||
    right: 8px;  | |||
}  | |||
/* print button next to [close] */  | /* print button next to [close] */  | ||
#print-button {  | #print-button {  | ||
| Line 1,692: | Line 1,705: | ||
   text-decoration: underline;  |    text-decoration: underline;  | ||
}  | }  | ||
#print-chooser {  | |||
  position: absolute;  | |||
  top: 36px;                | |||
  right: 8px;               | |||
  display: none;            | |||
  white-space: nowrap;      | |||
   font-size: 14px;  | |||
  line-height: 20px;  | |||
}  | |||
/* Links styled like pills (MW-safe) */  | |||
#print-chooser .print-choice {  | |||
  display: inline-block;  | |||
  padding: 2px 6px;  | |||
  border: 1px solid #292828;  | |||
  background: #fff;  | |||
  color: #292828;  | |||
  text-decoration: none;  | |||
}  | |||
#print-chooser .print-choice + .print-choice { margin-left: 6px; }  | |||
#print-chooser .print-choice:hover,  | |||
#print-chooser .print-choice:focus {  | |||
  background: #f2f2f2;  | |||
  outline: none;  | |||
}  | }  | ||
.fade-out {  | .fade-out {  | ||
     position: absolute;  |      position: absolute;  | ||