Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
d32e6aa9
"README.md" did not exist on "83c5209c151a7c4ad062355d8b59114eed41a4b7"
Commit
d32e6aa9
authored
24 years ago
by
Jeroen
Browse files
Options
Downloads
Patches
Plain Diff
ewsabeasw
parent
d43baa9e
No related branches found
Branches containing commit
Tags
8.0-alpha4
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/jeroen/theme.class
+6
-6
6 additions, 6 deletions
themes/jeroen/theme.class
with
6 additions
and
6 deletions
themes/jeroen/theme.class
+
6
−
6
View file @
d32e6aa9
...
...
@@ -3,17 +3,17 @@
class Theme {
### color set #1:
var $bgcolor1 = "#9370DB"; // background color
var $fgcolor1 = "#
COCOCO
"; // table body color
var $fgcolor1 = "#
FEFEFE
"; // table body color
var $hlcolor1 = "#FF00FF"; // high-light color
### color set #2:
var $bgcolor2 = "#
EEEEEE
";
var $fgcolor2 = "#
666699
";
var $bgcolor2 = "#
836FFF
";
var $fgcolor2 = "#
FEFEFE
";
var $hlcolor2 = "#666699";
### color set #3:
var $bgcolor3 = "#
EEEEE
E";
var $bgcolor3 = "#
FEFEF
E";
var $fgcolor3 = "yellow";
var $hlcolor3 = "yellow";
...
...
@@ -66,7 +66,7 @@
?>
<TABLE BORDER="0" CELLPADDING="4" WIDTH="100%">
<TR BGCOLOR="<? echo $this->bgcolor1; ?>"><TD COLSPAN="2"><FONT COLOR="<? echo $this->bgcolor2; ?>"><B><? echo $subject; ?></B></FONT></TD></TR>
<TR BGCOLOR="<? echo $this->bgcolor
2
; ?>">
<TR BGCOLOR="<? echo $this->bgcolor
1
; ?>">
<TD>
<?
if ($informant) {
...
...
@@ -107,7 +107,7 @@
?>
<TABLE BORDER="0" CELLPADDING="4" WIDTH="100%">
<TR BGCOLOR="<? echo $this->bgcolor1; ?>"><TD><FONT COLOR="<? echo $this->bgcolor2; ?>"><B><? echo $subject; ?></B></FONT></TD></TR>
<TR BGCOLOR="<? echo $this->bgcolor
2
; ?>">
<TR BGCOLOR="<? echo $this->bgcolor
1
; ?>">
<TD>
<?
if ($informant) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment