Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed Mar 8, 2005
1 parent 5ad4a39 commit 9ac6ae7
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 23 deletions.
20 changes: 19 additions & 1 deletion theme/oceanblue/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,17 @@ th {
background-color: #F0F0F0;
}

.glossarycomment {
border-color: #DDDDDD;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
background-color: #F0F0F0;

}


#mod-glossary-report .generalbox .teacher {
background: #F0F0F0;
Expand All @@ -363,7 +374,7 @@ th {
color:#990000;
}

.forumheadminimal {
.sideblock .post .head {
color:#555555;
}

Expand Down Expand Up @@ -402,7 +413,14 @@ table.message_search_results td {
}


/* quiz */

body#mod-quiz-report table#attempts td {
border-color: #dddddd;
}
body#mod-quiz-report table#attempts .r1 {
background-color: #eeeeee;
}



Expand Down
44 changes: 28 additions & 16 deletions theme/oceanblue/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,32 +207,16 @@ table.formtable tbody th {
}

.forumaddnew,
.forumaddnewminimal,
.forumnodiscuss,
.forumnodiscussminimal,
.forumolddiscussminimal,
.noticeboxcontent {
text-align:center;
}

.forumnodiscuss,
.forumnodiscussminimal {
font-weight:normal;
}

.forumpostheadername,
.forumpostheaderreplies,
.forumpostheaderdate {
font-size:small;
}

.forumaddnewminimal,
.forumnodiscussminimal,
.forumheadminimal,
.foruminfominimal,
.forumolddiscussminimal {
font-size:x-small;
}

.forumpost .topic .subject {
font-weight: normal;
Expand Down Expand Up @@ -289,6 +273,16 @@ table.formtable tbody th {
font-size:x-small;
}

body#mod-quiz-report table#attempts .header {
text-align: left;
}
body#mod-quiz-report table#attempts .picture {
text-align: center !important;
}
body#mod-quiz-report .controls {
text-align: center;
}


/* glossary */
.glossarypost .commands {
Expand All @@ -301,6 +295,10 @@ table.formtable tbody th {
.concept {
font-weight: normal;
}
.glossarycomment .time {
font-size: 0.7em;
font-style: italic;
}


/*****************************
Expand Down Expand Up @@ -404,6 +402,12 @@ table.calendar-controls .next {
text-align:center;
}

.sideblock .head,
.sideblock .info {
font-size: 0.85em;
}


/* block_rss_client.php */
.rssclientlink {
font-size:x-small;
Expand Down Expand Up @@ -467,3 +471,11 @@ body#user-index #longtimenosee {
.helplink {
font-size:0.8em;
}

.headingblock .title {
font-weight: normal;
}
.headingblock .link {
font-size: 0.9em;
font-weight: normal;
}
64 changes: 58 additions & 6 deletions theme/oceanblue/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ a img {
}
.feedback {
}

.initialbar {
text-align: center;
}

/* summary of a user in a nice little box - weblib.php */
.userinfobox {
Expand Down Expand Up @@ -396,7 +398,8 @@ table.userinfobox {
margin-left: 30px;
}

body#user-view .forumpost {
body#user-view .forumpost,
.course .forumpost {
width: 100%;
}

Expand All @@ -409,10 +412,6 @@ body#mod-forum-search .introcontent {
font-weight:bold;
}

.forumolddiscussminimal {
text-align: center;
}

.forumolddiscuss {
text-align: right;
}
Expand Down Expand Up @@ -527,6 +526,27 @@ table.generaltable th.header,
width: 35px;
}

.glossarycomment {
border-width:1px;
border-style:solid;
border-collapse:separate;
margin-bottom: 5px;
text-align: left;
}


.glossarycomment .entry {
padding: 3px;
}

.glossarycomment .picture {
width: 35px;
}

.glossarycomment .icons {
text-align: right;
}


/* message */
.message_link {
Expand All @@ -550,6 +570,33 @@ table.message_search_results td {
display:block;
}

body#mod-quiz-report table#attempts,
body#mod-quiz-report table#commands
{
width: 80%;
margin: auto;
}
body#mod-quiz-report table#attempts {
margin: 20px auto;
}
body#mod-quiz-report table#attempts .header,
body#mod-quiz-report table#attempts .cell
{
padding: 4px;
}
body#mod-quiz-report table#attempts .header .commands {
display: inline;
}
body#mod-quiz-report table#attempts .picture {
width: 40px;
}
body#mod-quiz-report table#attempts td {
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
}


/*****************************
***
Expand Down Expand Up @@ -974,3 +1021,8 @@ body#course-enrol .generalbox {
body#course-enrol .coursebox {
margin-top: 20px;
}

.headingblock .link {
text-align:right;
}

0 comments on commit 9ac6ae7

Please sign in to comment.