changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / templates/static/style.css

revision 53: d25f982fb8a6
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/templates/static/style.css	Sat Jul 20 22:31:54 2024 -0400
     1.3@@ -0,0 +1,117 @@
     1.4+a { text-decoration:none; }
     1.5+.age { white-space:nowrap; }
     1.6+.date { white-space:nowrap; }
     1.7+.indexlinks { white-space:nowrap; }
     1.8+.parity0 { background-color: #ddd; color: #000; }
     1.9+.parity1 { background-color: #eee; color: #000; }
    1.10+.lineno { width: 60px; color: #aaa; font-size: smaller;
    1.11+          text-align: right; }
    1.12+.plusline { color: green; }
    1.13+.minusline { color: red; }
    1.14+.atline { color: purple; }
    1.15+.annotate { font-size: smaller; text-align: right; padding-right: 1em; }
    1.16+tr.thisrev a { color:#999999; text-decoration: none; }
    1.17+tr.thisrev pre { color:#009900; }
    1.18+td.annotate {
    1.19+  white-space: nowrap;
    1.20+}
    1.21+div.annotate-info {
    1.22+  display: none;
    1.23+  position: absolute;
    1.24+  background-color: #FFFFFF;
    1.25+  border: 1px solid #888;
    1.26+  text-align: left;
    1.27+  color: #000000;
    1.28+  padding: 5px;
    1.29+}
    1.30+div.annotate-info a { color: #0000FF; }
    1.31+td.annotate:hover div.annotate-info { display: inline; }
    1.32+.buttons a {
    1.33+  background-color: #666;
    1.34+  padding: 2pt;
    1.35+  color: white;
    1.36+  font-family: sans-serif;
    1.37+  font-weight: bold;
    1.38+}
    1.39+.navigate a {
    1.40+  background-color: #ccc;
    1.41+  padding: 2pt;
    1.42+  font-family: sans-serif;
    1.43+  color: black;
    1.44+}
    1.45+
    1.46+.metatag {
    1.47+  background-color: #888;
    1.48+  color: white;
    1.49+  text-align: right;
    1.50+}
    1.51+
    1.52+/* Common */
    1.53+pre { margin: 0; }
    1.54+
    1.55+.logo {
    1.56+  float: right;
    1.57+  clear: right;
    1.58+}
    1.59+
    1.60+/* Changelog/Filelog entries */
    1.61+.logEntry { width: 100%; }
    1.62+.logEntry .age { width: 15%; }
    1.63+.logEntry th.label { width: 16em; }
    1.64+.logEntry th { font-weight: normal; text-align: right; vertical-align: top; }
    1.65+.logEntry th.age, .logEntry th.firstline { font-weight: bold; }
    1.66+.logEntry th.firstline { text-align: left; width: inherit; }
    1.67+
    1.68+/* Shortlog entries */
    1.69+.slogEntry { width: 100%; }
    1.70+.slogEntry .age { width: 8em; }
    1.71+.slogEntry td { font-weight: normal; text-align: left; vertical-align: top; }
    1.72+.slogEntry td.author { width: 15em; }
    1.73+
    1.74+/* Tag entries */
    1.75+#tagEntries { list-style: none; margin: 0; padding: 0; }
    1.76+#tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
    1.77+
    1.78+/* Changeset entry */
    1.79+#changesetEntry { }
    1.80+#changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
    1.81+#changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
    1.82+
    1.83+/* File diff view */
    1.84+#filediffEntry { }
    1.85+#filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
    1.86+
    1.87+/* Graph */
    1.88+div#wrapper {
    1.89+	position: relative;
    1.90+	margin: 0;
    1.91+	padding: 0;
    1.92+}
    1.93+
    1.94+canvas {
    1.95+	position: absolute;
    1.96+	z-index: 5;
    1.97+	top: -0.6em;
    1.98+	margin: 0;
    1.99+}
   1.100+
   1.101+ul#graphnodes {
   1.102+	list-style: none inside none;
   1.103+	padding: 0;
   1.104+	margin: 0;
   1.105+}
   1.106+
   1.107+ul#graphnodes li {
   1.108+	height: 37px;
   1.109+	overflow: visible;
   1.110+	padding-top: 2px;
   1.111+}
   1.112+
   1.113+ul#graphnodes li .fg {
   1.114+	position: absolute;
   1.115+	z-index: 10;
   1.116+}
   1.117+
   1.118+ul#graphnodes li .info {
   1.119+	font-size: 70%;
   1.120+}