mirror of
https://github.com/moodle/moodle.git
synced 2025-02-18 23:05:30 +01:00
_ some space above the userpiicture added in #user-edit and user-view. _ rmoved the border above the link in the rss sideblock
350 lines
4.9 KiB
CSS
350 lines
4.9 KiB
CSS
/*******************************************************************
|
|
styles_layout.css
|
|
|
|
This CSS file contains all layout definitions like positioning,
|
|
floats, margins, padding, borders etc.
|
|
|
|
Styles are organised into the following sections:
|
|
core
|
|
header
|
|
footer
|
|
|
|
admin
|
|
blocks
|
|
calendar
|
|
course
|
|
doc
|
|
login
|
|
message
|
|
user
|
|
|
|
various modules
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
/***
|
|
*** Core
|
|
***/
|
|
|
|
body {
|
|
margin:0.5em;
|
|
padding:0
|
|
}
|
|
h1.main,
|
|
h2.main,
|
|
h3.main,
|
|
h4.main,
|
|
h5.main,
|
|
h6.main {
|
|
margin-left:1em;
|
|
text-align:left
|
|
}
|
|
#content {
|
|
clear:both
|
|
}
|
|
.generalboxcontent {
|
|
text-align:left
|
|
}
|
|
#layout-table {
|
|
margin-top:0
|
|
}
|
|
#layout-table #left-column {
|
|
width:22%;
|
|
padding:5px
|
|
}
|
|
#layout-table #middle-column {
|
|
width:auto;
|
|
padding:5px
|
|
}
|
|
#layout-table #middle-column .topics {
|
|
width:95%
|
|
}
|
|
#layout-table #right-column {
|
|
width:22%;
|
|
padding:5px
|
|
}
|
|
#middle-column .section .content,
|
|
#middle-column .section .side {
|
|
border:0 none
|
|
}
|
|
.generalbox {
|
|
width:90%
|
|
}
|
|
.generaltable th.header {
|
|
border-left:1px solid;
|
|
border-right:1px solid;
|
|
}
|
|
.generaltable .smallinfo p {
|
|
margin-top:0
|
|
}
|
|
.sitetopiccontent {
|
|
border:0 none
|
|
}
|
|
|
|
/***
|
|
*** Header
|
|
***/
|
|
|
|
#header-home {
|
|
padding:0.7em 0;
|
|
height:2em
|
|
}
|
|
#header,
|
|
#header-main,
|
|
.navbar {
|
|
margin:0
|
|
}
|
|
#header {
|
|
padding:0.1em 0;
|
|
height:50px
|
|
}
|
|
#header .headermain {
|
|
float:left;
|
|
margin:0.2em 0 0 12px
|
|
}
|
|
.headermenu {
|
|
float:right;
|
|
text-align:right
|
|
}
|
|
.headermenu .logininfo {
|
|
margin:0 12px 4px 0
|
|
}
|
|
.navbar {
|
|
width:100%;
|
|
margin:0;
|
|
padding:0;
|
|
background:url(pix/colorstrip.gif) left no-repeat;
|
|
height:3em;
|
|
border:0 none
|
|
}
|
|
.navbar .breadcrumb {
|
|
float:left;
|
|
margin:23px 0.2em 0 12px
|
|
}
|
|
.navbutton {
|
|
float:right;
|
|
padding-top:18px;
|
|
margin:0.2em 1em 0.2em 0
|
|
}
|
|
.navbar hr {
|
|
height:1px
|
|
}
|
|
|
|
/***
|
|
*** Footer
|
|
***/
|
|
|
|
#footer {
|
|
margin-top:1em
|
|
}
|
|
#footer br {
|
|
display:none
|
|
}
|
|
#footer hr {
|
|
display:none
|
|
}
|
|
#footer .sitelink {
|
|
margin:0.5em 0
|
|
}
|
|
#footer .homelink {
|
|
margin:0.5em
|
|
}
|
|
#footer .homelink a {
|
|
border-width:1px
|
|
}
|
|
|
|
/***
|
|
*** Content
|
|
***/
|
|
|
|
#content {
|
|
clear:both;
|
|
margin:0 12px
|
|
}
|
|
#course-view #content,
|
|
#site-index #content {
|
|
margin:0
|
|
}
|
|
#user-edit .userpicture,
|
|
#user-view .userpicture {
|
|
margin-top:10px
|
|
}
|
|
|
|
/***
|
|
*** Admin
|
|
***/
|
|
|
|
.logtable th.header {
|
|
border-left:1px solid;
|
|
border-right:1px solid;
|
|
}
|
|
#user-edit #content .generalbox,
|
|
#user-view .userinfobox tr {
|
|
border-top:0 none
|
|
}
|
|
|
|
/***
|
|
*** Blocks
|
|
***/
|
|
|
|
.sideblock,
|
|
.sideblock .searchform {
|
|
text-align:left
|
|
}
|
|
.sideblock .header .hide-show img.hide-show-image {
|
|
margin-top:0.1em;
|
|
}
|
|
.sideblock .searchform a {
|
|
line-height:1.5em
|
|
}
|
|
#left-column .sideblock {
|
|
margin:0
|
|
}
|
|
#left-column .sideblock .header,
|
|
#left-column .sideblock .content,
|
|
#right-column .sideblock .header,
|
|
#right-column .sideblock .content {
|
|
border:0 none
|
|
}
|
|
#right-column .sideblock .content {
|
|
padding:0.2em 0.7em
|
|
}
|
|
#left-column .sideblock .header {
|
|
border-bottom:1px solid
|
|
}
|
|
#left-column .sideblock .list .r0,
|
|
#left-column .sideblock .list .r1 {
|
|
height:2em
|
|
}
|
|
#left-column .sideblock .list td {
|
|
vertical-align:middle;
|
|
border-bottom:1px solid
|
|
}
|
|
#right-column .sideblock {
|
|
margin-bottom:28px
|
|
}
|
|
.sideblock .head {
|
|
margin-top:0.5em
|
|
}
|
|
.sideblock .link {
|
|
margin:0.3em 0;
|
|
border-bottom:1px solid
|
|
}
|
|
.sideblock .post {
|
|
margin-top:0.5em;
|
|
padding-bottom:0.2em;
|
|
border-bottom:1px solid
|
|
}
|
|
.block_rss_client .link {
|
|
border-top:0 none
|
|
}
|
|
|
|
/***
|
|
*** Calendar
|
|
***/
|
|
|
|
#calendar .today,
|
|
.minicalendar .today {
|
|
padding-top:0;
|
|
padding-bottom:0;
|
|
border:1px solid !important
|
|
}
|
|
#calendar .maincalendar .calendarmonth {
|
|
width:75%
|
|
}
|
|
|
|
/***
|
|
*** Course
|
|
***/
|
|
|
|
#site-index .headingblock {
|
|
border:0 none
|
|
}
|
|
#course-view .headingblock {
|
|
margin-left:1em;
|
|
padding-left:0.7em;
|
|
border:0 none;
|
|
border-left:1.2em solid
|
|
}
|
|
#course-view .topics {
|
|
margin:0 0.5em 0 1em
|
|
}
|
|
#course-view .section .left {
|
|
width:0.8em
|
|
}
|
|
#course-view .section .right {
|
|
width:30px
|
|
}
|
|
#course-view .section .left a {
|
|
display:none
|
|
}
|
|
#course-view .section .spacer {
|
|
height:2em
|
|
}
|
|
#course-view .section .activity .spacer {
|
|
height:12px
|
|
}
|
|
#course-view .section .content .section {
|
|
margin-top:0;
|
|
margin-left:0.7em
|
|
}
|
|
#course-view .section .content .section .activity {
|
|
padding:0.3em 0.2em 0.2em;
|
|
border-bottom:1px solid
|
|
}
|
|
.course .section .content .summary {
|
|
margin:0 0 0 0.7em
|
|
}
|
|
#course-view .section .content .section .label img {
|
|
margin-right:1em;
|
|
margin-bottom:1em
|
|
}
|
|
#course-user #content,
|
|
#mod-forum-user #content {
|
|
padding-bottom:0.2em
|
|
}
|
|
|
|
/***
|
|
*** Login
|
|
***/
|
|
|
|
.loginbox {
|
|
margin-top:12px
|
|
}
|
|
|
|
/***
|
|
*** Modules:Forum
|
|
***/
|
|
|
|
.forumheaderlist {
|
|
width:90%;
|
|
margin-left:auto;
|
|
margin-right:auto
|
|
}
|
|
.forumheaderlist .header {
|
|
border-left:1px solid;
|
|
border-right:1px solid
|
|
}
|
|
#mod-forum-index .generalbox {
|
|
width:100%
|
|
}
|
|
|
|
/***
|
|
*** Modules:Glossary
|
|
***/
|
|
|
|
.glossarydisplay {
|
|
border-bottom:5px solid
|
|
}
|
|
.glossarypopup {
|
|
margin-top:0.5em
|
|
}
|
|
|
|
/***
|
|
*** Modules:Resource
|
|
***/
|
|
|
|
.mod-resource #content {
|
|
margin-top:1px
|
|
} |