From: <var...@us...> - 2015-01-28 16:32:36
|
Revision: 9497 http://sourceforge.net/p/phpwiki/code/9497 Author: vargenau Date: 2015-01-28 16:32:33 +0000 (Wed, 28 Jan 2015) Log Message: ----------- Better MonoBook layout Modified Paths: -------------- trunk/themes/MonoBook/monobook.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2015-01-28 16:05:33 UTC (rev 9496) +++ trunk/themes/MonoBook/monobook.css 2015-01-28 16:32:33 UTC (rev 9497) @@ -1266,7 +1266,7 @@ position: absolute; /*z-index: 1;*/ /* important! */ - top: 1.3em; + top: 1.8em; left: 11.5em; margin: 0; white-space: nowrap; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-01-28 16:49:20
|
Revision: 9500 http://sourceforge.net/p/phpwiki/code/9500 Author: vargenau Date: 2015-01-28 16:49:18 +0000 (Wed, 28 Jan 2015) Log Message: ----------- Better MonoBook layout Modified Paths: -------------- trunk/themes/MonoBook/monobook.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2015-01-28 16:37:54 UTC (rev 9499) +++ trunk/themes/MonoBook/monobook.css 2015-01-28 16:49:18 UTC (rev 9500) @@ -1191,7 +1191,7 @@ #p-personal .pBody { z-index: 0; padding: 0; - margin: 0; + margin: 12px 0 0 0; border: none; overflow: visible; background-image: none; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-04-10 16:52:23
|
Revision: 9664 http://sourceforge.net/p/phpwiki/code/9664 Author: vargenau Date: 2015-04-10 16:52:16 +0000 (Fri, 10 Apr 2015) Log Message: ----------- Fix toolbar alignment Modified Paths: -------------- trunk/themes/MonoBook/monobook.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2015-04-10 16:41:15 UTC (rev 9663) +++ trunk/themes/MonoBook/monobook.css 2015-04-10 16:52:16 UTC (rev 9664) @@ -1690,6 +1690,10 @@ cursor: pointer; } +input.toolbar[type=image] { + vertical-align: top; +} + #editform .editOptions { display: inline; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2017-10-11 15:13:20
|
Revision: 10050 http://sourceforge.net/p/phpwiki/code/10050 Author: vargenau Date: 2017-10-11 15:13:18 +0000 (Wed, 11 Oct 2017) Log Message: ----------- Add more defaults for font-family Modified Paths: -------------- trunk/themes/MonoBook/monobook.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2017-10-11 14:22:28 UTC (rev 10049) +++ trunk/themes/MonoBook/monobook.css 2017-10-11 15:13:18 UTC (rev 10050) @@ -26,7 +26,7 @@ padding: 0 1em 1.5em 1em; background-color: white; color: black; - border: 1px solid #aaa; + border: 1px solid #aaaaaa; border-right: none; line-height: 1.5em; } @@ -113,7 +113,7 @@ color: black; background-image: none; font-weight: bold; - font-family: Tahoma, sans-serif; + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; padding-top: 0.5em; padding-bottom: 0.17em; @@ -707,6 +707,7 @@ margin-top: 0; margin-bottom: 0; background-color: white; + /* "paper" borders */ border-top: 1px #e8e6df solid; border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; @@ -1018,7 +1019,7 @@ text-decoration: none; } -/* At the right we put a small "wiki star" */ +/* At the right we put a small "wiki stamp" */ #img-logo-right { position: absolute; z-index: 4; @@ -1066,7 +1067,7 @@ padding: 0 0.4em !important; font-size: 95%; cursor: pointer; - background-color: White; + background-color: white; border: 1px solid #2f6fab; } @@ -1300,8 +1301,8 @@ background-color: white; border-top: 1px solid #fabd23; border-bottom: 1px solid #fabd23; + border-left: 1px solid #fabd23; margin: .6em 0 1em 0; - border-left: 1px solid #fabd23; margin-left: 13.6em; padding: .4em 0 1.2em 0; text-align: center; @@ -1621,7 +1622,7 @@ th.gridbutton { background-color: ThreeDLightShadow; color: black; - font-family: Tahoma, Arial, Helvetica, sans-serif; + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: normal; white-space: nowrap; @@ -1637,7 +1638,7 @@ text-decoration: none; font-size: small; font-weight: normal; - font-family: Tahoma, Arial, Helvetica, sans-serif; + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; background-color: ThreeDLightShadow; color: black; } @@ -1782,7 +1783,7 @@ a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe, input.wikiaction, input.button, input.wikiadmin { text-decoration: none; - font-family: Arial, Helvetica, sans-serif; + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* don't wrap text buttons */ white-space: nowrap; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |