[Xfce4-commits] [www/www.xfce.org] 37/55: Try to improve opensuse screenshot

noreply at xfce.org noreply at xfce.org
Mon Aug 12 02:52:59 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 5cca241ac3d43efbd296fbecde3da6aad3446b58
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Aug 11 22:37:30 2019 +0200

    Try to improve opensuse screenshot
---
 pages/frontpage.php | 8 ++++++--
 style/site_www.css  | 7 ++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/pages/frontpage.php b/pages/frontpage.php
index de251ac..966cb8a 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -21,8 +21,12 @@ $head['css'] = '@media screen and (max-width:830px) {
 		<span id="slide-desktop-panel" style="background-image: url(<?php echo $static_media; ?>/slider/panel_bg.png);"><span id="slide-desktop-panel-left" style="background-image: url(<?php echo $static_media; ?>/slider/panel_left.png);"></span><span id="slide-desktop-panel-right" style="background-image: url(<?php echo $static_media; ?>/slider/panel_right.png);"></span></span>
 		<span id="slide-desktop-icons" style="background-image: url(<?php echo $static_media; ?>/slider/desktop_icons.png);"></span>
 	</div>
-	<div id="slide-thunar" style="background-image: url(<?php echo $static_media; ?>/slider/reel-opensuse.png);" alt="OpenSUSE" title="<?php E_('Thunar is the file manager for the Xfce Desktop. It has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options by default.') ?>"></div>
-	<div id="slide-settings" style="background-image: url(<?php echo $static_media; ?>/slider/settings.png);" alt="Settings" title="<?php E_('The Xfce Desktop provides all the required settings to configure your hardware, desktop appearance and other desktop-critical settings allowing you to easily manage your system.') ?>"></div>
+	<div id="slide-desktop" alt="Xfce Desktop" title="<?php E_('The default Xfce Desktop provides a simple and attractive desktop for Unix users.') ?>">
+		<span id="slide-desktop-panel" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-repeat.png);"><span id="slide-desktop-panel-left" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-left.png);"></span><span id="slide-desktop-panel-right" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-panel-repeat.png);"></span></span>
+		<span id="slide-desktop-icons" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-desktop-icons.png);"></span>
+		<span id="slide-desktop-yast" style="background-image: url(<?php echo $static_media; ?>/slider/opensuse-yast.png);"></span>
+	</div>
+	<div id="slide-settings" style="background-image: url(<?php echo $static_media; ?>/slider/color-settings.png);" alt="Settings" title="<?php E_('The Xfce Desktop provides all the required settings to configure your hardware, desktop appearance and other desktop-critical settings allowing you to easily manage your system.') ?>"></div>
 	<div id="slide-xfwm4" style="background-image: url(<?php echo $static_media; ?>/slider/xfwm4.png);" alt="Window Manager" title="<?php E_('The Xfce Window Manager is the core of the desktop. It can be tuned to make window management quick and predictable. It also features around 100 border styles giving it the look you want!') ?>"></div>
 	<div id="slide-panel" style="background-image: url(<?php echo $static_media; ?>/slider/panel.png);" alt="Panel" title="<?php E_('The Xfce Panel can be customized in numerous ways so it provides all the items you need right where you need them. It has three different display modes, transparency and a few dozen different plugins.') ?>">
 		<span id="slide-panel-deskbar" style="background-image: url(<?php echo $static_media; ?>/slider/panel_deskbar.png);"></span><span id="slide-panel-vertical" style="background-image: url(<?php echo $static_media; ?>/slider/panel_vertical.png);"></span>
diff --git a/style/site_www.css b/style/site_www.css
index 7e23a2f..6dc88d7 100644
--- a/style/site_www.css
+++ b/style/site_www.css
@@ -4,7 +4,7 @@
  */
 
 /*
- *   Main navigation 
+ *   Main navigation
  *
  */
 
@@ -128,7 +128,7 @@
 		}
 		.newsitem h2 {
 			margin-bottom: 1em;
-		}	
+		}
 		.newsitem .post-wrap p:first-child {
 			margin-top: 0;
 		}
@@ -411,6 +411,7 @@ div.figure {
 		#slide div span#slide-desktop-panel { background-repeat: repeat-x; }
 		#slide div span#slide-desktop-panel-left { z-index: 2; }
 		#slide div span#slide-desktop-icons { background-position: 24px 96px; }
+		#slide div span#slide-desktop-yast { background-position: 36px 140px; }
 
 		/* Panel slide */
 
@@ -470,4 +471,4 @@ ul.feeds {
 		clear: both;
 		margin-bottom: 1em;
 	}
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list