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

vargenau--- via phpwiki-checkins <[email protected]> Mon, 05 May 2025 17:33:38 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11195
          http://sourceforge.net/p/phpwiki/code/11195
Author:   vargenau
Date:     2025-05-05 17:33:37 +0000 (Mon, 05 May 2025)
Log Message:
-----------
Default value for font-family; minor CSS improvements

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

Modified: trunk/themes/Hawaiian/Hawaiian.css
===================================================================
--- trunk/themes/Hawaiian/Hawaiian.css	2025-05-05 17:32:16 UTC (rev 11194)
+++ trunk/themes/Hawaiian/Hawaiian.css	2025-05-05 17:33:37 UTC (rev 11195)
@@ -83,7 +83,7 @@
     /* Adds space between the image and the heading */
 
     border: 1px outset gray;
-    margin-left: 0em;
+    margin-left: 0;
     margin-bottom: 1ex;
 }
 
@@ -629,7 +629,7 @@
 div.toc p {
     /*toc title*/
     text-decoration: none;
-    padding-top: 0ex;
+    padding-top: 0;
     margin-left: 5px;
 }
 
@@ -636,7 +636,7 @@
 div.toclist p a {
     /*toc items*/
     text-decoration: none;
-    padding-top: 0ex;
+    padding-top: 0;
     margin-left: 5px;
 }
 

Modified: trunk/themes/MacOSX/MacOSX.css
===================================================================
--- trunk/themes/MacOSX/MacOSX.css	2025-05-05 17:32:16 UTC (rev 11194)
+++ trunk/themes/MacOSX/MacOSX.css	2025-05-05 17:33:37 UTC (rev 11195)
@@ -27,7 +27,7 @@
 
 body {
     background: #fafafa url("images/bgpaper8.png");
-    font-family: "New York", Palatino;
+    font-family: "New York", Palatino, serif;
 }
 
 body.edit {
@@ -42,13 +42,8 @@
 }
 
 #logo img {
-    margin-right: 0ex;
-    /* Adds space between the image and the heading */
-    /*
-    margin-left: 0em;
-    margin-bottom: 1ex;
-    */
-    margin-left: 0em;
+    margin-right: 0;
+    margin-left: 0;
 }
 
 
@@ -94,22 +89,21 @@
 /* CreateTocPlugin plugin ================================================== */
 
 div.toc p {
-    /*toc title*/
+    /* toc title */
     font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
     text-decoration: none;
-    padding-top: 0ex;
+    padding-top: 0;
     margin-left: 5px;
 }
 
 div.toclist p {
-    /*toc items*/
+    /* toc items */
     font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
     font-style: italic;
-    padding-top: 0ex;
+    padding-top: 0;
     margin-left: 5px;
 }
 
-
 input.button {
     font-family: "Lucida Grande", "SF Pro", "San Francisco", "Lucida Sans", Helvetica, Arial, sans-serif;
 }
@@ -1266,7 +1260,6 @@
 
 .tdunselected {
     font-weight: normal;
-    background: white;
     text-decoration: underline;
     background: #f8f8f8;
 }

Modified: trunk/themes/SpaceWiki/SpaceWiki.css
===================================================================
--- trunk/themes/SpaceWiki/SpaceWiki.css	2025-05-05 17:32:16 UTC (rev 11194)
+++ trunk/themes/SpaceWiki/SpaceWiki.css	2025-05-05 17:33:37 UTC (rev 11195)
@@ -32,7 +32,7 @@
 }
 */
 @font-face {
-    font-family: 'Antonio';
+    font-family: 'Antonio', sans-serif;
     font-weight: normal;
     font-weight: 400;
     src: url('fonts/Antonio-Regular.woff2') format('woff2'),
@@ -91,7 +91,6 @@
 h1 {
     font-weight: bold;
     font-weight: 700;
-
     color: #5791ff;
 }
 
@@ -180,10 +179,6 @@
 form {
     color: red;
     /* background-color: black;*/
-    padding-top: 1ex;
-    padding-left: 1ex;
-    padding-bottom: 3pt;
-    padding-right: 0pt;
     padding: 0;
 }
 
@@ -190,7 +185,6 @@
 textarea {
     display: flex;
 
-
     padding: 12px 20px;
     margin-left: 8px;
 
@@ -251,7 +245,7 @@
     text-align: center;
     border-radius: 4px;
 
-    margin-bottom: 0ex;
+    margin-bottom: 0;
     margin-right: 1ex;
     color: white !important;
     background: #090230;
@@ -290,7 +284,7 @@
     cursor: pointer;
     /* Pointer cursor on hover */
     border: 0;
-vertical-align: middle;
+    vertical-align: middle;
     padding-top: 0.5ex;
     padding-left: 4ex;
     padding-bottom: 3pt;
@@ -367,7 +361,6 @@
         "Arial Narrow", Helvetica, Arial, sans-serif;
     font-weight: normal;
     font-weight: 400;
-
     color: black;
     background-color: yellow;
     padding-top: 1ex;
@@ -424,7 +417,7 @@
 
 #actionbuttons a.wikiadmin,
 a.wikiadmin {
-    font-family: 'Antonio';
+    font-family: 'Antonio', sans-serif;
     font-weight: normal;
     font-weight: 400;
     background-color: #BB0002;
@@ -564,7 +557,7 @@
 /* CreateTocPlugin plugin ================================================== */
 
 div.toc p.toctitle {
-    /*toc title*/
+    /* toc title */
     text-decoration: none;
     margin-left: 5px;
     color: black;
@@ -576,9 +569,9 @@
 }
 
 div.toclist p {
-    /*toc items*/
+    /* toc items */
     font-style: italic;
-    padding-top: 0ex;
+    padding-top: 0;
     margin-left: 5px;
 }
 
@@ -619,7 +612,6 @@
 }
 
 .diff .block {
-    background: #d8d8d8;
     background: #5791ff;
     display: inline-block;
     margin-top: 1em;
@@ -758,25 +750,6 @@
     font-weight: 700;
 }
 
-
-/*a.wikiadmin {
-    margin-left: 1ex;
-    font-weight: 700;
-    background-color: #ddc300;
-    color: black;
-    border-top-right-radius: 18px;
-    border-bottom-right-radius: 18px;
-    padding-right: 3ex;
-    cursor: pointer;
-    border: 0;
-
-    padding-top: 1ex;
-    padding-left: 4ex;
-    padding-bottom: 3pt;
-    padding-right: 1.5ex;
-}
-*/
-
 .wiki-edithelp {
     display: inline-block;
     margin-left: 1ex;

Modified: trunk/themes/default/phpwiki-common.css
===================================================================
--- trunk/themes/default/phpwiki-common.css	2025-05-05 17:32:16 UTC (rev 11194)
+++ trunk/themes/default/phpwiki-common.css	2025-05-05 17:33:37 UTC (rev 11195)
@@ -168,14 +168,13 @@
     padding: 1ex;
 }
 
-div.toc p { /*toc title*/
+div.toc p { /* toc title */
     text-decoration: none;
-    padding-top: 0ex;
+    padding-top: 0;
     margin-left: 5px;
 }
-div.toclist p a { /*toc items*/
-/*    text-decoration: none;*/
-    padding-top: 0ex;
+div.toclist p a { /* toc items */
+    padding-top: 0;
     margin-left: 5px;
 }
 

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