From: <var...@us...> - 2011-09-23 12:18:16
|
Revision: 8114 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8114&view=rev Author: vargenau Date: 2011-09-23 12:18:10 +0000 (Fri, 23 Sep 2011) Log Message: ----------- Add generic CSS classes Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/Crao/crao.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -62,8 +62,20 @@ margin-bottom: 1em; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /* ****************************** *****LISTES Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/Hawaiian/Hawaiian.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -33,8 +33,20 @@ width: 100%; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /** * Wiki */ Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/MacOSX/MacOSX.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -59,8 +59,20 @@ margin-right: 0.5em; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /** * Wiki */ Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/MonoBook/main.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -219,8 +219,20 @@ line-height: 1.1em; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /* ** the main content area */ Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/Portland/portland.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -27,8 +27,20 @@ clear: both; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /* * "DL tables" */ Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/Sidebar/sidebar.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -211,8 +211,20 @@ line-height: 1.1em; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /* ** the main content area */ Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -48,8 +48,20 @@ a { color: #0053db; } a:hover { color: #5791ff; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /** * Wiki */ Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/blog/Kubrick.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -222,8 +222,20 @@ border-bottom: 1px solid #ddd; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + small { font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/default/phpwiki.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -31,8 +31,20 @@ width: 100%; } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + /** * Wiki */ Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2011-09-21 13:14:50 UTC (rev 8113) +++ trunk/themes/shamino_com/shamino_com.css 2011-09-23 12:18:10 UTC (rev 8114) @@ -121,8 +121,20 @@ a:active { font-weight:normal; color:#445566; text-decoration:underline } a:focus { font-weight:normal; color:#445566; text-decoration:underline } +/* generic classes ----------------------------------------------- */ + +.align-left {text-align: left;} +.align-right {text-align: right;} +.align-center {text-align: center;} + +.top {vertical-align: top;} + +.nowrap {white-space: nowrap;} + .fullwidth { width: 100%; } +/* --------------------------------------------------------------- */ + .main { padding: 0px; border: 0px; margin:0px; } .maintable { padding: 0px; border: 0px; margin:0px; } .menu { font-size: 9pt; padding: 10px; padding-top:0px; border: 0px; margin:0px; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |