본문으로 이동

미디어위키 1.45 안정화가 거의 끝났습니다. 다만 Flow 확장 기능 관련 이슈가 있어서 대체하는 작업을 수행할 계획입니다.

  1. 큰숲백과:청사진에서 위키 발전의 대략적인 방향성을 제시했습니다. 의견이 있으신 분은 큰숲백과토론:청사진에서 의견을 남겨주시면 좋겠습니다.
  2. 기능상의 오류로 지원하지 않고 있는 기능에 대해서는 큰숲백과토론:이슈 트래커에 요약했습니다. 참고하시기 바랍니다.
  3. 데이터베이스 덤프 받고싶으신 분은 큰숲백과 가입 후에 사용자토론:Bigforest에 의견 남겨주시면 ftp 주소, 계정, 비밀번호를 특수:EmailUser를 통해서 공개할 예정입니다.

:좌우/styles.css

큰숲백과, 나무를 보지 말고 큰 숲을 보라.
Cerulean (토론 | 기여)님의 2025년 1월 31일 (금) 01:21 판
.pre_next {
	display: flex; width: 100%; border-radius: 0.2em; margin-bottom: 2px; text-align: center;
}

.pre_next .tp_link a {
	display: block;
	text-decoration: none !important;
	padding: 0.1em 0.5em 0;
	height: 100%;
}

.pre_next .tp_link {
	transition: filter ease 0.2s;
	width: 18em; 
	min-width: 4em;
}

.pre_next  > div {
	display: table-cell;	
}

.pre_next .arrow, .pre_next .arrow + span {
    position: relative;
    top: 50%;
    transform: translateY(-54%);
    padding-top: 0px;
}

.pre_next .arrow {
	font-family: 'Font Awesome 5 Free'; font-size: large;
	 font-weight: 700;
	padding-top: 1px;
}

.pre_next .center {
	width: 100%;
	font-weight: 700;
	margin: unset !important;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pre_next .tp_link:hover {
	filter: brightness(0.9);
}

/*@media screen and (max-width:543px) {
	.pre_next .tp_link {
		min-width: auto !important;
	}
	.pre_next .tp_link a {
		padding: 0.2em 0.5em 0.1em;
	}
}*/