Khác biệt giữa bản sửa đổi của “MediaWiki:Gadget-navpop.css”

Nội dung được xóa Nội dung được thêm vào
 
Dòng 1:
a.popupMoreLink {
display: block;
text-align: right;
Dòng 14:
 
#selectionPreview {
/*
overflow: auto;
max-height: 16ex;
*/
border: 2px solid #ddd;
background-color: #eef;
Hàng 24 ⟶ 20:
 
.navpopup {
border: 1px solid #ffbe20bbb;
background-color: #fffaeffff;
padding: 5px10px;
padding-bottom: 05px;
font-size: 11px;
box-shadow: 0 3px 8px rgba( 50, 50, 50, 0.35 );
/* opacity: 0.9; */
word-wrap: break-word;
 
.navpopup hr {
color: #aaa !important;
background-color: #aaa !important;
}
 
Hàng 47 ⟶ 50:
 
/* popups */
.popup_menu li {
margin: 3px;
 
.popup_menu {
display: none;
Hàng 56 ⟶ 55:
left: 0;
margin: 0;
margin-top: 1em1.4em;
line-height: 1.25em;
list-style-typetop: none0;
/* top: 1.6ex; */
z-index: 2;
width: 10em;
background: white;
border: 1px solid grey;
padding: 0.5em !important;
margin-left: -6px;
margin-top: 1em;
border-width: 1px 1px 1px 6px;
 
.popup_menu li { /* both: popup_menu_row and popup_menu_item */
list-style: none;
margin-top: 1em0;
padding: 0;
}
 
.popup_menu a {
display: block;
padding: 3px;
color: #555;
}
 
.popup_menu_row a {
display: inline-block;
}
 
.popup_menu_row {
list-stylecolor: none#aaa;
padding: 0;
margin: 0;
/* border: 1px solid red; */
}
 
Hàng 88 ⟶ 90:
display: inline;
position: relative;
}
 
.popup_drop a,
.popup_drop a:visited {
padding: 3px;
margin: 3px0;
font-weight: bold;
color: #0645ad;
}
 
Hàng 95 ⟶ 105:
background: white;
padding: 2px;
color: #555;
}
 
Hàng 104 ⟶ 115:
/* other colours, styles and so on */
.popup_menu a:hover {
background: #ccfgrey;
color: #44ffff;
text-decoration: none;
}
 
Hàng 111 ⟶ 123:
font-size: 140%;
font-weight: bold;
}
 
.popup_mainlink a {
color: #000;
}
 
Hàng 120 ⟶ 136:
font-style: italic;
background: none;
 
.popup_menu_item {
list-style: none;
padding: 0;
margin: 0;
/* border: 1px solid green; */
}
 
Hàng 140 ⟶ 149:
font-weight: bold;
font-size: 120%;
}
 
.popup_history_row_odd,
.popup_history_row_even {
display: flex;
}
 
.popup_history_row_even td:nth-child(3),
.popup_history_row_odd td:nth-child(3) {
flex: 3;
word-break: break-word;
}
.popup_history_row_even td:nth-child(4),
.popup_history_row_odd td:nth-child(4) {
flex: 7;
word-break: break-word;
}
.popup_history_row_even > td:not(:last-child),
.popup_history_row_odd > td:not(:last-child) {
margin-right: 02px;
}
 
Hàng 150 ⟶ 179:
}
 
.popupPreview a.external {
color: #36b;
}