view templates.mwolson/static/style.css @ 11:8b62360dc2a5 default tip

Adding notes, cloning edit-gui
author Peter Gervai <grin@grin.hu>
date Sun, 02 Nov 2008 16:29:52 +0100
parents a84c32f131df
children
line wrap: on
line source

.mainheader {
  background: #cccccc;
  border-left: 0px;
  border-right: 0px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  text-align: left;
  width: 100%;
}

.subheader {
  background: #cccccc;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: left;
  width: 100%;
}

.thnav {
  background: #cccccc;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: left;
  width: 100%;
}

.inthisalbum {
  background: #cccccc;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: left;
  width: 100%;
}

.pagetitle {
  font-weight: bold;
  margin: 5px;
}

.pathstyle {
}

.mainimage {
  background: #ccccff;
  border: 2px inset;
  margin-top: 10px;
}

.detailslink {
  text-align: center;
}

.navbar {
  border: thin solid;
  background: #cccccc;
  width: 100%;
}

.bins_credit {
  text-align: left;
  font-size: x-small;
}

.thumbnail {
  border: thin solid;
  background: #ccccff;
}

.fname {
  font-weight: bold;
}

.fvalue {
  border: 2px inset;
}

body {
  background-color: #dcdcdc;    /* Gainsboro */
  color: black;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 1%;
}

table.imagedesc {
  width: 100%;
}