2011-11-04 02:37:11 +00:00
|
|
|
/**
|
|
|
|
* Core
|
|
|
|
*/
|
|
|
|
|
2013-01-27 20:33:17 +00:00
|
|
|
h1, h1.headermain, h2, h2.tagline, h3, h4, h5 {
|
2011-11-04 02:37:11 +00:00
|
|
|
font-family: Georgia,Times,"Times New Roman",serif;
|
|
|
|
}
|
|
|
|
|
2011-11-27 00:46:24 +00:00
|
|
|
#page {
|
|
|
|
position: relative;
|
|
|
|
width: 94%;
|
|
|
|
margin: 25px 3%;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2011-11-04 02:37:11 +00:00
|
|
|
h1.main,
|
|
|
|
h2.main,
|
|
|
|
h3.main,
|
|
|
|
h4.main,
|
|
|
|
h5.main,
|
|
|
|
h6.main {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.generalbox {
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notice.generalbox,
|
|
|
|
.generaltable,
|
|
|
|
.userinfobox {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notice.generalbox {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifyproblem,
|
|
|
|
.notifysuccess {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifyproblem {
|
|
|
|
color: #660000;
|
|
|
|
}
|
|
|
|
.notifysuccess {
|
|
|
|
color: #006600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifyproblem,
|
|
|
|
.notifysuccess,
|
|
|
|
.paging {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2010-02-05 08:38:02 +00:00
|
|
|
|
2012-03-01 10:21:22 +08:00
|
|
|
|
2010-02-05 08:38:02 +00:00
|
|
|
/**
|
|
|
|
* Tabs
|
|
|
|
*/
|
2011-11-04 02:37:11 +00:00
|
|
|
.tabtree {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 3.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
margin: 1em 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 li {
|
|
|
|
display: inline;
|
|
|
|
margin-right: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 li.here a {
|
|
|
|
position: relative;
|
|
|
|
z-index: 102;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 li a {
|
|
|
|
background-image: url([[pix:theme|tab/left]]);
|
|
|
|
padding-left: 14px;
|
|
|
|
padding-top: 10px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 li a:hover {
|
|
|
|
background-image: url([[pix:theme|tab/left_hover]]);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 li a span {
|
|
|
|
background-image: url([[pix:theme|tab/right]]);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 100% 0%;
|
|
|
|
padding-right: 14px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 li a:hover span {
|
|
|
|
background-image: url([[pix:theme|tab/right_hover]]);
|
|
|
|
}
|
|
|
|
|
2010-02-05 08:38:02 +00:00
|
|
|
.tabtree .tabrow0 ul,
|
2011-11-04 02:37:11 +00:00
|
|
|
.tabtree .tabrow0 div {
|
|
|
|
background-image: url([[pix:theme|tab/tabrow1]]);
|
|
|
|
background-position: 0% 50%;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
padding: 0.25em 0px;
|
|
|
|
top: 100%;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabtree .tabrow0 .empty {
|
|
|
|
height: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0px;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2010-02-05 08:38:02 +00:00
|
|
|
.tabtree .tabrow1 li a,
|
|
|
|
.tabtree .tabrow1 li a:hover,
|
|
|
|
.tabtree .tabrow1 li a span,
|
2011-11-04 02:37:11 +00:00
|
|
|
.tabtree .tabrow1 li a:hover span {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.groupmanagementtable {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2010-06-30 15:59:28 +00:00
|
|
|
|
2011-11-04 02:37:11 +00:00
|
|
|
.groupmanagementtable td {
|
|
|
|
vertical-align: top;
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
.groupmanagementtable td p {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2010-06-30 15:59:28 +00:00
|
|
|
|
2010-09-22 06:20:06 +00:00
|
|
|
/**
|
|
|
|
* Themes
|
|
|
|
*/
|
2011-11-04 02:37:11 +00:00
|
|
|
#page-admin-theme-index .generalbox {
|
|
|
|
border: 0 none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_screenshot {
|
|
|
|
float: left;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_screenshot img {
|
|
|
|
width: 275px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_screenshot h2 {
|
|
|
|
font-size: 2em;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_screenshot h3 {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin: 1em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_screenshot p {
|
|
|
|
font-size: 0.9em;
|
|
|
|
margin: 0 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_description {
|
|
|
|
margin-left: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.theme_description h2 {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
2013-03-27 16:02:47 +08:00
|
|
|
|
|
|
|
/* Moodle forms
|
|
|
|
----------------*/
|
|
|
|
|
|
|
|
.mform .btn-cancel {
|
|
|
|
color: #697F55;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.mform .btn-cancel:hover, .mform .btn-cancel:focus {
|
|
|
|
color: #697F55;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|