From bb31c3db9d519140be0dd09bd61e6dd4b0448841 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 26 Feb 2002 03:50:53 +0000 Subject: [PATCH] New blue theme --- theme/standardblue/config.php | 10 ++++++++++ theme/standardblue/favicon.ico | Bin 0 -> 1718 bytes theme/standardblue/footer.html | 15 +++++++++++++++ theme/standardblue/header.html | 27 +++++++++++++++++++++++++++ theme/standardblue/styles.css | 13 +++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 theme/standardblue/config.php create mode 100644 theme/standardblue/favicon.ico create mode 100644 theme/standardblue/footer.html create mode 100644 theme/standardblue/header.html create mode 100644 theme/standardblue/styles.css diff --git a/theme/standardblue/config.php b/theme/standardblue/config.php new file mode 100644 index 0000000000..396fe97bb0 --- /dev/null +++ b/theme/standardblue/config.php @@ -0,0 +1,10 @@ +body = "#C5EFFF"; // Main page color +$THEME->cellheading = "#8BCDE8"; // Standard headings of big tables +$THEME->cellheading2 = "#B5EAFF"; // Highlight headings of tables +$THEME->cellcontent = "#FFFFFF"; // For areas with text +$THEME->cellcontent2 = "#FFD991"; // Alternate colour +$THEME->borders = "#555555"; // Table borders + +?> diff --git a/theme/standardblue/favicon.ico b/theme/standardblue/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..517c8407f9e4d11ce85210b2476b9aa6ec1a0e48 GIT binary patch literal 1718 zcmbW2PiSLB9LGPE6@^7o@Q}k^l!`3WHEy$z!U`@HjIcrrPpGhmNZV{yve1Pf?@-wk za)=Nx3q{@`hZb@OxQ854ELb7M98w4xcY_2?A%}uF^w2<*9J=t^Z~lq((#4ti{C+d@ zUS@uO=1pLVmzbVrSnju*wp13*%-)QdYU{1Utrg&8nZt2-S<==fa88kLGM@mv% z4h{~a2M=u6FdOuQ>R?KuqH$fcL`U?*@EyM&3j{F7!QwG2nZz;~%=55(9xE2H{e7%j z#pH&(ab{Joy&9L-bNDv$yq+%N*YB_B_kQ_yMZV3* zx7k{cP*ZX5i4)Nl4N(<)A}>6V5^-_cl#dQg)e2SiRPz*&g=AD+)tKrc4grFkD3=}4 z77ej4a^eF)udn2uK)Vf!kpc~h8Kojh0OUOIvM4d&x)6y#I1Is{&PZPIGmos@i8=;P^+OlYS|JfHF#T)Nx{Yj#Nwbd621*HGcw6~vQ_?>{Ik03-6wB( z(v~J>F+vvNvW*Xicu^oRyos|G`VlYVus_G&aM#%7=FKv7g?4bESwO7%`(Chd7)UMm?~TU{i43& zQ*wO44?N^|8QbMM?5*#ykAK4M|AIaG1Ka(RZnw+P(GiD-hwSd|va_>u;rHvis9b+9 zs8{ADa&C3yn$H(po5&~8HH{}SdTr91%>Iw@>TtbxMyo!FMpypsHO6x7-5b&9+R93F zEZ63IPt}h`@7^8C>oPUih~0bo^NoS5U*w$62ago*uiq3=`0GpEnjel>QnG$^b!+Mr zO!)jEe4^WR!2Q?Y+56}3*-KhW_vTQJ#Q2&X&upTrRcwxwq`EJ3&+4u{SNg6ETVmdZ z?S*x4{C+T*P@7K#hb7b>>7=>yNjI20x7T0*-2+&X-w(cpAAggUBMqXO|RH>1W~R8Rlkm literal 0 HcmV?d00001 diff --git a/theme/standardblue/footer.html b/theme/standardblue/footer.html new file mode 100644 index 0000000000..5645faa7d1 --- /dev/null +++ b/theme/standardblue/footer.html @@ -0,0 +1,15 @@ + +
+
+ +

+id) { + echo "You are logged in as $USER->firstname $USER->lastname."; + echo "(wwwroot/login/logout.php\">Logout)"; + } else { + echo "You are not logged in. wwwroot/login/\">Log in here."; + } +?> +

+

+
diff --git a/theme/standardblue/header.html b/theme/standardblue/header.html new file mode 100644 index 0000000000..38074903d7 --- /dev/null +++ b/theme/standardblue/header.html @@ -0,0 +1,27 @@ + + +<?=$title ?> + + + + +javascript"); ?> + + + bgcolor="body ?>" link="#000066" vlink="#222288"> + + + + + + + +
+ + +
+ + +
+ + diff --git a/theme/standardblue/styles.css b/theme/standardblue/styles.css new file mode 100644 index 0000000000..064da472f6 --- /dev/null +++ b/theme/standardblue/styles.css @@ -0,0 +1,13 @@ +A:link { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue} +A:visited { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue} +A:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: red} + +BODY {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} +P {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} +H1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} +H2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} +H3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} +H4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} +TH {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #8BCDE8;} +TD {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif} + -- 2.39.5