mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
Changed some, based on standard theme.
This commit is contained in:
parent
d9b762d025
commit
b731093e5d
@ -52,6 +52,15 @@ a.autolink.glossary:hover {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
img.userpicture,
|
||||
img.grouppicture {
|
||||
border-color:#000
|
||||
}
|
||||
|
||||
.block_online_users .listentry img {
|
||||
border:#888
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:#AAAAFF;
|
||||
color:#000066;
|
||||
@ -220,6 +229,19 @@ body#admin-index .c0 {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
body#admin-blocks table#blocks .r0,
|
||||
body#admin-blocks table#incompatible .r0 {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
body#admin-blocks table#blocks .r1,
|
||||
body#admin-blocks table#incompatible .r1 {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
body#admin-blocks table#incompatible td.c0 {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
@ -243,7 +265,10 @@ body#admin-index .c0 {
|
||||
border-top-color:#999999;
|
||||
}
|
||||
|
||||
.sideblock .list {
|
||||
#left-column .hidden .header,
|
||||
#right-column .hidden .header
|
||||
{
|
||||
border-bottom-color: #dddddd;
|
||||
}
|
||||
|
||||
.sideblock .header .hide-show img.hide-show-image {
|
||||
@ -254,6 +279,13 @@ body#admin-index .c0 {
|
||||
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.blockconfigtable {
|
||||
background-color:#FFFFFF;
|
||||
border-left:1px solid;
|
||||
border-right:1px solid;
|
||||
border-bottom:1px solid;
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
|
@ -511,6 +511,9 @@ body#mod-forum-index .generalbox .cell {
|
||||
font-size: 0.80em;
|
||||
}
|
||||
|
||||
.forumpost .edited {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
@ -520,19 +523,17 @@ body#mod-forum-index .generalbox .cell {
|
||||
.glossarypost .commands {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.glossarypost .entryheader .author,
|
||||
.glossarypost .entryheader .time {
|
||||
.glossarypost .author {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.glossarypost .entryheader .time {
|
||||
font-style: italic;
|
||||
.glossarypost .time {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.concept {
|
||||
font-weight: bold;
|
||||
}
|
||||
.glossarycomment .time {
|
||||
.glossarycomment .author {
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
.entrylowersection .aliases {
|
||||
font-size: 0.8em;
|
||||
|
@ -82,6 +82,13 @@ table {
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
img.userpicture,
|
||||
img.grouppicture,
|
||||
.block_online_users .listentry img {
|
||||
border: 1px solid
|
||||
}
|
||||
|
||||
.notifyproblem {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
@ -835,6 +842,10 @@ body#grade-index .grades .weighted {
|
||||
*** Login
|
||||
***/
|
||||
|
||||
.loginbox {
|
||||
margin-top:15px;
|
||||
}
|
||||
|
||||
.loginbox .content {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
@ -1209,6 +1220,11 @@ body#mod-forum-search .introcontent {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#mod-glossary-comments .glossarypost,
|
||||
#mod-glossary-comment .glossarypost {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.entryboxheader {
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-style: solid;
|
||||
@ -1362,10 +1378,12 @@ body#mod-forum-search .introcontent {
|
||||
|
||||
.feedbacktext {
|
||||
display:block;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
body#mod-quiz-report table#attempts,
|
||||
body#mod-quiz-report table#commands
|
||||
body#mod-quiz-report table#commands,
|
||||
body#mod-quiz-report table#itemanalysis
|
||||
{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
@ -1389,9 +1407,7 @@ body#mod-quiz-report table#attempts td {
|
||||
border-right-width: 1px;
|
||||
border-left-style: solid;
|
||||
border-right-style: solid;
|
||||
}
|
||||
.feedbacktext {
|
||||
text-align:right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .header {
|
||||
text-align: left;
|
||||
|
Loading…
x
Reference in New Issue
Block a user