Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- reset css
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block;
- }
- body {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- /* header */
- .header {
- background-color: #1f9b97;
- height: 60px;
- margin: 0;
- padding: 0;
- width: 100%;
- }
- .mic-header {
- margin: 0 auto;
- padding: 0px 20px;
- max-width: 1024px;
- }
- .mic-header font {
- color: #000000;
- font: 40px Calibri, sans-serif, arial regular;
- margin-top: 2px;
- float: left;
- }
- .mic-header ul {
- float: right;
- margin-top: 7px;
- padding: 10px 0px;
- overflow: hidden;
- }
- .mic-header li {
- border-right: 3px solid#000000;
- display: inline;
- padding: 10px 0px;
- transition: all 0.5s;
- -ms-transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -o-transition: all 0.5s;
- }
- .mic-header li:hover {
- background-color: #08c8cf;
- }
- .mic-header li:last-child {
- border-right: none;
- }
- .mic-header span {
- color: #000000;
- display: inline-block;
- font: 18px Calibri, sans-serif, arial regular;
- transition: all 0.5s;
- -ms-transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -o-transition: all 0.5s;
- padding: 0px 20px;
- }
- .mic-header li:hover span {
- transform: translateY(200%);
- -ms-transform: translateY(200%);
- -webkit-transform: translateY(200%);
- -moz-transform: translateY(200%);
- -o-transform: translateY(200%);
- }
- .mic-header li span:before {
- display: none;
- font: 18px Calibri, sans-serif, arial regular;
- height: 100%;
- left: 0;
- top: -200%;
- position: absolute;
- width: 100%;
- }
- .mic-header li:hover span:before {
- display: block;
- }
- .home:before {
- color: #ffffff;
- content: "Home";
- padding: 0px 20px;
- }
- .item:before {
- color: #ffffff;
- content: "Item";
- padding: 0px 20px;
- }
- .contact:before {
- color: #ffffff;
- content: "Contact";
- padding: 0px 20px;
- }
- .about:before {
- color: #ffffff;
- content: "About";
- padding: 0px 20px;
- }
- /* microsscopein SlideShow */
- .slideshow {
- background-color: #08c8cf;
- margin: 0;
- padding-bottom: 50px;
- width: 100%;
- }
- .site-slideshow {
- min-height: 270px;
- margin: 0 auto;
- padding: 50px 20px;
- max-width: 1024px;
- }
- .slide {
- display: none;
- position: relative;
- }
- .slide-title {
- color: #ffffff;
- font: 40px Calibri, sans-serif, arial regular;
- }
- .slide-title:hover {
- opacity: 0.5;
- }
- .slide img { /*images slide*/
- float: left;
- margin-right: 20px;
- }
- .slide p {
- color: #ffffff;
- font: 18px Calibri, sans-serif, arial regular;
- margin-top: 20px;
- max-width: 1024;
- }
- .slide-btn {
- border: 3px solid #ffffff;
- border-radius: 5px;
- -ms-border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -o-border-radius: 5px;
- color: #ffffff;
- float: left;
- font: 18px Calibri, sans-serif, arial regular;
- transition: all 0.5s;
- -ms-transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -o-transition: all 0.5s;
- margin: 20px 50px;
- padding: 3px 7px;
- }
- .slide-btn:hover {
- opacity: 0.5;
- }
- .slidelist {
- height: auto;
- float: left;
- text-align: center;
- width: 100%;
- }
- .slidelist li {
- background-color: #ffffff;
- border-radius: 999px;
- -ms-border-radius: 999px;
- -webkit-border-radius: 999px;
- -moz-border-radius: 999px;
- -o-border-radius: 999px;
- cursor: pointer;
- display: inline;
- height: 15px;
- margin: 0px 7px;
- opacity: 0.7;
- text-indent: -999px;
- transition: all 0.5;
- -ms-transition: all 0.5;
- -webkit-transition: all 0.5;
- -moz-transition: all 0.5;
- -o-transition: all 0.5;
- width: 15px;
- }
- .slidelist li:active,
- .slidelist li:hover {
- opacity: 1;
- }
- .slide-active {
- background-color: #1aa4a2 !important;
- }
- /* microsscopein responsive */
- @media screen and (max-width: 510px) {
- .header {
- height: 280px;
- }
- .mic-header ul {
- width: 100%;
- }
- .mic-header li {
- border-top: 1px solid #000000;
- display: block;
- text-align: center;
- overflow: hidden;
- width: 100%;
- }
- .mic-header li:last-child {
- border-bottom: 1px solid #000000;
- }
- .home:before,
- .item:before,
- .contact:before,
- .about:before {
- padding: 0px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment