틀:PluginX/setup.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>Bd3076 편집 요약 없음 |
백괴게임>Bd3076 편집 요약 없음 |
||
21번째 줄: | 21번째 줄: | ||
padding: 10px; | padding: 10px; | ||
color: #003399; | color: #003399; | ||
white-space: nowrap; | |||
} | } | ||
27번째 줄: | 28번째 줄: | ||
color: black; | color: black; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
2018년 11월 8일 (목) 19:28 판
- px-box {
width: 380px; margin: auto; padding: 0px; border: none; box-shadow: 0px 0px 10px 5px grey;
}
- px-info {
font-weight: bold; background-color: rgb(127, 219, 207); padding: 5px 10px; color: white;
}
- px-script .px-code {
background-color: #eaecf0; overflow: auto; width: auto; height: 300px; padding: 10px; color: #003399; white-space: nowrap;
}
- px-script .px-codeinfo {
background-color: white; color: black; padding: 10px;
}
- px-button, #px-button2{
margin: 15px; text-align: center; width: 150px; height: 25px; border-radius: 10px; border: 3px solid rgb(127, 219, 207); cursor: pointer; padding: 5px 10px;
}
- px-button:hover, #px-button2:hover{
background-color: rgb(127, 219, 207); color: white;
}