Do not package all stuff in branding subdirectory
@ -1 +0,0 @@
|
||||
tar: . name=branding
|
@ -1,26 +0,0 @@
|
||||
STATUS=@STATUS@
|
||||
THEME=@THEME@
|
||||
NAME=@NAME@
|
||||
VERSION=@VERSION@
|
||||
|
||||
all:
|
||||
# generate derivative graphics
|
||||
# make default wallpaper
|
||||
cp -al images/background4x3.png images/wallpaper.png
|
||||
cp -al images/background16x9.png graphics/backgrounds/default-wide.png
|
||||
cp -al images/product-logo.png graphics/backgrounds/product-logo.png
|
||||
cp -al images/wallpaper.png graphics/backgrounds/default.png
|
||||
cp -al images/wallpaper.png graphics/backgrounds/xdm.png
|
||||
# make wallpapers for gfxboot and grub2
|
||||
convert images/background4x3.png -resize 800x600 images/small.png
|
||||
|
||||
# display status
|
||||
convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
|
||||
#cp -al images/grub.png images/boot.png
|
||||
# product logo for ahttpd
|
||||
cp -al images/product-logo.png components/ahttpd/images/product-logo.png
|
||||
# product logo for indexhtml
|
||||
cp -al images/product-logo.png components/indexhtml/images/product-logo.png
|
||||
|
||||
include components.mk
|
||||
install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml
|
@ -1,922 +0,0 @@
|
||||
%define brand alt
|
||||
%define Brand ALT
|
||||
%define theme workstation
|
||||
%define Theme Workstation
|
||||
%define codename june
|
||||
%define variants altlinux-backup-server altlinux-desktop altlinux-gnome-desktop altlinux-kdesktop altlinux-lite altlinux-lxdesktop altlinux-office-desktop altlinux-office-server altlinux-school-server altlinux-sisyphus altlinux-spt altlinux-tablet altlinux-workbench informika-schoolmaster ivk-chainmail lxde-desktop lxde-school-lite Platform6-server-light school-junior school-lite school-master school-server school-teacher school-terminal simply-linux sisyphus-server-light altlinux-centaurus
|
||||
%define status %nil
|
||||
%define status_en %nil
|
||||
%define distro_name ALT 8.0%status_en Workstation
|
||||
%define distro_name_ru Альт 8.0%status Рабочая станция
|
||||
|
||||
%define design_graphics_abi_epoch 0
|
||||
%define design_graphics_abi_major 12
|
||||
%define design_graphics_abi_minor 0
|
||||
%define design_graphics_abi_bugfix 0
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 8.0
|
||||
Release: alt0.9.M80P.1
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-google-droid-sans
|
||||
BuildRequires: design-bootloader-source >= 5.0-alt2
|
||||
|
||||
BuildRequires(pre): libqt4-core
|
||||
BuildRequires: libalternatives-devel
|
||||
BuildRequires: libqt4-devel
|
||||
|
||||
BuildRequires: fribidi
|
||||
|
||||
BuildRequires: ImageMagick fontconfig bc libGConf-devel
|
||||
#BuildRequires: fontconfig bc libGConf-devel
|
||||
|
||||
### FIXME: IM test
|
||||
#BuildRequires: libImageMagick = 6.9.2.4-alt1.1.1
|
||||
#BuildRequires: ImageMagick-tools = 6.9.2.4-alt1.1.1
|
||||
|
||||
Source: branding.tar
|
||||
|
||||
Group: Graphics
|
||||
Summary: System/Base
|
||||
License: GPLv2+
|
||||
|
||||
%description
|
||||
Distro-specific packages with design and texts for %distro_name.
|
||||
|
||||
%description -l ru_RU.UTF-8
|
||||
Пакеты оформления для дистрибутива %distro_name_ru.
|
||||
|
||||
%package bootloader
|
||||
Group: System/Configuration/Boot and Init
|
||||
Summary: Graphical boot logo for grub2, lilo and syslinux
|
||||
Summary(ru_RU.UTF-8): Тема для экрана выбора вариантов загрузки (lilo и syslinux)
|
||||
License: GPLv2+
|
||||
|
||||
PreReq: coreutils
|
||||
Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
|
||||
Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootloader ";done )
|
||||
|
||||
%define grub_normal white/light-blue
|
||||
%define grub_high black/light-gray
|
||||
|
||||
%description bootloader
|
||||
Here you find the graphical boot logo for %distro_name.
|
||||
Suitable for both lilo and syslinux.
|
||||
|
||||
%description bootloader -l ru_RU.UTF-8
|
||||
В данном пакете находится тема для экрана выбора вариантов загрузки (lilo и syslinux)
|
||||
для дистрибутива %distro_name_ru.
|
||||
|
||||
%package bootsplash
|
||||
BuildArch: noarch
|
||||
Summary: Theme for splash animations during bootup
|
||||
Summary(ru_RU.UTF-8): Тема для экрана загрузки для дистрибутива %distro_name_ru
|
||||
License: Distributable
|
||||
Group: System/Configuration/Boot and Init
|
||||
Provides: plymouth-theme-%theme
|
||||
Requires: plymouth-plugin-script
|
||||
PreReq: plymouth
|
||||
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootsplash ";done )
|
||||
|
||||
%description bootsplash
|
||||
This package contains graphics for boot process for %distro_name
|
||||
(needs console splash screen enabled).
|
||||
|
||||
%description bootsplash -l ru_RU.UTF-8
|
||||
В данном пакете находится тема для экрана загрузки для дистрибутива
|
||||
%distro_name_ru.
|
||||
|
||||
%package alterator
|
||||
Summary: Design for alterator for %distro_name
|
||||
Summary(ru_RU.UTF-8): Тема для "Центра управления системой" и QT для дистрибутива %distro_name_ru
|
||||
License: GPL
|
||||
Group: System/Configuration/Other
|
||||
Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
Provides: alterator-icons design-alterator design-alterator-%theme
|
||||
Obsoletes: branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
|
||||
# lexicographically first of the village
|
||||
Conflicts: branding-sisyphus-server-light-alterator
|
||||
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-alterator ";done )
|
||||
Obsoletes: design-alterator-server design-alterator-desktop design-altertor-browser-desktop design-altertor-browser-server branding-altlinux-backup-server-alterator
|
||||
PreReq(post,preun): alternatives >= 0.2 alterator
|
||||
|
||||
%description alterator
|
||||
Design for QT and web alterator for %distro_name.
|
||||
|
||||
%description alterator -l ru_RU.UTF-8
|
||||
В данном пакете находится тема для "Центра управления системой" (Alterator)
|
||||
и модулей библиотеки QT для дистрибутива %distro_name_ru.
|
||||
|
||||
%package graphics
|
||||
Summary: Design for %distro_name
|
||||
Summary(ru_RU.UTF-8): Тема для дистрибутива %distro_name_ru
|
||||
License: Different licenses
|
||||
Group: Graphics
|
||||
|
||||
Provides: design-graphics-%theme branding-alt-%theme-graphics
|
||||
Obsoletes: branding-alt-%theme-graphics design-graphics-%theme
|
||||
Provides: design-graphics = %design_graphics_abi_major.%design_graphics_abi_minor.%design_graphics_abi_bugfix
|
||||
|
||||
PreReq(post,preun): alternatives >= 0.2
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-graphics ";done )
|
||||
|
||||
%description graphics
|
||||
This package contains some graphics for %distro_name design.
|
||||
|
||||
%description graphics -l ru_RU.UTF-8
|
||||
В данном пакете находится необходимые графические элементы для дистрибутива
|
||||
%distro_name_ru.
|
||||
|
||||
%define provide_list altlinux fedora redhat system altlinux
|
||||
%define obsolete_list altlinux-release fedora-release redhat-release
|
||||
%define conflicts_list altlinux-release-sisyphus altlinux-release-4.0 altlinux-release-5.0 altlinux-release-5.1 altlinux-release-junior altlinux-release-master altlinux-release-server altlinux-release-terminal altlinux-release-small_business
|
||||
%package release
|
||||
|
||||
Summary: %distro_name release file
|
||||
Summary(ru_RU.UTF-8): Описание дистрибутива %distro_name_ru
|
||||
License: GPL
|
||||
Group: System/Configuration/Other
|
||||
Provides: %(for n in %provide_list; do echo -n "$n-release = %version-%release "; done) altlinux-release-%theme branding-alt-%theme-release
|
||||
Obsoletes: %obsolete_list branding-alt-%theme-release
|
||||
Conflicts: %conflicts_list
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-release ";done )
|
||||
|
||||
%description release
|
||||
%distro_name release file.
|
||||
|
||||
%description release -l ru_RU.UTF-8
|
||||
В данном пакете находится описание дистрибутива %distro_name_ru.
|
||||
|
||||
%package notes
|
||||
BuildArch: noarch
|
||||
Provides: alt-license-theme = %version alt-notes-%theme
|
||||
Obsoletes: alt-license-%theme alt-notes-%theme
|
||||
Summary: Distribution license and release notes
|
||||
Summary(ru_RU.UTF-8): Лицензия и дополнительные сведения для дистрибутива %distro_name_ru
|
||||
License: Distributable
|
||||
Group: Documentation
|
||||
Conflicts: alt-notes-children alt-notes-hpc alt-notes-junior alt-notes-junior-sj alt-notes-junior-sm alt-notes-office-server alt-notes-server-lite alt-notes-skif alt-notes-terminal
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-notes ";done )
|
||||
|
||||
%description notes
|
||||
Distribution license and release notes
|
||||
|
||||
%description notes -l ru_RU.UTF-8
|
||||
В данном пакете находится лицензия и дополнительные сведения
|
||||
для дистрибутива %distro_name_ru.
|
||||
|
||||
%package kde4-settings
|
||||
BuildArch: noarch
|
||||
Summary: KDE4 settings for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/KDE
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde4-settings ";done )
|
||||
PreReq: %name-graphics
|
||||
|
||||
%description kde4-settings
|
||||
KDE4 settings for %distro_name
|
||||
|
||||
%package xfce-settings
|
||||
Summary: default settings for Xfce 4.6 for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/XFce
|
||||
Requires: PolicyKit-gnome
|
||||
Requires: etcskel gtk3-theme-clearlooks-phenix
|
||||
Requires: gnome-icon-theme icon-theme-simple-school
|
||||
Requires: branding-%brand-%theme-graphics
|
||||
Obsoletes: xfce-settings-lite xfce-settings-school-lite
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-xfce-settings ";done )
|
||||
Conflicts: xfce-settings-simply-linux
|
||||
|
||||
%description xfce-settings
|
||||
XFCE settings for %distro_name
|
||||
|
||||
%package fvwm-settings
|
||||
BuildArch: noarch
|
||||
Summary: FVWM2 settings for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/FVWM based
|
||||
Requires: altlinux-freedesktop-menu-gnomish-menu
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-fvwm-settings ";done )
|
||||
|
||||
%description fvwm-settings
|
||||
FVWM2 settings for %distro_name
|
||||
|
||||
%package mate-settings
|
||||
BuildArch: noarch
|
||||
Summary: MATE settings for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/GNOME
|
||||
Requires: gksu
|
||||
Requires: dconf
|
||||
Requires: gtk3-theme-clearlooks-phenix
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-gnome-settings ";done )
|
||||
PreReq(post): lightdm-gtk-greeter
|
||||
PreReq(post): libgio
|
||||
|
||||
%description mate-settings
|
||||
MATE settings for %distro_name
|
||||
|
||||
%package slideshow
|
||||
Summary: Slideshow for %distro_name installer
|
||||
Summary(ru_RU.UTF-8): Изображения для организации "слайдшоу" в установщике дистрибутива %distro_name_ru
|
||||
License: Distributable
|
||||
Group: System/Configuration/Other
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done )
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description slideshow
|
||||
Slideshow for %distro_name installer.
|
||||
|
||||
%description slideshow -l ru_RU.UTF-8
|
||||
В данном пакете находятся изображения для организации "слайдшоу" в установщике
|
||||
дистрибутива %distro_name_ru.
|
||||
|
||||
%package indexhtml
|
||||
BuildArch: noarch
|
||||
Summary: HTML welcome page for %distro_name
|
||||
Summary(ru_RU.UTF-8): Стартовая страница для дистрибутива %distro_name_ru
|
||||
License: distributable
|
||||
Group: System/Base
|
||||
Provides: indexhtml indexhtml-%theme = %version indexhtml-Desktop = 1:5.0
|
||||
Obsoletes: indexhtml-desktop indexhtml-Desktop
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-indexhtml ";done )
|
||||
|
||||
Conflicts: indexhtml-sisyphus
|
||||
Conflicts: indexhtml-school_junior
|
||||
Conflicts: indexhtml-school_lite
|
||||
Conflicts: indexhtml-school_master
|
||||
Conflicts: indexhtml-school_terminal
|
||||
Conflicts: indexhtml-small_business
|
||||
Conflicts: indexhtml-school-server
|
||||
Conflicts: branding-altlinux-backup-server-indexhtml
|
||||
|
||||
Requires: xdg-utils
|
||||
Requires: docs-alt-workstation
|
||||
Requires: docs-linux_intro
|
||||
Requires(post): indexhtml-common
|
||||
|
||||
%description indexhtml
|
||||
%distro_name welcome page.
|
||||
|
||||
%description indexhtml -l ru_RU.UTF-8
|
||||
В данном пакете содержится стартовая страница для дистрибутива
|
||||
%distro_name_ru.
|
||||
|
||||
%package menu
|
||||
Summary: Menu for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/Other
|
||||
Requires(pre): altlinux-freedesktop-menu-common
|
||||
Requires: altlinux-freedesktop-menu-common
|
||||
|
||||
%description menu
|
||||
Menu for %distro_name
|
||||
|
||||
%package system-settings
|
||||
Summary: Some system settings for Simply Linux
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
# Really we need lightdm only, but it can pull another greeter.
|
||||
Requires: lightdm-gtk-greeter
|
||||
|
||||
%description system-settings
|
||||
Some system settings for Simply Linux.
|
||||
|
||||
%prep
|
||||
%setup -n branding
|
||||
|
||||
%ifnarch %arm
|
||||
%define x86 boot
|
||||
%else
|
||||
%define x86 %nil
|
||||
%endif
|
||||
|
||||
%build
|
||||
autoconf
|
||||
THEME=%theme NAME='%Brand %Theme' BRAND_FNAME='%brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version PRODUCT_NAME_RU='%distro_name_ru' PRODUCT_NAME='%distro_name' CODENAME='%codename' X86='%x86' ./configure
|
||||
make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
#graphics
|
||||
mkdir -p %buildroot/%_datadir/design/{%theme,backgrounds}
|
||||
mkdir -p %buildroot/%_niconsdir
|
||||
install graphics/icons/slinux.png %buildroot/%_niconsdir/slinux.png
|
||||
install graphics/icons/mini/slinux.png %buildroot/%_iconsdir/altlinux.png
|
||||
cp -ar graphics/* %buildroot/%_datadir/design/%theme
|
||||
|
||||
pushd %buildroot/%_datadir/design/%theme
|
||||
pushd backgrounds
|
||||
ln -sf ../../../wallpapers more
|
||||
popd
|
||||
popd
|
||||
|
||||
GRAPHICS_ALTPRIO=`printf '%%.3d%%.3d%%.3d%%.3d\n' %design_graphics_abi_epoch %design_graphics_abi_major %design_graphics_abi_minor %design_graphics_abi_bugfix`
|
||||
install -d %buildroot//etc/alternatives/packages.d
|
||||
cat >%buildroot/etc/alternatives/packages.d/%name-graphics <<__EOF__
|
||||
%_datadir/design-current %_datadir/design/%theme $GRAPHICS_ALTPRIO
|
||||
%_datadir/design/current %_datadir/design/%theme $GRAPHICS_ALTPRIO
|
||||
__EOF__
|
||||
|
||||
|
||||
#release
|
||||
mkdir -p %buildroot%_sysconfdir/buildreqs/packages/ignore.d/
|
||||
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release
|
||||
echo "%distro_name" >%buildroot%_sysconfdir/altlinux-release
|
||||
for n in fedora redhat system; do
|
||||
ln -s altlinux-release %buildroot%_sysconfdir/$n-release
|
||||
done
|
||||
install -pD -m644 components/systemd/os-release %buildroot%_sysconfdir/os-release
|
||||
|
||||
#notes
|
||||
pushd notes
|
||||
%makeinstall
|
||||
popd
|
||||
|
||||
#kde4-settings
|
||||
pushd kde4-settings
|
||||
mkdir -p %buildroot%_sysconfdir/skel/.kde4
|
||||
cp -a kde4/* %buildroot%_sysconfdir/skel/.kde4/
|
||||
mkdir -p %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
|
||||
install -m 0644 menu/*.menu %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
|
||||
popd
|
||||
|
||||
ln -s license.ru.html %buildroot%_datadir/alt-notes/license.uk.html
|
||||
|
||||
#fwvm-settings
|
||||
mkdir -p %buildroot/etc/skel
|
||||
install -m 644 fvwm-settings/.fvwm2rc %buildroot/etc/skel/
|
||||
|
||||
#mate-settings
|
||||
pushd mate-settings
|
||||
install -m 644 -D 50_mate-background.gschema.override '%buildroot%_datadir/glib-2.0/schemas/50_mate-background.gschema.override'
|
||||
install -m 644 -D 60_mate-theme.gschema.override '%buildroot%_datadir/glib-2.0/schemas/60_mate-theme.gschema.override'
|
||||
install -m 644 -D Trolltech.conf '%buildroot%_sysconfdir/skel/.config/Trolltech.conf'
|
||||
popd
|
||||
|
||||
mkdir -p %buildroot/etc/skel/XDG-Templates.skel/
|
||||
|
||||
cp -r xfce-settings/etcskel/* %buildroot/etc/skel/
|
||||
cp -r xfce-settings/etcskel/.config %buildroot/etc/skel/
|
||||
cp -r xfce-settings/etcskel/.local %buildroot/etc/skel/
|
||||
cp -r xfce-settings/etcskel/.gconf %buildroot/etc/skel/
|
||||
cp -r xfce-settings/etcskel/.vimrc %buildroot/etc/skel/
|
||||
|
||||
install -m 644 xfce-settings/etcskel/.wm-select %buildroot/etc/skel/
|
||||
|
||||
mkdir -p %buildroot/usr/share/backgrounds/xfce/
|
||||
cp -P xfce-settings/backgrounds/*.{jpg,png} %buildroot/usr/share/backgrounds/xfce/
|
||||
|
||||
install -pDm0755 xfce-settings/scripts/zdg-move-templates.sh %buildroot%_sysconfdir/X11/profile.d/zdg-move-templates.sh
|
||||
|
||||
#slideshow
|
||||
mkdir -p %buildroot/usr/share/install2/slideshow
|
||||
mkdir -p %buildroot/etc/alterator
|
||||
cp -a slideshow/* %buildroot/usr/share/install2/slideshow/
|
||||
install slideshow/slideshow.conf %buildroot/etc/alterator/
|
||||
# Set English slideshow as default
|
||||
#ln -s slides-en %buildroot/usr/share/install2/slideshow/slides
|
||||
|
||||
#indexhtml
|
||||
%define _altdocsdir %_defaultdocdir/alt-docs
|
||||
%define _indexhtmldir %_defaultdocdir/indexhtml
|
||||
install components/indexhtml/*.html %buildroot%_defaultdocdir/indexhtml/
|
||||
mkdir -p %buildroot%_defaultdocdir/indexhtml/images
|
||||
install components/indexhtml/images/* %buildroot%_defaultdocdir/indexhtml/images/
|
||||
#install -m644 components/indexhtml.desktop %buildroot%_desktopdir/
|
||||
|
||||
#menu
|
||||
mkdir -p %buildroot/usr/share/slinux-style/applications
|
||||
install menu/applications/* %buildroot/usr/share/slinux-style/applications/
|
||||
mkdir -p %buildroot/etc/xdg/menus/xfce-applications-merged
|
||||
cp menu/50-xfce-applications.menu %buildroot/etc/xdg/menus/xfce-applications-merged/
|
||||
mkdir -p %buildroot/usr/share/desktop-directories
|
||||
cp menu/altlinux-wine.directory %buildroot/usr/share/desktop-directories/
|
||||
|
||||
# system-settings
|
||||
mkdir -p %buildroot/%_sysconfdir/polkit-1/rules.d/
|
||||
cp -a system-settings/polkit-rules/*.rules %buildroot/%_sysconfdir/polkit-1/rules.d/
|
||||
#install -Dm644 system-settings/ldm_pam_environment %buildroot%_localstatedir/ldm/.pam_environment
|
||||
|
||||
#bootloader
|
||||
%pre bootloader
|
||||
[ -s /usr/share/gfxboot/%theme ] && rm -fr /usr/share/gfxboot/%theme ||:
|
||||
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
|
||||
|
||||
%post bootloader
|
||||
%__ln_s -nf %theme/message /boot/splash/message
|
||||
. /etc/sysconfig/i18n
|
||||
lang=$(echo $LANG | cut -d. -f 1)
|
||||
cd boot/splash/%theme/
|
||||
echo $lang > lang
|
||||
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
|
||||
. shell-config
|
||||
shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme/theme.txt
|
||||
#shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme
|
||||
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_NORMAL %grub_normal
|
||||
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
|
||||
|
||||
%preun bootloader
|
||||
[ $1 = 0 ] || exit 0
|
||||
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
|
||||
%__rm -f /boot/splash/message
|
||||
|
||||
%post indexhtml
|
||||
%_sbindir/indexhtml-update
|
||||
|
||||
%post system-settings
|
||||
#chown _ldm:_ldm %_localstatedir/ldm/.pam_environment
|
||||
sed -i '/pam_env\.so/ {
|
||||
/user_readenv/ b
|
||||
s/pam_env\.so/pam_env.so user_readenv=1/ }
|
||||
' %_sysconfdir/pam.d/lightdm-greeter
|
||||
|
||||
%files bootloader
|
||||
%_datadir/gfxboot/%theme
|
||||
/boot/splash/%theme
|
||||
/boot/grub/themes/%theme
|
||||
|
||||
#bootsplash
|
||||
%post bootsplash
|
||||
subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
[ -f /etc/sysconfig/grub2 ] && \
|
||||
subst "s|GRUB_WALLPAPER=.*|GRUB_WALLPAPER=/usr/share/plymouth/themes/%theme/grub.jpg|" \
|
||||
/etc/sysconfig/grub2 ||:
|
||||
|
||||
%post mate-settings
|
||||
subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-greeter.conf ||:
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
%files alterator
|
||||
%config %_altdir/*.rcc
|
||||
/usr/share/alterator-browser-qt/design/*.rcc
|
||||
/usr/share/alterator/design/*
|
||||
|
||||
%files graphics
|
||||
%config /etc/alternatives/packages.d/%name-graphics
|
||||
%_datadir/design
|
||||
%_niconsdir/slinux.png
|
||||
%_iconsdir/altlinux.png
|
||||
|
||||
%files bootsplash
|
||||
%_datadir/plymouth/themes/%theme/*
|
||||
%exclude %_datadir/plymouth/themes/%theme/*.in
|
||||
|
||||
%files release
|
||||
%_sysconfdir/*-release
|
||||
%_sysconfdir/buildreqs/packages/ignore.d/*
|
||||
|
||||
%files notes
|
||||
%_datadir/alt-notes/*
|
||||
|
||||
%files kde4-settings
|
||||
%_sysconfdir/kde4/xdg/menus/applications-merged/*.menu
|
||||
%_sysconfdir/skel/.kde4
|
||||
|
||||
%files fvwm-settings
|
||||
%_sysconfdir/skel/.fvwm2rc
|
||||
|
||||
%files mate-settings
|
||||
%_datadir/glib-2.0/schemas/*.gschema.override
|
||||
|
||||
%files xfce-settings
|
||||
%_sysconfdir/X11/profile.d/zdg-move-templates.sh
|
||||
/etc/skel/XDG-Templates.skel/
|
||||
/etc/skel/.wm-select
|
||||
/etc/skel/.config
|
||||
/etc/skel/.local
|
||||
/etc/skel/.gconf
|
||||
/etc/skel/.vimrc
|
||||
/usr/share/backgrounds/xfce/*
|
||||
|
||||
%files slideshow
|
||||
/etc/alterator/slideshow.conf
|
||||
/usr/share/install2/slideshow
|
||||
|
||||
%define indexhtmldir %_defaultdocdir/indexhtml
|
||||
|
||||
%files indexhtml
|
||||
%ghost %_indexhtmldir/index.html
|
||||
%_indexhtmldir/*
|
||||
%_desktopdir/*
|
||||
%_datadir/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
|
||||
|
||||
%files menu
|
||||
/usr/share/slinux-style
|
||||
/etc/xdg/menus/xfce-applications-merged/50-xfce-applications.menu
|
||||
/usr/share/desktop-directories/altlinux-wine.directory
|
||||
|
||||
%files system-settings
|
||||
%config %_sysconfdir/polkit-1/rules.d/*.rules
|
||||
#config %_localstatedir/ldm/.pam_environment
|
||||
|
||||
%changelog
|
||||
* Mon Jun 20 2016 Michael Shigorin <mike@altlinux.org> 8.0-alt0.9.M80P.1
|
||||
- adaptation for ALT Workstation 8.0
|
||||
|
||||
* Fri Jun 10 2016 Michael Shigorin <mike@altlinux.org> 8.0-alt0.8.M80P.4
|
||||
- updated relnotes
|
||||
|
||||
* Fri Jun 03 2016 Michael Shigorin <mike@altlinux.org> 8.0-alt0.8.M80P.3
|
||||
- *use* Clearlooks-Phenix (they've changed dconf registry keys, okay)
|
||||
|
||||
* Fri Jun 03 2016 Michael Shigorin <mike@altlinux.org> 8.0-alt0.8.M80P.2
|
||||
- use Clearlooks-Phenix GTK3 theme again (thx cas@)
|
||||
|
||||
* Fri Apr 15 2016 Michael Shigorin <mike@altlinux.org> 8.0-alt0.8.M80P.1
|
||||
- adaptation for BaseALT Workstation 8.0
|
||||
- updated qtbrowser pics
|
||||
- fixed license
|
||||
- added BR: fribidi
|
||||
|
||||
* Mon Apr 13 2015 Andrey Cherepanov <cas@altlinux.org> 7.0.5-alt0.M70P.2
|
||||
- Update copyright years, fix VK group URL and update company address
|
||||
- Fix button gluing in web interface
|
||||
- Fix package name with Droid fonts
|
||||
- Generate image for selection bar in GRUB menu from specified color
|
||||
|
||||
* Wed Jun 11 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.5-alt0.M70P.1
|
||||
- Backport to p7 branch
|
||||
|
||||
* Wed Jun 11 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.5-alt1
|
||||
- New release
|
||||
|
||||
* Wed Mar 05 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.4-alt1
|
||||
- New release
|
||||
|
||||
* Fri Feb 14 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.3-alt3
|
||||
- Set light blue background in rEFIt by set correct pixel color in top
|
||||
left corner of background image
|
||||
- Remove abandoned web resource planet.altlinux.org from indexhtml
|
||||
|
||||
* Thu Feb 13 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.3-alt2
|
||||
- Rebuild with updated gfxboot
|
||||
|
||||
* Wed Feb 05 2014 Andrey Cherepanov <cas@altlinux.org> 7.0.3-alt1
|
||||
- Fix license
|
||||
|
||||
* Tue Dec 24 2013 Andrey Cherepanov <cas@altlinux.org> 7.0.2-alt1
|
||||
- Release 7.0.2
|
||||
|
||||
* Tue Dec 17 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt3
|
||||
- indexhtml requires docs-school-teacher
|
||||
- beta version
|
||||
|
||||
* Thu Dec 05 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt2
|
||||
- Pack wide wallpaper and product logo
|
||||
- Fix favicon and logo width in Alterator web-interface
|
||||
- Fix bootloader colors
|
||||
- Hide section border, simplify tooltips, turn off checkbox and
|
||||
radiobutton highlight in installer
|
||||
- Replace Simply Linux logo by Platform Seven logo
|
||||
- Simplify GRUB config
|
||||
- Use icon-theme-simple-school
|
||||
|
||||
* Thu Nov 21 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt1
|
||||
- Update branding for Seven platform
|
||||
|
||||
* Wed Aug 29 2012 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt5
|
||||
- Set correct distribution name
|
||||
|
||||
* Mon Aug 20 2012 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt4
|
||||
- Fix indexhtml menu and distro name
|
||||
|
||||
* Mon Aug 20 2012 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt3
|
||||
- Fix attribute name for meta http-equiv
|
||||
- Fix grub background color and font
|
||||
|
||||
* Fri Jul 13 2012 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt2
|
||||
- autoboot from usb
|
||||
|
||||
* Tue Nov 22 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt1
|
||||
- school variant
|
||||
|
||||
* Tue Nov 01 2011 Mikhail Efremov <sem@altlinux.org> 6.0.1-alt3
|
||||
- Set elflord as colorscheme for vim.
|
||||
- Add apps/%%gconf.xml for gconf.
|
||||
|
||||
* Tue Oct 25 2011 Mikhail Efremov <sem@altlinux.org> 6.0.1-alt2
|
||||
- Fix grub2 font.
|
||||
- Update xfce4-power-manager's settings.
|
||||
|
||||
* Fri Oct 14 2011 Mikhail Efremov <sem@altlinux.org> 6.0.1-alt1
|
||||
- Fix indexhtml.desktop.
|
||||
- menu: Add pavucontrol.desktop.
|
||||
- Drop not needed audacious2.desktop.
|
||||
- blueman settings: Set Thunar as browser for obex protocol.
|
||||
- xkb-plugin settings: Don't hardcode layout, model, etc.
|
||||
- Fix keyboard default settings.
|
||||
|
||||
* Thu Sep 22 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt29
|
||||
- Use preferences-system icon for wine-regedit.
|
||||
- Add TryExec to desktop files.
|
||||
- Fix desktop file for celestia.
|
||||
- Fix wine menu.
|
||||
- gfxboot: Change menu position.
|
||||
- new desktop files (by Alexandra Panyukova).
|
||||
- Wine moved in subdirectory in menu (by Alexandra Panyukova).
|
||||
|
||||
* Mon Sep 19 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt28
|
||||
- Fix indexhtml translation on English
|
||||
|
||||
* Fri Sep 16 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt27
|
||||
- wine menu section became below other sections (by Alexandra Panyukova).
|
||||
- Add TryExec into the wine's desktop files.
|
||||
- wine desktop files added; wine settings in settings menu grouped
|
||||
together; (by Alexandra Panyukova).
|
||||
|
||||
* Fri Sep 16 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt26
|
||||
- Add requires for documentation
|
||||
|
||||
* Thu Sep 15 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt25
|
||||
- Use russian license text for Ukrainian
|
||||
- Fix English text in indexhtml
|
||||
|
||||
* Tue Sep 13 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt24
|
||||
- Add project web-site
|
||||
- Fix ALT Linux web-site in English version
|
||||
|
||||
* Tue Sep 13 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt23
|
||||
- Fix build
|
||||
|
||||
* Tue Sep 13 2011 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt22
|
||||
- New indexhtml design with more links
|
||||
|
||||
* Thu Aug 25 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt21
|
||||
- menu: Change 'Xfce about' icon.
|
||||
- desktop: Fix trash icon position.
|
||||
- Fix web browser's and mail client's icons.
|
||||
|
||||
* Mon Aug 22 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt20
|
||||
- grub: Change letters colour to dark-gray (closes: #25889).
|
||||
- xfdesktop: Set image-style to 'auto'.
|
||||
|
||||
* Fri Aug 19 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt19
|
||||
- slideshow: timeout 30sec, repeat slideshow.
|
||||
- Drop xfce4-popup-menu shortcut.
|
||||
- Set panel opacity to 100 by default.
|
||||
- index.html: Fix FAQ link.
|
||||
|
||||
* Wed Aug 10 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt18
|
||||
- New slides.
|
||||
- Drop mpd stuff.
|
||||
- xfce4-mixer: Set pulseaudio as default device.
|
||||
- text for first installer step on livecd added (by Alexandra Panyukova).
|
||||
- white color for installer titles (by Alexandra Panyukova).
|
||||
|
||||
* Fri Jul 29 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt17
|
||||
- removing thunderbird and Terminal from panel (by Alexandra Panyukova).
|
||||
- codename Flounder (by Alexandra Panyukova).
|
||||
- wide wallpaper became default (by Alexandra Panyukova).
|
||||
- s/slinux/simplylinux/ (by Alexandra Panyukova).
|
||||
- new color for alterator background (by Alexandra Panyukova).
|
||||
- New slinux logo.
|
||||
- New slides.
|
||||
- Add TryExec into menu desktop files (closes: #25859).
|
||||
- Add slideshow.
|
||||
- Drop slinux-thunar icon.
|
||||
- Drop Thunar launcher from panel.
|
||||
- Change theme to Clearlooks.
|
||||
- Fix steps icons location.
|
||||
- Don't show frame around clock.
|
||||
- Revert "panel became gray".
|
||||
|
||||
* Fri Jul 01 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt16
|
||||
- Drop altlinux-menus requires.
|
||||
- Rename and fix fusion-icon.desktop for autostart.
|
||||
- backgrounds: Replace slinux_spring_*.png with slinux_spring_*.jpg.
|
||||
|
||||
* Wed Jun 30 2011 Alexandra Panyukova <mex3@altlinux.ru> 6.0.0-alt15
|
||||
- wallpapers path fixed
|
||||
- more sizes of thunar icons
|
||||
- greeting, installer, lilo and finish step icons added
|
||||
|
||||
* Tue Jun 28 2011 Alexandra Panyukova <mex3@altlinux.ru> 6.0.0-alt14
|
||||
- new wallpapers
|
||||
- new thunar icon
|
||||
- adding symlink for final step in installer
|
||||
|
||||
* Fri Jun 17 2011 Alexandra Panyukova <mex3@altlinux.ru> 6.0.0-alt13
|
||||
- translation of desktop-files for libreoffice, xkill and eiskaltdcpp-gt
|
||||
- web-browser icon on xfce panel changed on firefox icon
|
||||
- new icons on livecd installer steps
|
||||
|
||||
* Thu Jun 16 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt12
|
||||
- indexhtml: change link to user manual (by Artem Zolochevskiy).
|
||||
- menu: Drop unneeded desktop files.
|
||||
- etcscel: Changed display type of xkb plugin.
|
||||
|
||||
* Tue Jun 14 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt11
|
||||
- new desktop files for libreoffice and xkill (by Alexandra Panyukova).
|
||||
- new images for installer steps (by Alexandra Panyukova).
|
||||
- menu subpackage added (by Alexandra Panyukova).
|
||||
- trying to replace some elements in bootloader (by Alexandra Panyukova).
|
||||
- style changes in grub theme (by Alexandra Panyukova).
|
||||
- trying to read images less times in bootloader (by Alexandra Panyukova).
|
||||
- new menu items (by Alexandra Panyukova).
|
||||
- new grub theme (by Alexandra Panyukova).
|
||||
- etcskel: Drop xfce4-terminal.desktop.
|
||||
- etcskel: Drop ristretto.desktop.
|
||||
- Show gnome-screensever preferences in xfce4 settings.
|
||||
- etcskel: Drop nm-applet.desktop.
|
||||
- making grey points in menu from the beginning (by Alexandra Panyukova).
|
||||
- testing default version of menu.inc (by Alexandra Panyukova).
|
||||
|
||||
* Fri May 27 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt10
|
||||
- Tune desktop: show trash, don't show removable disks.
|
||||
- etcskel: Move Russian Music to Documents.
|
||||
- etcskel: Move Russian Templates to Documents.
|
||||
- etcskel: Drop sonata config.
|
||||
|
||||
* Thu May 26 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt9
|
||||
- gfxboot design
|
||||
|
||||
* Mon May 23 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt8
|
||||
- Font: Droid Sans.
|
||||
- Cursor theme: jimmac.
|
||||
|
||||
* Fri May 20 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt7
|
||||
- helpers.rc: Add more defaults.
|
||||
|
||||
* Fri May 20 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt6
|
||||
- gfxboot colors changed
|
||||
|
||||
* Tue May 17 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt5
|
||||
- bootsplash changed from centaurus to simply
|
||||
|
||||
* Mon May 16 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt4
|
||||
- fix automatic boot from usb disk
|
||||
|
||||
* Sat May 14 2011 Mikhail Efremov <sem@altlinux.org> 6.0.0-alt3
|
||||
- Minor spec cleanup.
|
||||
- Add compiz configs to /etc/skel.
|
||||
- Fix fusion-icon config: newline at the end.
|
||||
|
||||
* Fri May 13 2011 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.0.0-alt2
|
||||
- gear repo structure changed to comply other brandings
|
||||
- gfxboot colors changed
|
||||
|
||||
* Wed Apr 13 2011 Alexandra Panyukova <mex3@altlinux.ru> 6.0.0-alt1
|
||||
- new version
|
||||
|
||||
* Fri Dec 17 2010 Alexandra Panyukova <mex3@altlinux.ru> 5.0.2-alt1
|
||||
- version for 5.0.2:
|
||||
-- new wallpapers
|
||||
-- some new xfce default settings
|
||||
|
||||
* Fri Apr 30 2010 Alexandra Panyukova <mex3@altlinux.ru> 5.0.1-alt3
|
||||
- test user bindings removed (Closes: 23327)
|
||||
- returning icon for alterator (Closes: 23316)
|
||||
- removing local *.desktop files for often deleted packages
|
||||
|
||||
* Mon Apr 05 2010 Alexandra Panyukova <mex3@altlinux.ru> 5.0.1-alt2
|
||||
- xfce-settings for simply linux 5.0.1
|
||||
|
||||
* Thu Mar 04 2010 Alexandra Panyukova <mex3@altlinux.ru> 5.0.1-alt1
|
||||
- merged with xfce-settings-simply-linux
|
||||
|
||||
* Tue Nov 24 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt12
|
||||
- Some repocop warnings is taken into account.
|
||||
|
||||
* Tue Nov 17 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt11
|
||||
- Some repocop warnings is taken into account.
|
||||
|
||||
* Tue Nov 03 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt9.M51.1
|
||||
- Backport to 5.1.
|
||||
|
||||
* Tue Nov 03 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt10
|
||||
- Version update for easy backport to 5.1.
|
||||
|
||||
* Mon Nov 02 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt9
|
||||
- Indexhtml page changed.
|
||||
|
||||
* Sun Oct 25 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt8
|
||||
- Changed colors for bootsplash.
|
||||
- Changed license page fonts.
|
||||
- Changed logo for slideshow.
|
||||
|
||||
* Sat Oct 17 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt7
|
||||
- Simply Linux 5.0 RC3 release.
|
||||
|
||||
* Wed Oct 14 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt6
|
||||
- Added new bootloader theme.
|
||||
|
||||
* Sun Oct 04 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt5
|
||||
- Simply Linux RC2.
|
||||
|
||||
* Tue Sep 08 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt4
|
||||
- Removed misspellings in bootsplash text for 640x480 and 800x600 modes
|
||||
|
||||
* Wed Aug 19 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt3
|
||||
- Added brand icon an Russian description for package.
|
||||
|
||||
* Thu Aug 13 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt2
|
||||
- Update for bootsplash.
|
||||
|
||||
* Sat Jun 13 2009 Denis Koryavov <dkoryavov@altlinux.org> 5.0.0-alt1
|
||||
- Fork from branding-altlinux-lite
|
||||
|
||||
* Wed Apr 01 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt5
|
||||
- logo in www design fixed
|
||||
|
||||
* Tue Mar 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt4
|
||||
- www design fixed
|
||||
|
||||
* Tue Mar 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt3
|
||||
- conflicts for -alterator subpackages added
|
||||
- design for web alterator changed
|
||||
|
||||
* Mon Mar 30 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt2
|
||||
- -browser-qt subpackage remaned to -alterator as it really is
|
||||
|
||||
* Fri Mar 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt1
|
||||
- addes \%status to altlinux-release
|
||||
- images for verbose bootsplash mode from one source
|
||||
|
||||
* Wed Mar 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt24
|
||||
- added versioned provides for indexhtml
|
||||
|
||||
* Tue Mar 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt23
|
||||
- indexhtml subpackage added
|
||||
|
||||
* Mon Mar 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt22
|
||||
- Lite version
|
||||
|
||||
* Wed Mar 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt21
|
||||
- other images for browser-qt added
|
||||
- gtkrcs added into kde4-settings
|
||||
- plasma-applet-networkmanagenemt removed from kde4 by default
|
||||
- conflicts bitween different brandings added
|
||||
|
||||
* Thu Mar 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt20
|
||||
- steps icons added
|
||||
|
||||
* Fri Feb 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt19
|
||||
- sample slideshow added
|
||||
|
||||
* Wed Feb 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt18
|
||||
- 1024x768 removed :D
|
||||
- more transparent menu selection bar
|
||||
|
||||
* Tue Feb 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt17
|
||||
- 1024x768 added
|
||||
- fonts changed
|
||||
|
||||
* Thu Feb 19 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt16
|
||||
- not setup language in bootloader during install (when it is 'C')
|
||||
|
||||
* Wed Feb 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt15
|
||||
- rebuild with new bootloader-source with support of real language change
|
||||
|
||||
* Tue Feb 17 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt14
|
||||
- auto set default language for bootloader from /etc/sysconfig/i18n
|
||||
|
||||
* Mon Feb 16 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt13
|
||||
- rebuild for fix oversized /boot/splash/message
|
||||
|
||||
* Fri Feb 13 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt12
|
||||
- default language set to ru_RU for system boot
|
||||
|
||||
* Wed Feb 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt11
|
||||
- fixed conflict of notes subpackage with itself
|
||||
|
||||
* Tue Feb 10 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt10
|
||||
- more kde4 settings from zerg@
|
||||
- alternative and obsoletes for graphics added
|
||||
|
||||
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt9
|
||||
- rebuild with new translations
|
||||
|
||||
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt8
|
||||
- added kde4-settings subpackage
|
||||
|
||||
* Wed Feb 04 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt7
|
||||
- added conflicts for notes
|
||||
|
||||
* Mon Jan 26 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt6
|
||||
- xdm background fixed
|
||||
|
||||
* Fri Jan 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt5
|
||||
- added 'notes' subpackage
|
||||
|
||||
* Thu Jan 15 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt4
|
||||
- fixed problem with owerwritten alternative
|
||||
|
||||
* Wed Jan 14 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt3
|
||||
- release subpackage added
|
||||
|
||||
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
|
||||
- colors integration
|
||||
- graphics package added
|
||||
|
||||
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
|
||||
- initial sceleton
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo $(echo "ibase=16; ${1:0:2}" | bc)','$(echo "ibase=16; ${1:2:2}" | bc)','$(echo "ibase=16; ${1:4:2}" | bc)
|
@ -1,80 +0,0 @@
|
||||
# browser-qt
|
||||
|
||||
components/browser-qt/design/bg.png: images/installer.png
|
||||
convert $< -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' $@
|
||||
|
||||
browser-qt:components/browser-qt/design/bg.png
|
||||
install -d $(datadir)/alterator-browser-qt/design
|
||||
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc
|
||||
#cp -f components/browser-qt/design/design-live.qss components/browser-qt/design/design.qss
|
||||
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME)-live.rcc
|
||||
install -d $(sysconfdir)/alternatives/packages.d
|
||||
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
|
||||
|
||||
# ahttpd
|
||||
|
||||
ahttpd:
|
||||
for i in components/ahttpd/images/*.svg; do \
|
||||
image=$${i%.svg}; \
|
||||
convert -background none $$image.svg $$image.png ; \
|
||||
done
|
||||
install -d $(datadir)/alterator/design/styles
|
||||
cp -a components/ahttpd/images $(datadir)/alterator/design
|
||||
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
|
||||
|
||||
|
||||
# bootloader and bootsplash
|
||||
boot-images:
|
||||
cp -a /usr/src/design-bootloader-source ./
|
||||
cp -a components/bootloader/config design-bootloader-source/
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
for size in 1024x768 800x600 640x480; do \
|
||||
convert images/boot.jpg -quality 97 -resize "$$size!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' boot-$$size.jpg ;\
|
||||
done
|
||||
#cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al images/boot.jpg design-bootloader-source/data-boot/back.jpg
|
||||
#convert images/boot.png -resize "800x600!" -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' design-bootloader-source/data-install/back.jpg
|
||||
cp -al images/boot.jpg design-bootloader-source/data-install/back.jpg
|
||||
#mv design-bootloader-source/data-install/back{,.1}.jpg
|
||||
#convert -quality 97 -fill '#acdaf2' -draw 'rectangle 0,0,2,2' design-bootloader-source/data-install/back{.1,}.jpg
|
||||
#rm -f design-bootloader-source/data-install/back.*.jpg
|
||||
|
||||
#bootsplash
|
||||
boot-splash: boot-images
|
||||
mkdir -p $(datadir)/plymouth/themes/$(THEME)
|
||||
#cp -al boot-800x600.jpg $(datadir)/plymouth/themes/$(THEME)/grub.jpg
|
||||
cp -al images/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
|
||||
cp -a components/bootsplash/* $(datadir)/plymouth/themes/$(THEME)
|
||||
mv $(datadir)/plymouth/themes/$(THEME)/theme.plymouth $(datadir)/plymouth/themes/$(THEME)/$(THEME).plymouth
|
||||
#bootloader
|
||||
boot: boot-images
|
||||
DEFAULT_LANG='--lang-to-subst--' PATH=$(PATH):/usr/sbin make -C design-bootloader-source
|
||||
install -d -m 755 $(sysconfdir)/../boot/splash/$(THEME)
|
||||
install -d -m 755 $(datadir)/gfxboot/$(THEME)
|
||||
install -m 644 design-bootloader-source/message $(sysconfdir)/../boot/splash/$(THEME)
|
||||
#install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
|
||||
install -m644 components/bootloader/bootlogo $(datadir)/gfxboot/$(THEME)
|
||||
#grub2
|
||||
convert -size 16x16 -define png:color-type=2 -depth 8 xc:'#0c2c6c' components/grub2/selected_blob_c.png
|
||||
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
|
||||
cp -a components/grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/
|
||||
install -m 644 images/grub.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
|
||||
install -m 644 boot-800x600.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
|
||||
|
||||
# index html page, start page for all local browsers
|
||||
components/indexhtml/index.css:
|
||||
sed 's|/design/|file:///usr/share/alterator/design/|g' components/ahttpd/styles/alterator.css > components/indexhtml/index.css
|
||||
|
||||
INDEXHTML_DIR=$(datadir)/doc/indexhtml
|
||||
indexhtml: components/indexhtml/index.css
|
||||
for i in components/indexhtml/*.html components/indexhtml/*.css;do \
|
||||
install -Dpm644 $$i $(INDEXHTML_DIR)/`basename $$i`; \
|
||||
done
|
||||
install -Dpm644 /dev/null $(INDEXHTML_DIR)/index.html
|
||||
cp -a components/indexhtml/images $(INDEXHTML_DIR)
|
||||
for i in alt-docs documentation;do \
|
||||
ln -s /usr/share/doc/$$i $(INDEXHTML_DIR)/$$i; \
|
||||
done
|
||||
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
|
||||
install -Dpm755 components/indexhtml/indexhtml.desktop $(datadir)/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
|
Before Width: | Height: | Size: 64 B |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 79 B |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 750 B |
Before Width: | Height: | Size: 770 B |
Before Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 20 KiB |
@ -1,472 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22.088934"
|
||||
height="22.084892"
|
||||
id="svg2"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
version="1.0"
|
||||
sodipodi:docname="dialog_close.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svgz.inkscape"
|
||||
inkscape:export-filename="/home/pinheiro/pics/oxygen/scalable/actions/dialog-close.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 64 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="128 : 64 : 1"
|
||||
inkscape:persp3d-origin="64 : 42.666667 : 1"
|
||||
id="perspective62" />
|
||||
<linearGradient
|
||||
id="linearGradient4296">
|
||||
<stop
|
||||
id="stop4298"
|
||||
offset="0"
|
||||
style="stop-color:#ff0000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop4300"
|
||||
offset="1"
|
||||
style="stop-color:#650000;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient4272"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
id="linearGradient7321">
|
||||
<stop
|
||||
style="stop-color:#8c0000;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop7323" />
|
||||
<stop
|
||||
style="stop-color:#650000;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop7325" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6740">
|
||||
<stop
|
||||
style="stop-color:#4d0000;stop-opacity:0;"
|
||||
offset="0"
|
||||
id="stop6742" />
|
||||
<stop
|
||||
id="stop6748"
|
||||
offset="0.5"
|
||||
style="stop-color:#4d0000;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#4d0000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop6744" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
y2="-383.9971"
|
||||
x2="-12.0029"
|
||||
y1="-383.9971"
|
||||
x1="-84.002403"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient5958">
|
||||
<stop
|
||||
id="stop5960"
|
||||
style="stop-color:#8c0000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop5962"
|
||||
style="stop-color:#bf0000;stop-opacity:1;"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
y2="-383.9971"
|
||||
x2="-12.0029"
|
||||
y1="-383.9971"
|
||||
x1="-84.002403"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient4770">
|
||||
<stop
|
||||
id="stop4772"
|
||||
style="stop-color:#ffbe00;stop-opacity:1"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4774"
|
||||
style="stop-color:#f5d600;stop-opacity:0;"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
y2="-383.9975"
|
||||
x2="-23.516129"
|
||||
y1="-383.9971"
|
||||
x1="-84.002403"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient3711">
|
||||
<stop
|
||||
id="stop3713"
|
||||
style="stop-color:white;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3715"
|
||||
style="stop-color:white;stop-opacity:0;"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3290">
|
||||
<stop
|
||||
style="stop-color:yellow;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3292" />
|
||||
<stop
|
||||
style="stop-color:#ffb66d;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3294" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient1563">
|
||||
<stop
|
||||
id="stop1565"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop1567"
|
||||
offset="1"
|
||||
style="stop-color:white;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3273">
|
||||
<stop
|
||||
id="stop3275"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0.55035973;" />
|
||||
<stop
|
||||
id="stop3277"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath5163">
|
||||
<circle
|
||||
sodipodi:ry="36"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:cx="343.99899"
|
||||
style="fill:url(#linearGradient5167);fill-opacity:1"
|
||||
r="36"
|
||||
rx="8.0010004"
|
||||
cx="343.99899"
|
||||
cy="92"
|
||||
ry="8.0010004"
|
||||
id="circle5165" />
|
||||
</clipPath>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter5943"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="1.04"
|
||||
id="feGaussianBlur5945" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter7317"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="2.8805897"
|
||||
id="feGaussianBlur7319" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient7321"
|
||||
id="linearGradient8922"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="351.02234"
|
||||
y1="65.788521"
|
||||
x2="309.21854"
|
||||
y2="82.680611" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient2390"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient2997"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3711"
|
||||
id="linearGradient3003"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1.3460321,-1.3460321,0,-112.6741,119.24399)"
|
||||
x1="-80.00296"
|
||||
y1="-131.93112"
|
||||
x2="-45.096584"
|
||||
y2="-131.93112" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient6740"
|
||||
id="linearGradient3008"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(20.000035,-56.000003)"
|
||||
x1="117.81589"
|
||||
y1="103.01254"
|
||||
x2="90.537666"
|
||||
y2="76.633896" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient3010"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4770"
|
||||
id="radialGradient3012"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cx="345.80753"
|
||||
cy="85.250488"
|
||||
fx="345.80753"
|
||||
fy="85.250488"
|
||||
r="36"
|
||||
gradientTransform="matrix(0.6662862,-0.6560105,0.9893764,1.0048737,31.05592,226.43791)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5958"
|
||||
id="linearGradient3014"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
x1="-86.120354"
|
||||
y1="-381.09921"
|
||||
x2="-56.357521"
|
||||
y2="-373.1243" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3138"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="5.6513927"
|
||||
id="feGaussianBlur3140" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3162"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.96794009"
|
||||
id="feGaussianBlur3164" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5958"
|
||||
id="linearGradient2878"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1,-1,0,-39.9985,140.0029)"
|
||||
x1="-86.120354"
|
||||
y1="-381.09921"
|
||||
x2="-56.357521"
|
||||
y2="-373.1243" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4770"
|
||||
id="radialGradient2880"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.6662862,-0.6560105,0.9893764,1.0048737,31.05592,226.43791)"
|
||||
cx="345.80753"
|
||||
cy="85.250488"
|
||||
fx="345.80753"
|
||||
fy="85.250488"
|
||||
r="36" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4296"
|
||||
id="linearGradient2882"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="328.12448"
|
||||
y1="120.81158"
|
||||
x2="336.98077"
|
||||
y2="87.759453" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3711"
|
||||
id="linearGradient2884"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0,1.3460321,-1.3460321,0,-112.6741,119.24399)"
|
||||
x1="-80.00296"
|
||||
y1="-131.93112"
|
||||
x2="-45.096584"
|
||||
y2="-131.93112" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient6740"
|
||||
id="linearGradient2886"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(20.000035,-56.000003)"
|
||||
x1="117.81589"
|
||||
y1="103.01254"
|
||||
x2="90.537666"
|
||||
y2="76.633896" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="9.01806"
|
||||
inkscape:cy="12.37148"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:window-width="1024"
|
||||
inkscape:window-height="697"
|
||||
inkscape:window-x="107"
|
||||
inkscape:window-y="70"
|
||||
showgrid="true"
|
||||
inkscape:grid-points="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="0">
|
||||
<inkscape:grid
|
||||
id="GridFromPre046Settings"
|
||||
type="xygrid"
|
||||
originx="0px"
|
||||
originy="0px"
|
||||
spacingx="4px"
|
||||
spacingy="4px"
|
||||
color="#0000ff"
|
||||
empcolor="#0000ff"
|
||||
opacity="0.2"
|
||||
empopacity="0.4"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-3.2427146,-50.107128)">
|
||||
<g
|
||||
id="g2868"
|
||||
transform="matrix(0.17079235,0,0,0.17076092,3.2683312,49.899927)">
|
||||
<path
|
||||
transform="matrix(0.5662048,0,0,0.5662048,55.73989,54.555422)"
|
||||
d="m 115.5,20 c 0,55.228475 -44.771525,100 -100,100 -55.228475,0 -100,-44.771525 -100,-100 0,-55.228475 44.771525,-100 100,-100 55.228475,0 100,44.771525 100,100 z"
|
||||
sodipodi:ry="100"
|
||||
sodipodi:rx="100"
|
||||
sodipodi:cy="20"
|
||||
sodipodi:cx="15.5"
|
||||
id="path2396"
|
||||
style="opacity:0.50271738;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.13749999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:4.15;filter:url(#filter3138)"
|
||||
sodipodi:type="arc" />
|
||||
<circle
|
||||
transform="matrix(-1.5639433,0.4190574,-0.4190574,-1.5639433,641.54821,62.027543)"
|
||||
id="circle3581_2_"
|
||||
ry="8.0010004"
|
||||
cy="92"
|
||||
cx="343.99899"
|
||||
rx="8.0010004"
|
||||
r="36"
|
||||
style="fill:url(#linearGradient2878);fill-opacity:1"
|
||||
sodipodi:cx="343.99899"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:ry="36"
|
||||
d="m 379.99899,92 c 0,19.88225 -16.11775,36 -36,36 -19.88225,0 -36,-16.11775 -36,-36 0,-19.882251 16.11775,-36 36,-36 19.88225,0 36,16.117749 36,36 z" />
|
||||
<circle
|
||||
sodipodi:ry="36"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:cx="343.99899"
|
||||
style="fill:url(#radialGradient2880);fill-opacity:1;filter:url(#filter3162)"
|
||||
r="36"
|
||||
rx="8.0010004"
|
||||
cx="343.99899"
|
||||
cy="92"
|
||||
ry="8.0010004"
|
||||
id="circle4383"
|
||||
transform="matrix(-1.1729576,0.3142929,-0.3142929,-1.1729576,497.41122,62.095683)"
|
||||
d="m 379.99899,92 c 0,19.88225 -16.11775,36 -36,36 -19.88225,0 -36,-16.11775 -36,-36 0,-19.882251 16.11775,-36 36,-36 19.88225,0 36,16.117749 36,36 z" />
|
||||
<circle
|
||||
sodipodi:ry="36"
|
||||
sodipodi:rx="36"
|
||||
sodipodi:cy="92"
|
||||
sodipodi:cx="343.99899"
|
||||
style="opacity:0.8;fill:none;stroke:url(#linearGradient2882);stroke-width:6.75138187;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7317)"
|
||||
r="36"
|
||||
rx="8.0010004"
|
||||
cx="343.99899"
|
||||
cy="92"
|
||||
ry="8.0010004"
|
||||
id="circle4776"
|
||||
transform="matrix(-1.5639433,-0.4190574,-0.4190574,1.5639433,641.54821,62.572542)"
|
||||
clip-path="url(#clipPath5163)"
|
||||
d="m 379.99899,92 c 0,19.88225 -16.11775,36 -36,36 -19.88225,0 -36,-16.11775 -36,-36 0,-19.882251 16.11775,-36 36,-36 19.88225,0 36,16.117749 36,36 z" />
|
||||
<path
|
||||
id="circle16776"
|
||||
d="m 65.000079,11.557516 c -20.67048,0 -37.942548,14.596148 -42.105568,34.029379 8.298024,7.735491 24.043093,12.955554 42.105568,12.955554 18.062496,0 33.807544,-5.220063 42.105561,-12.955554 -4.163,-19.433231 -21.435087,-34.029379 -42.105561,-34.029379 z"
|
||||
style="opacity:0.8;fill:url(#linearGradient2884);fill-opacity:1" />
|
||||
<g
|
||||
transform="matrix(1.2882604,1.2882604,-1.2882604,1.2882604,-45.790405,-141.24514)"
|
||||
id="g6850">
|
||||
<path
|
||||
id="path4123"
|
||||
d="m 118.00003,15.999997 0,16 -16,0 0,8 16,0 0,16 8,0 0,-16 16,0 0,-8 -16,0 0,-16 -8,0 z"
|
||||
style="fill:none;stroke:url(#linearGradient2886);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter5943)"
|
||||
sodipodi:nodetypes="ccccccccccccc" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
d="m 118.00003,15.999997 0,16 -16,0 0,8 16,0 0,16 8,0 0,-16 16,0 0,-8 -16,0 0,-16 -8,0 z"
|
||||
id="rect3232"
|
||||
sodipodi:nodetypes="ccccccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 812 B |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 165 B |
@ -1,121 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="25.163"
|
||||
height="20.163"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="first-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3595">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.4325"
|
||||
id="feGaussianBlur3597" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="6.4719397"
|
||||
inkscape:cy="12.058399"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(5.25272,-2084.818)">
|
||||
<g
|
||||
id="g4551"
|
||||
transform="translate(-100.54622,1652.5558)">
|
||||
<rect
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none"
|
||||
id="rect3719-6"
|
||||
width="25"
|
||||
height="20"
|
||||
x="95.375"
|
||||
y="432.34937"
|
||||
rx="3.8469892"
|
||||
ry="3.8469892" />
|
||||
<path
|
||||
d="m 99.21875,432.78125 c -1.896868,0 -3.40625,1.50938 -3.40625,3.40625 l 0,12.3125 c 0,1.89687 1.509382,3.40625 3.40625,3.40625 l 17.3125,0 c 1.89687,0 3.40625,-1.50938 3.40625,-3.40625 l 0,-12.3125 c 0,-1.89687 -1.50938,-3.40625 -3.40625,-3.40625 l -17.3125,0 z"
|
||||
inkscape:href="#rect3719-6"
|
||||
id="path3791-1"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3595)"
|
||||
xlink:href="#rect3719-6"
|
||||
inkscape:original="M 99.21875 432.34375 C 97.087518 432.34375 95.375 434.05627 95.375 436.1875 L 95.375 448.5 C 95.375 450.63123 97.087518 452.34375 99.21875 452.34375 L 116.53125 452.34375 C 118.66248 452.34375 120.375 450.63123 120.375 448.5 L 120.375 436.1875 C 120.375 434.05627 118.66248 432.34375 116.53125 432.34375 L 99.21875 432.34375 z "
|
||||
inkscape:radius="-0.4375"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
id="path3721-0"
|
||||
d="m 114.375,437.34936 0,10 -10,-5 10,-5 z"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
inkscape:label="Triangle" />
|
||||
<rect
|
||||
y="437.34937"
|
||||
x="102.375"
|
||||
height="10.000001"
|
||||
width="2.0000136"
|
||||
id="rect3715-6"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 216 B |
@ -1,143 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="25.163"
|
||||
height="20.163"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="last-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4711"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4769"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4827"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3602">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.4325"
|
||||
id="feGaussianBlur3604" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="6.2525407"
|
||||
inkscape:cy="9.4532616"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(34.78794,-2065.2186)">
|
||||
<g
|
||||
id="g4567"
|
||||
transform="translate(-219.70644,1632.9251)">
|
||||
<rect
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none"
|
||||
id="rect3719"
|
||||
width="25"
|
||||
height="20"
|
||||
x="185"
|
||||
y="432.36218"
|
||||
rx="3.8469892"
|
||||
ry="3.8469892" />
|
||||
<path
|
||||
d="m 188.84375,432.8125 c -1.89687,0 -3.40625,1.50938 -3.40625,3.40625 l 0,12.28125 c 0,1.89687 1.51366,3.4375 3.40625,3.4375 l 17.3125,0 c 1.89259,0 3.40625,-1.54063 3.40625,-3.4375 l 0,-12.28125 c 0,-1.89687 -1.50938,-3.40625 -3.40625,-3.40625 l -17.3125,0 z"
|
||||
inkscape:href="#rect3719"
|
||||
id="path3791"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3602)"
|
||||
xlink:href="#rect3719"
|
||||
inkscape:original="M 188.84375 432.375 C 186.71252 432.375 185 434.08752 185 436.21875 L 185 448.5 C 185 450.63123 186.71252 452.375 188.84375 452.375 L 206.15625 452.375 C 208.28748 452.375 210 450.63123 210 448.5 L 210 436.21875 C 210 434.08752 208.28748 432.375 206.15625 432.375 L 188.84375 432.375 z "
|
||||
inkscape:radius="-0.4375"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
id="path3721"
|
||||
d="m 192,437.36218 0,10 10,-5 -10,-5 z"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
inkscape:label="Triangle" />
|
||||
<rect
|
||||
transform="scale(-1,1)"
|
||||
y="437.36218"
|
||||
x="-204"
|
||||
height="10.000001"
|
||||
width="2.0000136"
|
||||
id="rect3715"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 262 B |
Before Width: | Height: | Size: 259 B |
@ -1,128 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="25.02"
|
||||
height="20.022818"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="next-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4711"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4769"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3596">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.43"
|
||||
id="feGaussianBlur3598" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="10.329226"
|
||||
inkscape:cy="5.3197997"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(21.03808,-2078.2196)">
|
||||
<g
|
||||
id="g4562"
|
||||
transform="translate(-176.02808,1645.8574)">
|
||||
<rect
|
||||
ry="3.8469892"
|
||||
rx="3.8469892"
|
||||
y="432.36218"
|
||||
x="155"
|
||||
height="20"
|
||||
width="25"
|
||||
id="rect2849"
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none" />
|
||||
<path
|
||||
d="m 158.84375,432.875 c -1.86901,0 -3.34375,1.47474 -3.34375,3.34375 l 0,12.28125 c 0,1.86901 1.47952,3.375 3.34375,3.375 l 17.3125,0 c 1.86423,0 3.34375,-1.50599 3.34375,-3.375 l 0,-12.28125 c 0,-1.86901 -1.47474,-3.34375 -3.34375,-3.34375 l -17.3125,0 z"
|
||||
inkscape:href="#rect2849"
|
||||
id="path3785"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3596)"
|
||||
xlink:href="#rect2849"
|
||||
inkscape:original="M 158.84375 432.375 C 156.71252 432.375 155 434.08752 155 436.21875 L 155 448.5 C 155 450.63123 156.71252 452.375 158.84375 452.375 L 176.15625 452.375 C 178.28748 452.375 180 450.63123 180 448.5 L 180 436.21875 C 180 434.08752 178.28748 432.375 176.15625 432.375 L 158.84375 432.375 z "
|
||||
inkscape:radius="-0.48949021"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
inkscape:label="Triangle"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
d="m 163,437.36218 0,10 10,-5 -10,-5 z"
|
||||
id="path2828" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 384 B |
@ -1,121 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="25.032"
|
||||
height="20.032"
|
||||
id="svg4592"
|
||||
version="1.1"
|
||||
inkscape:version="0.47pre2 r22153"
|
||||
sodipodi:docname="prev-page-button.svg">
|
||||
<defs
|
||||
id="defs4594">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective4600" />
|
||||
<inkscape:perspective
|
||||
id="perspective4581"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4631"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<inkscape:perspective
|
||||
id="perspective4711"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3595">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.43"
|
||||
id="feGaussianBlur3597" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="18.829866"
|
||||
inkscape:cx="16.33258"
|
||||
inkscape:cy="6.4077993"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="948"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="-4"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata4597">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(15.11336,-2079.2984)">
|
||||
<g
|
||||
id="g4557"
|
||||
transform="translate(-140.09736,1646.9394)">
|
||||
<rect
|
||||
style="fill:#729fcf;fill-opacity:1;stroke:none"
|
||||
id="rect3707"
|
||||
width="25"
|
||||
height="20"
|
||||
x="125"
|
||||
y="432.36218"
|
||||
rx="3.8469892"
|
||||
ry="3.8469892" />
|
||||
<path
|
||||
d="m 128.84375,432.875 c -1.86338,0 -3.34375,1.48037 -3.34375,3.34375 l 0,12.28125 c 0,1.86338 1.48525,3.375 3.34375,3.375 l 17.3125,0 c 1.8585,0 3.34375,-1.51162 3.34375,-3.375 l 0,-12.28125 c 0,-1.86338 -1.48037,-3.34375 -3.34375,-3.34375 l -17.3125,0 z"
|
||||
inkscape:href="#rect3707"
|
||||
id="path3725"
|
||||
style="fill:#476596;fill-opacity:1;stroke:none;filter:url(#filter3595)"
|
||||
xlink:href="#rect3707"
|
||||
inkscape:original="M 128.84375 432.375 C 126.71252 432.375 125 434.08752 125 436.21875 L 125 448.5 C 125 450.63123 126.71252 452.375 128.84375 452.375 L 146.15625 452.375 C 148.28748 452.375 150 450.63123 150 448.5 L 150 436.21875 C 150 434.08752 148.28748 432.375 146.15625 432.375 L 128.84375 432.375 z "
|
||||
inkscape:radius="-0.5"
|
||||
sodipodi:type="inkscape:offset" />
|
||||
<path
|
||||
id="path3709"
|
||||
d="m 142,437.36218 0,10 -10,-5 10,-5 z"
|
||||
style="fill:#d0e1ff;fill-opacity:1;stroke:none"
|
||||
inkscape:label="Triangle" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 59 B |
Before Width: | Height: | Size: 284 B |
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
Before Width: | Height: | Size: 165 B |
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
@ -1 +0,0 @@
|
||||
empty.png
|
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 414 B |
@ -1,827 +0,0 @@
|
||||
/* basic elements and widgets */
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
margin: 5px;
|
||||
padding: 10px;
|
||||
font-family : "Liberation Sans", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0088bf;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#acl a {
|
||||
color: #888;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 9pt;
|
||||
border-color: #306ac4;
|
||||
border-spacing: 0px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#main table {
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0px 7px 3px 0px;
|
||||
}
|
||||
|
||||
/*tr:nth-child(even) {background: #eaecf2}
|
||||
tr:nth-child(odd) {background: #FFF}*/
|
||||
|
||||
tr {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #415E6F;;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
textarea, select, input.text {
|
||||
|
||||
/*border: 1px solid #e2e6eb; #MIDDLE_LABELS_HEX@;*/ /*FIX NEEDED!!!!!*/
|
||||
|
||||
font-size: 9pt;
|
||||
margin: 0px 5px 1px 5px;
|
||||
padding: 2px 4px;
|
||||
border: 1px solid #c4c4c4;
|
||||
background-color: white;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c4c4c4;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
input.text[disabled], select[disabled]{
|
||||
background-color: #e2e6eb;
|
||||
}
|
||||
|
||||
.disabled{
|
||||
color:#666666;
|
||||
}
|
||||
|
||||
small {
|
||||
margin-left: 5px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.btn, button {
|
||||
color: black;
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
|
||||
cursor: pointer;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
padding: 2.5px 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn:hover, button:hover, #main .btn, .box .btn {
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #455a85;
|
||||
border: 1px solid #1b2575;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#main .btn:hover, .box .btn:hover {
|
||||
background-color: #5b76af;
|
||||
}
|
||||
|
||||
div#top .btn {
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
.box {
|
||||
position: relative;
|
||||
width: 780px;
|
||||
margin-top: 10px;
|
||||
|
||||
padding: 10px 20px;
|
||||
padding-top: 10px;
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
.next-page-button,.prev-page-button,.first-page-button,.last-page-button {
|
||||
width: 31px;
|
||||
height: 25px;
|
||||
vertical-align:middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.next-page-button {
|
||||
background: url(/design/images/next-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.prev-page-button {
|
||||
background: url(/design/images/prev-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.first-page-button {
|
||||
background: url(/design/images/first-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.last-page-button {
|
||||
background: url(/design/images/last-page-button.png) no-repeat;
|
||||
}
|
||||
|
||||
.close-dialog-button {
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
background: url(/design/images/close-dialog-button.png) no-repeat;
|
||||
}
|
||||
|
||||
/* messages */
|
||||
|
||||
.alterator-information-message {
|
||||
font-style:italic;
|
||||
font-size: 9pt;
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
}
|
||||
|
||||
.alterator-information-message img {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.alterator-attention-message {
|
||||
color: darkred;
|
||||
border-color: #cf7878;
|
||||
border-width: 5px;
|
||||
border-style: solid;
|
||||
background-color: #e8cfcf;
|
||||
padding: 14px;
|
||||
margin: 4px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
min-width:10px;
|
||||
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
-khtml-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.alterator-attention-message a {
|
||||
color: darkred;
|
||||
}
|
||||
|
||||
.alterator-attention-message img {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
/* clock and timeedit */
|
||||
|
||||
canvas.alterator-clock {
|
||||
background: url(/design/images/clock-face.png) no-repeat;
|
||||
}
|
||||
|
||||
/* calendar and dateedit */
|
||||
|
||||
.year {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
font-size: 10pt;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.month {
|
||||
font-weight:bold;
|
||||
color: black;
|
||||
font-size: 10pt;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.week {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.today {
|
||||
border: 1px solid #242a60;
|
||||
cursor: pointer;
|
||||
|
||||
background-image: url(/design/images/button-passive.png);
|
||||
background-repeat:repeat-x;
|
||||
color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
.day {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.day:hover {
|
||||
background-color: #306ac4;
|
||||
}
|
||||
|
||||
.alterator-dateedit-calendar table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: #ebebeb;
|
||||
margin-top: 10px;
|
||||
/* background-image: url(/design/images/table-header.png);
|
||||
background-repeat:repeat-x;*/
|
||||
|
||||
/* -webkit-border-top-left-radius: 0.7em;
|
||||
-webkit-border-top-right-radius: 0.7em;
|
||||
-moz-border-radius-topleft: 0.7em;
|
||||
-moz-border-radius-topright: 0.7em;
|
||||
border-top-left-radius: 0.7em;
|
||||
border-top-right-radius: 0.7em;*/
|
||||
/*border: 2px solid #242a60;*/
|
||||
border: 2px solid #c4c4c4;
|
||||
border-collapse: collapse;
|
||||
|
||||
/*
|
||||
-moz-border-radius-topright: 0.7em;
|
||||
-webkit-border-top-right-radius: 0.7em;
|
||||
-khtml-border-radius-topright: 0.7em;
|
||||
border-top-right-radius: 0.7em;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
*/
|
||||
|
||||
/* -moz-box-shadow: 0 0 8px 0.2em #a6a6a6;
|
||||
-webkit-box-shadow: 0 0 8px 0.2em #a6a6a6;
|
||||
box-shadow: 0 0 8px 0.2em #a6a6a6;*/
|
||||
}
|
||||
|
||||
.alterator-dateedit-calendar td {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.alterator-dateedit-button {
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
|
||||
}
|
||||
|
||||
/* main menu */
|
||||
|
||||
#main, #box {
|
||||
margin-top: 14px;
|
||||
padding: 10px 20px;
|
||||
padding-top: 10px;
|
||||
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
#main-td {
|
||||
width: 100%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#menu-td {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
padding: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.menu-item-normal a {
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.menu-item-selected a {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: #0088bf;
|
||||
padding-top: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.menu-item-normal {
|
||||
padding-left: 10px;
|
||||
width: 100%;
|
||||
padding-right: 4px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.menu-item-selected {
|
||||
color: #0088bf;
|
||||
background-color: #dbeef6;
|
||||
padding-left: 10px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-right: 3px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 2px;
|
||||
margin-right: 10px;
|
||||
|
||||
}
|
||||
.menu-item-normal a:hover {
|
||||
color: #0088bf;
|
||||
}
|
||||
|
||||
.menu-group-name {
|
||||
width: 224px;
|
||||
color: #0088bf;
|
||||
height: 16px;
|
||||
background: url(/design/images/section.png) no-repeat 0px 23px;
|
||||
font-size: 10pt;
|
||||
|
||||
padding-top: 3px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 4px;
|
||||
padding-left: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 8px;
|
||||
margin-right: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
|
||||
table.alterator-listbox {
|
||||
font-family:arial;
|
||||
/*margin:10px 0pt 15px;*/
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border: 1px solid #808080;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr th, table.alterator-listbox tfoot tr th {
|
||||
|
||||
/*border-collapse: separate;
|
||||
border: solid 1px;
|
||||
border-right-color:#242a60;
|
||||
border-right: 1px solid #242a60;*/
|
||||
font-size: 8pt;
|
||||
margin: 0px;
|
||||
padding: 4px;
|
||||
color: black;
|
||||
background-color: #e6e6e6;
|
||||
border: 1px solid #808080;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr th:hover, table.alterator-listbox tfoot tr th:hover {
|
||||
background-color: #d6d6d6;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .header {
|
||||
background-image: url(/design/images/asc-desc.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
cursor: pointer;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody td {
|
||||
color: #001056;
|
||||
padding: 4px;
|
||||
background-color: #FFFFFF;
|
||||
vertical-align: top;
|
||||
/*border-left: solid 1px;
|
||||
border-right: solid 1px;
|
||||
border:none;*/
|
||||
border-right: 1px solid #808080;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.odd td {
|
||||
background-color:#f0f0f0;
|
||||
/*border:none;*/
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.selected td, table.alterator-listbox tbody tr.odd.selected td {
|
||||
background-color: #D0E1FF;
|
||||
/*border-top: #ffffff solid 1px; WTF??*/
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.error td {
|
||||
background-color: #e6999b;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.odd.error td {
|
||||
background-color: #e68b8d;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.working td {
|
||||
background-color: #f2ecbd;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.odd.working td {
|
||||
background-color: #f2e88f;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortUp {
|
||||
background-image: url(/design/images/asc.gif);
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortDown {
|
||||
background-image: url(/design/images/desc.gif);
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp {
|
||||
background-color: #d6d6d6;
|
||||
}
|
||||
|
||||
/* states */
|
||||
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
color: #c3c7cb;
|
||||
/*background-color: #e2e6eb;*/
|
||||
}
|
||||
|
||||
.btn.ui-state-disabled {
|
||||
color: #415E6F;
|
||||
background-color: #E2E6EB;
|
||||
}
|
||||
|
||||
.btn.ui-state-disabled:hover {
|
||||
background-color: #E2E6EB;
|
||||
}
|
||||
|
||||
/* progressbar */
|
||||
|
||||
.ui-progressbar {
|
||||
height:20px;
|
||||
text-align: left;
|
||||
}
|
||||
.ui-progressbar .ui-progressbar-value {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/* states */
|
||||
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
color: #c3c7cb;
|
||||
/* background-color: #F5F5F5;*/
|
||||
}
|
||||
|
||||
#main .btn.ui-state-disabled, #main .btn.ui-state-disabled:hover {
|
||||
cursor: default !important;
|
||||
color: #c3c7cb;
|
||||
background-color: #E2E6EB;
|
||||
border: 1px solid #c0c0c0;
|
||||
}
|
||||
|
||||
/* progressbar */
|
||||
|
||||
.ui-progressbar {
|
||||
height:20px;
|
||||
text-align: left;
|
||||
}
|
||||
.ui-progressbar .ui-progressbar-value {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/* accordion */
|
||||
|
||||
div.alterator-accordion h3 {
|
||||
background-color: #DBEEF6;
|
||||
font-size: 9pt;
|
||||
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 24px;
|
||||
|
||||
margin: 0px;
|
||||
border-top: 1px solid #36A1CC;
|
||||
border-left: 1px solid #36A1CC;
|
||||
border-right: 1px solid #36A1CC;
|
||||
|
||||
background-image: url(/design/images/right.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.alterator-accordion h3.ui-state-active {
|
||||
color: #0088bf;
|
||||
background-image: url(/design/images/bottom.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* TODO: don't work */
|
||||
div.alterator-accordion .btn {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
background-color: #dbeef6;
|
||||
border: 1px solid #36a1cc;
|
||||
}
|
||||
|
||||
div.alterator-accordion div {
|
||||
padding: 10px 10px 5px 15px;
|
||||
border-top: 1px solid #36A1CC;
|
||||
border-left: 1px solid #36A1CC;
|
||||
border-right: 1px solid #36A1CC;
|
||||
}
|
||||
|
||||
div.alterator-accordion td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.alterator-accordion {
|
||||
border-bottom: 1px solid #36A1CC;
|
||||
}
|
||||
|
||||
/* resizeable */
|
||||
|
||||
.ui-resizable-s {
|
||||
cursor: s-resize;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
background:#E2E6EB url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
}
|
||||
|
||||
.ui-resizable-s:hover {
|
||||
background-color: #1B3664;
|
||||
}
|
||||
|
||||
|
||||
/* corner radius */
|
||||
|
||||
.ui-corner-tl {
|
||||
-moz-border-radius-topleft: 0px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-tr {
|
||||
-moz-border-radius-topright: 0px;
|
||||
-webkit-border-top-right-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-bl {
|
||||
-moz-border-radius-bottomleft: 0px;
|
||||
-webkit-border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-br {
|
||||
-moz-border-radius-bottomright: 0px;
|
||||
-webkit-border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-top {
|
||||
-moz-border-radius-topleft: 0px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
-moz-border-radius-topright: 0px;
|
||||
-webkit-border-top-right-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-bottom {
|
||||
-moz-border-radius-bottomleft: 0px;
|
||||
-webkit-border-bottom-left-radius: 0px;
|
||||
-moz-border-radius-bottomright: 0px;
|
||||
-webkit-border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-right {
|
||||
-moz-border-radius-topright: 0px;
|
||||
-webkit-border-top-right-radius: 0px;
|
||||
-moz-border-radius-bottomright: 0px;
|
||||
-webkit-border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-left {
|
||||
-moz-border-radius-topleft: 0px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
-moz-border-radius-bottomleft: 0px;
|
||||
-webkit-border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
.ui-corner-all {
|
||||
/*-moz-border-radius: 0.8em;
|
||||
-webkit-border-radius: 0.8em;*/
|
||||
}
|
||||
|
||||
/* overlays */
|
||||
|
||||
.ui-widget-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #aaaaaa;
|
||||
opacity: .3;
|
||||
filter:Alpha(Opacity=30);
|
||||
}
|
||||
|
||||
/* dialog */
|
||||
|
||||
.ui-widget-content {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
color: #EAEDEF;
|
||||
background-color: #306ac4;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ui-dialog {
|
||||
border: 2px solid #c4c4c4;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-title {
|
||||
float: left;
|
||||
margin: .1em 0 .2em;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
padding: .5em .3em .3em 1em;
|
||||
}
|
||||
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close span {
|
||||
display: block;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
border: 0;
|
||||
padding: .5em 1em;
|
||||
background: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
text-align: left;
|
||||
border-width: 1px 0 0 0;
|
||||
background-image: none;
|
||||
margin: .5em 0 0 0;
|
||||
padding: .3em 1em .5em .4em;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
float: right;
|
||||
margin: .5em .4em .5em 0;
|
||||
width:auto;
|
||||
overflow:visible;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #455a85;
|
||||
border: 1px solid #1b2575;
|
||||
}
|
||||
|
||||
.ui-icon-closethick {
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
text-indent: -99999px;
|
||||
overflow: hidden;
|
||||
background: url(/design/images/close-dialog-button.png) no-repeat;
|
||||
}
|
||||
|
||||
/* layout helpers */
|
||||
|
||||
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
||||
.ui-helper-clearfix { display: inline-block; }
|
||||
/* required comment for clearfix to work in Opera \*/
|
||||
* html .ui-helper-clearfix { height:1%; }
|
||||
.ui-helper-clearfix { display:block; }
|
||||
/* end clearfix */
|
||||
|
||||
/* help button */
|
||||
|
||||
.ui-help-button {
|
||||
background-color: #FFFFFF;
|
||||
margin-bottom: 10px;
|
||||
padding-top: 7px;
|
||||
|
||||
border: 1px solid #c1c3cb;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.ui-help-button-content {
|
||||
padding-left: 10px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
/* top line */
|
||||
|
||||
#top {
|
||||
text-align:left;
|
||||
padding: 0em;
|
||||
margin-bottom: 0px;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url(/design/images/product-logo.png) no-repeat;
|
||||
width: 238px;
|
||||
height: 52px;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#title {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
text-align: left;
|
||||
|
||||
color: black;
|
||||
font-family: "DejaVu Sans",Verdana,Tahoma,Helvetica;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
font-size:large;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-button {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* deprecated */
|
||||
|
||||
.error-message {
|
||||
background-color: #efc9d3;
|
||||
border: 1px solid #f81751;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
#help-popup {
|
||||
padding-left: 10px;
|
||||
padding-right: -30px;
|
||||
background-color: #FFFFFF;
|
||||
|
||||
border: 1px solid #c1c3cb;
|
||||
-moz-border-radius: 0.5em;
|
||||
-webkit-border-radius: 0.5em;
|
||||
-khtml-border-radius: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
.hresizeable {
|
||||
width: 100%;
|
||||
height: 7px;
|
||||
background:#001056 url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
.hresizeable:hover {
|
||||
background-color: #306ac4;
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
product=@PRODUCT_NAME@
|
||||
based_on=ALT Linux Sisyphus
|
@ -1,155 +0,0 @@
|
||||
; Sections are read in the order given in base::layout, with section 'base'
|
||||
; implicitly added at the end. If a config value is given more than once,
|
||||
; the first entry wins.
|
||||
;
|
||||
; If a screen resolution can't be set, 640x480 is used as fallback (and
|
||||
; section '640x480' added to the layout list).
|
||||
;
|
||||
; If the penguin screen is active, section 'penguin' is automatically added
|
||||
; to the layout list.
|
||||
;
|
||||
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
|
||||
;
|
||||
|
||||
[base]
|
||||
; theme name
|
||||
theme=ALTLinux
|
||||
; other sections to read
|
||||
layout=800x600,install
|
||||
; penguin theme likelihood (in percent, -1 = auto)
|
||||
penguin=0
|
||||
; activate speech output
|
||||
talk=0
|
||||
; sound volume (0..100)
|
||||
volume=70
|
||||
; menu background transparency (0..255)
|
||||
menu.transparency=0x20
|
||||
; default font
|
||||
font.normal=drs16.fnt
|
||||
; main menu font
|
||||
font.large=drs16.fnt
|
||||
; bold main menu font
|
||||
font.large.bold=drs16b.fnt
|
||||
; background image
|
||||
background=back.jpg
|
||||
; max. visible main menu items
|
||||
mainmenu.entries=8
|
||||
; minimal main menu selection bar width
|
||||
mainmenu.bar.minwidth=294
|
||||
; main menu selection bar transparency (0..255)
|
||||
mainmenu.bar.transparency=0
|
||||
; main menu colors
|
||||
mainmenu.bar.color=0x001056
|
||||
mainmenu.normal.fg=0xb6c1cd
|
||||
mainmenu.selected.fg=0xffffff
|
||||
; boot option colors
|
||||
bootopt.label.fg=0xffffff
|
||||
bootopt.text.fg=0xffffff
|
||||
; progress bar color
|
||||
progress.bar.color=0x@MIDDLE_COLOR_HEX@
|
||||
; menu colors
|
||||
menu.normal.bg=0xe9e8e7
|
||||
menu.normal.fg=0x000000
|
||||
menu.selected.bg=0xc9c8c8
|
||||
menu.selected.fg=0x000000
|
||||
; window colors
|
||||
window.bg=0xd8deed
|
||||
window.fg=0x000000
|
||||
window.title.bg=0x@TITLE_COLOR@
|
||||
window.title.fg=0x@DARK_LABELS_HEX@
|
||||
window.title.error.bg=0xc00000
|
||||
; help system colors
|
||||
help.link.fg=0x185da0
|
||||
help.link.selected.fg=0xffffff
|
||||
help.link.selected.bg=0x185da
|
||||
help.highlight.fg=0x@DARK_COLOR_HEX@
|
||||
; panel colors
|
||||
panel.fg=0x000000
|
||||
panel.title.fg=0xffffff
|
||||
panel.normal.fg=0xf1f1ff
|
||||
panel.f-key.fg=0xf8e97c
|
||||
; default keymap (e.g. de_DE, czech)
|
||||
keymap=
|
||||
|
||||
[800x600]
|
||||
; screen size
|
||||
screen.size=800,600
|
||||
; upper left corner
|
||||
mainmenu.pos=253,210
|
||||
; boot option input field position
|
||||
bootopt.pos=200,480
|
||||
|
||||
[640x480]
|
||||
; screen size
|
||||
screen.size=640,480
|
||||
; upper left corner
|
||||
mainmenu.pos=130,122
|
||||
; boot option input field position
|
||||
bootopt.pos=263,380
|
||||
|
||||
|
||||
[install]
|
||||
; show welcome animation
|
||||
welcome=0
|
||||
; beep when menu is ready
|
||||
beep=0
|
||||
; main menu item shown only if iso is tagged for media check
|
||||
mediacheck=mediachk
|
||||
; main menu items where user can't add boot options
|
||||
nobootoptions=harddisk,memtest
|
||||
; main menu items that are not passed an 'install' parameter
|
||||
noinstallopt=harddisk,firmware,memtest
|
||||
; default install method (one of: cdrom, slp, ftp, http, nfs, smb, hd; default: cdrom)
|
||||
install=
|
||||
; default repo location
|
||||
install.http.server=
|
||||
install.http.path=
|
||||
install.nfs.server=
|
||||
install.nfs.path=
|
||||
install.ftp.server=
|
||||
install.ftp.path=
|
||||
install.ftp.user=
|
||||
install.ftp.password=
|
||||
install.smb.server=
|
||||
install.smb.share=
|
||||
install.smb.path=
|
||||
install.smb.domain=
|
||||
install.smb.user=
|
||||
install.smb.password=
|
||||
install.hd.device=
|
||||
install.hd.path=
|
||||
; default driver update (one of: yes, no, file, url; default: no)
|
||||
dud=
|
||||
; if 'dud=file': file name on DVD
|
||||
dud.file=
|
||||
; if 'dud=url': URL
|
||||
dud.url=
|
||||
; if 'dud=url': menu item name (default = 'URL')
|
||||
dud.url.name=
|
||||
; serial line setup (up to four lines)
|
||||
; format: port,baud,dev
|
||||
; - port: 0-3: first four BIOS serial lines (COM1-COM4); >=4: I/O port (0x3f8)
|
||||
; - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates >= 9600)
|
||||
; - dev: linux device name (e.g. ttyS0)
|
||||
; - all lines are set up with 8 bits, no parity, 1 stop bit
|
||||
; - if the bootloader also has a serial line setup, the port is
|
||||
; automatically used
|
||||
serial.line0=0,0,ttyS0
|
||||
serial.line1=1,0,ttyS1
|
||||
serial.line2=
|
||||
serial.line3=
|
||||
; show keymap menu as submenu in lang dialog
|
||||
keymap.submenu=0
|
||||
; show keymap in main menu
|
||||
keymap.mainmenu=0
|
||||
|
||||
[boot]
|
||||
; show welcome animation
|
||||
welcome=0
|
||||
; beep when menu is ready
|
||||
beep=0
|
||||
; show keymap menu as submenu in lang dialog
|
||||
keymap.submenu=0
|
||||
; show keymap in main menu
|
||||
keymap.mainmenu=0
|
||||
|
Before Width: | Height: | Size: 870 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 4.4 KiB |