/* CSS for gallery.php */

div.catbuttons
{
  text-align: center;
}

div.catbuttons a.catbutton
{
  margin: 5px 10px;
  padding: 5px;
  border-radius: 5px;
  font-size: 110%;
  text-decoration: none;
  background: var(--darkbg);
  color: #ffc;
}

div.catbuttons a.catbutton.thiscat,
div.catbuttons a.catbutton.thiscat
{
  background: #fec;
  color: black;
}

div.thumb
{
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 10px;
  background: white;
  text-align: center;
  font-style: italic;
  font-family: 'Times new Roman', serif;
}

div.thumb a
{
  color: black;
  text-decoration: none;
}

div.gallerypic
{
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  background: white;
}

div.gallerypic img
{
  max-width: 100%;
}

div.gallerypic div.description
{
  padding: 10px;
  text-align: left;
  border-top: 1px solid #ccc;
}

form.editbutton { padding: 10px }