메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

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

이터널리턴 이스포츠 위키
편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 7개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */
/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */
.my-buttons {
.details--root.floatright {
  padding: 0.5em;
    float: right !important;         /* 강제로 오른쪽 정렬 */
}
    margin: 0 0 1em 1em !important; /* 여백 설정 */
.my-buttons a {
    clear: none !important;         /* float 간섭 제거 */
  color: black;
  background-color: #ccddee !important;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
}
}

2024년 12월 2일 (월) 22:27 기준 최신판

/* 여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다 */
.details--root.floatright {
    float: right !important;         /* 강제로 오른쪽 정렬 */
    margin: 0 0 1em 1em !important; /* 여백 설정 */
    clear: none !important;         /* float 간섭 제거 */
}