Newer
Older
web-header / less / main.less
@import "sandbox.less";
@import "surenteteistex.less";

#istex-web-header{
  background-color: white;
  border-bottom:1px solid #eaeade;

  #surentete{

    .srentss{
      background-color: #fff;
    }
    .srentss{
      border: 1px solid #eaeade;
      & > li{border:0;}
      & > li +li  { border-top: 1px solid #eaeade; }
    }
    .srent{
      margin-top: 9px;
      padding:0;

      &.border{
        margin-top: 8px;
        border:1px solid #eaeade;
        border-bottom: 0;
      }

      img{
        vertical-align: middle;
      }
    }
    a.disabled{
      color: #777;
      text-decoration: none;
      cursor: not-allowed;
    }

  }
}

#dokuwiki__site{
  position: relative;
}