From c07e87c6ee3aad0779352ad3f8c806bc57756361 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 5 Jan 2003 11:02:51 +0000 Subject: [PATCH] New standard white theme --- theme/standardwhite/config.php | 11 ++ theme/standardwhite/favicon.ico | Bin 0 -> 1718 bytes theme/standardwhite/footer.html | 10 ++ theme/standardwhite/gradient.jpg | Bin 0 -> 488 bytes theme/standardwhite/header.html | 53 +++++++++ theme/standardwhite/styles.php | 189 +++++++++++++++++++++++++++++++ 6 files changed, 263 insertions(+) create mode 100644 theme/standardwhite/config.php create mode 100644 theme/standardwhite/favicon.ico create mode 100644 theme/standardwhite/footer.html create mode 100755 theme/standardwhite/gradient.jpg create mode 100644 theme/standardwhite/header.html create mode 100644 theme/standardwhite/styles.php diff --git a/theme/standardwhite/config.php b/theme/standardwhite/config.php new file mode 100644 index 0000000000..e5463ebb80 --- /dev/null +++ b/theme/standardwhite/config.php @@ -0,0 +1,11 @@ +body = "#FFFFFF"; // Main page color +$THEME->cellheading = "#E8E8E8"; // Standard headings of big tables +$THEME->cellheading2 = "#AAAAAA"; // Highlight headings of tables +$THEME->cellcontent = "#FFFFFF"; // For areas with text +$THEME->cellcontent2 = "#EFEFEF"; // Alternate colour +$THEME->borders = "#555555"; // Table borders +$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) + +?> diff --git a/theme/standardwhite/favicon.ico b/theme/standardwhite/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/standardwhite/footer.html b/theme/standardwhite/footer.html new file mode 100644 index 0000000000..e016358ef3 --- /dev/null +++ b/theme/standardwhite/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/standardwhite/gradient.jpg b/theme/standardwhite/gradient.jpg new file mode 100755 index 0000000000000000000000000000000000000000..61d792c77036adebe070de83dc8749491882b6a1 GIT binary patch literal 488 zcmex=C5bm;@P_1sVSzVF+Vj z1OcEk;ed^unFCb>BqhMW$ij@Gj*%%yEO4P{k|2sGNbUby3_L)!OoGgU4E7A)(_?2k z$d;utl-``ecs(tE9mrM6=~fVPoxrVhf^}jF(}_*Y)?2C=Grllge8IZ-0=N4D=3WS6I~XWnGIRpwAOcY+VL7k1f;jK@nHfE?Y| zbq-;F8rJ?~jQ+&5{Rywwx`~Y89u2FPID}qO(0VCg5_QSlLEBT7VXaCD)0T-BxPaW4 YkC6g0VJ_^V6B&=DI21+-*#Ex?07(RDP5=M^ literal 0 HcmV?d00001 diff --git a/theme/standardwhite/header.html b/theme/standardwhite/header.html new file mode 100644 index 0000000000..5b462f439a --- /dev/null +++ b/theme/standardwhite/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php new file mode 100644 index 0000000000..2500203a2f --- /dev/null +++ b/theme/standardwhite/styles.php @@ -0,0 +1,189 @@ +theme = $themename; + } + + $themeurl = "$CFG->wwwroot/theme/$CFG->theme"; + +/// From here on it's nearly a normal stylesheet. +/// First are some CSS definitions for normal tags, +/// then custom tags follow. +/// +/// New classes always get added to the end of the file. +/// +/// Note that a group of standard colours are all +/// defined in config.php in this directory. The +/// reason for this is because Moodle uses the same +/// colours to provide oldstyle formatting for +/// browsers without CSS. +/// +/// You can hardcode colours in this file if you +/// don't care about this. + +?> + + +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +a:link { + text-decoration: none; + color: blue; +} + +a:visited { + text-decoration: none; + color: blue; +} + +a:hover { + text-decoration: underline; + color: red; +} + +form { + margin-bottom: 0; +} + + + + + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/gradient.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/gradient.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/gradient.jpg); +} + +.sideblockmain { +} + +.sideblocklinks { +} + +.sideblocklatestnews { +} + +.sideblockrecentactivity { +} + +.outlineheadingblock { + background-image: url(/gradient.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostheader { +} + +.forumpostheadertopic { +} + +.forumpostpicture { +} + +.forumpostside { +} + +.forumpostmessage { +} + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} + -- 2.39.5