/*******************************************************************
styles_layout.css
-
+
This CSS file contains all layout definitions like positioning,
floats, margins, padding, borders etc.
#layout-table #left-column,
#layout-table #middle-column,
-#layout-table #right-column
+#layout-table #right-column
{
vertical-align:top;
}
.clearfix:after {
/* content: "<!-- -->"; */
- content: ".";
- display: block;
- height: 0;
- clear: both;
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
visibility: hidden;
}
text-align: center;
padding: 10px;
}
-
+
.notifysuccess {
text-align:center;
padding: 10px;
-}
+}
.notifytiny {
text-align:left;
padding: 0px;
-}
+}
.generalbox {
border-width:1px;
.unread {
padding-right:2px;
-}
+}
.cell {
vertical-align: top;
***/
form.mform {
- margin: 0;
+ margin: 0 auto;
padding: 0;
- width: 100%;
+ width: 80%;
}
form.mform fieldset {
border: 1px solid black;
padding: 5px;
color: inherit;
}
-
-
-
-
+
+
+
+
/***
*** Header
***/
/***
*** Admin
***/
-
+
body#admin-index .c0 {
vertical-align: top;
-}
+}
body#admin-index .c1 {
vertical-align: middle;
-}
+}
body#admin-modules table.generaltable td.cell,
body#admin-modules .generaltablecell {
padding-top: 2px;
padding-bottom: 2px;
-}
+}
body#admin-blocks table#blocks,
body#admin-blocks table#incompatible {
padding: 4px;
text-align: center;
vertical-align: middle;
-}
+}
body#admin-blocks table#blocks td.c0,
body#admin-blocks table#blocks th.c0,
text-align: left;
}
-body#admin-blocks
+body#admin-blocks
body#admin-config .confighelp {
display: block;
padding-bottom: 20px;
/***
*** Blocks
***/
-
+
/*Accessibility: Skip block link, for screen reader users. */
a.skip-block, .skip-block {
display:block;
- width:2em;
+ width:2em;
height:1px;
}
.sideblock .skip-block {
padding:0;
margin:0;
text-indent:0;
-}
+}
.sideblock .content h3,
.sideblock .content h2 {
#calendar .maincalendar .eventlist .topic {
padding: 5px;
- border-style:solid;
+ border-style:solid;
border-width: 0px;
border-bottom-color: #EEEEEE;
border-bottom-width: 1px;
.minicalendar .today {
border:2px solid;
}
-
+
.cal_popup_bg {
padding:0px;
margin:0px;
/***
*** Course
***/
-
+
.activitydate, .activityhead {
text-align:center;
}
#course-view .section .weekdates {
}
-#course-view ul.section,
-#site-index ul.section,
-#course-view ul.section li,
-#site-index ul.section li {
+#course-view ul.section,
+#site-index ul.section,
+#course-view ul.section li,
+#site-index ul.section li {
margin: 0;
padding: 0;
text-indent: 0;
list-style: none;
}
-#course-view ul.section li.activity ul li,
-#site-index ul.section li.activity ul li {
- list-style: disc;
+#course-view ul.section li.activity ul li,
+#site-index ul.section li.activity ul li {
+ list-style: disc;
}
/*Accessibility: No-tables course format. */
-#course-view ul.weekscss, .weekscss li {
+#course-view ul.weekscss, .weekscss li {
margin: 0;
padding: 0;
text-indent: 0;
border-style:solid;
border-width:1px;
}
-.weekscss .content,
+.weekscss .content,
.weekscss .side {
padding: 5px;
}
body#course-view .unread {
margin-left: 3em;
-}
+}
body#course-view.drag .sideblock .header {
cursor: move;
.headingblock, h2.headingblock {
border-width:1px;
border-style:solid;
- padding:5px;
+ padding:5px;
margin:0%;
}
padding:15px;
}
-.loginform .c1,
+.loginform .c1,
.logintable .c1 {
text-align: left;
}
display:block;
padding:0px 1px 0px 0px;
}
-
+
.tabrow td.selected {
border-width: 0px;
}
margin-bottom:5px;
border-width: 1px;
border-style: solid;
- border-collapse: separate;
+ border-collapse: separate;
}
.userinfobox .left {
.userinfobox .username {
padding-bottom: 20px;
-}
+}
table.userinfobox {
border-width: 2px;
}
#mod-forum-index .unread img,
-#mod-forum-view .unread img
+#mod-forum-view .unread img
{
margin-left: 5px;
}
***/
.ims-nav-bar {
- position: relative;
+ position: relative;
padding:0.1em;
}