[www-doc] [Git][VideoLAN.org/websites][master] Style: remove protocol to support both HTTP and HTTPS

Jean-Baptiste Kempf gitlab at videolan.org
Sun May 28 10:37:01 CEST 2017


Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
3e0593c8 by Jean-Baptiste Kempf at 2017-05-28T10:36:41+02:00
Style: remove protocol to support both HTTP and HTTPS

- - - - -


1 changed file:

- www.videolan.org/style/panels.css


Changes:

=====================================
www.videolan.org/style/panels.css
=====================================
--- a/www.videolan.org/style/panels.css
+++ b/www.videolan.org/style/panels.css
@@ -8,36 +8,36 @@
 .panel-orange .ft .c { height: 8px; font-size: 1px; }
 
 .panel-orange .hd {
-    background: transparent url(http://images.videolan.org/images/panel-orange/tl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-orange/tl.gif) no-repeat 0 0;
     margin-right: 8px; /* space for right corner */
 }
 .panel-orange .hd .c {
-    background: transparent url(http://images.videolan.org/images/panel-orange/tr.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-orange/tr.gif) no-repeat right;
     margin-right: -8px; /* space for right corner */
 }
 
 .panel-orange .bd {
-    background: transparent url(http://images.videolan.org/images/panel-orange/ml.gif) repeat-y 0 0;
+    background: transparent url(//images.videolan.org/images/panel-orange/ml.gif) repeat-y 0 0;
     margin-right: 8px;
 }
 .panel-orange .bd .c {
     margin-right: -8px;
     padding: 10px;
-    background: transparent url(http://images.videolan.org/images/panel-orange/mr.gif) repeat-y right;
+    background: transparent url(//images.videolan.org/images/panel-orange/mr.gif) repeat-y right;
 }
  
 .panel-orange .ft {
-    background: transparent url(http://images.videolan.org/images/panel-orange/bl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-orange/bl.gif) no-repeat 0 0;
     margin-right: 8px;
 }
 .panel-orange .ft .c {
-    background: transparent url(http://images.videolan.org/images/panel-orange/br.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-orange/br.gif) no-repeat right;
     margin-right: -8px;
 }
 
 .panel-orange-bullet {     padding: 0;line-height: 19px; }
 .panel-orange-bullet li {
-    background: url(http://images.videolan.org/images/bullet-orange.png) 0px 1px no-repeat;
+    background: url(//images.videolan.org/images/bullet-orange.png) 0px 1px no-repeat;
     padding: 0 0 0px 20px;
     margin-bottom: 4px;
 }
@@ -60,36 +60,36 @@
 .panel-blue .ft .c { height: 8px; font-size: 1px; }
 
 .panel-blue .hd {
-    background: transparent url(http://images.videolan.org/images/panel-blue/tl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-blue/tl.gif) no-repeat 0 0;
     margin-right: 8px; /* space for right corner */
 }
 .panel-blue .hd .c {
-    background: transparent url(http://images.videolan.org/images/panel-blue/tr.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-blue/tr.gif) no-repeat right;
     margin-right: -8px; /* space for right corner */
 }
 
 .panel-blue .bd {
-    background: transparent url(http://images.videolan.org/images/panel-blue/ml.gif) repeat-y 0 0;
+    background: transparent url(//images.videolan.org/images/panel-blue/ml.gif) repeat-y 0 0;
     margin-right: 8px;
 }
 .panel-blue .bd .c {
     margin-right: -8px;
     padding: 10px;
-    background: transparent url(http://images.videolan.org/images/panel-blue/mr.gif) repeat-y right;
+    background: transparent url(//images.videolan.org/images/panel-blue/mr.gif) repeat-y right;
 }
 
 .panel-blue .ft {
-    background: transparent url(http://images.videolan.org/images/panel-blue/bl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-blue/bl.gif) no-repeat 0 0;
     margin-right: 8px;
 }
 .panel-blue .ft .c {
-    background: transparent url(http://images.videolan.org/images/panel-blue/br.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-blue/br.gif) no-repeat right;
     margin-right: -8px;
 }
 
 .panel-blue-bullet { padding: 0 0 20px 0;line-height: 19px;}
 .panel-blue-bullet li {
-    background: url(http://images.videolan.org/images/bullet-blue.png) 0px 1px no-repeat;
+    background: url(//images.videolan.org/images/bullet-blue.png) 0px 1px no-repeat;
     padding: 0 0 0px 20px;
     margin-bottom: 4px;
 }
@@ -112,36 +112,36 @@
 .panel-gray .ft .c { height: 8px; font-size: 1px;}
 
 .panel-gray .hd {
-    background: transparent url(http://images.videolan.org/images/panel-gray/tl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-gray/tl.gif) no-repeat 0 0;
     margin-right: 8px; /* space for right corner */
 }
 .panel-gray .hd .c {
-    background: transparent url(http://images.videolan.org/images/panel-gray/tr.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-gray/tr.gif) no-repeat right;
     margin-right: -8px; /* space for right corner */
 }
 
 .panel-gray .bd {
-    background: transparent url(http://images.videolan.org/images/panel-gray/ml.gif) repeat-y 0 0;
+    background: transparent url(//images.videolan.org/images/panel-gray/ml.gif) repeat-y 0 0;
     margin-right: 8px;
 }
 .panel-gray .bd .c {
     margin-right: -8px;
     padding: 10px;
-    background: transparent url(http://images.videolan.org/images/panel-gray/mr.gif) repeat-y right;
+    background: transparent url(//images.videolan.org/images/panel-gray/mr.gif) repeat-y right;
 }
  
 .panel-gray .ft {
-    background: transparent url(http://images.videolan.org/images/panel-gray/bl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-gray/bl.gif) no-repeat 0 0;
     margin-right: 8px;
 }
 .panel-gray .ft .c {
-    background: transparent url(http://images.videolan.org/images/panel-gray/br.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-gray/br.gif) no-repeat right;
     margin-right: -8px;
 }
 
 .panel-gray-bullet { padding: 0; line-height: 19px; }
 .panel-gray-bullet li {
-    background: url(http://images.videolan.org/images/bullet-black.png) 0px 1px no-repeat;
+    background: url(//images.videolan.org/images/bullet-black.png) 0px 1px no-repeat;
     padding: 0 0 0px 20px;
     margin-bottom: 4px;
 }
@@ -163,36 +163,36 @@
 .panel-green .ft .c { height: 8px; font-size: 1px; }
 
 .panel-green .hd {
-    background: transparent url(http://images.videolan.org/images/panel-green/tl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-green/tl.gif) no-repeat 0 0;
     margin-right: 8px; /* space for right corner */
 }
 .panel-green .hd .c {
-    background: transparent url(http://images.videolan.org/images/panel-green/tr.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-green/tr.gif) no-repeat right;
     margin-right: -8px; /* space for right corner */
 }
 
 .panel-green .bd {
-    background: transparent url(http://images.videolan.org/images/panel-green/ml.gif) repeat-y 0 0;
+    background: transparent url(//images.videolan.org/images/panel-green/ml.gif) repeat-y 0 0;
     margin-right: 8px;
 }
 .panel-green .bd .c {
     margin-right: -8px;
     padding: 10px;
-    background: transparent url(http://images.videolan.org/images/panel-green/mr.gif) repeat-y right;
+    background: transparent url(//images.videolan.org/images/panel-green/mr.gif) repeat-y right;
 }
  
 .panel-green .ft {
-    background: transparent url(http://images.videolan.org/images/panel-green/bl.gif) no-repeat 0 0;
+    background: transparent url(//images.videolan.org/images/panel-green/bl.gif) no-repeat 0 0;
     margin-right: 8px;
 }
 .panel-green .ft .c {
-    background: transparent url(http://images.videolan.org/images/panel-green/br.gif) no-repeat right;
+    background: transparent url(//images.videolan.org/images/panel-green/br.gif) no-repeat right;
     margin-right: -8px;
 }
 
 .panel-green-bullet {     padding: 0;line-height: 19px; }
 .panel-green-bullet li {
-    background: url(http://images.videolan.org/images/bullet-green.png) 0px 1px no-repeat;
+    background: url(//images.videolan.org/images/bullet-green.png) 0px 1px no-repeat;
     padding: 0 0 0px 20px;
     margin-bottom: 4px;
 }



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/3e0593c85a303454df69d39c1b9cf924ef4c1bc2

---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/3e0593c85a303454df69d39c1b9cf924ef4c1bc2
You're receiving this email because of your account on code.videolan.org.


More information about the www-doc mailing list