-
Notifications
You must be signed in to change notification settings - Fork 7
/
tabtop.css
60 lines (51 loc) · 2.02 KB
/
tabtop.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**
* *************************************************************************
* * OOHOO Tab topics Course format **
* *************************************************************************
* @package format **
* @subpackage tabtopics **
* @name tabtopics **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Nicolas Bretin **
* @author Braedan Jongerius **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
/* The border under tabs */
.yui3-skin-sam .yui3-tabview-list
{
border-bottom-color: #2647A0;
}
/*The regular tab style*/
.yui3-skin-sam .yui3-tab-label
{
background: url("pix/gradient.png") repeat-x scroll 0 0 #efefef;
}
/*The regular tab style hover*/
.yui3-skin-sam .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-label:hover
{
background: url("pix/gradient.png") repeat-x scroll 0 0 #EDF5FF;
}
/*The selected tab border color*/
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
.yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover
{
border-color: #243356;
background: url("pix/gradient.png") repeat-x scroll 0 0 #2647A0;
}
/*The tab content background color*/
.yui3-skin-sam .yui3-tabview-panel
{
background-color: #EDF5FF;
}
.yui3-skin-sam .yui3-tab-selected #marker
{
margin-bottom: 1px; /* for overlap (mapped to tabview-list border-width) */
}
ul.sectionul li
{
list-style-type: none;
}