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

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

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

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

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

iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}