Page 118 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 118

-moz-transition: background .3s ease-in-out;
                transition: background .3s ease-in-out;
            }


            .navbar-custom .nav li a:hover,
            .navbar-custom .nav li a:focus,
            .navbar-custom .nav li.active {
                outline: 0;
                background-color: rgba(255,255,255,.2);
            }
            .navbar-custom .nav li a:hover,
            .navbar-custom .nav li a:focus,
            .navbar-custom .nav li.active {
                outline: 0;
                background-color: rgba(255,255,255,.2);
            }


            .navbar-toggle {
                padding: 4px 6px;
                font-size: 14px;
                color: #fff;
            }


            .navbar-toggle:focus,
            .navbar-toggle:active {
                outline: 0;
            }




            /* loader */
            #preloader {
                background: #ffffff;
                bottom: 0;
                height: 100%;
                left: 0;
                position: fixed;
                right: 0;
                top: 0;
                width: 100%;
                z-index: 999;
            }




            #loaderInner {
                background:#ffffff url(../img/spinner.gif) center center no-repeat;
                height: 60px;



                                                         -  111  -
   113   114   115   116   117   118   119   120   121   122   123