mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
New style for tabledivider, and some fixups
This commit is contained in:
parent
9586c1dd6b
commit
5604f7798f
theme
UPGRADE.txt
brightretro
cordoroyblue
garden
oceanblue
poweraid
standard
standardblue
standardgreen
standardlogo
standardred
standardwhite
@ -161,3 +161,8 @@ a.autolink:hover {}
|
||||
|
||||
.smallinfo {}
|
||||
.smallinfohead {}
|
||||
|
||||
|
||||
/* Just a small table cell dividing others in a list */
|
||||
.tabledivider {}
|
||||
|
||||
|
@ -425,3 +425,25 @@ a.autolink:hover {
|
||||
-moz-border-radius-topright: 15px;
|
||||
}
|
||||
|
||||
.forumheaderlist {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.smallinfo {
|
||||
}
|
||||
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -452,3 +452,26 @@ a.autolink:hover {
|
||||
.generaltabselected {
|
||||
}
|
||||
|
||||
|
||||
.forumheaderlist {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.smallinfo {
|
||||
}
|
||||
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -377,3 +377,25 @@ a.autolink:hover {
|
||||
.generaltabselected {
|
||||
}
|
||||
|
||||
.forumheaderlist {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.smallinfo {
|
||||
}
|
||||
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -425,3 +425,26 @@ a.autolink:hover {
|
||||
-moz-border-radius-topright: 15px;
|
||||
}
|
||||
|
||||
|
||||
.forumheaderlist {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.smallinfo {
|
||||
}
|
||||
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -41,6 +41,10 @@ $THEME->borders = "#555555"; // Table borders
|
||||
$THEME->frontlogo = "images/frontlogo.jpg"; // Logo on front page
|
||||
$THEME->smalllogo = "images/smalllogo.jpg"; // Header logo on other pages
|
||||
|
||||
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
||||
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
|
||||
$THEME->autolink = "#DDDDDD"; // 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
|
||||
|
@ -260,3 +260,94 @@ select {
|
||||
.coursename {
|
||||
}
|
||||
|
||||
|
||||
.coursebox {
|
||||
}
|
||||
|
||||
.courseboxcontent {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
-moz-border-radius: 20px;
|
||||
}
|
||||
|
||||
.courseboxinfo {
|
||||
}
|
||||
|
||||
.courseboxsummary {
|
||||
}
|
||||
|
||||
a.autolink:link {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
background-color: <?PHP echo $THEME->autolink?>;
|
||||
}
|
||||
|
||||
a.autolink:visited {
|
||||
text-decoration: none;
|
||||
color: #000000;
|
||||
background-color: <?PHP echo $THEME->autolink?>;
|
||||
}
|
||||
|
||||
a.autolink:hover {
|
||||
text-decoration: underline;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.userinfobox {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
-moz-border-radius-bottomleft: 20px;
|
||||
-moz-border-radius-bottomright: 20px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.userinfoboxside {
|
||||
-moz-border-radius-bottomleft: 20px;
|
||||
}
|
||||
|
||||
.userinfoboxcontent {
|
||||
-moz-border-radius-bottomright: 20px;
|
||||
}
|
||||
|
||||
|
||||
.userinfoboxsummary {
|
||||
}
|
||||
|
||||
.userinfoboxlinkcontent {
|
||||
-moz-border-radius-bottomright: 20px;
|
||||
}
|
||||
|
||||
.generaltab {
|
||||
-moz-border-radius-topleft: 15px;
|
||||
-moz-border-radius-topright: 15px;
|
||||
}
|
||||
|
||||
.generaltabselected {
|
||||
-moz-border-radius-topleft: 15px;
|
||||
-moz-border-radius-topright: 15px;
|
||||
}
|
||||
|
||||
.forumheaderlist {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.smallinfo {
|
||||
}
|
||||
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -442,3 +442,13 @@ a.autolink:hover {
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -442,3 +442,13 @@ a.autolink:hover {
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -442,3 +442,13 @@ a.autolink:hover {
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -442,3 +442,13 @@ a.autolink:hover {
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -442,3 +442,13 @@ a.autolink:hover {
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
@ -442,3 +442,13 @@ a.autolink:hover {
|
||||
.smallinfohead {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-width: 1px;
|
||||
border-color: <?PHP echo $THEME->borders?>;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user