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

미미위키
22번째 줄: 22번째 줄:
 
   vertical-align: middle;
 
   vertical-align: middle;
 
   text-align: center;
 
   text-align: center;
 +
}
 +
 +
/* ssp help css */
 +
.ssphelp_hint {
 +
    margin: 5px;
 +
    padding: 5px;
 +
    border: 1px dashed #669;
 +
    background-color: #FEF;
 +
    overflow: hidden;
 +
}
 +
.ssphelp_hint::before {
 +
    content: "HINT:";
 
}
 
}

2015년 4월 27일 (월) 18:15 판

/* [[MediaWiki:Edittools]] 편집 입력 도구의 버튼 */
.buttonline {
clear:both;
text-align:center;
position: relative;
/*display: inline-block;*/
}
.buttonline2{
float:none;
height:38px;
}
.edittools_outer
{
  display: table;
  width: 100%;
  height: 100%;
}

.edittools_inner
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* ssp help css */
.ssphelp_hint {
    margin: 5px;
    padding: 5px;
    border: 1px dashed #669;
    background-color: #FEF;
    overflow: hidden;
}
.ssphelp_hint::before {
    content: "HINT:";
}