/* Visiškai paslepiame originalų Trac poraštės bloką */
#footer {
    display: none;
}

/* Nusitaikome į 'About Trac' pagal unikalią nuorodą, o ne poziciją */
#metanav a[href$="/about"] {
    display: none !important;
}

/* Hover efektas pakeitimų antraštėms */
ul.entries li.entry h2:hover {
    background-color: #E0DEDE; /* Šviesiai pilka spalva */
}

#scrollToTopBtn {
  display: none; /* Pagal nutylėjimą nematomas */
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
}

#scrollToTopBtn:hover {
  background-color: #333;
}

.timeline dt.changeset {
	background-size: none !important;
}

.timeline dt.changeset a {
	background-size: 15px 15px !important;
}

#altlinks h3 {
  padding-top: 10px !important;
  font-size: 15px !important;
}

#altlinks li {
  font-size: 15px !important;
}

.timeline dd {
  margin: 0 0 .75em 6.2em !important;
  padding: 0 !important;
  color: #77777 !important;
  font-size: 15px !important;
  font-weight: bold !important;
}

.timeline dt .time {
  display: inline-block;
  width: 60px !important;
  color: #999 !important;
  font-size: 80% !important;
  padding-right: 5px !important;
  text-align: right !important;
}

#prefs {
  margin: -2em 0.2em 0 0 !important;
}


.copy-all-button {
	float: right !important;
	cursor:pointer !important;
	background:#32D957 !important;
	color:white !important;
	border:none !important;
	padding:5px 5px !important;
	border-radius:3px !important;
	font-size:12px !important;
	margin-right:10px !important;
}

.copy-all-button:hover {
	background:#28a745 !important;
}

/* side by side diff spalvos */
.diff table.sidebyside tbody.mod td.r {
  background: #dfd !important;
}

.diff table.sidebyside tbody.add td.r {
  background: #cfc !important;
}

.diff table.sidebyside tbody.rem td.r {
  background: #faa !important;
}

tbody.mod ins {
  background: #9e9 !important;
}

/*
.diff table.trac-diff tbody tr:hover td {
 background: #eed !important;
}

.diff table.trac-diff tbody.mod tr:hover td,
.diff table.trac-diff tbody.add tr:hover td,
.diff table.trac-diff tbody.rem tr:hover td {
 background: #ddc !important;
}

.diff table.trac-diff tbody.mod tr:hover td del,
.diff table.trac-diff tbody.mod tr:hover td ins {
 background: #bb9 !important;
}




.diff table.sidebyside tbody.rem td.r {
  background: #dfd !important;
}*/

