미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 39개는 보이지 않습니다)
4번째 줄: 4번째 줄:
color: white;
color: white;
}
}
/* 한울 세계관 관련 */
.colorinheritlink a {
/* 작성중... - Paragon */
color : inherit;
/* 네르메스 제국 관련 */
.sw-collapsible_collapsed-wikitable_nermes_empire tbody {
border : 1px solid #eef9ff; /*네르메스 제국의 판타지아 화이트( #eef9ff )*/
}
}
.sw-collapsible_collapsed-wikitable_nermes_empire th {
/* 위키 관련( Wiki )*/
color : #eef9ff; /*네르메스 제국의 판타지아 화이트( #eef9ff )*/
.small_info_box {
background : #1f2224; /*네르메스 제국의 텅스텐 블랙( #1f2224 )*/
padding : 5px;
border : 3px solid #90cef4;
border-radius : 10px;
margin : 5px;
text-align : center;
text-align : center;
transition : all ease 0.64s 0s;
}
}
.sw-collapsible_collapsed-wikitable_nermes_empire td {
.small_info_box:hover {
color : #eef9ff; /*네르메스 제국의 판타지아 화이트( #eef9ff )*/
padding : 5px;
background : #3c4347; /*네르메스 제국의 데니네이트 그레이( #3c4347 )*/
border : 3px solid #9990f4;
border-radius : 0px;
background-color : #eef9ff;
margin : 5px;
text-align : center;
text-align : center;
}
/* 말풍선 div Css */
/* by Paragon, 2021.10.01 for more beautiful text box, from "https://projects.verou.me/bubbly/" */
.speech-bubble {
position: relative;
background: #97a8c9;
border-radius: 10px;
margin : 3px;
text-align : center;
}
.speech-bubble:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
border: 0.781em solid transparent;
border-top-color: #97a8c9;
border-bottom: 0;
border-left: 0;
margin-left: -0.391em;
margin-bottom: -0.781em;
}
/* [접기/펼치기] Css 상속 */
/* by Paragon, 2021.9.26 for more beautiful wiki table */
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded > a {
color : inherit;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded > a:hover {
text-decoration: none;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed > a {
color : inherit;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed > a:hover {
text-decoration: none;
}
/* 기타 */
i[data-random-string] {
    font-family: monospace;
    font-style: normal;
}
}

2024년 12월 24일 (화) 18:34 기준 최신판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 일반( General ) */
.whitelink a {
	color: white;
}
.colorinheritlink a {
	color : inherit;
}
/* 위키 관련( Wiki )*/
.small_info_box {
	padding : 5px;
	border : 3px solid #90cef4;
	border-radius : 10px;
	margin : 5px;
	text-align : center;
	transition : all ease 0.64s 0s;
}
.small_info_box:hover {
	padding : 5px;
	border : 3px solid #9990f4;
	border-radius : 0px;
	background-color : #eef9ff;
	margin : 5px;
	text-align : center;
}
/* 말풍선 div Css */
/* by Paragon, 2021.10.01 for more beautiful text box, from "https://projects.verou.me/bubbly/" */
.speech-bubble {
	position: relative;
	background: #97a8c9;
	border-radius: 10px;
	margin : 3px;
	text-align : center;
}
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 0.781em solid transparent;
	border-top-color: #97a8c9;
	border-bottom: 0;
	border-left: 0;
	margin-left: -0.391em;
	margin-bottom: -0.781em;
}
/* [접기/펼치기] Css 상속 */
/* by Paragon, 2021.9.26 for more beautiful wiki table */
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded > a {
	color : inherit;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-expanded > a:hover {
	text-decoration: none;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed > a {
	color : inherit;
}
.mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed > a:hover {
	text-decoration: none;
}
/* 기타 */
i[data-random-string] {
    font-family: monospace;
    font-style: normal;
}