• Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:AceMeteor/CSS/message.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/User:AceMeteor/CSS/message.css?_=1}-
* {
    padding: 0;
    margin: 0;
    color: #fffbef;
}

img{
	display: flex;
	border-radius:20px;
	max-height: 300px;
	max-width: 80%;
	width: auto;
}

.sp {
	margin-top: 50px;
}
.thumbinner,.thumbcaption,.thumb {
	background-color: transparent;
	border-color: transparent;
	max-width: 80%;
	margin:0;
	padding:0;
}

.body {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.messages {
    width: 100%;
    padding: 5px 5px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    flex-direction: column;background: linear-gradient(
        to right bottom,
        rgba(255,255,255,.6),
        rgba(255,255,255,.3),
        rgba(255,255,255,.2)
    );
    background-color: rgba(255, 255, 255, 0.266);
    border-radius: 40px;
    box-shadow: 0 10px 50px #ffceee;
}

.title {
	display: block;
    width: 90%;
    margin: 2% 5%;
    font-size: 30px;
    font-weight:bold;
    letter-spacing: 5px;
}

.form {
	font-size: 18px;
	margin: auto 10%;
}

input[value]{
	border-radius:10px;
	padding: 10px;
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
	transition:0.5s;
}

input[value]:hover{
	background-color: rgba(255, 255, 255, 0.4);
	color: #bc98ea;
}

.comm {
	display: grid;
	margin: auto 5%;
}

@keyframes border-animate {
	from {
		filter: hue-rotate(0deg);
	}
	to{
		filter: hue-rotate(360deg);
	}
}

.mw-headline {
	border-bottom: 2px solid;
	font-size: 18px;
    border-image: linear-gradient(#ffadad, #ffd6a5,#fdffb6,#9bf6ff,#a0c4ff,#bdb2ff,#ffc6ff) 1;
    animation: border-animate 3s infinite linear;
}

/*
.X-2JFOXOR1_4zj6un,.GwGomSd0p9_4zj6un{
	height: 0;
	border: 0;
	margin: 0;
	padding:0;
}
*/