pytask/static/css/base.css
changeset 505 a05fde6309e1
parent 500 42516ec56822
child 523 74169ec48caf
equal deleted inserted replaced
504:3b78ea899168 505:a05fde6309e1
    14   height: auto;
    14   height: auto;
    15   text-align: left;
    15   text-align: left;
    16 }
    16 }
    17 
    17 
    18 #header {
    18 #header {
    19    margin-bottom: 30px;
    19   margin-bottom: 30px;
    20   padding: 5px 0px 5px 0px;
    20   padding: 5px 0px 5px 0px;
    21   height: auto;
    21   height: auto;
    22   width: auto;
    22   width: auto;
    23   text-align: center;
    23   text-align: center;
    24   background-color: #f1f1f1;
    24   background-color: #f1f1f1;
   302 div #modification a:hover {
   302 div #modification a:hover {
   303   color: #fb06d0;
   303   color: #fb06d0;
   304   font-weight: bold;
   304   font-weight: bold;
   305   text-decoration: none;
   305   text-decoration: none;
   306 }
   306 }
       
   307 
       
   308 /* Uberbar is the sticky bar at the top of the page */
       
   309 /* Code taken from http://davidwalsh.name/persistent-header-opacity#bottom */
       
   310 #uberbar  {
       
   311   border-bottom:1px solid #eb7429;
       
   312   background:#fc9453;
       
   313   padding:10px 20px 0px 10px;
       
   314   position:fixed;
       
   315   top:0;
       
   316   left:0;
       
   317   z-index:2000;
       
   318   width:98%;
       
   319   text-align: center;
       
   320 }