소스 검색

custom 404 styling

Heydon Pickering 8 년 전
부모
커밋
cc0f345e5f
5개의 변경된 파일22개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/404.html
  2. 10 0
      docs/css/styles.css
  3. 0 0
      docs/service-worker.js
  4. 1 1
      themes/infusion/layouts/404.html
  5. 10 0
      themes/infusion/static/css/styles.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
docs/404.html


+ 10 - 0
docs/css/styles.css

@@ -786,6 +786,16 @@ h1 svg {
 .pattern-section h1 {
     padding: 0 !important;
 }
+/* Custom 404 */
+.custom-404 {
+  text-align: center;
+}
+.custom-404 * {
+  margin: 0;
+}
+.custom-404 svg {
+  max-width: 100%;
+}
 /* Utilities */
 .vh {
   clip: rect(1px, 1px, 1px, 1px);

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
docs/service-worker.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
themes/infusion/layouts/404.html


+ 10 - 0
themes/infusion/static/css/styles.css

@@ -786,6 +786,16 @@ h1 svg {
 .pattern-section h1 {
     padding: 0 !important;
 }
+/* Custom 404 */
+.custom-404 {
+  text-align: center;
+}
+.custom-404 * {
+  margin: 0;
+}
+.custom-404 svg {
+  max-width: 100%;
+}
 /* Utilities */
 .vh {
   clip: rect(1px, 1px, 1px, 1px);

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.