Skip to content

Commit c30392a

Browse files
committed
remove tooltip
1 parent c01fa8f commit c30392a

File tree

26 files changed

+27
-453
lines changed

26 files changed

+27
-453
lines changed

0.6.7/_static/default.css

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
@import url("basic.css");
7-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
7+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
88

99
/* -- page layout ----------------------------------------------------------- */
1010

@@ -347,30 +347,3 @@ th {
347347
#popupmenu ul ul > li.open::after {
348348
border-top-color: #666666;
349349
}
350-
351-
@-webkit-keyframes changeColor {
352-
0% { background-color: #60b0d2; }
353-
50% { background-color: #389cc7; }
354-
51% { background-color: #2d7d9f; }
355-
100% { background-color: #225e77; }
356-
}
357-
358-
div.tooltip {
359-
color: White;
360-
position: absolute;
361-
left: 35%;
362-
top: -25%;
363-
z-index: 1000000;
364-
width: 65%;
365-
border-radius: 5px;
366-
border-style: solid;
367-
border-color: #1c4e63;
368-
border-width: 0.5%;
369-
-webkit-animation-name: changeColor;
370-
-webkit-animation-iteration-count: infinite;
371-
-webkit-animation-duration: 2s;
372-
}
373-
div.tooltip p {
374-
margin: 10px;
375-
color: White;
376-
}

0.6.7/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
if (elem != ""){
3030
var res = elem.split(":");
3131
if(n == (lines.length - 2)){
32-
$("#version-list").prepend("<li><a class='latestversion' style='font-size:100%;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
32+
$("#version-list").prepend("<li><a style='font-size:100%;background-color:#389cc7;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
3333
}
3434
else if(res[0] == 'dev'){
3535
$("#version-list").prepend("<li><a style='font-size: 100%;' href="+"../" + res[0] + "/index.html"+"><span>Dev</span></a></li>");
@@ -42,12 +42,6 @@
4242
}
4343
});
4444

45-
$("#bottom-list").hover(function () {
46-
$('#version-list li a.latestversion').append('<div class="tooltip"><p>Latest version</p></div>');
47-
}, function () {
48-
$('#version-list li a.latestversion div').remove();
49-
});
50-
5145
$('#popupmenu li.has-sub').live('click', function(){
5246
if ($('li.has-sub').hasClass('open')) {
5347
$('li.has-sub').removeClass('open');

0.7.0/_static/default.css

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
@import url("basic.css");
13-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
13+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
1414

1515
/* -- page layout ----------------------------------------------------------- */
1616

@@ -384,30 +384,3 @@ div.viewcode-block:target {
384384
#popupmenu ul ul > li.open::after {
385385
border-top-color: #666666;
386386
}
387-
388-
@-webkit-keyframes changeColor {
389-
0% { background-color: #60b0d2; }
390-
50% { background-color: #389cc7; }
391-
51% { background-color: #2d7d9f; }
392-
100% { background-color: #225e77; }
393-
}
394-
395-
div.tooltip {
396-
color: White;
397-
position: absolute;
398-
left: 35%;
399-
top: -25%;
400-
z-index: 1000000;
401-
width: 65%;
402-
border-radius: 5px;
403-
border-style: solid;
404-
border-color: #1c4e63;
405-
border-width: 0.5%;
406-
-webkit-animation-name: changeColor;
407-
-webkit-animation-iteration-count: infinite;
408-
-webkit-animation-duration: 2s;
409-
}
410-
div.tooltip p {
411-
margin: 10px;
412-
color: White;
413-
}

0.7.0/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
if (elem != ""){
3131
var res = elem.split(":");
3232
if(n == (lines.length - 2)){
33-
$("#version-list").prepend("<li><a class='latestversion' style='font-size:100%;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
33+
$("#version-list").prepend("<li><a style='font-size:100%;background-color:#389cc7;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
3434
}
3535
else if(res[0] == 'dev'){
3636
$("#version-list").prepend("<li><a style='font-size: 100%;' href="+"../" + res[0] + "/index.html"+"><span>Dev</span></a></li>");
@@ -43,12 +43,6 @@
4343
}
4444
});
4545

46-
$("#bottom-list").hover(function () {
47-
$('#version-list li a.latestversion').append('<div class="tooltip"><p>Latest version</p></div>');
48-
}, function () {
49-
$('#version-list li a.latestversion div').remove();
50-
});
51-
5246
$('#popupmenu li.has-sub').live('click', function(){
5347
if ($('li.has-sub').hasClass('open')) {
5448
$('li.has-sub').removeClass('open');

0.7.1/_static/default.css

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
@import url("basic.css");
13-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
13+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
1414

1515
/* -- page layout ----------------------------------------------------------- */
1616

@@ -384,30 +384,3 @@ div.viewcode-block:target {
384384
#popupmenu ul ul > li.open::after {
385385
border-top-color: #666666;
386386
}
387-
388-
@-webkit-keyframes changeColor {
389-
0% { background-color: #60b0d2; }
390-
50% { background-color: #389cc7; }
391-
51% { background-color: #2d7d9f; }
392-
100% { background-color: #225e77; }
393-
}
394-
395-
div.tooltip {
396-
color: White;
397-
position: absolute;
398-
left: 35%;
399-
top: -25%;
400-
z-index: 1000000;
401-
width: 65%;
402-
border-radius: 5px;
403-
border-style: solid;
404-
border-color: #1c4e63;
405-
border-width: 0.5%;
406-
-webkit-animation-name: changeColor;
407-
-webkit-animation-iteration-count: infinite;
408-
-webkit-animation-duration: 2s;
409-
}
410-
div.tooltip p {
411-
margin: 10px;
412-
color: White;
413-
}

0.7.1/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
if (elem != ""){
3434
var res = elem.split(":");
3535
if(n == (lines.length - 2)){
36-
$("#version-list").prepend("<li><a class='latestversion' style='font-size:100%;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
36+
$("#version-list").prepend("<li><a style='font-size:100%;background-color:#389cc7;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
3737
}
3838
else if(res[0] == 'dev'){
3939
$("#version-list").prepend("<li><a style='font-size: 100%;' href="+"../" + res[0] + "/index.html"+"><span>Dev</span></a></li>");
@@ -46,12 +46,6 @@
4646
}
4747
});
4848

49-
$("#bottom-list").hover(function () {
50-
$('#version-list li a.latestversion').append('<div class="tooltip"><p>Latest version</p></div>');
51-
}, function () {
52-
$('#version-list li a.latestversion div').remove();
53-
});
54-
5549
$('#popupmenu li.has-sub').live('click', function(){
5650
if ($('li.has-sub').hasClass('open')) {
5751
$('li.has-sub').removeClass('open');

0.7.2-py3k/_static/default.css

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
@import url("basic.css");
13-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
13+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
1414

1515
/* -- page layout ----------------------------------------------------------- */
1616

@@ -389,30 +389,3 @@ div.viewcode-block:target {
389389
#popupmenu ul ul > li.open::after {
390390
border-top-color: #666666;
391391
}
392-
393-
@-webkit-keyframes changeColor {
394-
0% { background-color: #60b0d2; }
395-
50% { background-color: #389cc7; }
396-
51% { background-color: #2d7d9f; }
397-
100% { background-color: #225e77; }
398-
}
399-
400-
div.tooltip {
401-
color: White;
402-
position: absolute;
403-
left: 35%;
404-
top: -25%;
405-
z-index: 1000000;
406-
width: 65%;
407-
border-radius: 5px;
408-
border-style: solid;
409-
border-color: #1c4e63;
410-
border-width: 0.5%;
411-
-webkit-animation-name: changeColor;
412-
-webkit-animation-iteration-count: infinite;
413-
-webkit-animation-duration: 2s;
414-
}
415-
div.tooltip p {
416-
margin: 10px;
417-
color: White;
418-
}

0.7.2-py3k/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
if (elem != ""){
4444
var res = elem.split(":");
4545
if(n == (lines.length - 2)){
46-
$("#version-list").prepend("<li><a class='latestversion' style='font-size:100%;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
46+
$("#version-list").prepend("<li><a style='font-size:100%;background-color:#389cc7;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
4747
}
4848
else if(res[0] == 'dev'){
4949
$("#version-list").prepend("<li><a style='font-size: 100%;' href="+"../" + res[0] + "/index.html"+"><span>Dev</span></a></li>");
@@ -56,12 +56,6 @@
5656
}
5757
});
5858

59-
$("#bottom-list").hover(function () {
60-
$('#version-list li a.latestversion').append('<div class="tooltip"><p>Latest version</p></div>');
61-
}, function () {
62-
$('#version-list li a.latestversion div').remove();
63-
});
64-
6559
$('#popupmenu li.has-sub').on('click', function(){
6660
if ($('li.has-sub').hasClass('open')) {
6761
$('li.has-sub').removeClass('open');

0.7.2/_static/default.css

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
@import url("basic.css");
13-
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600);
13+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
1414

1515
/* -- page layout ----------------------------------------------------------- */
1616

@@ -389,30 +389,3 @@ div.viewcode-block:target {
389389
#popupmenu ul ul > li.open::after {
390390
border-top-color: #666666;
391391
}
392-
393-
@-webkit-keyframes changeColor {
394-
0% { background-color: #60b0d2; }
395-
50% { background-color: #389cc7; }
396-
51% { background-color: #2d7d9f; }
397-
100% { background-color: #225e77; }
398-
}
399-
400-
div.tooltip {
401-
color: White;
402-
position: absolute;
403-
left: 35%;
404-
top: -25%;
405-
z-index: 1000000;
406-
width: 65%;
407-
border-radius: 5px;
408-
border-style: solid;
409-
border-color: #1c4e63;
410-
border-width: 0.5%;
411-
-webkit-animation-name: changeColor;
412-
-webkit-animation-iteration-count: infinite;
413-
-webkit-animation-duration: 2s;
414-
}
415-
div.tooltip p {
416-
margin: 10px;
417-
color: White;
418-
}

0.7.2/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
if (elem != ""){
4444
var res = elem.split(":");
4545
if(n == (lines.length - 2)){
46-
$("#version-list").prepend("<li><a class='latestversion' style='font-size:100%;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
46+
$("#version-list").prepend("<li><a style='font-size:100%;background-color:#389cc7;' href="+"../latest/index.html"+"><span>Latest</span></a></li>");
4747
}
4848
else if(res[0] == 'dev'){
4949
$("#version-list").prepend("<li><a style='font-size: 100%;' href="+"../" + res[0] + "/index.html"+"><span>Dev</span></a></li>");
@@ -56,12 +56,6 @@
5656
}
5757
});
5858

59-
$("#bottom-list").hover(function () {
60-
$('#version-list li a.latestversion').append('<div class="tooltip"><p>Latest version</p></div>');
61-
}, function () {
62-
$('#version-list li a.latestversion div').remove();
63-
});
64-
6559
$('#popupmenu li.has-sub').on('click', function(){
6660
if ($('li.has-sub').hasClass('open')) {
6761
$('li.has-sub').removeClass('open');

0 commit comments

Comments
 (0)