Team:Buenos Aires/css/jquery.pageslide.css

From 2013.igem.org

Revision as of 16:19, 21 May 2013 by Franer (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. pageslide {
   /* These styles MUST be included. Do not change. */
   display: none;
   position: absolute;
   position: fixed;
   top: 0;
   height: 100%;
   z-index: 999999;
   
   /* Specify the width of your pageslide here */
   width: 70%;
   padding: 0px;
   
   /* These styles are optional, and describe how the pageslide will look */
   background-color: #000;
   color: #FFF;
   -webkit-box-shadow: inset 0 0 5px 5px #222;
   -moz-shadow: inset 0 0 5px 5px #222;
   box-shadow: inset 0 0 5px 5px #222;

}