mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
New styles, changed styles, retro styles, bad 80s styles! (SE)
This commit is contained in:
parent
b0ac91807d
commit
62c0f37e99
@ -184,7 +184,7 @@ th {
|
||||
|
||||
|
||||
/* course */
|
||||
.headingblock.outline {
|
||||
.headingblock .outline {
|
||||
border-color:#DDDDDD; /* borders */
|
||||
}
|
||||
|
||||
@ -335,6 +335,25 @@ th {
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
.entry {
|
||||
}
|
||||
|
||||
.glossarypost {
|
||||
border-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.glossarypost .entryheader,
|
||||
.glossarypost .picture,
|
||||
.glossarypost .entryattachment,
|
||||
.glossarypost .left {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
#mod-glossary-report .generalbox .teacher {
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* lang, forum */
|
||||
|
@ -265,7 +265,7 @@ table.formtable tbody th
|
||||
#course-view .section .left {
|
||||
border-right:0px;
|
||||
text-align:center;
|
||||
font-style:bold;
|
||||
font-weight:bold;
|
||||
width: 1.5em;
|
||||
}
|
||||
|
||||
@ -402,7 +402,7 @@ table.userinfobox {
|
||||
}
|
||||
|
||||
.forumheaderlist .discussion .starter {
|
||||
vertical-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.forumheaderlist .discussion .lastpost {
|
||||
@ -459,16 +459,20 @@ dialouge, exercise, forum, lesson, quiz */
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-collapse:separate;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.glossarypost .entry {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.glossarypost .picture {
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
/* message */
|
||||
.message_link {
|
||||
vertical-align:center;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.message_search_results {
|
||||
@ -697,8 +701,8 @@ table.minicalendar th {
|
||||
|
||||
.cal_popup_caption {
|
||||
background-image:url(gradient.jpg);
|
||||
border-bottom-width:1px;
|
||||
border-bottom-style:solid;
|
||||
border-width:0px 0px 1px 0px;
|
||||
border-style:solid;
|
||||
padding-bottom:2px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user