From 02d35f5503668e88a7801e3841ddf584ffbb2e73 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 13 Dec 2002 03:12:11 +0000 Subject: [PATCH] New themes under construction --- theme/cordoroyblue/config.php | 11 ++ theme/cordoroyblue/favicon.ico | Bin 0 -> 1406 bytes theme/cordoroyblue/footer.html | 10 ++ theme/cordoroyblue/gradient.jpg | Bin 0 -> 377 bytes theme/cordoroyblue/header.html | 53 +++++++++ theme/cordoroyblue/styles.php | 187 +++++++++++++++++++++++++++++++ theme/cordoroyblue/texture1.jpg | Bin 0 -> 854 bytes theme/cordoroyblue/texture2.jpg | Bin 0 -> 817 bytes theme/cordoroyblue/texture3.jpg | Bin 0 -> 909 bytes theme/oceanblue/README | 8 ++ theme/oceanblue/config.php | 11 ++ theme/oceanblue/favicon.ico | Bin 0 -> 1407 bytes theme/oceanblue/footer.html | 10 ++ theme/oceanblue/gradient.jpg | Bin 0 -> 922 bytes theme/oceanblue/header.html | 53 +++++++++ theme/oceanblue/header.html_logo | 53 +++++++++ theme/oceanblue/logo.jpg | Bin 0 -> 3489 bytes theme/oceanblue/logo_base.jpg | Bin 0 -> 820 bytes theme/oceanblue/styles.php | 1 + 19 files changed, 397 insertions(+) create mode 100644 theme/cordoroyblue/config.php create mode 100644 theme/cordoroyblue/favicon.ico create mode 100644 theme/cordoroyblue/footer.html create mode 100755 theme/cordoroyblue/gradient.jpg create mode 100644 theme/cordoroyblue/header.html create mode 100644 theme/cordoroyblue/styles.php create mode 100755 theme/cordoroyblue/texture1.jpg create mode 100755 theme/cordoroyblue/texture2.jpg create mode 100755 theme/cordoroyblue/texture3.jpg create mode 100644 theme/oceanblue/README create mode 100644 theme/oceanblue/config.php create mode 100644 theme/oceanblue/favicon.ico create mode 100644 theme/oceanblue/footer.html create mode 100644 theme/oceanblue/gradient.jpg create mode 100644 theme/oceanblue/header.html create mode 100644 theme/oceanblue/header.html_logo create mode 100644 theme/oceanblue/logo.jpg create mode 100644 theme/oceanblue/logo_base.jpg create mode 100644 theme/oceanblue/styles.php diff --git a/theme/cordoroyblue/config.php b/theme/cordoroyblue/config.php new file mode 100644 index 0000000000..00f9fc314e --- /dev/null +++ b/theme/cordoroyblue/config.php @@ -0,0 +1,11 @@ +body = "#C5EFFF"; // Main page color +$THEME->cellheading = "#9ADAF4"; // Standard headings of big tables +$THEME->cellheading2 = "#73C1E1"; // Highlight headings of tables +$THEME->cellcontent = "#FFFFFF"; // For areas with text +$THEME->cellcontent2 = "#B3EAFF"; // Alternate colour +$THEME->borders = "#555555"; // Table borders +$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) + +?> diff --git a/theme/cordoroyblue/favicon.ico b/theme/cordoroyblue/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..6a2725d6ae7e2aba3a8b7dfaec047753bba7fcdf GIT binary patch literal 1406 zcmeHDyGz1R7(L%DduR5tciQ`@_Sl*nByeo3EgG^vKm-Lr2#FdJ`XMG^jx&+dY@>yPWggbKyGx2}dG<(956`0a5^iLJ1P&LZ$UI z)ReihS}K)7d|QdfjVUC&TEuoV;B9K$aT?q^r}40*#f@EykKiI=zIlW<=Ww_@gWKID z9Ir3ngwtWiJd39@8{V&X5$C-KdDd`ou!>hch_`1RNB%wVS7Ds*ui*0~jLTC$lF1|z zi3Fn2C?b&vLZJ`>fdG6yA3Pop+-^5qE*G3mCmaq3IF5teZim%sg~eil*=&Z%WP;IX zgu!5dUa!yEtsoQ&-Q NeO-TUmphsKCSRysZ-4** literal 0 HcmV?d00001 diff --git a/theme/cordoroyblue/footer.html b/theme/cordoroyblue/footer.html new file mode 100644 index 0000000000..e016358ef3 --- /dev/null +++ b/theme/cordoroyblue/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/cordoroyblue/gradient.jpg b/theme/cordoroyblue/gradient.jpg new file mode 100755 index 0000000000000000000000000000000000000000..c7abdc2214fa20de1ea4a1d85485e33029b90039 GIT binary patch literal 377 zcmex=``2_j6xdp@o1cgOJMMZh|#U;coyG6VInuyV4pa*FVB^NNrR z{vTiv{Mn3B*4PT$i@MZ5@2LtLXlx$WD*e#1WHMO z{D&&V#>~PF(jY`>%7^XuT=sd$foE+2l5^Sr G-vj`Hok5@g literal 0 HcmV?d00001 diff --git a/theme/cordoroyblue/header.html b/theme/cordoroyblue/header.html new file mode 100644 index 0000000000..004feaa73a --- /dev/null +++ b/theme/cordoroyblue/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php new file mode 100644 index 0000000000..5e6094e012 --- /dev/null +++ b/theme/cordoroyblue/styles.php @@ -0,0 +1,187 @@ +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. +/// +/// Note that colours are all defined in config.php +/// in this directory + +?> + + +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; + background-image: url(/texture1.jpg); + } + +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: cellheading?>;} + +td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} + +form { margin-bottom: 0; } + +.highlight { + background-color: highlight?>; +} + +.headingblock { + background-image: url(/texture3.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.navbar { + background-image: url(/texture3.jpg); +} + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { + background-image: url(/texture2.jpg); +} + +.generaltable { +} + +.generaltableheader { + background-image: url(/texture3.jpg); +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + background-image: url(/texture3.jpg); +} + +.sideblockmain { + background-image: url(/texture2.jpg); +} + +.sideblocklinks { + background-image: url(/texture2.jpg); +} + +.sideblocklatestnews { + background-image: url(/texture2.jpg); +} + +.sideblockrecentactivity { + background-image: url(/texture2.jpg); +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { + background-image: url(/texture2.jpg); +} + +.outlineheadingblock { + background-image: url(/texture3.jpg); + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutline { +} + +.weeklyoutlineside { + background-image: url(/texture2.jpg); +} + +.weeklyoutlinesidehighlight { + background-image: url(/texture3.jpg); +} + +.weeklyoutlinecontent { +} + +.topicsoutline { +} + +.topicsoutlineside { + background-image: url(/texture2.jpg); +} + +.topicsoutlinesidehighlight { + background-image: url(/texture3.jpg); +} + +.topicsoutlinecontent { +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostheader { + background-image: url(/texture2.jpg); +} + +.forumpostheadertopic { + background-image: url(/texture3.jpg); +} + +.forumpostpicture { + background-image: url(/texture2.jpg); +} + +.forumpostside { + background-image: url(/texture2.jpg); +} + +.forumpostmessage { +} diff --git a/theme/cordoroyblue/texture1.jpg b/theme/cordoroyblue/texture1.jpg new file mode 100755 index 0000000000000000000000000000000000000000..c0efee0f0309cbec0d00f175f3e115936b414f38 GIT binary patch literal 854 zcmex=``2_j6xdp@o1cgOJMMZh|#U;coyG6VInuyV4pa*FVB^NNrR z{vTivfBQrA-D-%0J zmXV2BkU>b%kVVN+I8a2{$hgpHVo+k^!i^U{0@X``&0&Ta1f&_67?|1Efl|_f5IKZ3 z42*(IK$8Oh-(uilW&}D2XtF)S-`DCvi#(YG!z-W8-}mlh%#?{s{Z85ZJaqc=gdDqg zx#HcPa`js;@&|Yw;nix$7Max6dg-vCefYNGL(M+gduQL)7S+k~6_74&ofN#v;@YRW ziOc1-c6sP+dHHWg=*i3-zbq|P`))BkyQ2Db;`}B4Atsk5Iy|3OxF|4T*8bm_z_>YMzJk{BkrC`hH-IN$-@mXH$M0 z%`Ndfb33R~cXP(<9_VQ)Aa#2QHpx*|eW0Uee{#wmb>!7wGF7D<>OWs|% zMwbP@z4=$feR*f#4T~dpqrD!?`lZ2d+ERLE0pH!dpHg1@O19Xk@uA{u{H`@Rvg~sX zwfP5hEhsxBzi-9yTKU%kU56s8ig=mpEDt5+`vrOMNHiF4GV(wC-b-&aPh0ct@+|A$ zX>(&OI@&`ft=s4|ea3>S4f!S8e?Hb#2r;^PF?Lgigo#;hN&JtqdRv;}rbzF7ZRR_9 z#S<=>XF9%0D@Chzo-$-PpZ@Z5hcNT61^o{;7|%_bvchV5zp~w=%_iG?Wu^HgMVVU9 MTyJ?br~dy<01i``2_j6xdp@o1cgOJMMZh|#U;coyG6VInuyV4pa*FVB^NNrR z{vTivKdsAwU!D8Gh^eEnuIZC|dI%a?gRhlQDB9uJt=*{rza_=LtDB`|Kn4oH%5q_=;Oc z;X(kfjFA_Q-ZaV1uhl7vjsd)H?%j-7nKbD|!|gc+bB}GG{Fbrst4@$(O6KK15BMUN zJ-&GIq)yofF|&pG`HxxRXMVUe(c#}`n+Gb3C&&J0c;|6UOjIFv{f_5ip_}a=@NQny zcx$h-@jItWImMjG3>EFaPpoRIRhZ2=Imo1U%D-$Ls~3}JZhQahsKCz!lcW#+O_lTY zS1mYRe=Nu>Vi|YMy68leTEmE6xi0w?JaIk^T-$Cu`t#UhLxbB?we|b7zuE<_ytVhk zsU6!U^eP$G&QNCY=GfbmWBXCWSX`&>{tFNlo=(6CKH&4WuCoMi;ap-Qe*MnJK0%Tu{l%8RblimB_ zO-x$-O84etqUKr~Hk8N}7)i3Ugfedn+Vj;Z|KQ&w!H8~sKgZST+bz}#OFUI+IM~5# z^;qT4zAuYjZH&3JcYAl>{o9;=DvDP=t=s4|z0u*vhWwK4|B5yRNm?%2X~H8V`?f@O zf5ZZP52^Q6YcA!?byo;@ZqPedw6$vI@gn{+kzc-_c94jE%%%MDZi<*DSMy4@yT_`y XB2K4Vytv`*#Ly4@CQmhw|Gx``2_j6xdp@o1cgOJMMZh|#U;coyG6VInuyV4pa*FVB^NNrR z{vTivO2M3UGw+( zt&s9vFv+F-{4!Oqw=$ZKcOB-tT6EK@&$dGD1{1%Hq2iz2{~01~s^0mW`|`ZKPma%q zET;RJe-pPke-U`eb#(E)!?S-UY_Xp{h0$RzQ~ezI{>&f-j$2Ev{(4}y{=`JjRdzd4 zV>NClS5Ca&F!#X`j`@C^TR9JWf6d6eapIhR=lYk~cuhFH+7yL zO>$D^N>i109=c?7O z=jxxDweCv5?sE}Q9v55V-hJ$Iv|8Z%_UoYw!prMBMBHCSM4g<(>D9c~wXfrRXymLS W&&3Zv*cx(8TYN5W)0{s0|2F|QZckbody = "#7777FF"; // Main page color +$THEME->cellheading = "#CCCCFF"; // Standard headings of big tables +$THEME->cellheading2 = "#8080c0"; // Highlight headings of tables +$THEME->cellcontent = "#F0F0FF"; // For areas with text +$THEME->cellcontent2 = "#CCCCFF"; // Alternate colour +$THEME->borders = "#7777FF; // Table borders +$THEME->highlight = "#0000FF"; // Highlighted text (eg after a search) + +?> diff --git a/theme/oceanblue/favicon.ico b/theme/oceanblue/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..ac57f1e440ebdb2b1a820f484e9bdfc8e91ee1a4 GIT binary patch literal 1407 zcmeHDNlQXe7(L%Dn>CwkPMb%wVb`if1TI_FE?Q(iKm>&cLP*piv1bw#2sYS5T103> zL@vTzwRl7XB?U>FTD8$gdm7Y2B-?u~-*-9ZyXV4p0FsVU38@#sAOlnYdZdyhXrxN& zNsLqKN^6Nk0@2MuJgki&wy(#_)&xZRIBxj~+_@%kzoEyqLywQZJYIxZgw|(pusDUA z?FAgI&f%ChV2hi^1ApCwm1VMn;>xIYTf!pnd%jJU8=>*U7a5x;W*=(>{t>8Eg7K;UD zvl%9n2}YwaZMU3|OCXm(<^<@!(CRuQOP8)kP1LT_5@WSQ&5RAGsgx;3C9X>G{uCd{ zn)m&@Z~FFA^1r0Nf~bbEK@H_I#W2ZOUPGgdF-3P3W0k#B$9_>T)J9ZaUQ{S=sV*y) Qmnb`1|6DI~G}%qQ034ZbjQ{`u literal 0 HcmV?d00001 diff --git a/theme/oceanblue/footer.html b/theme/oceanblue/footer.html new file mode 100644 index 0000000000..c2178515a4 --- /dev/null +++ b/theme/oceanblue/footer.html @@ -0,0 +1,10 @@ + +
+
+ +

+

+
+ + + diff --git a/theme/oceanblue/gradient.jpg b/theme/oceanblue/gradient.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b220e5117f119045e46ca72ea3d7918f568b7e27 GIT binary patch literal 922 zcmex=^lOiET&UP@Y7ModgWM?qOlT~kX_QeM|USHnP6LsJ7}2qQZ?I~NC+Fc+7w zhLo6;2Fc+60R}-1h5!Z)W=25d!pzFb!U9xX3zTPI5o8roG<0MW4oqZMDikqloVbuf*=gfJ(V&YTRE(2~ znmD<{#3dx9RMpfqG__1j&CD$=!0ld(M2vX6_bamA3b{BL z-{t=dS^X)Df0zHeDtCfU|F^@h>kHqU+)y zzL|T@{M&n9@18K>cllnK2Kl`2izhI@z4xVvp?3GZJ_pP7+p4d}D>T2I2NKx~6ye`i zeene2xARq&4A1vneIFas#J?3RvK}a6clEuy0{gAKFP<>-zcsyhO5wM!%mVq$#Z#Ey zniMtEF6#?0+;{PPtjr?*E!7uKF@Ec>vUIS!_}*QE{g&;Er_9>tzpvftVDp~=D2z#- s{=D~fULgBikaAQ)@?QDg+ys8>d)*9`_r63hpZmV(fL!@rG3Ng_0ntERd;kCd literal 0 HcmV?d00001 diff --git a/theme/oceanblue/header.html b/theme/oceanblue/header.html new file mode 100644 index 0000000000..252d81d06e --- /dev/null +++ b/theme/oceanblue/header.html @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/oceanblue/header.html_logo b/theme/oceanblue/header.html_logo new file mode 100644 index 0000000000..731dfef70d --- /dev/null +++ b/theme/oceanblue/header.html_logo @@ -0,0 +1,53 @@ +> + +<?=$title ?> + + + + +javascript"); ?> + + +body\">"; ?> + + + + + + + + +
Moodle
+ + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/oceanblue/logo.jpg b/theme/oceanblue/logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5757edad54473d6266ec87bf8bf66e9eac0f83fa GIT binary patch literal 3489 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 literal 0 HcmV?d00001 diff --git a/theme/oceanblue/logo_base.jpg b/theme/oceanblue/logo_base.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fcc3390f309dc57df75337c80d47f6526d69d69f GIT binary patch literal 820 zcmex=bWcYuZ!I^=Bjg6g+m4ls~os*M;i${c)hnt&6Qb?Fz zL{>^(PF6}rMnOeST|r4lSw=>~TvNxu(8R<Jq?U}9uuW@2GxWo2Ojs;&jfGq4D<3Mm>ovIz$!vMUve7&T5@$f4}C@t|nX#SbdR zNkvVZTw>x9l2WQ_>Kd9_CZ=ZQ7M51dF0O9w9-dyoA)#U65s^{JDXD4c8JStdC8cHM z6_r)ZEv;?s9i3g1CQq3GGAU*RJ2VdF$b$$4{OPfBE|D`;VW$K>lK6V1{@L?lUxh2?G7a#KOYN z!VdBmBU3pLGYhh?DjKp0IR>&P778mFHFAhJOe5)iG(<7~|C<1>AP%Mg literal 0 HcmV?d00001 diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php new file mode 100644 index 0000000000..ada6391180 --- /dev/null +++ b/theme/oceanblue/styles.php @@ -0,0 +1 @@ +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. /// /// Note that colours are all defined in config.php /// in this directory ?> a:link {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: 0000CC;} a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: 0000CC;} a:hover {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: 00F0FF;} 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: cellheading?>;} td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} 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); } .generalbox { border-width: 1px; border-color: borders?>; border-style: solid; } .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; } .weeklyoutline { } .topicsoutline { } .forumpost { border-width: 1px; border-color: borders?>; border-style: solid; } .forumpostheader { } .forumpostheadertopic { } .forumpostpicture { } .forumpostside { } .forumpostmessage { } \ No newline at end of file -- 2.39.5