mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
3acb97f062
modified: theme/anomaly/style/general.css modified: theme/base/style/question.css modified: theme/magazine/style/core.css modified: theme/serenity/style/core.css modified: theme/splash/style/blue.css modified: theme/splash/style/green.css modified: theme/splash/style/orange.css modified: theme/splash/style/pagelayout.css modified: theme/splash/style/red.css
86 lines
2.0 KiB
CSS
86 lines
2.0 KiB
CSS
/********************************************************
|
|
**
|
|
** Theme name: Splash
|
|
** Creation Date: 30/06/09
|
|
** Author: Caroline Kennedy - Synergy Learning
|
|
** Author URI: http://synergylearning.com
|
|
**
|
|
*********************************************************/
|
|
|
|
body.splash-blue {
|
|
background: url([[pix:theme|bgblue]]) top left repeat-x #fff;
|
|
}
|
|
.splash-blue a:link,
|
|
.splash-blue a:visited,
|
|
.splash-blue a:active {
|
|
color: #3d6276;
|
|
}
|
|
.splash-blue a:hover {
|
|
color: #294b5d;
|
|
}
|
|
.splash-blue #region-main h1,
|
|
.splash-blue #region-main h3,
|
|
.splash-blue #region-main h6 {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue #page-header {
|
|
background: url([[pix:theme|pageheaderbgblue]]) top center no-repeat;
|
|
}
|
|
.splash-blue #logobox{
|
|
background: url([[pix:theme|lbgv2blue]]) no-repeat;
|
|
}
|
|
.splash-blue #colourswitcher p{
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .navbar .breadcrumb a {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .navbar .arrow {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .course-content ul.topics li.section .left {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .mform fieldset legend {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .tabtree .tabrow0 a:hover{
|
|
color:#294b5d;
|
|
}
|
|
.splash-blue .tabtree .tabrow0 .here a {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .tabtree .tabrow0 .here a:hover{
|
|
background:#fff;color: #294b5d;
|
|
}
|
|
.splash-blue .tabtree .here ul .here a.nolink:hover {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .coursebox{
|
|
border-bottom: 1px dashed #cbd3d6;
|
|
}
|
|
.splash-blue .path-mod-quiz .qnbutton {
|
|
background:#3d6276;
|
|
color:#fff;
|
|
}
|
|
.splash-blue .path-mod-quiz .qnbutton.open {
|
|
background:#3d6276;
|
|
}
|
|
.splash-blue .block-region .block .header {
|
|
background: url([[pix:theme|sbheaderbg2blue]]) top center no-repeat
|
|
}
|
|
.splash-blue .block .minicalendar td.weekend {
|
|
color:#3d6276;
|
|
}
|
|
.splash-blue .pagelayout-redirect {
|
|
border-top: 1px solid #294b5d;
|
|
}
|
|
.splash-blue #dock {
|
|
background-color:#3d6276;
|
|
border-right:1px solid #3d6276;
|
|
}
|
|
.splash-blue #dock .dockedtitle {
|
|
border-top:1px solid #627680;
|
|
border-bottom:1px solid #294b5d;
|
|
}
|