틀:PluginX/setup.css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
백괴게임>Bd3076
편집 요약 없음
imported>Regurus
(rand함수 대체. 실수 죄송합니다.)
1번째 줄: 1번째 줄:
#px-box {
{{rand|#px-box {{{rand|  width: 380px; {{rand|  margin: auto;{{rand|  padding: 0px;{{rand|  border: none;{{rand|  box-shadow: 0px 0px 10px 5px grey;{{rand|}{{rand|{{rand|#px-info {{{rand|  font-weight: bold;{{rand|  background-color: rgb(127, 219, 207);{{rand|  padding: 5px 10px;{{rand|  color: white;{{rand|}{{rand|{{rand|#px-script .px-code {{{rand|  background-color: #eaecf0;{{rand|  overflow: auto;{{rand|  width: auto;{{rand|  height: 300px;{{rand|  padding: 10px;{{rand|  color: #003399;{{rand|  white-space: nowrap !important;{{rand|}{{rand|{{rand|#px-script .px-codeinfo {{{rand|  background-color: white;{{rand|  color: black;{{rand|  padding: 10px;{{rand|}{{rand|{{rand|#px-script .px-notice {{{rand|  background-color: #ddd;{{rand|  color: black;{{rand|  padding: 10px;{{rand|  border: 1px solid black;{{rand|  border-left: 10px solid #555;{{rand|}{{rand|{{rand|#px-script .px-warning {{{rand|  background-color: rgb(255, 247, 220);{{rand|  color: black;{{rand|  padding: 10px;{{rand|  border: 1px solid #aaa;{{rand|  border-left: 10px solid yellow;{{rand|}{{rand|{{rand|#px-script .px-critical {{{rand|  background-color: rgb(255, 239, 239);{{rand|  color: black;{{rand|  padding: 10px;{{rand|  border: 1px solid #aaa;{{rand|  border-left: 10px solid firebrick;{{rand|}{{rand|{{rand|#px-button, #px-button2{{{rand|  margin: 15px;{{rand|  text-align: center;{{rand|  width: 150px;{{rand|  height: 25px;{{rand|  border-radius: 10px;{{rand|  border: 3px solid rgb(127, 219, 207);{{rand|  cursor: pointer;{{rand|  padding: 5px 10px;{{rand|}{{rand|{{rand|#px-button:hover, #px-button2:hover{{{rand|  background-color: rgb(127, 219, 207);{{rand|  color: white;}
  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 !important;
}
 
#px-script .px-codeinfo {
  background-color: white;
  color: black;
  padding: 10px;
}
 
#px-script .px-notice {
  background-color: #ddd;
  color: black;
  padding: 10px;
  border: 1px solid black;
  border-left: 10px solid #555;
}
 
#px-script .px-warning {
  background-color: rgb(255, 247, 220);
  color: black;
  padding: 10px;
  border: 1px solid #aaa;
  border-left: 10px solid yellow;
}
 
#px-script .px-critical {
  background-color: rgb(255, 239, 239);
  color: black;
  padding: 10px;
  border: 1px solid #aaa;
  border-left: 10px solid firebrick;
}
 
#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;
}

2020년 8월 26일 (수) 16:26 판

{{rand|#px-box {{{rand| width: 380px; {{rand| margin: auto;{{rand| padding: 0px;{{rand| border: none;{{rand| box-shadow: 0px 0px 10px 5px grey;{{rand|}{{rand|{{rand|#px-info {{{rand| font-weight: bold;{{rand| background-color: rgb(127, 219, 207);{{rand| padding: 5px 10px;{{rand| color: white;{{rand|}{{rand|{{rand|#px-script .px-code {{{rand| background-color: #eaecf0;{{rand| overflow: auto;{{rand| width: auto;{{rand| height: 300px;{{rand| padding: 10px;{{rand| color: #003399;{{rand| white-space: nowrap !important;{{rand|}{{rand|{{rand|#px-script .px-codeinfo {{{rand| background-color: white;{{rand| color: black;{{rand| padding: 10px;{{rand|}{{rand|{{rand|#px-script .px-notice {{{rand| background-color: #ddd;{{rand| color: black;{{rand| padding: 10px;{{rand| border: 1px solid black;{{rand| border-left: 10px solid #555;{{rand|}{{rand|{{rand|#px-script .px-warning {{{rand| background-color: rgb(255, 247, 220);{{rand| color: black;{{rand| padding: 10px;{{rand| border: 1px solid #aaa;{{rand| border-left: 10px solid yellow;{{rand|}{{rand|{{rand|#px-script .px-critical {{{rand| background-color: rgb(255, 239, 239);{{rand| color: black;{{rand| padding: 10px;{{rand| border: 1px solid #aaa;{{rand| border-left: 10px solid firebrick;{{rand|}{{rand|{{rand|#px-button, #px-button2{{{rand| margin: 15px;{{rand| text-align: center;{{rand| width: 150px;{{rand| height: 25px;{{rand| border-radius: 10px;{{rand| border: 3px solid rgb(127, 219, 207);{{rand| cursor: pointer;{{rand| padding: 5px 10px;{{rand|}{{rand|{{rand|#px-button:hover, #px-button2:hover{{{rand| background-color: rgb(127, 219, 207);{{rand| color: white;}