diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 19:03:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-19 19:03:10 -0700 |
commit | 8ef81fc772a0e907751aa1003ac239cb01d05340 (patch) | |
tree | 680aed314f7a3d4915a14a332bb6c4a2b9063990 /view/theme/darkness | |
parent | 43adabcd20ebd7b1792a4207913f426a9311c7bc (diff) | |
download | volse-hubzilla-8ef81fc772a0e907751aa1003ac239cb01d05340.tar.gz volse-hubzilla-8ef81fc772a0e907751aa1003ac239cb01d05340.tar.bz2 volse-hubzilla-8ef81fc772a0e907751aa1003ac239cb01d05340.zip |
some quick theming
Diffstat (limited to 'view/theme/darkness')
-rw-r--r-- | view/theme/darkness/style.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css new file mode 100644 index 000000000..a93f87a90 --- /dev/null +++ b/view/theme/darkness/style.css @@ -0,0 +1,32 @@ +@import url('../default/style.css'); + +body { + background: #000000; + color: #FF0000; +} + +.nav-link { + color: #FF0000; + background: #888888; +} + +.nav-commlink { + color: #FF0000; + background: #888888; +} + +.profile-tabs { + color: #FF0000; + background: #888888; + +} + +a, a:visited { + color: #444444; + text-decoration: none; +} + +a:hover { + color: #FF0000; + text-decoration: underline; +} |