mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
100 lines
1.4 KiB
CSS
100 lines
1.4 KiB
CSS
body {
|
|
font: normal 12px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
color: #4f6b72;
|
|
background: #E6EAE9;
|
|
}
|
|
|
|
body.frame {
|
|
background: #FFFFFF;
|
|
}
|
|
iframe{border:0}
|
|
|
|
a {
|
|
color: #c75f3e;
|
|
text-decoration: none
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
td.header {
|
|
border-right: 0px ;
|
|
border-bottom: 0px ;
|
|
border-top: 0px ;
|
|
border-left: 0px ;
|
|
vertical-align: top;
|
|
}
|
|
|
|
caption {
|
|
padding: 0 0 5px 0;
|
|
width: 700px;
|
|
font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
td {
|
|
border-right: 1px solid #C1DAD7;
|
|
border-bottom: 1px solid #C1DAD7;
|
|
border-top: 1px solid #C1DAD7;
|
|
border-left: 1px solid #C1DAD7;
|
|
background: #fff;
|
|
padding: 6px 6px 6px 12px;
|
|
color: #4f6b72;
|
|
vertical-align: top;
|
|
text-align: left;
|
|
}
|
|
|
|
td.content {
|
|
vertical-align: middle;
|
|
border-right: 0px ;
|
|
border-bottom: 0px ;
|
|
border-top: 0px ;
|
|
border-left: 0px ;
|
|
}
|
|
|
|
tr {
|
|
vertical-align: top;
|
|
}
|
|
|
|
div.right {
|
|
text-align:right;
|
|
}
|
|
|
|
input.right {
|
|
text-align:right;
|
|
}
|
|
|
|
div.left {
|
|
text-align:left;
|
|
}
|
|
|
|
div.center {
|
|
text-align:center;
|
|
}
|
|
|
|
td.second {
|
|
background: #F5FAFA;
|
|
color: #797268;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#repolist{
|
|
list-style:none;
|
|
padding:0;
|
|
line-height: 1.5em;
|
|
}
|
|
#repolist li{
|
|
background: url(images/arrow.png) no-repeat 0 0;
|
|
padding:0 0 0 16px;
|
|
}
|
|
#repolist .line{
|
|
background-image: none;
|
|
padding:0;
|
|
}
|
|
#nav{
|
|
margin-top: 2em;
|
|
padding-left: 1em;
|
|
}
|