mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 04:01:40 +01:00
126 lines
1.8 KiB
CSS
126 lines
1.8 KiB
CSS
|
|
/***
|
|
*** Core
|
|
***/
|
|
html, body {
|
|
background-color: #FBF9FA;
|
|
}
|
|
|
|
.block .header {
|
|
}
|
|
|
|
.block .header .title {
|
|
background-image: url([[pix:theme|gradient_h]]);
|
|
background-repeat: repeat-x;
|
|
clear: both;
|
|
line-height: 2em;
|
|
}
|
|
|
|
.block .header .title .block_action {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.block .header .title h2 {
|
|
}
|
|
|
|
.block .header .title .commands {
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.block .header .title .commands a {
|
|
margin: 0 2px;
|
|
}
|
|
|
|
.block .content {
|
|
display:block;
|
|
padding:4px;
|
|
}
|
|
|
|
body {
|
|
font-family: Helvetica, Arial, Verdana, sans-serif;
|
|
font-size: 0.95em;
|
|
line-height: 1.4;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#page-site-index {
|
|
display:block;
|
|
}
|
|
|
|
#page {
|
|
width:97%;
|
|
background-image: url([[pix:theme|roundcorner/header]]);
|
|
margin:15px 1.5% 0;
|
|
background-position:0 0;
|
|
background-repeat:repeat-x;
|
|
min-width: 934px;
|
|
}
|
|
|
|
#headerenvelop { /* Inside Header Middle */
|
|
color:#fff;
|
|
height: 105px;
|
|
/*background-color: #E3DFD4;*/
|
|
}
|
|
|
|
#logo {
|
|
float: left;
|
|
/*display:inline;*/
|
|
}
|
|
|
|
.sitelogo {
|
|
margin:5px 0 -4px 3px;
|
|
}
|
|
|
|
/* Header */
|
|
#header, #header-home {
|
|
padding:0 17px;
|
|
background-color: #E3DFD4;
|
|
margin-left:17px;
|
|
margin-right:17px;
|
|
}
|
|
|
|
#custommenu, .navbar {
|
|
margin-right: 17px;
|
|
margin-left: 17px;
|
|
}
|
|
|
|
.yui3-skin-sam .yui3-menu-content {border-right:none;border-left:none;}
|
|
|
|
.navbar {
|
|
width:auto;
|
|
padding:3px 1em;
|
|
background-image: url([[pix:theme|bg_bread]]);
|
|
}
|
|
|
|
/* content */
|
|
#page-content {
|
|
float: none;
|
|
width: auto;
|
|
margin-right: 17px;
|
|
margin-left: 17px;
|
|
}
|
|
|
|
.shrinker { /* To keep content off of the background image */
|
|
margin:1px 0 0 0;
|
|
}
|
|
|
|
|
|
/* Link Colors */
|
|
a:link, a:visited {
|
|
color:#375faf;
|
|
}
|
|
a:hover, a:active {
|
|
color:#304469;
|
|
}
|
|
|
|
#headerenvelop a:link, #headerenvelop a:visited {
|
|
color:#000;
|
|
}
|
|
|
|
.clearfix {
|
|
min-width: 0;
|
|
/* overflow: hidden; */
|
|
display:block;
|
|
}
|