mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-15 09:06:08 +00:00
Merge branch 'master' of https://github.com/Shadowss/TravianZ.git
This commit is contained in:
+13
-4
@@ -575,8 +575,16 @@ input#btn_search {width:97px; background-image: url(b/search.gif);}
|
|||||||
.tooltip {
|
.tooltip {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-bottom: 1px dotted black;
|
width: 12px;
|
||||||
cursor: help;
|
height: 12px;
|
||||||
|
line-height: 13px;
|
||||||
|
border: 1px solid #dae0e4;
|
||||||
|
border-radius: 2px;
|
||||||
|
text-align: center;
|
||||||
|
font-style: normal;
|
||||||
|
color: #90a4ae;
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip .classic {
|
.tooltip .classic {
|
||||||
@@ -590,13 +598,14 @@ input#btn_search {width:97px; background-image: url(b/search.gif);}
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
bottom: 120%;
|
bottom: 150%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -40px;
|
margin-left: -40px;
|
||||||
|
font-weight: normal;
|
||||||
|
|
||||||
/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
|
/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 1s;
|
transition: opacity 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip .classic::after {
|
.tooltip .classic::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user