Ignore:
Timestamp:
Jun 26, 2013, 12:09:21 AM (11 years ago)
Author:
mistic100
Message:

many corrections & optimizations + remove useless code + clean

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/style_collections.css

    r23361 r23551  
    4343  }
    4444
    45 /* .thumbnailCategory.activeCollection {
    46   border:1px solid #999;
    47 } */
    4845.thumbnailCategory {
    4946  position:relative;
     
    5855  display:block;
    5956}
    60 /* .thumbnailCategory .collectionActive {
    61   font-weight:normal;
    62   font-style:italic;
    63 } */
    6457
    6558/* SEND BY MAIL */
     
    8376    padding:3px;
    8477  }
    85  
    86 /* TipTip CSS - Version 1.2 */
    87 #tiptip_holder {
    88         display: none;
    89         position: absolute;
    90         top: 0;
    91         left: 0;
    92         z-index: 99999;
    93 }
    94 #tiptip_holder.tip_top {
    95         padding-bottom: 5px;
    96 }
    97 #tiptip_holder.tip_bottom {
    98         padding-top: 5px;
    99 }
    100 #tiptip_holder.tip_right {
    101         padding-left: 5px;
    102 }
    103 #tiptip_holder.tip_left {
    104         padding-right: 5px;
    105 }
    106 #tiptip_content {
    107         font-size: 11px;
    108         color: #fff;
    109         text-shadow: 0 0 2px #000;
    110         padding: 4px 8px;
    111         border: 1px solid rgba(255,255,255,0.25);
    112         background-color: rgb(25,25,25);
    113         background-color: rgba(25,25,25,0.92);
    114         background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    115         border-radius: 3px;
    116         -webkit-border-radius: 3px;
    117         -moz-border-radius: 3px;
    118         box-shadow: 0 0 3px #555;
    119         -webkit-box-shadow: 0 0 3px #555;
    120         -moz-box-shadow: 0 0 3px #555;
    121 }
    122 #tiptip_arrow, #tiptip_arrow_inner {
    123         position: absolute;
    124         border-color: transparent;
    125         border-style: solid;
    126         border-width: 6px;
    127         height: 0;
    128         width: 0;
    129 }
    130 #tiptip_holder.tip_top #tiptip_arrow {
    131         border-top-color: #fff;
    132         border-top-color: rgba(255,255,255,0.35);
    133 }
    134 #tiptip_holder.tip_bottom #tiptip_arrow {
    135         border-bottom-color: #fff;
    136         border-bottom-color: rgba(255,255,255,0.35);
    137 }
    138 #tiptip_holder.tip_right #tiptip_arrow {
    139         border-right-color: #fff;
    140         border-right-color: rgba(255,255,255,0.35);
    141 }
    142 #tiptip_holder.tip_left #tiptip_arrow {
    143         border-left-color: #fff;
    144         border-left-color: rgba(255,255,255,0.35);
    145 }
    146 #tiptip_holder.tip_top #tiptip_arrow_inner {
    147         margin-top: -7px;
    148         margin-left: -6px;
    149         border-top-color: rgb(25,25,25);
    150         border-top-color: rgba(25,25,25,0.92);
    151 }
    152 #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    153         margin-top: -5px;
    154         margin-left: -6px;
    155         border-bottom-color: rgb(25,25,25);
    156         border-bottom-color: rgba(25,25,25,0.92);
    157 }
    158 #tiptip_holder.tip_right #tiptip_arrow_inner {
    159         margin-top: -6px;
    160         margin-left: -5px;
    161         border-right-color: rgb(25,25,25);
    162         border-right-color: rgba(25,25,25,0.92);
    163 }
    164 #tiptip_holder.tip_left #tiptip_arrow_inner {
    165         margin-top: -6px;
    166         margin-left: -7px;
    167         border-left-color: rgb(25,25,25);
    168         border-left-color: rgba(25,25,25,0.92);
    169 }
Note: See TracChangeset for help on using the changeset viewer.