SF.net SVN: phpwiki:[11146] trunk/themes

vargenau--- via phpwiki-checkins <[email protected]> Wed, 19 Feb 2025 16:48:08 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11146
          http://sourceforge.net/p/phpwiki/code/11146
Author:   vargenau
Date:     2025-02-19 16:48:08 +0000 (Wed, 19 Feb 2025)
Log Message:
-----------
Fix CSS syntax

Modified Paths:
--------------
    trunk/themes/Hawaiian/Hawaiian.css
    trunk/themes/MacOSX/MacOSX.css
    trunk/themes/SpaceWiki/SpaceWiki.css
    trunk/themes/default/phpwiki-common.css
    trunk/themes/default/phpwiki.css

Modified: trunk/themes/Hawaiian/Hawaiian.css
===================================================================
--- trunk/themes/Hawaiian/Hawaiian.css	2025-02-19 14:40:17 UTC (rev 11145)
+++ trunk/themes/Hawaiian/Hawaiian.css	2025-02-19 16:48:08 UTC (rev 11146)
@@ -600,7 +600,7 @@
     background-image: url("images/tchecker-white.png");
     background-repeat: repeat;
  */
-    zbackground-color: rgb(255 255 255 / 0.5); /* transparency */
+    background-color: rgb(255 255 255 / 0.5); /* transparency */
     background-color: white;
     opacity: 0.8;
 }

Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css	2025-02-19 14:40:17 UTC (rev 11145)
+++ trunk/themes/MacOSX/MacOSX.css	2025-02-19 16:48:08 UTC (rev 11146)
@@ -79,7 +79,7 @@
 .toolbar,
 td {
     font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
-    //    border-top: 1px solid #7c7c7c;
+    /* border-top: 1px solid #7c7c7c; */
     padding-left: 0.8em;
     padding-right: 0.8em;
     padding-top: 0.5em;
@@ -104,7 +104,7 @@
 div.toclist p {
     /*toc items*/
     font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
-    text-decoration: italic;
+    font-style: italic;
     padding-top: 0ex;
     margin-left: 5px;
 }
@@ -640,8 +640,8 @@
     text-decoration: none;
     font-size: small;
     font-weight: normal;
-    //    font-family: Tahoma, Arial, Helvetica, sans-serif;
-    //    background-color: ThreeDLightShadow;//doesn't work in chrome,shows as black!
+    /* font-family: Tahoma, Arial, Helvetica, sans-serif; */
+    /* background-color: ThreeDLightShadow; //doesn't work in chrome,shows as black! */
     color: black;
 }
 
@@ -1187,7 +1187,7 @@
 div#actionbuttons a.wikiadmin,
 input[type=submit] {
     background: url('buttons/en/button-template.png');
-    //    background-position: top left;
+    /* background-position: top left; */
     padding-top: 6px !important;
     padding-left: 0.6em !important;
     padding-bottom: 8px !important;
@@ -1197,7 +1197,7 @@
     /*looks ugly for really wide buttons */
 
     font-family: "Lucida Grande", "Helvetica Narrow", Arial, sans-serif;
-    //    font-weight: bold;
+    /* font-weight: bold; */
     font-size: 10pt;
     text-decoration: none;
     color: black;

Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css	2025-02-19 14:40:17 UTC (rev 11145)
+++ trunk/themes/SpaceWiki/SpaceWiki.css	2025-02-19 16:48:08 UTC (rev 11146)
@@ -92,7 +92,7 @@
     font-weight: bold;
     font-weight: 700;
 
-    color: 5791ff;
+    color: #5791ff;
 }
 
 h2,
@@ -210,7 +210,7 @@
 
 div#searchholder {
     display: inline;
-    align: center;
+    text-align: center;
 }
 
 fieldset {
@@ -248,7 +248,7 @@
 
     padding: 12px 20px;
     margin-left: 8px;
-    align: center;
+    text-align: center;
     border-radius: 4px;
 
     margin-bottom: 0ex;
@@ -577,7 +577,7 @@
 
 div.toclist p {
     /*toc items*/
-    text-decoration: italic;
+    font-style: italic;
     padding-top: 0ex;
     margin-left: 5px;
 }
@@ -622,8 +622,8 @@
     background: #d8d8d8;
     background: #5791ff;
     display: inline-block;
-    margin-top: 1 em;
-    margin-bottom: 1 em;
+    margin-top: 1em;
+    margin-bottom: 1em;
 }
 
 /* individual blocks */

Modified: trunk/themes/default/phpwiki-common.css
===================================================================
--- trunk/themes/default/phpwiki-common.css	2025-02-19 14:40:17 UTC (rev 11145)
+++ trunk/themes/default/phpwiki-common.css	2025-02-19 16:48:08 UTC (rev 11146)
@@ -211,13 +211,13 @@
 
 table.boxed caption, table.bordered caption {
     text-align: center;
-//    font-weight: bold;
+    /* font-weight: bold; */
     caption-side: bottom;
     padding-top: 0.8em;
 }
 
 table.boxed th, table.bordered th {
-//    font-weight: bold;
+    /* font-weight: bold; */
     background-color: #d8d8d8;
 }
 

Modified: trunk/themes/default/phpwiki.css
===================================================================
--- trunk/themes/default/phpwiki.css	2025-02-19 14:40:17 UTC (rev 11145)
+++ trunk/themes/default/phpwiki.css	2025-02-19 16:48:08 UTC (rev 11146)
@@ -355,7 +355,7 @@
 */
 #logo img {
     float: right;
-    align: right;
+    text-align: right;
     /* "paper" borders */
     border-top: 1px #e8e6df solid;
     border-left: 1px #e8e6df solid;
@@ -1163,4 +1163,4 @@
 h1.firstHeading-rating-public {
     background-color: #ffce7b;
     border: 1px solid #ffa500;
-}
\ No newline at end of file
+}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.