Difference between revisions of "Team:UFMG Brazil/wikicss"
Andrebrait (Talk | contribs) |
|||
Line 65: | Line 65: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
+ | .image-resizeable{ | ||
+ | max-width: 100% !important; | ||
+ | height: auto !important; | ||
+ | width: auto\9 !important; /* ie8 */ | ||
+ | } |
Revision as of 14:50, 18 September 2015
#image-macr{ top: 10px; height: 315px; width: 388px; vertical-align: middle; } .image { position: absolute; top: 0; z-index: 9998; cursor: pointer; vertical-align: middle; -webkit-box-shadow: 6px 6px 20px -1px rgba(133,133,133,1); -moz-box-shadow: 6px 6px 20px -1px rgba(133,133,133,1); box-shadow: 6px 6px 20px -1px rgba(133,133,133,1); } .sub-menu { position: absolute; cursor: pointer; vertical-align: middle; -webkit-animation-duration: 2s;
animation-duration: 2s;
} .level1{ top: 43px; } .level2{ top: 86px; } .level3{ top: 129px; } .level4{ top: 172px; } .level5{ top: 215px; } .image-macr { position: absolute; top: -60px; vertical-align: middle; } .text { z-index: 9999; position: relative; color: white; font-size: 16px; font-weight: bold; top: 12px; left: -20px; text-align: center; vertical-align: middle; cursor: pointer; } .sub-text { z-index: 9999; position: relative; color: white; font-size: 16px; font-weight: bold; left: -20px; text-align: center; vertical-align: middle; cursor: pointer; }
.image-resizeable{ max-width: 100% !important; height: auto !important; width: auto\9 !important; /* ie8 */
}