Rev 8579 | Rev 8631 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8579 | Rev 8587 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_html_header=!append line < |
1 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/browse.css">\ |
2 | .wims_formradio, .wims_formradio input{font-size: 80%;}\ |
- | |
3 | .tree label{font-weight: normal;display:inline;}\ |
- | |
4 | .tooltip {\ |
- | |
5 | position:relative;\ |
- | |
6 | cursor:help;\ |
- | |
7 | }\ |
- | |
8 |
|
2 | <style type="text/css">\ |
9 | .tooltip:hover::after {\ |
3 | .tooltip:hover::after {\ |
10 | display: block;\ |
- | |
11 | position: absolute;\ |
- | |
12 | top: 1.2em;\ |
- | |
13 | left: 2em;\ |
- | |
14 | background: white;\ |
- | |
15 | padding: 5px;\ |
- | |
16 |
|
4 | border: 1px solid $wims_refcolor;\ |
17 |
|
5 | border-left: 10px solid $wims_ref_bgcolor;\ |
18 | content: attr(title);\ |
- | |
19 | }\ |
6 | }\ |
20 | </style>\ |
7 | </style>\ |
21 | <!-- CSS for dynamic tree display -->\ |
8 | <!-- CSS for dynamic tree display -->\ |
22 | <link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header |
9 | <link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" /> to $wims_html_header |
- | 10 | ||
23 | !set wims_html_header=!append line <script type="text/javascript">\ |
11 | !set wims_html_header=!append line <script type="text/javascript">\ |
24 | /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\ |
12 | /*<![CDATA[*/ jQuery(function(jq) {jq( "#classifications" ).tabs();}); /*]]>*/\ |
25 | </script> to $wims_html_header |
13 | </script> to $wims_html_header |
26 | 14 | ||
27 | !if robot isin $session |
15 | !if robot isin $session |