182 lines
3.3 KiB
CSS
Raw Normal View History

/**
* Tabs
*/
.tabtree {
position:relative;
margin-bottom:3.5em;
}
.tabtree .tabrow0 {
text-align:center;
width:100%;
margin:1em 0px;
}
/* serve a qualcosa? */
.tabtree ul li.here .empty {
display: none;
}
.tabtree .tabrow0 li {
display:inline;
margin-right:-4px;
}
.tabtree .tabrow0 li.here {
font-weight: normal;
}
.tabtree .tabrow0 li.here .empty {
display: block;
height: 1px;
overflow: hidden;
padding: 0px;
position: absolute;
width: 100%;
bottom: -4px;
}
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
.tabtree .tabrow0 li a:link,
.tabtree .tabrow0 li a:visited,
.tabtree .tabrow0 li a:active {
color:#000;
}
.tabtree .tabrow0 li.here a {
position:relative;
z-index:102;
}
.tabtree .tabrow0 li a {
background-image:url([[pix:theme|tab/left]]);
padding-left:14px;
padding-top:10px;
background-repeat:no-repeat;
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
padding-bottom:4px; /*to remove the border-bottom*/
margin-bottom:-1px;
background-color:transparent;
border:none;
}
.tabtree .tabrow0 li a:hover {
background-image:url([[pix:theme|tab/left_hover]]);
}
.tabtree .tabrow0 li a span {
background-image:url([[pix:theme|tab/right]]);
background-repeat:no-repeat;
background-position:100% 0%;
padding-right:14px;
padding-top:10px;
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
padding-bottom:4px; /*to remove the border-bottom*/
}
.tabtree .tabrow0 li a:hover span {
background-image:url([[pix:theme|tab/right_hover]]);
}
.tabtree .tabrow0 ul,
.tabtree .tabrow0 div {
background-image:url([[pix:theme|tab/tabrow1]]);
background-position:0% 50%;
position:absolute;
width:100%;
border-top:1px solid #aaa;
padding:0.25em 0px;
top:100%;
margin:0px;
}
.tabtree .tabrow0 .empty {
height:1px;
overflow:hidden;
padding:0px;
position:absolute;
}
.tabtree .tabrow1 li a,
.tabtree .tabrow1 li a:hover,
.tabtree .tabrow1 li a span,
.tabtree .tabrow1 li a:hover span {
background-image:none !important;
MDL-27588 Fixed up several bugs with the formal_white theme -> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
2011-05-23 15:05:03 +08:00
padding: 0 0.3em;
text-decoration:none;
}
.tabtree .tabrow1 li a:hover {
font-weight:bold;
}
.groupmanagementtable {
width:90%;
}
.groupmanagementtable td {
vertical-align:top;
border-width:0px;
}
.groupmanagementtable td p {
margin:0px;
}
.ie7 .tabtree .tabrow0 li {
margin-left: 0;
}
.ie7 .tabtree .tabrow0 li.first {
margin-right: -4px;
}
.ie7 .tabtree .tabrow0 li.onerow {
margin-right: 0;
}
.ie7 .tabtree .tabrow0 a {
display: inline-block;
padding: 8px 0 0.35em 13px;
line-height: 1.5em;
}
.ie7 .tabtree .tabrow0 a span {
padding: 10px 1em 10px 0;
}
.ie7 .tabtree .tabrow0 div {
top: 2.6em;
padding: 0.2em 0;
}
.ie7 .tabtree .tabrow0 div.empty {
margin-right: 0;
}
.ie7.mod-quiz div.tabtree a span img.iconsmall {
margin: 0;
vertical-align: baseline;
position: relative;
top: 2px;
}
.ie6 .tabtree {
height: 100%;
}
.ie6 .tabtree .tabrow0 {
padding-top: 10px;
}
.ie6 .tabtree .tabrow0 li {
margin-left: 0;
}
.ie6 .tabtree .tabrow0 li.first {
margin-left: -4px;
margin-right: -4px;
}
.ie6 .tabtree .tabrow0 li.last a {
margin-right: 0;
}
.ie6 .tabtree .tabrow0 li.onerow {
margin-right: 0;
}
.ie6 .tabtree .tabrow0 a {
padding: 0 0 0 13px;
}
.ie6 .tabtree .tabrow0 a span {
padding: 12px 1em 4px 0;
}
.ie6 .tabtree .tabrow0 div {
top: 3.5em;
padding: 0.2em 0;
}