언라이트 ~unlight~ 위키
편집 요약 없음
태그: sourceedit
편집 요약 없음
태그: sourceedit
191번째 줄: 191번째 줄:
 
--------------------------------------------------*/
 
--------------------------------------------------*/
 
.webring {
 
.webring {
background: transparent;
+
background: transparent !important;
border-color: #1a1a1a;
+
border-bottom: 1px solid #1a1a1a !important;
border-radius: 0;
+
border-radius: 0 !important;
 
font-size: 92%;
 
font-size: 92%;
 
}
 
}
 
.wbr-division {
 
.wbr-division {
border-bottom-color: #1a1a1a;
+
border-bottom: 1px solid #1a1a1a !important;
 
}
 
}
 
.wbr-link {
 
.wbr-link {

2017년 3월 13일 (월) 00:42 판

/*!
 * 언라이트 위키아 대문
 * ko.unlight.wikia.com
 *
 * Below defines our landing page style
 * Needs to be transcluded into [[MediaWiki:Wikia.css]]
 * via @import statement to take effect.
 */

/* 레이아웃
 ------------------------------*/
.main-page-colgroup::after {
    clear: both;
    display: table;
    content: "";
}

.main-page-col {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.main-page-col--left {
    padding-right: 10px;
}
.main-page-col--right {
    padding-left: 10px;
}

/* [[틀:대문/인사말]]
 ------------------------------*/
.main-page-hero {
    background: url("http://i.imgur.com/olmS9TZ.png/") no-repeat scroll left center;
    min-height: 250px;
    padding: 0 0 0 320px;
}
.main-page-logo {
    margin: 0 0 1rem;
    text-align: center;
}
.main-page-hero p {
    text-indent: 1.5rem;
}

/* [[틀:대문/섹션]]
 ------------------------------*/
.main-page-section {
	border: 1px solid #1f1f1f;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.main-page-section__title {
	background: url('http://images.wikia.com/unlight/ko/images/9/97/Main-navi-bg.png');
	border-bottom: 1px solid #1f1f1f;
	color: #999;
	height: 50px;
	padding: 0 1.1em;
	overflow: hidden;
	position: relative;
	line-height: 50px;
	font-size: 1rem;
	white-space: nowrap;
}

.main-page-section__menu {
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-page-section__menu a {
    color: #c2c2c2;
    touch-action: manipulation;
}
.main-page-section__menu a:hover,
.main-page-section__menu a:focus {
    color: white !important;
    position: relative;
    top: 1px;
}
.main-page-section__menu .disabled a {
    color: #3a3a3a !important;
    cursor: not-allowed;
    pointer-events: none;
}
.main-page-section__menu .disabled a:hover,
.main-page-section__menu .disabled a:focus {
    top: auto;
}

.main-page-section__content {
	padding: 10px 15px;
}

.WikiaArticle .main-page-section__content h2,
.WikiaArticle .main-page-section__content h3,
.WikiaArticle .main-page-section__content h4,
.WikiaArticle .main-page-section__content h5,
.WikiaArticle .main-page-section__content h6 {
    margin: .1em 0;
}

/* [[틀:대문/내비게이션]]
 ------------------------------*/
.main-page-navigation {
	margin: 0 0 20px;
}
.main-page-navigation ul {
	padding: 0 !important;
	margin: 0 !important;
}
.main-page-navigation li,
.main-page-navigation li a {
	display: block;
	margin: 0;
	height: 54px;
}
.main-page-navigation li a {
	background: url("http://static4.wikia.nocookie.net/unlight/ko/images/0/0c/Main-navi.png") no-repeat scroll 0 0;
	color: transparent !important;
	font: 0/0 a;
	transition: .1s opacity linear;
}
.main-page-navigation li a:hover {
    opacity: .8;
}
.main-page-navigation li:nth-child(2) a { background-position: 0 -54px; }
.main-page-navigation li:nth-child(3) a { background-position: 0 -108px; }
.main-page-navigation li:nth-child(4) a { background-position: 0 -162px; }
.main-page-navigation li:nth-child(5) a { background-position: 0 -216px; }
 
/* [[틀:대문/푸터]], [[틀:대문/링크]]
 ------------------------------*/
.main-page-footer {
    clear: both;
    margin: 0 0 20px;
	text-align: center;
}
.main-page-footer ul {
    margin: 0 !important;
    padding: 0 !important;
}
.main-page-footer li {
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

/* [[틀:대문/생일알리미]]
 ------------------------------*/
.birthday-list,
.birthday-control {
    margin: 0 !important;
    padding: 0 !important;
}

.birthday-list {
    text-align: center;
}
.birthday-list__item {
    display: none;
    padding: .5rem 0;
}
.birthday-list__item.active {
    display: block;
}
.birthday-list__char {
    white-space: nowrap;
}
.birthday-list__char .image {
    position: relative;
    top: -.35em;
    vertical-align: baseline;
    line-height: 0;
}

/* [[틀:대문/블로그]]
 ------------------------------*/
.main-page-section__content .WikiaBlogListingBox > .wikia-button {
    display: none;
}

/* Fandom 게임 관련 위키 | {{w:Gaming Footer KO}}
 --------------------------------------------------*/
.webring {
    background: transparent !important;
    border-bottom: 1px solid #1a1a1a !important;
    border-radius: 0 !important;
    font-size: 92%;
}
.wbr-division {
    border-bottom: 1px solid #1a1a1a !important;
}
.wbr-link {
    color: #93628b !important;
}