Commit 1a42f668 authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.9-alt3

- 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
parents c3cb503d 5e8855aa
......@@ -7,6 +7,8 @@ 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
......
......@@ -512,12 +512,14 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%config %_localstatedir/ldm/.pam_environment
%changelog
* Wed Dec 04 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt3
- Fix favicon and product logo width in ahttpd
- Fix selection color and note font in GRUB theme
- Set more bright color for bootloader
- Disable border around section and nice yellow captions for installer
- Use icon-theme-simple-school
* Mon Dec 09 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt3
- 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
* Thu Nov 21 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt1
- Update branding for Seven platform
......
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #f8f7f6, #141312
Style=Cleanlooks
......@@ -28,12 +28,11 @@ QLineEdit {
/* Customize tooltips. */
QToolTip {
background-color: rgb(200,200,255);
border-color: darkslategray;
background-color: rgb(255,255,224);
border-color: black;
border-width: 1px;
border-style: solid;
padding: 3px;
font: bold;
padding: 2px;
border-radius: 3px;
opacity: 200;
}
......@@ -52,5 +51,14 @@ QProgressBar::chunk {
/* Sections */
AWizardFace AGroupBox {
border: 1px solid rgba(255, 255, 255, 0%);
border: 1px solid rgba(255, 255, 255, 0%);
}
QCheckBox:hover, QRadioButton:hover {
background: none;
}
/* Fix side effect on transparent background */
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px;
}
graphics/icons/large/slinux.png

6.25 KB | W: | H:

graphics/icons/large/slinux.png

6.7 KB | W: | H:

graphics/icons/large/slinux.png
graphics/icons/large/slinux.png
graphics/icons/large/slinux.png
graphics/icons/large/slinux.png
  • 2-up
  • Swipe
  • Onion skin
graphics/icons/mini/slinux.png

4 KB | W: | H:

graphics/icons/mini/slinux.png

3.46 KB | W: | H:

graphics/icons/mini/slinux.png
graphics/icons/mini/slinux.png
graphics/icons/mini/slinux.png
graphics/icons/mini/slinux.png
  • 2-up
  • Swipe
  • Onion skin
graphics/icons/slinux.png

4.87 KB | W: | H:

graphics/icons/slinux.png

4.75 KB | W: | H:

graphics/icons/slinux.png
graphics/icons/slinux.png
graphics/icons/slinux.png
graphics/icons/slinux.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -3,7 +3,7 @@
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
<property name="ThemeName" type="string" value="Clearlooks-Phenix"/>
<property name="IconThemeName" type="string" value="SimpleSL"/>
<property name="IconThemeName" type="string" value="SimpleSchool"/>
<property name="DoubleClickTime" type="int" value="250"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment