mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
upgraded some.
This commit is contained in:
parent
3a22527cdb
commit
24bba8390f
@ -1,8 +0,0 @@
|
||||
Theme Ocean Blue
|
||||
------------------------
|
||||
Author: Mitsuhiro Yoshida(mits@mitstek.com)
|
||||
http://www.mitstek.com/
|
||||
|
||||
To add your original jpeg Logo,
|
||||
1. Rename header.html_logo as header.html
|
||||
2. Save your original Logo as logo.jpg
|
@ -1,53 +0,0 @@
|
||||
<HTML<?php echo $direction?>>
|
||||
<HEAD>
|
||||
<TITLE><?php echo $title ?></TITLE>
|
||||
<META NAME="keywords" CONTENT="Moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<LINK REL="stylesheet" TYPE="text/css" HREF="<?php echo $styles ?>">
|
||||
<LINK REL="SHORTCUT ICON" HREF="<?php echo $CFG->wwwroot?>/theme/oceanblue/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
</HEAD>
|
||||
|
||||
<BODY <?php if ($focus) { echo "onLoad=setfocus()"; } echo " bgcolor=\"$THEME->body\">"; ?>
|
||||
|
||||
<?php if ($home) { // This is what gets printed on the home page only ?>
|
||||
|
||||
<TABLE WIDTH=100% CELLPADDING=10 CELLSPACING=0 BORDER=0>
|
||||
<TR>
|
||||
<TD VALIGN=TOP><A HREF="<?php echo $CFG->wwwroot?>" TARGET="<?php echo $CFG->framename?>"><IMG SRC="<?php echo $CFG->wwwroot?>/theme/oceanblue/logo.jpg" ALT="Moodle" BORDER="0"></A></TD>
|
||||
<TD ALIGN=RIGHT VALIGN=TOP><?php echo $menu ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
|
||||
<?php } else if ($heading) { // This is what gets printed on any other page with a heading ?>
|
||||
|
||||
<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>
|
||||
<TR>
|
||||
<TD VALIGN=TOP><FONT SIZE=4><B><?php echo $heading?></B></FONT></TD>
|
||||
<TD ALIGN=RIGHT VALIGN=TOP><?php echo $menu ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
|
||||
|
||||
<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0 WIDTH=100%>
|
||||
<TR>
|
||||
<TD BGCOLOR="<?php echo $THEME->cellheading?>" CLASS="navbar">
|
||||
<FONT SIZE=2><B><?php print_navigation("$navigation"); ?></B></FONT>
|
||||
</TD>
|
||||
<TD BGCOLOR="<?php echo $THEME->cellheading?>" CLASS="navbar" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?php echo $button ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<IMG SRC="<?php echo $CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
|
||||
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>
|
||||
|
||||
<HR SIZE=1 NOSHADE>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<!-- END OF HEADER -->
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 820 B |
@ -402,15 +402,9 @@ table.message_search_results td {
|
||||
}
|
||||
|
||||
|
||||
/* weblib.php, wiki */
|
||||
.sideblockmain hr {
|
||||
border-top-color:#999999;
|
||||
}
|
||||
|
||||
/* wiki */
|
||||
.sideblockheading {
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*****************************
|
||||
***
|
||||
@ -539,18 +533,22 @@ table.minicalendar {
|
||||
.sideblock {
|
||||
border-color:#AAAAFF; /* borders */
|
||||
}
|
||||
.sideblockmain {
|
||||
.sideblock .heading {
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.sideblock .content {
|
||||
background-color:#FCFCFC;
|
||||
}
|
||||
|
||||
.sideblocklist {
|
||||
background-color:#FCFCFC;
|
||||
}
|
||||
|
||||
.sideblockmain hr {
|
||||
.sideblock .content hr {
|
||||
border-top-color:#999999;
|
||||
}
|
||||
|
||||
.sideblock .list {
|
||||
}
|
||||
|
||||
|
||||
/* Messaging */
|
||||
.message .author {
|
||||
color: #999999;
|
||||
@ -562,3 +560,8 @@ table.minicalendar {
|
||||
|
||||
.message .content {
|
||||
}
|
||||
|
||||
.censoredtext {
|
||||
color:#000000;
|
||||
background:#000000;
|
||||
}
|
||||
|
@ -391,11 +391,11 @@ table.calendar-controls .next {
|
||||
***
|
||||
******************************/
|
||||
|
||||
.sideblockheading {
|
||||
.sideblock .heading {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sideblock .sideblockheading .commands {
|
||||
.sideblock .heading .commands {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
|
@ -276,6 +276,9 @@ table.formtable tbody th
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
#course-view .current .side {
|
||||
}
|
||||
|
||||
#course-view .topics {
|
||||
margin-top: 9px;
|
||||
}
|
||||
@ -802,37 +805,37 @@ table.calendar-controls .next
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
.sideblockheading {
|
||||
.sideblock .heading {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
.sideblockheading .hide-show {
|
||||
.sideblock .heading .hide-show {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.sideblockheading .hide-show img.hide-show-image {
|
||||
.sideblock .heading .hide-show img.hide-show-image {
|
||||
height:11px;
|
||||
width:11px;
|
||||
margin-top:0.25em;
|
||||
}
|
||||
|
||||
.sideblock .sideblockheading .commands {
|
||||
.sideblock .heading .commands {
|
||||
float: right;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
.sideblock .sideblockheading .commands a {
|
||||
.sideblock .heading .commands a {
|
||||
margin: 0px 2px;
|
||||
}
|
||||
|
||||
.sideblockmain {
|
||||
.sideblock .content {
|
||||
padding:4px;
|
||||
}
|
||||
|
||||
.sideblockmain hr {
|
||||
.sideblock .content hr {
|
||||
height:1px;
|
||||
margin-top:4px;
|
||||
margin-bottom:4px;
|
||||
@ -840,34 +843,38 @@ table.calendar-controls .next
|
||||
border-top:1px solid;
|
||||
}
|
||||
|
||||
.sideblock .sideblockheading .hide-show img.hide-show-image {
|
||||
.sideblock .heading .hide-show img.hide-show-image {
|
||||
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockheading .hide-show img.hide-show-image {
|
||||
.sideblock.hidden .heading .hide-show img.hide-show-image {
|
||||
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .sideblockmain {
|
||||
.sideblock.hidden .content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sideblock .sideblocklist {
|
||||
.sideblock .list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sideblock .list .c0{
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.sideblock .footer {
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
/* sideblock weblib.php */
|
||||
.block_course_summary .sideblockmain {
|
||||
.block_course_summary .content {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
/* blocklib.php */
|
||||
|
||||
.block_adminblock .sideblockmain {
|
||||
.block_adminblock .content {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user