:Univers researcher/style.css

모니터링 (토론 | 기여)님의 2021년 4월 12일 (월) 19:28 판 (새 문서: .univers-researcher-container { } .univers-researcher-header { margin: 0 !important; display: flex; align-items: center; justify-content: center; } .univers-researcher-header...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.univers-researcher-container {
}
.univers-researcher-header {
	margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;	
}
.univers-researcher-header .univers-researcher-container-label {
	margin: 0 !important;
}
.univers-researcher-header sub {
	margin-left: auto;
    margin: 0 0 0 auto;
    bottom: 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: normal;
}
.univers-researcher-header sub a {
	padding: 0.5em;
	color: #ff5252;
	line-height: 2;
	text-decoration: none;
	background: floralwhite;
}
.univers-researcher-header sub a.mw-selflink {
	color: inherit;
}
.univers-researcher-controller {
  margin-bottom: 1em;
  padding: 5px;
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
}
.univers-researcher-controller__footer {
	margin-top: 1em;
}
.univers-researcher-container dl {
  position: relative;
  margin: 0;
  padding-left: 0;
}
.univers-researcher-container dt {
  margin: 0;
}
.univers-researcher-container dd {
  display: inline-block;
  margin-left: 0.2em;
  margin-bottom: 0.1em;
}

@media screen and (min-width: 960px) {
	.univers-researcher-controller {
		padding: 1em 5px 5px;
	}
	.univers-researcher-container dl {
		padding-left: 3em;
	}
	.univers-researcher-container dt {
	    position: absolute;
	    left: 0;
	    margin-top: 0.4em;
	    width: 3.1em;
	}
}

.univers-researcher-container .an-button {
  margin-bottom: 0.3em;
  padding: 0 0.7em;
  user-select: none;
  color: #191919;
  font-size: 0.95em;
  line-height: 2.2;
  text-transform: capitalize;
  background-color: #d9e1e8;
  border: none;
  border-bottom: 1px solid transparent;
}
.univers-researcher-container .an-button.an-button-active {
  color: #fff;
  border-bottom-color: #247492;
  background-color: #0097dc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.univers-researcher-container .an-button-clear {
  color: #252525;
  background-color: #fff;
  border-color: #b7b7b7;
}
.univers-researcher-limit {
  float: right;
  font-family: arial;
    font-size: 0.9em;
    color: #999;
    margin-top: 0.7em;
    vertical-align: middle;
}
#limitTagCount {
  display: inline-block;
  width: 2em;
  text-align: center;
  color: #666;
}
#limitTagCount.reached-maximum-limit {
  color: #e2561b;
}

/* Recommend tags */
.recommend-tags-wrapper {
  margin: 1em 0;
}
.recommend-tags-div {
  margin: 0;
  padding: 1em;
}
.recommend-tags-div:nth-child(odd) {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
}
.recommend-tags-div ul {
  margin: 0.5em 0;
  padding: 0;
}
.recommend-tags__item {
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  padding: 0.2rem 0.5rem;
  color: #fff;
  background-color: #5883a9;
  border: none;
  border-bottom: 1px solid transparent;
}
.recommend-group-score {
  margin-left: 1em;
  font-family: arial;
  font-size: 10px;
  color: gray;
}