From 1d4957dddcbf98c3a985186b8b61be2b3f004b3c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 6 Sep 2013 10:40:59 +0200 Subject: switch from old RC to CSS for diskdrake colors were converted with bc: obase=16 *255 --- perl-install/share/diskdrake.css | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 perl-install/share/diskdrake.css (limited to 'perl-install/share/diskdrake.css') diff --git a/perl-install/share/diskdrake.css b/perl-install/share/diskdrake.css new file mode 100644 index 000000000..02e040157 --- /dev/null +++ b/perl-install/share/diskdrake.css @@ -0,0 +1,63 @@ +/* FIXME: to be inherited by all other styles */ +#PART* { + /* FIXME: replace by appropriate font: + fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-1,*-r-*" + => font: "8" */ + padding: 1; +} + +#PART_ext2, #PART_ext3, #PART_ext4 { + background-color: #ff0000; +} +#PART_ext2:hover:hover, #PART_ext3:hover, #PART_ext4:hover { + background-color: #e60000; +} +#PART_ext2:active:active, #PART_ext3:active, #PART_ext4:active { + background-color: #e60000; +} + +#PART_xfs { + background-color: #ff9900; +} +#PART_xfs:hover { + background-color: #e66600; +} +#PART_xfs:active { + background-color: #e69900; +} + +#PART_swap { + background-color: #66cc00; + color: #000000; +} +#PART_swap:active, #PART_swap:hover { + background-color: #66b700; +} + +#PART_vfat, #PART_ntfs, #PART_ntfs-3g { + background-color: #00b7ff; +} +#PART_vfat:hover, #PART_ntfs:hover, #PART_ntfs-3g:hover { + background-color: #0099e6; +} +#PART_vfat:active, #PART_ntfs:active, #PART_ntfs-3g:active { + background-color: #0099e6; +} + +#PART_empty { + background-color: #ffffff; + color: #000000; +} +#PART_empty:hover, #PART_empty:active { + background-color: #e6e6e6; +} + +#PART_other { + background-color: #929eab; + color: #000000; +} + +#PART_new { + background-color: #1f429c; + color: #ffffff; +} -- cgit v1.2.1