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