「MediaWiki:Common.css」:修訂間差異

出自𝕃𝕠𝕧𝕖𝕃𝕚𝕧𝕖 𝕊𝕔𝕙𝕠𝕠𝕝 𝕀𝕕𝕠𝕝 𝔽𝕖𝕤𝕥𝕚𝕧𝕒𝕝 𝕎𝕚𝕜𝕚
無編輯摘要
標籤已被回退
無編輯摘要
標籤已被回退
行 100: 行 100:
div#mw-panel div.portal h3:active{border-color:#FF00FF !important;}
div#mw-panel div.portal h3:active{border-color:#FF00FF !important;}
div#mw-panel div.portal{background-image: none !important;}
div#mw-panel div.portal{background-image: none !important;}
div#mw-panel div.portal h3 {
margin-top: 0px !important;
margin-bottom: 8px !important;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
border-color: #AAA;
box-shadow: 0 0 0;
border: solid 1px #7fdfff;
font-size:large;
border-left: solid 8px #7fdfff;
color: #555555 !important;
padding-left: 0.6em;
font-weight:bolder;
}

於 2021年6月8日 (二) 20:19 的修訂

/* 此 CSS 會套用至所有的介面外觀 */

/* Noah 4 Dec 2016  Hide the footer bar */
.disqus-footer__wrapper{display:none !important;}

/* Noah 24 Nov 2016 define the img pop  */
.mw-mmv-overlay{background-color:#000 !important;opacity:0.7;}
.mw-mmv-post-image .mw-mmv-ttf-ellipsis-container{bottom:0px !important;}
.mw-mmv-wrapper{position:fixed !important;}

.mw-body{display:block !important;}
#mw-head{display:block !important;}
#mw-navigation{display:block !important;}
#mw-page-base{display:block !important;}
#mw-page-base{display:block !important;}

/* Noah 19 Nov 2016  fix the img bugs on mobile */
img{height: auto !important;}

/* noah 15 Nov 2016   define the icon img and searchfrom*/
.roundy img{width:70% !important;max-width: 120px !important}

/* noah 15 Nov 2016   remove the  -a- underline */
a{text-decoration:none !important;}
a:active{text-decoration:none  !important;}
a:visited{text-decoration:none  !important;}
a:focus{text-decoration:none  !important;}
#mw-panel a:hover{text-decoration:none  !important;}
#mw-panel.collapsible-nav .portal.collapsed h3:hover{text-decoration:none !important;}

/* noah 15 Nov 2016 change the P-person background color */
#pt-watchlist a{background-color: transparent !important;}
#pt-mytalk a{background-color: transparent !important;}
#pt-mycontris a{background-color: transparent !important;}
#pt-anontalk a{background-color: transparent !important;}
#pt-anoncontribs a{background-color: transparent !important;}
#pt-userpage a{background-color: transparent !important;}
#pt-preferences a{background-color: transparent !important;}
#pt-logout a{background-color: transparent !important;}
#pt-avatar a{background-color: transparent !important;}
#pt-createaccount a{background-color: transparent !important;}
#pt-login a{background-color: transparent !important;}

/* noah 15 Nov 2016  define the table and img style */
img{max-width:100%; height:auto;}
.maintable img{max-width:100%; height: auto;}

/* noah 15 Nov 2016 change the style */
#pt-avatar a img{box-shadow: 0 1px 6px #ccc !important;}
.mw-wiki-logo{box-shadow: 0 1px 6px #ccc !important;border-radius: 30px !important;background-size:cover !important;}
#p-logo{margin-top:5px !important;}
.userlink-avatar{width:25px !important ;}


/* old css */
body, div#content h1, div#content h2, div#content #firstHeading { font-family: /*"MotoyaLMaru W3 mono",*/"微軟正黑體"; } /* noah 15 Nov 2016  change the font family */

.roundy { border-radius: 10px; }
.roundytl { border-top-left-radius: 10px; }
.roundytr { border-top-right-radius: 10px; }
.roundybl { border-bottom-left-radius: 10px; }
.roundybr { border-bottom-right-radius: 10px; }
.roundytop { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.roundyright { border-bottom-right-radius: 10px; border-top-right-radius: 10px; }
.roundybottom { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.roundyleft { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }


body {
font-family:/*"MotoyaLMaru W3 mono",*/ "微軟正黑體";
font-size:large;/* define by noah 23Nov2016*/
background-color: #eeeeee;
/*background-image: url("https://gd.llsif.moe/BD/chika2019.png");*/
/*background-image: url("https://gd.llsif.moe/BD/maki2019.png");*/
background-repeat: no-repeat;
background-size:cover;
background-position: center;
background-attachment: fixed;
width:100% !important;  /* fix the some page */
height:auto !important;
}
#content{
opacity: 0.9;
}

.body a
{
display: block;
position: relative;
width: 100%;
color: #00f !important;

text-decoration: none;
padding: 5px 5px;
background: #7fdfff;
}

/* noah 15 Nov 2016 setup the portal hover style */
div#mw-panel div.portal h3:hover{border-color:#FF00FF !important;}
div#mw-panel div.portal h3:active{border-color:#FF00FF !important;}
div#mw-panel div.portal{background-image: none !important;}

div#mw-panel div.portal h3 {
margin-top: 0px !important;
margin-bottom: 8px !important;

text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
border-color: #AAA;
box-shadow: 0 0 0;
border: solid 1px #7fdfff;
font-size:large;
border-left: solid 8px #7fdfff;
color: #555555 !important;
padding-left: 0.6em;
font-weight:bolder;
}