[Xfce4-commits] [www/wiki.xfce.org] 01/01: Use the new cdn.xfce.org

noreply at xfce.org noreply at xfce.org
Mon Oct 15 11:29:48 CEST 2018


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

k   n   o   m   e       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/wiki.xfce.org.

commit a216e7f6fdf35de6ba263eb4ebccef23d0a71bfe
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Mon Oct 15 12:29:34 2018 +0300

    Use the new cdn.xfce.org
---
 lib/tpl/xfce/_xfceheader.css                | 47 -----------------------------
 lib/tpl/xfce/main.php                       |  2 +-
 lib/tpl/xfce/style.ini                      |  1 -
 lib/tpl/xfce/{style.ini => style.local.ini} |  1 -
 4 files changed, 1 insertion(+), 50 deletions(-)

diff --git a/lib/tpl/xfce/_xfceheader.css b/lib/tpl/xfce/_xfceheader.css
deleted file mode 100644
index d04c40b..0000000
--- a/lib/tpl/xfce/_xfceheader.css
+++ /dev/null
@@ -1,47 +0,0 @@
-/* this file is used in various xfce subdomains! */
-
-#xfce-header {
-	background: #333 url('images/logosmall.png') no-repeat 3px 50%;
-	padding-left: 75px;
-	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-
-	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
-	font-size: 14px;
-}
-#xfce-header ul {
-	list-style: none;
-	float: right;
-	margin: 5px;
-	padding: 0;
-}
-#xfce-header ul li {
-	float: left;
-	margin: 0;
-	padding: 0;
-}
-#xfce-header a {
-	color: #999;
-	text-decoration: none;
-	display: block;
-	padding: 0 8px 0 8px;
-	border: 0; /* for transifex */
-	line-height: 25px;
-
-	transition: color 0.2s linear;
-	-moz-transition: color 0.2s linear;
-	-webkit-transition: color 0.2s linear;
-	-o-transition: color 0.2s linear;
-}
-#xfce-header ul li a:hover {
-	color: #fff;
-	text-decoration: underline;
-}
-#xfce-header .active {
-	color: #fff;
-}
-#xfce-header-clear {
-	clear: both;
-}
-#xfce-header-title, #xfce-header-subtitle {
-	display: none;
-}
diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index 34c70ff..815df61 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -23,7 +23,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
     <meta name="viewport" content="width=device-width,initial-scale=1" />
     <?php echo tpl_favicon(array('favicon', 'mobile')) ?>
     <?php tpl_includeFile('meta.html') ?>
-	<link rel="stylesheet" media="screen" href="https://xfce.org/style/css.php?site=wiki" type="text/css" />
+	<link rel="stylesheet" media="screen" href="//cdn.xfce.org/style/css.php?site=wiki" type="text/css" />
 </head>
 
 <body>
diff --git a/lib/tpl/xfce/style.ini b/lib/tpl/xfce/style.ini
index fa097ef..4fbf59d 100644
--- a/lib/tpl/xfce/style.ini
+++ b/lib/tpl/xfce/style.ini
@@ -34,7 +34,6 @@ css/pagetools.css         = screen
 css/content.css           = screen
 css/includes.css          = screen
 css/_translation.css      = all
-; _xfceheader.css           = screen
 
 css/mobile.css            = all
 css/print.css             = print
diff --git a/lib/tpl/xfce/style.ini b/lib/tpl/xfce/style.local.ini
similarity index 98%
copy from lib/tpl/xfce/style.ini
copy to lib/tpl/xfce/style.local.ini
index fa097ef..4fbf59d 100644
--- a/lib/tpl/xfce/style.ini
+++ b/lib/tpl/xfce/style.local.ini
@@ -34,7 +34,6 @@ css/pagetools.css         = screen
 css/content.css           = screen
 css/includes.css          = screen
 css/_translation.css      = all
-; _xfceheader.css           = screen
 
 css/mobile.css            = all
 css/print.css             = print

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


More information about the Xfce4-commits mailing list