diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-04 17:16:20 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-04 17:16:20 +0100 |
commit | cf70fe629a909b1eeba086b5bbc436250898ae97 (patch) | |
tree | 7694f186f17cef8588a5eb281069066369c9ce44 /web/assets | |
parent | 1d44fee399868ebc6c5e412ee23c7fd1e4c37351 (diff) | |
download | Nim-cf70fe629a909b1eeba086b5bbc436250898ae97.tar.gz |
Implemented generation of sponsors page + missing assets.
Diffstat (limited to 'web/assets')
-rw-r--r-- | web/assets/bountysource/bountysource.png | bin | 0 -> 27078 bytes | |||
-rw-r--r-- | web/assets/bountysource/secondspectrum.png | bin | 0 -> 53148 bytes | |||
-rw-r--r-- | web/assets/niminaction/banner.jpg | bin | 0 -> 86775 bytes | |||
-rw-r--r-- | web/assets/style.css | 31 |
4 files changed, 31 insertions, 0 deletions
diff --git a/web/assets/bountysource/bountysource.png b/web/assets/bountysource/bountysource.png new file mode 100644 index 000000000..d92d75df0 --- /dev/null +++ b/web/assets/bountysource/bountysource.png Binary files differdiff --git a/web/assets/bountysource/secondspectrum.png b/web/assets/bountysource/secondspectrum.png new file mode 100644 index 000000000..4dab35c6f --- /dev/null +++ b/web/assets/bountysource/secondspectrum.png Binary files differdiff --git a/web/assets/niminaction/banner.jpg b/web/assets/niminaction/banner.jpg new file mode 100644 index 000000000..b2fb3efc9 --- /dev/null +++ b/web/assets/niminaction/banner.jpg Binary files differdiff --git a/web/assets/style.css b/web/assets/style.css index 98bf12a9a..d7599477e 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -572,5 +572,36 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; } #bountysource a, #bountysource a:visited, #bountysource a:hover { color: #1a1a1a; +} + +/* Current sponsors page */ + +dt { + font-size: 20pt; + clear: both; + margin-bottom: 10pt; +} + +dd.logo { + width: 200px; + min-height: 50px; + margin-bottom: 10pt; + margin-right: 20pt; + float: left; +} + +dd.logo img { + max-height: 200px; +} + +dd.this_month { + font-size: 20pt; +} + +dt a, dt a:visited, dt a:hover { + color: #1d1d1d !important; +} +dt.level-1 { + color: #2f2f2f !important; } |