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

누리위키, 온 누리의 백과사전
잔글
잔글
10번째 줄: 10번째 줄:
  
 
iframe {
 
iframe {
  width: 100%;
 
  left: 0;
 
  position: absolute;
 
  top: 0;
 
 
   width: 100%;
 
   width: 100%;
 
}
 
}

2015년 8월 20일 (목) 10:51 판

/* 이 CSS 설정은 모바일 사이트를 사용하는 사용자에게 적용됩니다. */
del,strike{
   color:#c1c1c1;
}

del a, s a, del a:visited, s a:visited{
color: #7f7ff6;
text-decoration: line-through;
}

iframe {
  width: 100%;
}