模板:会议大厅页顶/style.css:修订间差异

你好,领航员,欢迎来到地球联合百科!
无编辑摘要
无编辑摘要
 
(未显示2个用户的16个中间版本)
第1行: 第1行:
.meeting-hall-title {
.bg {
    text-align: center;
background:#ddedee;
    font-size: larger;
color:#3b898a;
    font-weight: 700
padding:5px 10px;
border-radius:5px;
margin:10px 0;
border:1px solid #3b898a;
box-shadow:0 .1em .4em rgba(87, 87, 87, .3);
}
}


.apply-button-list {
hr {
    display: flex;
background:transparent;
    flex-wrap: wrap;
border-top:2px dotted #3b898a;
    justify-content: space-around;
}
}


.apply-button-list>a {
.button-1 {
    padding: .4em .5em;
background:#3b898a;
    font-size: 1.2em;
}
    font-weight: 700;
.button-1 a {
    line-height: 100%;
color:white;
    border: 2px solid #2a52be;
}
    border-radius: 0.3em;
 
    transition: .3s all;
.button-2 {
    background-image: none;
background:#ddedee;
}
.button-2 a {
color:#3b898a;
}
 
.button-3 {
background:#ddedee;
}
.button-3 a {
color:#2A52BE;
}
.button-3>a::after {
display:none;
}
}


.apply-button-list>a::after {
.button {
     display: none;
    transition: all .35s;
    text-align:center;
border-radius:5px;
margin:5px 5px;
}
.button a {
    display: block;
    padding: 5px;
    height: 100%;
}
.button:hover {
     box-shadow: 0 0 8px #bbb;
}
}


.apply-button-list a:hover {
.button-2:hover,
    background: #f2f2f2;
.button-3:hover {
background:#EFF9F8;
}
}

2024年5月21日 (二) 13:26的最新版本

.bg {
	background:#ddedee;
	color:#3b898a;
	padding:5px 10px;
	border-radius:5px;
	margin:10px 0;
	border:1px solid #3b898a;
	box-shadow:0 .1em .4em rgba(87, 87, 87, .3);
}

hr {
	background:transparent;
	border-top:2px dotted #3b898a;
}

.button-1 {
	background:#3b898a;
}
.button-1 a {
	color:white;
}

.button-2 {
	background:#ddedee;
}
.button-2 a {
	color:#3b898a;
}

.button-3 {
	background:#ddedee;
}
.button-3 a {
	color:#2A52BE;
}
.button-3>a::after {
	display:none;
}

.button {
    transition: all .35s;
    text-align:center;
	border-radius:5px;
	margin:5px 5px;
}
.button a {
    display: block;
    padding: 5px;
    height: 100%;
}
.button:hover {
    box-shadow: 0 0 8px #bbb;
}

.button-2:hover,
.button-3:hover {
	background:#EFF9F8;
}