From: <var...@us...> - 2021-08-09 13:23:55
|
Revision: 10461 http://sourceforge.net/p/phpwiki/code/10461 Author: vargenau Date: 2021-08-09 13:23:52 +0000 (Mon, 09 Aug 2021) Log Message: ----------- CSS: factor Alert dialog code in themes/default/phpwiki-common.css Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css trunk/themes/Wordpress/Wordpress.css trunk/themes/default/phpwiki-common.css trunk/themes/default/phpwiki.css trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2021-08-09 13:07:52 UTC (rev 10460) +++ trunk/themes/MacOSX/MacOSX.css 2021-08-09 13:23:52 UTC (rev 10461) @@ -778,34 +778,6 @@ padding-left: 3em; } -.dialog { - background-color: #cdf; - color: black; - margin: 2em auto 2em auto; - border: thin black solid; - width: 50%; -} - -.dialog h1, .dialog p, .dialog div { - text-align: center; -} - -.dialog h1 { - font-size: large; - margin: 0.5em 0 1em 0; -} - -.dialog div.message { - background-color: white; - color: black; - margin: 0 1em; - padding: 0.5em 0.5em; -} - -.dialog p.buttons { - margin: 1em 0 0.5em 0; -} - /* postnuke css:*/ .gensmall { font-size: 10px Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2021-08-09 13:07:52 UTC (rev 10460) +++ trunk/themes/Wordpress/Wordpress.css 2021-08-09 13:23:52 UTC (rev 10461) @@ -731,34 +731,6 @@ padding-left: 3em; } -.dialog { - background-color: #cdf; - color: black; - margin: 2em auto 2em auto; - border: thin black solid; - width: 50%; -} - -.dialog h1, .dialog p, .dialog div { - text-align: center; -} - -.dialog h1 { - font-size: large; - margin: 0.5em 0 1em 0; -} - -.dialog div.message { - background-color: white; - color: black; - margin: 0 1em; - padding: 0.5em 0.5em; -} - -.dialog p.buttons { - margin: 1em 0 0.5em 0; -} - /* postnuke css:*/ .gensmall { font-size: 10px Modified: trunk/themes/default/phpwiki-common.css =================================================================== --- trunk/themes/default/phpwiki-common.css 2021-08-09 13:07:52 UTC (rev 10460) +++ trunk/themes/default/phpwiki-common.css 2021-08-09 13:23:52 UTC (rev 10461) @@ -60,6 +60,36 @@ clear: both; } +/* Alert class ======================================================== */ + +.dialog { + background-color: #cdf; + color: black; + margin: 2em auto 2em auto; + border: thin black solid; + width: 50%; +} + +.dialog h1, .dialog p, .dialog div { + text-align: center; +} + +.dialog h1 { + font-size: large; + margin: 0.5em 0 1em 0; +} + +.dialog div.message { + background-color: white; + color: black; + margin: 0 1em; + padding: 0.5em 0.5em; +} + +.dialog p.buttons { + margin: 1em 0 0.5em 0; +} + /* Transclude plugin ================================================== */ .transclude { Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2021-08-09 13:07:52 UTC (rev 10460) +++ trunk/themes/default/phpwiki.css 2021-08-09 13:23:52 UTC (rev 10461) @@ -775,34 +775,6 @@ padding-left: 3em; } -.dialog { - background-color: #cdf; - color: black; - margin: 2em auto 2em auto; - border: thin black solid; - width: 50%; -} - -.dialog h1, .dialog p, .dialog div { - text-align: center; -} - -.dialog h1 { - font-size: large; - margin: 0.5em 0 1em 0; -} - -.dialog div.message { - background-color: white; - color: black; - margin: 0 1em; - padding: 0.5em 0.5em; -} - -.dialog p.buttons { - margin: 1em 0 0.5em 0; -} - /* postnuke css:*/ .gensmall { font-size: 10px Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2021-08-09 13:07:52 UTC (rev 10460) +++ trunk/themes/fusionforge/fusionforge.css 2021-08-09 13:23:52 UTC (rev 10461) @@ -983,34 +983,6 @@ padding-left: 3em; } -.dialog { - background-color: #cdf; - color: black; - margin: 2em auto 2em auto; - border: thin black solid; - width: 50%; -} - -.dialog h1, .dialog p, .dialog div { - text-align: center; -} - -.dialog h1 { - font-size: large; - margin: 0.5em 0 1em 0; -} - -.dialog div.message { - background-color: white; - color: black; - margin: 0 1em; - padding: 0.5em 0.5em; -} - -.dialog p.buttons { - margin: 1em 0 0.5em 0; -} - /* postnuke css:*/ .gensmall { font-size: 10px This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |