틀:플러그인/setup/css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
백괴게임>BANIP
잔글 (레이아웃 사소한 수정)
백괴게임>Gustmd7410
(Gustmd7410님이 틀:플러그인/setup/css 문서의 콘텐츠 모델을 "위키텍스트"에서 "CSS"(으)로 바꾸었습니다)
 
(다른 사용자 한 명의 중간 판 9개는 보이지 않습니다)
8번째 줄: 8번째 줄:
     border-radius:10px;
     border-radius:10px;
     margin:5px auto;
     margin:5px auto;
     max-width:30%;
     width:30%;
    min-width:30%;
 
     transition:0.2s all ease-in
     transition:0.2s all ease-in
   }
   }
21번째 줄: 23번째 줄:
   }
   }
   .box-article hr{
   .box-article hr{
     border:2px dashed #00a5ff;
    background: none;
     border-top:2px dashed #00a5ff;
  }
  .p-box{
      margin:15px auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.16),
    0px 4px 20px rgba(0,0,0,0.16);
      box-sizing: inherit;
      min-width:80%;
      max-width:80%;
        border-radius:5px;
  }
  .p-box > *{
padding:0.01em 16px;
  }
  .p-box  > pre{
    border-left:none;
    border-right:none;
    border-top:none;
    margin:0;
    padding:32px 0.1em;
    height:300px;
    overflow: auto;
  }
  .p-box .header,.p-box .footer{
    background-color:#2196F3!important;
    color:#fff!important;
  }
  .p-box .header .p-name{
    font-size:15px;
   }
   }

2018년 11월 26일 (월) 21:53 기준 최신판

  .install-button{
    text-align:center;
    font-weight:bold;
    color:#00a5ff;
    padding: 12px 14px;
    border: solid 2px #00a5ff;
    box-shadow: 1px 1px 2 #ccc;
    border-radius:10px;
    margin:5px auto;
    width:30%;
    min-width:30%;

    transition:0.2s all ease-in
  }
 .install-button:hover{
    box-shadow: 1px 1px 0 #999;
    cursor:pointer;
    background-color:#00a5ff;
    color:white;
  }
 .cloneable{
    display:none;
  }
  .box-article hr{
    background: none;
    border-top:2px dashed #00a5ff;
  }
  .p-box{
      margin:15px auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.16),
   		  0px 4px 20px rgba(0,0,0,0.16);
      box-sizing: inherit;
      min-width:80%;
      max-width:80%;
         border-radius:5px;
  }
  .p-box > *{
	 padding:0.01em 16px;
  }
  .p-box  > pre{
     border-left:none;
     border-right:none;
     border-top:none;
     margin:0;
     padding:32px 0.1em;
     height:300px;
    overflow: auto;
  }
  .p-box .header,.p-box .footer{
    background-color:#2196F3!important;
    color:#fff!important;
  }
  .p-box .header .p-name{
    font-size:15px;
  }