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

누리위키, 온 누리의 백과사전
잔글 (테스트)
잔글
9번째 줄: 9번째 줄:
 
}
 
}
  
figure {
+
iframe {
  height: 0;
 
  padding-bottom: 56.25%; /* 16:9 */
 
  position: relative;
 
 
   width: 100%;
 
   width: 100%;
}
 
 
iframe {
 
  height: 100%;
 
 
   left: 0;
 
   left: 0;
 
   position: absolute;
 
   position: absolute;

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%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}