Wikipedia:Tools/Navigation popups/sandbox.css

/* Note: this was copied from [[User:Prtksxna/Gadget-navpop-hovercards.css]] but with !important added everywhere for testing purposes. */

a.popupMoreLink {
  display: block !important;
  text-align: right !important;
  cursor: pointer !important;
}
 
.popupData {
  font-size: 0.8em !important;
}
 
ins.popupDiff {
  background: #afe !important;
}
 
del.popupDiff {
  background: #ffe6e6 !important;
}
 
#selectionPreview {
  /*
  overflow: auto !important;
  max-height: 16ex !important;
  */
  border: 2px solid #ddd !important;
  background-color: #eef !important;
  padding: 6px !important;
}
 
.navpopup {
  border: 1px solid #bbb !important;
  background-color: #fff !important;
  padding: 10px !important;
  padding-bottom: 5px !important;
  font-size: 0.875em !important;
 
  -moz-box-shadow: 3px 3px 0px 0px rgba( 0, 0, 0, 0.30 ) !important;	
  box-shadow: 3px 3px 0px 0px rgba( 0, 0, 0, 0.30 ) !important;
  /* opacity: 0.9 !important; */
}
 
.navpopup hr {
  color: #eee !important;
  background-color: #eee !important;
}
 
/* Configure Drag bar color */
.popupDrag {
  background-color: #ffbe20 !important;
  height: 5px !important;
  margin-top: -5px !important;
  margin-bottom: 5px !important;
}
 
.popupDragHandle {
  cursor: move !important;
  position: relative !important;
}
 
/* menu magic - many thanks to [[User:Zocky]]! */
 
/* popups */
.popup_menu li {
  margin: 0px !important;
}
 
.popup_menu {
  display: none !important;
  position: absolute !important;
  left: 0 !important;
  margin: 0 !important;
  margin-top: 1em !important;
  line-height: 1.25em !important;
  list-style-type: none !important;
  /* top: 1.6ex !important; */
  z-index: 2 !important;
  width: 10em !important;
  background: white !important;
  border: 1px solid grey !important;
  padding: 0 !important;
  margin-left: -6px !important;
  border-width: 1px 1px 1px 6px !important;
  font-size: 0.9em !important;
}
 
.popup_menu a {
  display: block !important;
  padding: 3px !important;
  color: #555 !important;
}
 
.popup_menu_row a {
  display: inline !important;
}
 
.popup_menu_row {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #eee !important;
  /* border: 1px solid red !important; */
}
 
.popup_drop {
  display: inline !important;
  position: relative !important;
}
 
.popup_drop a {
  color: #555 !important;
  padding: 3px !important;
  margin: 0 !important;
  font-weight: bold !important;
}
 
.popup_drop:hover .popup_menu,
.popup_drop .popup_menu:hover {
  display: inline !important;
  background: white !important;
  color: #555 !important;
}
 
.popup_drop:hover > a {
  background: grey !important;
  color: #fff !important;
}
 
/* other colours, styles and so on */
.popup_menu a:hover {
  background: grey !important;
  color: #fff !important;
  text-decoration: none !important;
}
 
.popup_mainlink {
  font-size: 140% !important;
  font-weight: bold !important;
}
 
.popup_mainlink a{
	color: #000 !important;
}
 
a.popup_change_title_link {
  color: #152 !important;
}
 
.popup_diff_dates {
  font-style: italic !important;
  background: none !important;
}
 
.popup_menu_item {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  /* border: 1px solid green !important; */
}
 
.popup_menu_item a {
  display: block !important;
}
 
.popup_history_row_even {
  background: #eee !important;
}
 
.popup_history_date {
  font-weight: bold !important;
  font-size: 120% !important;
}
 
/* disable interwiki styling */
.popupPreview a.extiw,
.popupPreview a.extiw:active {
  color: #36b !important;
  background: none !important;
  padding: 0 !important;
}
 
.popupPreview a.external {
  color: #36b !important;
}
 
/* this can be used in the content area to switch off 
special external link styling */
.popupPreview .plainlinks a {
  background: none !important;
  padding: 0 !important;
}