Friday, November 17, 2023

Customization of staff Interface

 KOHA

Staff interface

   IntranetUserCSS

#main_auth{

background: url("https://i.postimg.cc/d1jY9yGn/background.gif");

}


element {

}

#login {

  background: #fff;

  border: 5px solid #c0861a;

  border-radius: 20px;

  margin: 4em auto;

  padding: 1.5em;

  position: relative;

  top: auto;

  right: auto;

  width: 25em;

  border-style: dotted;

}


element {

}

#area-news h3 {

background-color: transparent;  

color: transparent;

opacity: 0.7;

padding: .0em;

margin: 0;

line-height: 0;

}


element {

}

h1, h2, h3, h4, h5, h6 {

  margin: .3em 0;

}

h4, h5 {

  font-weight: 700;

  color: transparent;

}




Like this