마이 리틀 포니 위키
Advertisement

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
@import url('/load.php?mode=articles&articles=MediaWiki:Common.css&only=styles');

/* 문단 스타일 */
h3, h4, h5 {
    padding-left: 0.5em;
    border-left: 3px solid #79B9BE;
}

h2 span.editsection,
h3 span.editsection,
h4 span.editsection {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
 
h2:hover span.editsection,
h3:hover span.editsection,
h4:hover span.editsection {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* 다국어 연결 스타일 */
.WikiaArticleInterlang h3 {
    font-size: 100%;
}

/* 섬네일 그림 스타일 */
.article-thumb {
    border: 1px dotted gray;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 3px; !important
}

.thumbimage:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
 
.thumbimage {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* 설문조사 스타일 */
.ajax-poll {
    font-size: 70%;
	border: 1px solid #cccccc !important;
	box-shadow: -1px 2px 3px #eaeaea;
	padding: 1em 3em 0 1em !important;
	line-height: 20px;
}
 
.ajax-poll .header {
	font-size: 150% !important;
}
 
.ajax-poll .pollAnswer {
	font-size: 130% !important;
}

/* Code added by Yatalu - feel free to change or remove if you don't like it  */
/** 위젯에 포니를 표시합니다 **/
.WikiaRail .ChatModule {
  background: url(https://images.wikia.nocookie.net/__cb20140721160630/mlpkr/ko/images/6/65/MLP_Pinkie_Pie_semitransparent.png) no-repeat bottom right -10px;
  background-size: 80px;
}
 
.WikiaRail .HotSpotsModule {
  background: url(https://images.wikia.nocookie.net/__cb20140721160629/mlpkr/ko/images/4/45/MLP_Applejack_semitransparent.png) no-repeat bottom right -6px;
  background-size: 80px;
}
 
.WikiaRail .WikiaActivityModule {
  background: url(https://images.wikia.nocookie.net/__cb20140721160631/mlpkr/ko/images/5/53/MLP_Rainbow_Dash_semitransparent.png) no-repeat bottom right -10px;
  background-size: 80px;
}
 
.WikiaRail .LatestPhotosModule {
  background: url(https://images.wikia.nocookie.net/__cb20140721160631/mlpkr/ko/images/0/0f/MLP_Rarity_semitransparent.png) no-repeat bottom right -14px;
  background-size: 80px;
}
 
.WikiaRail .WikiaLatestEarnedBadgesModule,
.WikiaRail .AchievementsModule {
  background: url(https://images.wikia.nocookie.net/__cb20140721160632/mlpkr/ko/images/9/96/MLP_Twilight_semitransparent.png) no-repeat bottom right 0px;
  background-size: 50px;
}
 
.WikiaRail .FollowedPagesModule {
  background: url(https://images.wikia.nocookie.net/__cb20140721160630/mlpkr/ko/images/7/72/MLP_Fluttershy_semitransparent.png) no-repeat bottom right -15px;
  background-size: 80px;
}
 
/** "모두 보기" 버튼을 개선합니다 **/
.WikiaRail a.badges-next,
.WikiaRail a.more {
   padding-right: 3.2em !important;
   font-size: 110% !important;
}
 
 
/** 분류에 스파이크를 표시합니다 **/
nav#WikiaArticleCategories.WikiaArticleCategories {
  background: url(https://images.wikia.nocookie.net/__cb20140721160631/mlpkr/ko/images/9/9b/MLP_Spike_semitransparent.png) no-repeat left;
  background-size: contain;
}
.CategorySelect div.toolbar {
  background-color: transparent !important;
  border-top: none !important;
}
 
 
/** 사용자 문서에 포니들을 표시합니다 **/
div.masthead-info {
  background: url(https://images.wikia.nocookie.net/__cb20140721160630/mlpkr/ko/images/c/c4/MLP_group_shot.png) no-repeat bottom -20px right #fff !important;
  background-size: contain !important;
}

/** 모바일 숨기기 **/
.show-mobile {
    display: none;
}

/* 각주 목록에 스타일을 추가합니다 */
.references {
    font-size: 85%;
    line-height: 150%;
}
Advertisement