From c56a9a9d33fe8f95b0ea5c3765dddd682ea8e84b Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 23 Sep 2011 12:18:10 +0000 Subject: [PATCH] Add generic CSS classes git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8114 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Crao/crao.css | 12 ++++++++++++ themes/Hawaiian/Hawaiian.css | 12 ++++++++++++ themes/MacOSX/MacOSX.css | 12 ++++++++++++ themes/MonoBook/main.css | 12 ++++++++++++ themes/Portland/portland.css | 12 ++++++++++++ themes/Sidebar/sidebar.css | 12 ++++++++++++ themes/SpaceWiki/SpaceWiki.css | 12 ++++++++++++ themes/blog/Kubrick.css | 12 ++++++++++++ themes/default/phpwiki.css | 12 ++++++++++++ themes/shamino_com/shamino_com.css | 12 ++++++++++++ 10 files changed, 120 insertions(+) diff --git a/themes/Crao/crao.css b/themes/Crao/crao.css index a7fcb13eb..5f1adf05e 100644 --- a/themes/Crao/crao.css +++ b/themes/Crao/crao.css @@ -62,8 +62,20 @@ p { 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 diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index 823091f9d..a36cda6c2 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -33,8 +33,20 @@ caption { 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 */ diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index adaaba3be..6827b23a1 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -59,8 +59,20 @@ form.wikiadmin input[type=file] { 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 */ diff --git a/themes/MonoBook/main.css b/themes/MonoBook/main.css index dae946b78..8f9c334d9 100644 --- a/themes/MonoBook/main.css +++ b/themes/MonoBook/main.css @@ -219,8 +219,20 @@ pre { 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 */ diff --git a/themes/Portland/portland.css b/themes/Portland/portland.css index 694517de5..30046be3c 100644 --- a/themes/Portland/portland.css +++ b/themes/Portland/portland.css @@ -27,8 +27,20 @@ input.numeric { 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" */ diff --git a/themes/Sidebar/sidebar.css b/themes/Sidebar/sidebar.css index dbccb3868..90a0e74bd 100644 --- a/themes/Sidebar/sidebar.css +++ b/themes/Sidebar/sidebar.css @@ -211,8 +211,20 @@ pre { 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 */ diff --git a/themes/SpaceWiki/SpaceWiki.css b/themes/SpaceWiki/SpaceWiki.css index 3baeb08d3..1a83a5e9a 100644 --- a/themes/SpaceWiki/SpaceWiki.css +++ b/themes/SpaceWiki/SpaceWiki.css @@ -48,8 +48,20 @@ caption { 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 */ diff --git a/themes/blog/Kubrick.css b/themes/blog/Kubrick.css index dedf24f17..821dc794f 100644 --- a/themes/blog/Kubrick.css +++ b/themes/blog/Kubrick.css @@ -222,8 +222,20 @@ div.comments { 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; diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 9360eb332..54b5e511a 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -31,8 +31,20 @@ caption { 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 */ diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index e03348a4e..19e79eeff 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -121,8 +121,20 @@ a:hover { font-weight:normal; color:#445566; text-decoration:underline } 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; } -- 2.45.2