diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-03-24 10:55:04 -0500 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-03-24 10:55:04 -0500 |
commit | 48a941724494731fb4ec99795381eac9ca494948 (patch) | |
tree | 761371188888005b6d07ca4eb58e50ff590218b6 | |
parent | Distinguish between CVS and SVN repos (diff) | |
download | gentoo-viewvc-templates-48a941724494731fb4ec99795381eac9ca494948.tar.gz gentoo-viewvc-templates-48a941724494731fb4ec99795381eac9ca494948.tar.bz2 gentoo-viewvc-templates-48a941724494731fb4ec99795381eac9ca494948.zip |
Update styles.css to match the existing site, close match but not perfect
-rw-r--r-- | docroot/styles.css | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/docroot/styles.css b/docroot/styles.css index 1ca1e9c..d9ca105 100644 --- a/docroot/styles.css +++ b/docroot/styles.css @@ -9,10 +9,15 @@ html, body { font-family: sans-serif; } + /**font-size: 0.8em; **/ a:link { color: #0000ff; } a:visited { color: #880088; } a:active { color: #0000ff; } +a.vc_header_sort:link { color: white; text-decoration: none; } +a.vc_header_sort:visited { color: white; text-decoration: none; } +a.vc_header_sort:active { color: white; text-decoration: none; } + img { border: none; } table { width: 100%; @@ -63,7 +68,8 @@ form { margin: 0; } } .vc_header_sort { text-align: left; - background-color: #88ff88; + background-color: #7a5ada;; + color: white; } @@ -72,10 +78,7 @@ form { margin: 0; } background-color: #ffffff; } .vc_row_odd { - background-color: #f0f0f0; -} -.vc_row_special { - background-color: #ffff7f; + background-color: #ddddff; } @@ -190,12 +193,14 @@ form { margin: 0; } .pygments-il { color: #666666 } /* Literal.Number.Integer.Long */ + /*** Diff Styles ***/ .vc_diff_header { background-color: #ffffff; } .vc_diff_chunk_header { - background-color: #99cccc; + background-color: #7a5ada; + color: white; } .vc_diff_chunk_extra { font-size: smaller; @@ -261,12 +266,26 @@ table.vc_idiff tbody { white-space: -o-pre-wrap; /* Opera >= 7 */ white-space: pre-wrap; /* CSS3 */ word-wrap: break-word; /* IE 5.5+ */ +/*** Annotate Styles ***/ +.vc_blame_line, .vc_blame_author, .vc_blame_rev { + font-family: monospace; + font-size: smaller; + text-align: right; + white-space: nowrap; + padding-right: 1em; } table.vc_idiff tbody th { background-color:#e0e0e0; text-align:right; } +.vc_blame_text { + font-family: monospace; + font-size: smaller; + text-align: left; + white-space: pre; + width: 100%; +} /*** Query Form ***/ .vc_query_form { |