~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to theme/magazine/style/core.css

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 
460
460
/** inner block style for decent display of recent news, etc **/
461
461
 
462
 
.block_recent_activity.block_docked div.content h2.main,
463
 
.block_recent_activity.block_docked div.content h3.main,
464
 
.side-pre .block div.content h2.main,
465
 
.side-post .block div.content h2.main,
466
 
.block div.content h3.main,
 
462
.block_recent_activity.block_docked div.content h2,
 
463
.block_recent_activity.block_docked div.content h3,
 
464
.side-pre .block div.content h2,
 
465
.side-post .block div.content h2,
 
466
.block div.content h3,
467
467
.block div.content h2 {
468
468
    font-size: 13px;
469
469
    color: #333;
696
696
}
697
697
 
698
698
/** main headings **/
699
 
 
700
 
.generalbox h2,h3.sectionname, h2.headingblock,h2.main,h3.main, h2.main a, h3.main a, div.loginpanel h2, div.signuppanel h2 {
 
699
.generalbox h2,h3.sectionname, div.loginpanel h2, div.signuppanel h2,
 
700
#site-news-forum h2, #frontpage-course-list h2, #frontpage-category-names h2, #frontpage-category-combo h2 {
701
701
    font-size: 30px;
702
702
    padding-bottom: 2px;
703
703
    margin: 3px 0 2px;
708
708
    letter-spacing: -1px;
709
709
    line-height: 1em;
710
710
    background: url([[pix:theme|hr_grid]]) repeat-x 0% 89%
711
 
    }
712
 
 
713
 
.generalbox h2, h3.sectionname, h2.main a, h3.main a, div.loginpanel h2, div.signuppanel h2, div.hd h3.main {
 
711
}
 
712
 
 
713
.course_category_tree .info > .categoryname {
 
714
    display: inline;
 
715
}
 
716
 
 
717
.generalbox h2, h3.sectionname, div.loginpanel h2, div.signuppanel h2, div.hd h3 {
714
718
    font-size: 22px;
715
719
    background: none;
716
720
}
793
797
    font-weight: 800;
794
798
}
795
799
 
796
 
.info .name a {
797
 
    font-weight: bold;
798
 
}
799
 
 
800
800
.indent {
801
801
    margin-left: 30px;
802
802
}
901
901
    margin-bottom: 0;
902
902
}
903
903
 
904
 
div.coursebox > .info > .name a {
 
904
div.coursebox > .info > .coursename {
905
905
    font-weight: inherit;
906
906
}
907
907
 
908
 
div.coursebox > .info > h3.name a {
 
908
div.coursebox > .info > h3.coursename a {
909
909
    font-size: 16px;
910
910
    font-weight: 400;
911
911
}
937
937
    background: #eee;
938
938
}
939
939
 
940
 
div.course_category_tree div.coursebox > .info > .name > a {
 
940
div.course_category_tree div.coursebox > .info > .categoryname > a {
941
941
    font-size: 14px;
942
942
}
943
943
 
1017
1017
 
1018
1018
/** glossary activity **/
1019
1019
 
1020
 
table.glossarycategoryheader h2.main {
 
1020
table.glossarycategoryheader h2 {
1021
1021
    text-align: center;
1022
1022
    margin-bottom: 0;
1023
1023
    margin-top: 0;
1096
1096
    border: none;
1097
1097
}
1098
1098
 
1099
 
div.generalbox.firstpageoptions h3.main {
 
1099
div.generalbox.firstpageoptions h3 {
1100
1100
    font-size: 16px;
1101
1101
}
1102
1102