On November 6th, 2024, the 9,000th article was added to the SuccuWiki!

MediaWiki:Gadget-navpop.css: Difference between revisions

From SuccuWiki - The Wiki of the Succubi
Jump to navigation Jump to search
m (1 revision)
 
mNo edit summary
 
Line 1: Line 1:
a.popupMoreLink { display: block; text-align: right; cursor: pointer; }
a.popupMoreLink {
  display: block;
  text-align: right;
  cursor: pointer;
}


ins.popupDiff { background: #AFE; }
ins.popupDiff {
del.popupDiff { background: #FFE6E6; }
  background: #afe;
}


#selectionPreview { /* overflow: auto; max-height: 16ex; */
del.popupDiff {
                    border: 2px solid #DDD;
  background: #ffe6e6;
                    background-color: #EEF;
}
                    padding: 6px;
 
                    }
#selectionPreview {
  /*
  overflow: auto;
  max-height: 16ex;
  */
  border: 2px solid #ddd;
  background-color: #eef;
  padding: 6px;
}


.navpopup  
.navpopup {
{  
   border: 1px solid #bbb;
   border: solid #FFBE20 1px;
   background-color: #fff;
   background-color: #FFFAEF;
  padding: 10px;
   padding: 5px;
   padding-bottom: 5px;
   font-size: 8pt;
   font-size: 11px;
  box-shadow: 0 3px 8px rgba( 50, 50, 50, 0.35 );
   /* opacity: 0.9; */
   /* opacity: 0.9; */
}
.navpopup hr {
  color: #aaa !important;
  background-color: #aaa !important;
}
}


/* Configure Drag bar color */
/* Configure Drag bar color */
.popupDrag {
.popupDrag {
   background-color: #FFBE20;
   background-color: #ffbe20;
   height: 5px;
   height: 5px;
   margin-top: -5px;
   margin-top: -5px;
Line 28: Line 47:


.popupDragHandle {
.popupDragHandle {
cursor: move;
  cursor: move;
position: relative;
  position: relative;
}
}


Line 36: Line 55:
/* popups */
/* popups */
.popup_menu li {
.popup_menu li {
margin: 3px;
  margin: 0px;
}
}


.popup_menu
.popup_menu {
{
   display: none;
   display:none;
   position: absolute;
   position:absolute;
   left: 0;
   left:0;
   margin: 0;
   margin: 0;
   margin-top: 1em;
   margin-top: 1em;
   line-height: 1.25em;
   line-height: 1.25em;
   list-style-type: none;  
   list-style-type: none;
   /*top:1.6ex; */
   top: 0.1em;
   z-index:2;
   z-index: 2;
   width:10em;  
   width: 10em;
   background:white;  
   background: white;
   border:solid 1px grey;
   border: 1px solid grey;
   padding: 0.5em !important;
   padding: 0 !important;
   margin-left: -6px;
   margin-left: -6px;
   margin-top: 1em;
   margin-top: 1em;
   border-width: 1px 1px 1px 6px;
   border-width: 1px 1px 1px 6px;
}
}
.popup_menu a {display:block;}
 
.popup_menu_row a {display:inline;}
.popup_menu a {
.popup_menu_row { list-style: none;
  display: block;
                  padding: 0;
  padding: 3px;
                  margin: 0;
  color: #555;
                  /*)border: solid 1px red;*/
}
                  }
 
.popup_drop {display:inline; position:relative}
.popup_menu_row a {
  display: inline-block;
}
 
.popup_menu_row {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #aaa;
  /* border: 1px solid red; */
}
 
.popup_drop {
  display: inline;
  position: relative;
}
 
.popup_drop a,
.popup_drop a:visited {
  padding: 3px;
  margin: 0;
  font-weight: bold;
  color: #0645ad;
}
 
.popup_drop:hover .popup_menu,
.popup_drop:hover .popup_menu,
.popup_drop .popup_menu:hover {display:inline; background:White; padding:2px 2px 2px 2px}
.popup_drop .popup_menu:hover {
  display: inline;
  background: white;
  padding: 2px;
  color: #555;
}


.popup_drop:hover { background:#CCF; color:#44f; }
.popup_drop:hover {
  background: #ccf;
  color: #44f;
}


/* other colours, styles and so on */
/* other colours, styles and so on */
.popup_menu a:hover {background:#CCf; color:#44f}
.popup_menu a:hover {
.popup_mainlink {font-size: 140%; font-weight: bold}
  background: grey;
  color: #fff;
  text-decoration: none;
}
 
.popup_mainlink {
  font-size: 140%;
  font-weight: bold;
}
 
.popup_mainlink a {
  color: #000;
}
 
a.popup_change_title_link {
  color: #152;
}


a.popup_change_title_link { color: #152; }
.popup_diff_dates {
  font-style: italic;
  background: none;
}


.popup_diff_dates {  
.popup_menu_item {
                    font-style: italic;  
  list-style: none;
                    background: none;
  padding: 0;
                    }
  margin: 0;
  /* border: 1px solid green; */
}


.popup_menu_item {  
.popup_menu_item a {
                  list-style: none;
  display: block;
                  padding: 0;
                  margin: 0;
                  /*border: solid 1px green;*/
}
}
.popup_menu_item a{ display:block; }


.popup_history_row_even { background: #eee; }
.popup_history_row_even {
.popup_history_date { font-weight: bold; font-size: 120%; }
  background: #eee;
}
 
.popup_history_date {
  font-weight: bold;
  font-size: 120%;
}


/* disable interwiki styling */
/* disable interwiki styling */
.popupPreview a.extiw,
.popupPreview a.extiw,
.popupPreview a.extiw:active {
.popupPreview a.extiw:active {
color: #36b;
  color: #36b;
background: none;
  background: none;
padding: 0;
  padding: 0;
}
}
.popupPreview a.external {
.popupPreview a.external {
color: #36b;
  color: #36b;
}
}
/* this can be used in the content area to switch off
/* this can be used in the content area to switch off
special external link styling */
special external link styling */
.popupPreview .plainlinks a {
.popupPreview .plainlinks a {
background: none !important;
  background: none !important;
padding: 0 !important;
  padding: 0 !important;
}
}

Latest revision as of 18:38, 7 November 2015

a.popupMoreLink {
  display: block;
  text-align: right;
  cursor: pointer;
}

ins.popupDiff {
  background: #afe;
}

del.popupDiff {
  background: #ffe6e6;
}

#selectionPreview {
  /*
  overflow: auto;
  max-height: 16ex;
  */
  border: 2px solid #ddd;
  background-color: #eef;
  padding: 6px;
}

.navpopup {
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 5px;
  font-size: 11px;
  box-shadow: 0 3px 8px rgba( 50, 50, 50, 0.35 );
  /* opacity: 0.9; */
}

.navpopup hr {
  color: #aaa !important;
  background-color: #aaa !important;
}

/* Configure Drag bar color */
.popupDrag {
  background-color: #ffbe20;
  height: 5px;
  margin-top: -5px;
  margin-bottom: 5px;
}

.popupDragHandle {
  cursor: move;
  position: relative;
}

/* menu magic - many thanks to [[User:Zocky]]! */

/* popups */
.popup_menu li {
  margin: 0px;
}

.popup_menu {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  margin-top: 1em;
  line-height: 1.25em;
  list-style-type: none;
  top: 0.1em;
  z-index: 2;
  width: 10em;
  background: white;
  border: 1px solid grey;
  padding: 0 !important;
  margin-left: -6px;
  margin-top: 1em;
  border-width: 1px 1px 1px 6px;
}

.popup_menu a {
  display: block;
  padding: 3px;
  color: #555;
}

.popup_menu_row a {
  display: inline-block;
}

.popup_menu_row {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #aaa;
  /* border: 1px solid red; */
}

.popup_drop {
  display: inline;
  position: relative;
}

.popup_drop a,
.popup_drop a:visited {
  padding: 3px;
  margin: 0;
  font-weight: bold;
  color: #0645ad;
}

.popup_drop:hover .popup_menu,
.popup_drop .popup_menu:hover {
  display: inline;
  background: white;
  padding: 2px;
  color: #555;
}

.popup_drop:hover {
  background: #ccf;
  color: #44f;
}

/* other colours, styles and so on */
.popup_menu a:hover {
  background: grey;
  color: #fff;
  text-decoration: none;
}

.popup_mainlink {
  font-size: 140%;
  font-weight: bold;
}

.popup_mainlink a {
  color: #000;
}

a.popup_change_title_link {
  color: #152;
}

.popup_diff_dates {
  font-style: italic;
  background: none;
}

.popup_menu_item {
  list-style: none;
  padding: 0;
  margin: 0;
  /* border: 1px solid green; */
}

.popup_menu_item a {
  display: block;
}

.popup_history_row_even {
  background: #eee;
}

.popup_history_date {
  font-weight: bold;
  font-size: 120%;
}

/* disable interwiki styling */
.popupPreview a.extiw,
.popupPreview a.extiw:active {
  color: #36b;
  background: none;
  padding: 0;
}

.popupPreview a.external {
  color: #36b;
}

/* this can be used in the content area to switch off
special external link styling */
.popupPreview .plainlinks a {
  background: none !important;
  padding: 0 !important;
}