From ee648a16004d3e045a9ad5a647a080d2a444117b Mon Sep 17 00:00:00 2001 From: farmper <30304103+farmper2017@users.noreply.github.com> Date: Thu, 24 Aug 2017 10:05:06 +0900 Subject: [PATCH] Delete ie8.css --- views/assets/css/ie8.css | 143 --------------------------------------- 1 file changed, 143 deletions(-) delete mode 100644 views/assets/css/ie8.css diff --git a/views/assets/css/ie8.css b/views/assets/css/ie8.css deleted file mode 100644 index c7fe897..0000000 --- a/views/assets/css/ie8.css +++ /dev/null @@ -1,143 +0,0 @@ - - -/* Basic */ - - body, html { - height: 100%; - } - - html { - background: none; - } - -/* List */ - - ul.actions li { - padding: 0 0 0 1em; - } - - ul.actions li:first-child { - padding-left: 0; - } - -/* Form */ - - input[type="text"], - input[type="password"], - input[type="email"], - select, - textarea { - border: solid 2px #dddddd; - position: relative; - } - - input[type="text"], - input[type="password"], - input[type="email"] { - line-height: 3em; - } - - input[type="checkbox"], - input[type="radio"] { - font-size: 3em; - } - - input[type="checkbox"] + label:before, - input[type="radio"] + label:before { - display: none; - } - -/* Button */ - - input[type="submit"], - input[type="reset"], - input[type="button"], - button, - .button { - border: solid 2px #dddddd; - } - -/* Main BG */ - - .main-bg { - z-index: 0; - } - -/* Main */ - - .main { - background-size: cover; - } - - .main .container { - background: #fff; - border-top: solid 1px #dddddd; - position: relative; - z-index: 1; - } - - .main .goto-next { - text-decoration: none; - } - - .main .goto-next:before { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - font-family: Verdana; - font-style: normal; - font-weight: normal; - text-transform: none !important; - } - - .main .goto-next:before { - color: #dddddd; - content: '\f063'; - display: block; - font-size: 2em; - height: 2em; - left: 0; - line-height: 2em; - position: absolute; - text-align: center; - text-indent: 0; - top: 0; - width: 2em; - } - -/* Header */ - - #header { - -ms-behavior: url("assets/js/ie/backgroundsize.min.htc"); - background-image: url("../../images/bg.jpg"); - background-size: cover; - height: 100%; - } - - #header:after { - min-height: 100%; - } - - #header header { - position: relative; - z-index: 1; - } - - #header .container { - background: #fff; - z-index: 1; - } - -/* Footer */ - - #footer { - -ms-behavior: url("assets/js/ie/backgroundsize.min.htc"); - background-image: url("../../images/pic04.jpg"); - background-size: cover; - } - - #footer .container { - background: #fff; - border-top: solid 1px #dddddd; - position: relative; - z-index: 1; - } \ No newline at end of file