Team:OUC-China/js/jquery.min.js

@charset "UTF-8"; /* hiding the top section*/ body{position:absolute; top:0px; width:100%;background:#fcf5ed;}

  1. top-section{
  height:0px;
   border:none;
   width:980px;
   margin:0 auto;
   padding:0;
   background-color:transparent;
   overflow:hide;

}

  1. p-logo{display:none;}
  2. search-controls{display:none;}
  3. top{display:none;}

.firstHeading{display:none;} /* end of hiding the top section*/

/* global setting*/

  1. globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
  2. content{
   background-color:transparent;
   border:none;
   width:100%;
   height:700px;
   marign:0 auto;
   padding:0 0 0 0;
   }
  1. bodyContent{
   background-color:transparent;
   border:none;
   margin-top:-20px;
   }

siteSub{

   display:none;
   border:none;
   }

contentSub{

   display:none;
   }

/* end of global setting*/

/*hiding the footer-box*/

  1. footer-box{display:none;}
  2. catlinks{display:none;}

/*end of hiding the footer book*/

/* menu (page, edit ...) */

  1. menubar {
   background-color:transparent;
   position: relative;
   float:left;
   white-space: nowrap;
   width: 490px;
   z-index: 5000;

}

  1. menubar ul:hover {
   background:black;

}

  1. menubar ul li a {
   filter:alpha(opacity=0);
   -moz-opacity:0;
   opacity:0;
   text-align: left;
   color:#999999;
   text-transform: lowercase;

}

  1. menubar ul li a:hover{
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
   color: #fff;
   background-color: transparent;

}

.right-menu{width:400px; float:right} .right-menu, .right-menu a {

   right: 0px;
   text-align: right;
   color: #fff;

}

  1. menubar ul {
   list-style: none;

}

  1. menubar li {
   display: inline;
   position: relative;
   cursor: pointer;
   padding-left: 0px;
   padding-right: 0px;
   color:#fff;

} .left-menu ul li:last-child {

   filter:alpha(opacity=0);
   -moz-opacity:0;
   opacity:0;

}