web/data/tabs-no-images.css
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 28 Jul 2009 23:48:19 +0200
changeset 2544 282261b26774
parent 2383 96780c1e0c53
permissions -rw-r--r--
[doc] fixed some dangling internal links
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2123
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     1
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     2
/* root element for tabs  */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     3
ul.css-tabs {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     4
	margin:0 !important;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     5
	padding:0;
2383
96780c1e0c53 shrink a bit the tabs
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents: 2123
diff changeset
     6
	height:20px;
2123
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     7
	border-bottom:1px solid #666;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     8
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
     9
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    10
/* single tab */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    11
ul.css-tabs li {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    12
	float:left;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    13
	padding:0;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    14
	margin:0;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    15
	list-style-type:none;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    16
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    17
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    18
/* link inside the tab. uses a background image */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    19
ul.css-tabs a {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    20
	float:left;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    21
	font-size:12px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    22
	display:block;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    23
	padding:2px 20px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    24
	text-decoration:none;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    25
	border:1px solid #666;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    26
	border-bottom:0px;
2383
96780c1e0c53 shrink a bit the tabs
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents: 2123
diff changeset
    27
	height:14px;
2123
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    28
	background-color:#efefef;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    29
	color:#777;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    30
	margin-right:2px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    31
	position:relative;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    32
	top:1px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    33
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    34
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    35
ul.css-tabs a:hover {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    36
	background-color:#CFCEB7;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    37
	color:#333;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    38
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    39
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    40
/* selected tab */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    41
ul.css-tabs a.current {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    42
	background-color: white;
2383
96780c1e0c53 shrink a bit the tabs
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents: 2123
diff changeset
    43
	border-bottom:2px solid white;
2123
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    44
	color:#000;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    45
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    46
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    47
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    48
/* tab pane */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    49
div.css-panes div {
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    50
	display:none;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    51
	border:1px solid #666;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    52
	border-width:0 1px 1px 1px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    53
	min-height:150px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    54
	padding:15px 20px;
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    55
	/* background-color:#ddd; */
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    56
}
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    57
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    58
3e1d2ab5f8c0 replace tabs implementation (behaviour should be strictly identical, look is a bit different), using jquery.tools (see #343644)
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
diff changeset
    59