aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-27 19:11:09 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-27 19:11:09 +0000
commit58472ef494b7d8f0e379a8392e800f2ef5de30c2 (patch)
tree8fe43c5f3f3a248f2e92a55e13d828f279b484d9 /phpBB/includes
parent9b661002343811f164ab0d2d781c4570ae93132c (diff)
downloadforums-58472ef494b7d8f0e379a8392e800f2ef5de30c2.tar
forums-58472ef494b7d8f0e379a8392e800f2ef5de30c2.tar.gz
forums-58472ef494b7d8f0e379a8392e800f2ef5de30c2.tar.bz2
forums-58472ef494b7d8f0e379a8392e800f2ef5de30c2.tar.xz
forums-58472ef494b7d8f0e379a8392e800f2ef5de30c2.zip
Fix for bug # 535531... How'd that echo get in there?
git-svn-id: file:///svn/phpbb/trunk@2442 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
0 files changed, 0 insertions, 0 deletions
n5'>5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
style "font"
{
  fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*"
  xthickness = 1
  ythickness = 1
}

style "red" = "font"
{
  bg[NORMAL] = { 1.0, 0, 0 }
  bg[PRELIGHT] = { 0.9, 0, 0 }
}
style "darkred" = "font"
{
  bg[NORMAL] = { 0.7, 0, 0 }
  bg[PRELIGHT] = { 0.6, 0, 0 }
}
style "green" = "font"
{
  bg[NORMAL] = { 0, 1.0, 0 }
  bg[PRELIGHT] = { 0, 0.9, 0 }
  fg[NORMAL] = { 0, 0, 0 }
}
style "blue" = "font"
{
  bg[NORMAL] = { 0, 0, 1.0 }
  bg[PRELIGHT] = { 0, 0, 0.9 }
}
style "white" = "font"
{
  bg[NORMAL] = { 1.0, 1.0, 1.0 }
  bg[PRELIGHT] = { 0.67, 0.67, 0.67 }
  fg[NORMAL] = { 0, 0, 0 }
}

widget "*Linux*"      style "red" 
widget "*Ext2*"       style "red" 
widget "*Journalised FS*"   style "darkred" 
widget "*Linux swap*" style "green"
widget "*Swap*"       style "green"
widget "*FAT*"        style "blue"
widget "*Windows*"    style "blue"
widget "*SunOS*"      style "blue"
widget "*NTFS*"       style "blue"
widget "*Empty*"      style "white"
widget "*Other*"      style "font"