summary refs log tree commit diff stats
path: root/theme/css/night.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-04 17:58:41 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-04 17:58:41 -0500
commit83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867 (patch)
treec66e330377f73049648d1766a69e836da014ea01 /theme/css/night.css
parentd6a3acc77f6270c14b6c23feaf11506528f3b9ed (diff)
downloadfourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.tar.gz
fourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.tar.bz2
fourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.zip
Created layout 6.2
Diffstat (limited to 'theme/css/night.css')
-rwxr-xr-xtheme/css/night.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/theme/css/night.css b/theme/css/night.css index e97ac71..73af99d 100755 --- a/theme/css/night.css +++ b/theme/css/night.css
@@ -2,3 +2,17 @@ body {
2 background-color: black; 2 background-color: black;
3 background-image: url(/theme/images/backgrounds/island6night.PNG); 3 background-image: url(/theme/images/backgrounds/island6night.PNG);
4} 4}
5
6div#wrap {
7 background-color: rgba(0, 0, 0, 0.75);
8}
9
10div#banner {
11 background-color: black;
12 background-image: url(/theme/images/fourisland_header_night.png);
13}
14
15div#fi-navbar ul li.active img {
16 background-color: black;
17 outline: black solid .5em;
18}