##// END OF EJS Templates
coal: fix CSS errors as reported by Firefox
coal: fix CSS errors as reported by Firefox

File last commit:

r6571:e6f71ca3 default
r6571:e6f71ca3 default
Show More
style-coal.css
156 lines | 2.8 KiB | text/css | CssLexer
Matt Mackall
templates: add coal web theme
r6436 body {
margin: 0;
padding: 0;
background: black url(background.png) repeat-x;
Matt Mackall
coal: minor fixes...
r6451 font-family: sans-serif;
Matt Mackall
templates: add coal web theme
r6436 }
Matt Mackall
coal: more tweaking...
r6453 .container {
padding-right: 150px;
}
Matt Mackall
templates: add coal web theme
r6436 .main {
Matt Mackall
coal: more tweaking...
r6453 position: relative;
Matt Mackall
templates: add coal web theme
r6436 background: white;
padding: 2em;
border-right: 15px solid black;
border-bottom: 15px solid black;
}
.overflow {
width: 100%;
overflow: auto;
}
.menu {
background: #999;
padding: 10px;
width: 75px;
margin: 0;
Matt Mackall
coal: more tweaks...
r6463 font-size: 80%;
Matt Mackall
templates: add coal web theme
r6436 text-align: left;
position: fixed;
top: 27px;
left: auto;
right: 27px;
}
.menu ul {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}
.menu li {
margin-bottom: 3px;
padding: 2px 4px;
background: white;
color: black;
font-weight: normal;
}
.menu li.active {
Matt Mackall
coal: more tweaks...
r6463 background: black;
color: white;
Matt Mackall
templates: add coal web theme
r6436 }
Matt Mackall
coal: more tweaks...
r6463 .menu a { color: black; display: block; }
Matt Mackall
templates: add coal web theme
r6436 .search {
position: absolute;
top: .7em;
right: 2em;
}
a { text-decoration:none; }
.age { white-space:nowrap; }
.date { white-space:nowrap; }
.indexlinks { white-space:nowrap; }
.parity0 { background-color: #f5f5f5; }
.parity1 { background-color: white; }
.plusline { color: green; }
.minusline { color: red; }
.atline { color: purple; }
.navigate {
text-align: right;
font-size: 60%;
margin: 1em 0 1em 0;
}
.tag {
color: #999;
font-size: 70%;
font-weight: normal;
margin-left: .5em;
Dirkjan Ochtman
coal: fix CSS errors as reported by Firefox
r6571 vertical-align: baseline;
Matt Mackall
templates: add coal web theme
r6436 }
/* Common */
pre { margin: 0; }
h2 { font-size: 120%; border-bottom: 1px solid #999; }
h3 {
margin-top: -.7em;
font-size: 100%;
}
/* log and tags tables */
.bigtable {
border-bottom: 1px solid #999;
border-collapse: collapse;
font-size: 90%;
width: 100%;
font-weight: normal;
text-align: left;
}
.bigtable td {
padding: 1px 4px 1px 4px;
vertical-align: top;
}
.bigtable th {
padding: 1px 4px 1px 4px;
border-bottom: 1px solid #999;
font-size: smaller;
}
.bigtable tr { border: none; }
.bigtable .age { width: 6em; }
Matt Mackall
coal: minor fixes...
r6451 .bigtable .author { width: 10em; }
Matt Mackall
templates: add coal web theme
r6436 .bigtable .description { }
.bigtable .node { width: 5em; font-family: monospace;}
.bigtable .lineno { width: 2em; text-align: right;}
.bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
.bigtable td.source { font-family: monospace; white-space: pre; }
Matt Mackall
coal: more tweaks...
r6452 .bigtable .permissions { width: 8em; text-align: left;}
Matt Mackall
templates: add coal web theme
r6436 .bigtable .size { width: 5em; text-align: right; }
Dirkjan Ochtman
coal: fix CSS errors as reported by Firefox
r6571 .bigtable .annotate { text-align: right; }
Matt Mackall
templates: add coal web theme
r6436 .bigtable td.annotate { font-size: smaller; }
Matt Mackall
coal: even more tweaks...
r6454 .fileline { font-family: monospace; }
Matt Mackall
coal: more tweaks...
r6463 .fileline img { border: 0; }
Matt Mackall
coal: even more tweaks...
r6454
Matt Mackall
templates: add coal web theme
r6436 /* Changeset entry */
#changesetEntry {
border-collapse: collapse;
font-size: 90%;
width: 100%;
margin-bottom: 1em;
}
#changesetEntry th {
padding: 1px 4px 1px 4px;
width: 4em;
text-align: right;
font-weight: normal;
color: #999;
margin-right: .5em;
vertical-align: top;
}
div.description {
border-left: 3px solid #999;
margin: 1em 0 1em 0;
padding: .3em;
}