MediaWiki:Gadget-popups.css:修订间差异
外观
AnnAngela-dbot(留言 | 贡献) 代码变动:27eda5e9 - fix: 左侧的换行 by U:BearBin 标签:由机器人或全自动脚本执行的操作 |
AnnAngela-dbot(留言 | 贡献) 代码变动:cf73a095 - npm(deps): bump the npm group with 2 updates (#673) by dependabot[bot] 标签:由机器人或全自动脚本执行的操作 |
||
| (未显示同一用户的1个中间版本) | |||
| 第4行: | 第4行: | ||
* ------------------------------------------------------------------------- | * ------------------------------------------------------------------------- | ||
*/ | */ | ||
._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/Navigation_popups/ | ._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/Navigation_popups/Gadget-popups.css|user=dependabot[bot]|co-authors=|longId=cf73a095fd16f9b0df956a57f705428792785d2d|shortId=cf73a095|summary=npm(deps): bump the npm group with 2 updates (#673)}}'; } | ||
/* <pre> */ | /* <pre> */ | ||
| 第35行: | 第35行: | ||
font-size:11px; | font-size:11px; | ||
box-shadow:0 3px 8px rgb(50 50 50 / 35%); | box-shadow:0 3px 8px rgb(50 50 50 / 35%); | ||
overflow-wrap:break-word; | |||
line-height:normal; | line-height:normal; | ||
} | } | ||
2025年8月4日 (一) 07:13的最新版本
/**
* -------------------------------------------------------------------------
* !!! DON'T MODIFY THIS PAGE MANUALLY, YOUR CHANGES WILL BE OVERWRITTEN !!!
* -------------------------------------------------------------------------
*/
._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/Navigation_popups/Gadget-popups.css|user=dependabot[bot]|co-authors=|longId=cf73a095fd16f9b0df956a57f705428792785d2d|shortId=cf73a095|summary=npm(deps): bump the npm group with 2 updates (#673)}}'; }
/* <pre> */
.popupMoreLink{
display:block;
text-align:right;
cursor:pointer;
}
ins.popupDiff{
background:#AFE;
}
del.popupDiff{
background:#FFE6E6;
}
#selectionPreview{
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 rgb(50 50 50 / 35%);
overflow-wrap:break-word;
line-height:normal;
}
.navpopup hr{
color:#AAA !important;
background-color:#AAA !important;
}
.popupDrag{
background-color:#FFBE20;
height:5px;
margin-top:-5px;
margin-bottom:5px;
}
.popupDragHandle{
cursor:move;
position:relative;
}
.popup_menu{
display:none;
position:absolute;
left:0;
margin:0;
margin-top:1.4em;
line-height:1.25em;
top:0;
z-index:2;
width:10em;
background:white;
border:1px solid grey;
padding:0 !important;
margin-left:-6px;
border-width:1px 1px 1px 6px;
}
.popup_menu li{
list-style:none;
margin:0;
padding:0;
}
.popup_menu a{
display:block;
padding:3px;
color:#555;
}
.popup_menu_row a{
display:inline-block;
}
.popup_menu_row{
color:#AAA;
}
.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;
}
.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 a{
display:block;
}
.popup_history_row_even{
background:#EEE;
}
.popup_history_date{
font-weight:bold;
font-size:120%;
}
.popupPreview a.extiw,
.popupPreview a.extiw:active{
color:#36B;
background:none;
padding:0;
}
.popupPreview .external{
color:#36B;
}
.popupPreview .plainlinks a{
background:none !important;
padding:0 !important;
}
.popupPreview td:first-child{
word-break:keep-all;
}
.popupPreview td:last-child{
word-break:break-all;
}
/* </pre> */