Ignore:
Timestamp:
2015-02-09T12:11:28+13:00 (9 years ago)
Author:
bmt11
Message:

Tooltip is now polished and finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/render-3d/CSS/slider.css

    r29720 r29721  
    4242    border: none;
    4343    outline: 0;
    44     color: white;
    4544}
    4645
    47 .tooltip {
    48     position: absolute;
    49     z-index: 1020;
    50     display: block;
    51     padding: 5px;
    52     font-size: 11px;
    53     visibility: visible;
    54     margin-top: -2px;
    55     bottom:120%;
    56     margin-left: -2em;
     46.tt{
     47    margin-top: 29px;
     48    width: calc(782px/11);
     49    height: calc(405px/11);
     50    margin-left: -10px;
     51    position: absolute;
     52    background: url('../images/tooltip.png') no-repeat center;
     53    background-size: cover;
    5754}
    5855
    59 .tooltip .tooltip-arrow {
    60     bottom: 0;
    61     left: 50%;
    62     margin-left: -5px;
    63     border-top: 5px solid #000000;
    64     border-right: 5px solid transparent;
    65     border-left: 5px solid transparent;
    66     position: absolute;
    67     width: 0;
    68     height: 0;
     56.text{
     57    color: #3385FF;
     58    width: 100%;
     59    height: 100%;
     60    text-align: center;
     61    position: absolute;
     62    margin-top: 5px;
     63    font-size: 22px;
     64    font-family: "Calibri", Serif;
     65
    6966}
    70 
Note: See TracChangeset for help on using the changeset viewer.