mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
199 lines
3.0 KiB
CSS
199 lines
3.0 KiB
CSS
/**
|
|
* Core
|
|
*/
|
|
|
|
h1, h1.headermain, h2, h2.tagline, h3, h4, h5 {
|
|
font-family: Georgia,Times,"Times New Roman",serif;
|
|
}
|
|
|
|
#page {
|
|
position: relative;
|
|
width: 94%;
|
|
margin: 25px 3%;
|
|
padding: 0;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
|
|
/**
|
|
* Tabs
|
|
*/
|
|
.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]]);
|
|
}
|
|
|
|
.tabtree .tabrow0 ul,
|
|
.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;
|
|
}
|
|
|
|
.tabtree .tabrow1 li a,
|
|
.tabtree .tabrow1 li a:hover,
|
|
.tabtree .tabrow1 li a span,
|
|
.tabtree .tabrow1 li a:hover span {
|
|
background-image: none;
|
|
}
|
|
|
|
.groupmanagementtable {
|
|
width: 90%;
|
|
}
|
|
|
|
.groupmanagementtable td {
|
|
vertical-align: top;
|
|
border-width: 0px;
|
|
}
|
|
.groupmanagementtable td p {
|
|
margin: 0px;
|
|
}
|
|
|
|
/**
|
|
* Themes
|
|
*/
|
|
#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;
|
|
}
|
|
|
|
/* Moodle forms
|
|
----------------*/
|
|
|
|
.mform .btn-cancel {
|
|
color: #697F55;
|
|
text-decoration: none;
|
|
}
|
|
.mform .btn-cancel:hover, .mform .btn-cancel:focus {
|
|
color: #697F55;
|
|
text-decoration: underline;
|
|
}
|