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

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

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

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

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

figure {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  width: 100%;
}

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