diff --git a/theme/formal_white/config.php b/theme/formal_white/config.php new file mode 100644 index 0000000000000..dfc6380f69ac9 --- /dev/null +++ b/theme/formal_white/config.php @@ -0,0 +1,18 @@ +body = "#F7F6F1"; // Main page color +$THEME->cellheading = "#C6BDA8"; // Standard headings of big tables +$THEME->cellheading2 = "#849DBC"; // Highlight headings of tables +$THEME->cellcontent = "#FFFFFF"; // For areas with text +$THEME->cellcontent2 = "#C6BDA8"; // Alternate colour +$THEME->borders = "#C6BDA8"; // Table borders +$THEME->highlight = "#849DBC"; // Highlighted text (eg after a search) +$THEME->hidden = "#979EA8"; // To color things that are hidden +$THEME->autolink = "#849DBC"; // To color auto-generated links (eg glossary) + +$THEME->custompix = false; // If true, then this theme must have a "pix" + // subdirectory that contains copies of all + // files from the moodle/pix directory + // See "cordoroyblue" for an up-to-date example. + +?> diff --git a/theme/formal_white/favicon.ico b/theme/formal_white/favicon.ico new file mode 100644 index 0000000000000..08295572b4472 Binary files /dev/null and b/theme/formal_white/favicon.ico differ diff --git a/theme/formal_white/footer.html b/theme/formal_white/footer.html new file mode 100644 index 0000000000000..2e3b1d8303130 --- /dev/null +++ b/theme/formal_white/footer.html @@ -0,0 +1,9 @@ + +
+ + + + +

|

+ + diff --git a/theme/formal_white/header.html b/theme/formal_white/header.html new file mode 100644 index 0000000000000..ebb72fe3c207d --- /dev/null +++ b/theme/formal_white/header.html @@ -0,0 +1,62 @@ +> + + +<?php echo $title ?> + + +wwwroot/theme/$CFG->theme" ?>/favicon.ico" /> +javascript"); ?> + + +body\">"; +?> + + + + + + + + +
+ wwwroot/theme/$CFG->theme/logo.jpg" ?>"> +
+ + + + + + + +
+ wwwroot/theme/$CFG->theme/logo_small.jpg" ?>"> +
+ + + + + + + + + + + +
+
+ + + +
+ + + + diff --git a/theme/formal_white/logo.jpg b/theme/formal_white/logo.jpg new file mode 100644 index 0000000000000..88879ef116055 Binary files /dev/null and b/theme/formal_white/logo.jpg differ diff --git a/theme/formal_white/logo_small.jpg b/theme/formal_white/logo_small.jpg new file mode 100644 index 0000000000000..861338afdb2e3 Binary files /dev/null and b/theme/formal_white/logo_small.jpg differ diff --git a/theme/formal_white/styles.php b/theme/formal_white/styles.php new file mode 100644 index 0000000000000..92e62d2f1168d --- /dev/null +++ b/theme/formal_white/styles.php @@ -0,0 +1,502 @@ + + +body { + font-family: Arial, Helvetica, sans-serif; + font-size : 13px; + margin : 5px; +} + +td, th { + font-family: Arial, Helvetica, sans-serif; + font-size : 13px;} + +a:link { + text-decoration: none; + color: #0033CC; +} + +a:visited { + text-decoration: none; + color:#0033CC; +} + +a:hover { + text-decoration: underline; + color: #990000; +} + +th { + font-weight: bold; + background-color: cellheading?>; +} + +ul { + margin-bottom: 5px; + margin-top: 0px; +} + +form { + margin-bottom: 0; +} + +input { + background : transparent; + +} + +h2 { + font-size : 16px; + font-weight: bold; + background-color: #FEF9F6; + padding : 3; + border : 1px solid borders?>; +} + +h4 { + font-size : 13px; + font-weight: bold; + +} + +.highlight { + background-color: highlight?>; +} + +.headingblock { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + font-weight: bold; + border-width: 1px; + border-color: borders?>; + border-style: solid; + background-color: #E3DFD4; +} + +.navbar { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + font-weight: bold; + background-color: #C6BDA8; +} + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; + background-color: #FEF9F6; +} + +.generalboxcontent { + +} + +.generaltable { +} + +.generaltableheader { + +} + +.generaltablecell { +} + +.sideblock { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.sideblockheading { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + font-weight: bold; + background-color: #E3DFD4; +} + +.sideblockmain { + background-color: #FEF9F6; +} + +.sideblocklinks { + background-color: #FEF9F6; +} + +.sideblocklatestnews { + background-color: #FEF9F6; +} + +.sideblockrecentactivity { + background-color: #FEF9F6; +} + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { + +} + +.outlineheadingblock { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + font-weight: bold; + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutline { +} + +.weeklyoutlineside { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutlinesidehighlight { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutlinesidehidden { + border-width: 1px; + border-color: borders?>; + border-style: dashed; +} + +.weeklyoutlinecontent { + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutlinecontenthighlight { + background: #FFFFFF; + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: solid; +} + +.weeklyoutlinecontenthidden { + background: #F7F6F1; + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: dashed; +} + +.weeklydatetext { + font-weight: bold; +} + +.topicsoutline { +} + +.topicsoutlineside { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.topicsoutlinesidehighlight { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.topicsoutlinesidehidden { + border-width: 1px; + border-color: borders?>; + border-style: dashed; +} + +.topicsoutlinecontent { + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: solid; +} + +.topicsoutlinecontenthighlight { + background: #FFFFFF; + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: solid; +} + +.topicsoutlinecontenthidden { + background-color: #F7F6F1; + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: dashed; +} + +.forumpost { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.forumpostpicture { + background-color: #C6BDA8; +} + +.forumpostside { + background-color: #E3DFD4; +} + +.forumpostmessage { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { + background-color: #E3DFD4; +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { + background-image: none; + background-color: cellcontent?>; +} + +.noticebox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.noticeboxcontent { + text-align: center; +} + + +.feedbacktext { + color: cellheading2?>; +} + +a.dimmed:link { + text-decoration: none; + color: #AAAAAA; +} + +a.dimmed:visited { + text-decoration: none; + color: #AAAAAA; +} + +a.dimmed:hover { + text-decoration: underline; + color: #990000; +} +.dimmed_text { + color: #AAAAAA; +} + +.forumpostheader { + +} + +.forumpostheadertopic { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + background-color: #C6BDA8 +} + +.forumpostheaderpicture { + background-color: #FEF9F6; +} + +.forumpostheadername { + background-color: #FEF9F6; +} + +.forumpostheaderreplies { + +} + +.forumpostheaderdate { + background-color: #FEF9F6; +} + +.logininfo { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; +} + +.homelink { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; +} + +.teacheronly { + color: #990000; +} + +.header { + background-color: #E3DFD4; +} + +.headermain { + font-weight: bold; +} + +.headermenu { +} + +.headerhome { + background-color: #E3DFD4; +} + +.headerhomemain { + font-weight: bold; +} + +.headerhomemenu { +} + +.categorybox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.categoryboxcontent { +} + +.categoryname { + font-weight: bold; +} + +.coursename { +} + +.coursebox { +} + +.courseboxcontent { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.courseboxinfo { +} + +.courseboxsummary { +} + +a.autolink:link { + text-decoration: none; + color: #000000; + background-color: autolink?>; +} + +a.autolink:visited { + text-decoration: none; + color: #000000; + background-color: autolink?>; +} + +a.autolink:hover { + text-decoration: underline; + color: #990000; +} + +.userinfobox { + border-width: 1px; + border-color: borders?>; + border-style: solid; + margin-bottom: 5px; +} + +.userinfoboxside { +} + +.userinfoboxcontent { +} + +.userinfoboxsummary { +} + +.userinfoboxlinkcontent { +} + +.generaltab { +} + +.generaltabselected { +} + + +.forumheaderlist { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.smallinfo { +} + +.smallinfohead { + color: #555555; +} + +.tabledivider { + border-width: 1px; + border-color: borders?>; + border-style: solid; + border-left: 0px; + border-right: 0px; + border-top: 0px; +} +