From b5987b0f494ed06097d864f15810c2fd15d0012c Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 20 May 2003 06:17:06 +0000 Subject: [PATCH] Added missing style - .forumpostheadertopic --- theme/UPGRADE.txt | 1 + theme/brightretro/styles.php | 3 +++ theme/garden/styles.php | 9 +++------ theme/oceanblue/styles.php | 3 +++ theme/poweraid/styles.php | 21 ++++++++++++++++++--- theme/standard/styles.php | 3 +++ theme/standardblue/styles.php | 3 +++ theme/standardgreen/styles.php | 3 +++ theme/standardlogo/styles.php | 3 +++ theme/standardred/styles.php | 3 +++ theme/standardwhite/styles.php | 3 +++ 11 files changed, 46 insertions(+), 9 deletions(-) diff --git a/theme/UPGRADE.txt b/theme/UPGRADE.txt index 7ca1d0630b..a579799937 100644 --- a/theme/UPGRADE.txt +++ b/theme/UPGRADE.txt @@ -26,6 +26,7 @@ a.dimmed:hover {} /* Styles used when listing discussions in a forum: */ +.forumpostheadertopic {} .forumpostheaderpicture {} .forumpostheadername {} .forumpostheaderreplies {} diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index ccb520cc98..9f41f51e74 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -239,6 +239,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/garden/styles.php b/theme/garden/styles.php index 6bb6bcca1c..169bdc6e22 100755 --- a/theme/garden/styles.php +++ b/theme/garden/styles.php @@ -128,12 +128,6 @@ form { border-style: solid; } -.forumpostheader { -} - -.forumpostheadertopic { -} - .forumpostpicture { } @@ -259,6 +253,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index 054b057e5f..936bba2da6 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -341,6 +341,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/poweraid/styles.php b/theme/poweraid/styles.php index 7756dcd4e2..0a1e9794e0 100644 --- a/theme/poweraid/styles.php +++ b/theme/poweraid/styles.php @@ -171,9 +171,6 @@ form { background-image: url(/images/gradient.jpg); } -.forumpostheadertopic { -} - .forumpostpicture { } @@ -183,6 +180,24 @@ form { .forumpostmessage { } +.forumpostheadertopic { +} + +.forumpostheaderpicture { +} + +.forumpostheadername { + font-size: small; +} + +.forumpostheaderreplies { + font-size: small; +} + +.forumpostheaderdate { + font-size: small; +} + input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; diff --git a/theme/standard/styles.php b/theme/standard/styles.php index d28173e9a7..b89b8aba50 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -237,6 +237,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index d28173e9a7..b89b8aba50 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -237,6 +237,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index d28173e9a7..b89b8aba50 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -237,6 +237,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index d28173e9a7..b89b8aba50 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -237,6 +237,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index d28173e9a7..b89b8aba50 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -237,6 +237,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index d28173e9a7..b89b8aba50 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -237,6 +237,9 @@ a.dimmed:hover { .forumpostheader { } +.forumpostheadertopic { +} + .forumpostheaderpicture { } -- 2.39.5