/* ================================================================== */
/* Trac Style Modifications made by Izzy (izzysoft AT qumran DOT org) */
/* ================================================================== */

/* ================================================[ Allgemeines ]=== */
body { background-color: #f5f5dc; }
tt, code {
 font-family: monospace;
 font-size: 8pt;
 background-color: #eee;
/* border:  1px solid #000000;
 margin-bottom: 6px;
 margin-top: 6px;
 padding: 4px; */
}

/* ================================================[ ProjectMenu ]=== */
span.projectmenu {
  float:right;
}

/* ==============================================[ Ticket Header ]=== */
#ticket table.properties {
  border-collapse: collapse !important;
  border: 1px solid #8CACBB !important;
}
#ticket table.properties td, #ticket table.properties th {
  border: 1px solid #8CACBB !important;
  padding: 2px !important;
}
#ticket table.properties th {
  background-color: #DEE7EC !important;
  font-weight: bold !important;
}
/* ----------------------------------------------[ Ticket Change ]--- */
#changelog .change div.inlinebuttons a {
  font-size: 9.1px;
  border: 1px dotted rgb(204,204,204);
  margin: 1px;
  padding: 1px 1px 3px 1px;
  color: black;
}
#changelog .change div.inlinebuttons a:hover {
  background-color: silver;
  color: black;
}

/* =====================================================[ Tables ]=== */
/* (RST [via id #main], MediaWiki und Wiki Normal [class wiki]) */
/* #main table, #main th, #main td, */
table.wiki th, table.wiki, table.wiki td,
table.table th, table.table, table.table td {
  border: 1px solid #8CACBB !important;
}
/* #main table, */
table.wiki, table.table {
  border-collapse: collapse !important;
}
/* #main th, #main td, */
table.wiki th, table.wiki td,
table.table th, table.table td {
  padding: 2px !important;
}
/* #main th, */
table.wiki th, table.table th {
  background-color: #DEE7EC; font-weight: bold !important;
  color:#000 !important;
}
	  
/* ===============================================[ Wiki Headers ]=== */
.wikipage h1, .wikipage h2, .wikipage h3, .wikipage h4, .wikipage h5, .wikipage h6 { color: #4a4d53 !important; font-variant: small-caps; }
.wikipage h1 { border-bottom: 1px solid #4A4D53 !important; }
.wikipage h2 { border-bottom: 0.5px solid #A5ABB9 !important; }
.wikipage h3, .wikipage h4, .wikipage h5 { text-decoration: underline; }
.wikipage h4 { font-style: italic; }

/* ==========================================[ Wiki LastModified ]=== */
div.lastmodified {
 font-style:italic;
 font-size: 80%;
 text-align: center;
}

/* ================================================[ Screenshots ]=== */
.screenshots .images .image { border:1px dotted gray !important; }

/* ============================================[ Ticket Specials ]=== */
#newticketguide {
 background: #fdc;
 border: 2px solid #d00;
 font-style: italic;
 padding: 0 .5em;
 margin: 1em 0;
 text-align: center;
}

#newticketguide h1 {
        font-variant: small-caps;
        letter-spacing: 0.3em;
        font-weight: bold;
}

#newticketguide hr {
        padding: 0;
        margin: 1em auto;
        width: 40%;
        text-align: center;
        border: 1px dotted #d00;
}

/* =======================================================[ Tags ]=== */
ul.tags {
  border: 1px dashed silver;
  text-align: center;
  padding: 0.2em;
  background-color: #f5f5f5;
  margin: 50px auto 0 auto;
}
ul.tags li {
  display:inline;
  list-style:none;
  padding-left:0.2em;
  padding-right:0.2em;
  margin-left:0.2em;
  margin-right:0.2em;
  background-color: white;
}
ul.tags li.header {
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: left;
}
ul.tags li.header:after { content:":"; }

/* ================================================[ Screenshots ]=== */
div.screenshots div.order {
  float: left;
  margin-right: 20px;
}
