diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-03-15 22:12:44 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-03-15 22:12:44 -0400 |
| commit | 58011496071a49e8f5f916a0416c36806ee94614 (patch) | |
| tree | c32bb04676b54ae0718fb68f97b984b970456628 /cmd/gobtex/style.css | |
| parent | 9a5261e37badd5422b8c16d93a5b1663c4be602f (diff) | |
| download | bibtex-58011496071a49e8f5f916a0416c36806ee94614.tar.gz | |
Add crossref resolution, minor api changes, first template inspired by plain.bst
Diffstat (limited to 'cmd/gobtex/style.css')
| -rw-r--r-- | cmd/gobtex/style.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/cmd/gobtex/style.css b/cmd/gobtex/style.css new file mode 100644 index 0000000..7a686f5 --- /dev/null +++ b/cmd/gobtex/style.css @@ -0,0 +1,62 @@ +.title { + font-weight: bold +} + +li { + margin: 1em 0; + padding: 0 +} + +.journal { + font-style: italic +} + +pre { + background-color: rgb(247, 247, 247); + tab-size: 4; + -moz-tab-size: 4; + white-space: pre-wrap; + display: none; + padding: 1em; +} + +pre.visible { + display: block; +} + +body { + width: 1000px; + margin: auto; + font-family: sans-serif +} + +ul { + list-style: none; + margin: 0; + padding: 0 +} + +.entrylink { + color: #c60f0f; + display: none; + padding: 0 4px; +} + +.entrylink:hover { + color: white; + background-color: #c60f0f; + text-decoration: none; +} + +li:hover .entrylink { + display: inline; +} + +a { + text-decoration: none; + color: rgb(64, 120, 192); +} + +a:hover { + text-decoration: underline; +} |
