Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import "reset.css";
- html {
- font-family: Arial, sans-serif;
- color: #6a645a;
- font-size: 14px;
- }
- .header {
- padding-top: 44px;
- }
- .container {
- width: 980px;
- margin: 0 auto;
- }
- .header .logo {
- float: left;
- }
- .menu {
- margin-left: 34px;
- float: left;
- }
- .menu .menu-block {
- display: inline-block;
- border-left: 1px solid #eef1f2;
- padding-left: 11px;
- margin-right: 20px;
- vertical-align: top;
- }
- .menu .menu-block p {
- font-size: 14px;
- color: #48a1f8;
- font-weight: 700;
- }
- .menu .menu-block ul {
- margin-top: 14px;
- }
- .menu .menu-block li a {
- color: #62737d;
- font-size: 11px;
- }
- .contact {
- float: right;
- width: 135px;
- height: 65px;
- border-radius: 5px;
- background: linear-gradient(to top, #fef6e8, #fffffe);
- -webkit-box-shadow: 0px 3px 10px 0px rgba(242, 235, 220, 0.8);
- -moz-box-shadow: 0px 3px 10px 0px rgba(242, 235, 220, 0.8);
- box-shadow: 0px 3px 10px 0px rgba(242, 235, 220, 0.8);
- padding-top: 7px;
- padding-left: 11px;
- box-sizing: border-box;
- }
- .contact .phone {
- background: url("../images/phone.png") left center no-repeat;
- height: 11px;
- font-size: 11px;
- color: #7e929d;
- padding-left: 13px;
- margin-bottom: 6px;
- }
- .contact p {
- color: #213c4b;
- font-size: 12px;
- }
- .contact p span {
- color: #48a1f8;
- font-size: 16px;
- font-weight: 700;
- }
- .inform-ushp {
- height: 806px;
- background: url("../images/bg-inform.jpg") no-repeat;
- text-align: center;
- padding-top: 1px;
- border-bottom: 10px solid #b1a5a4;
- }
- .inform-ushp h3 {
- margin-top: 42px;
- color: #635232;
- font-size: 34px;
- font-weight: 700;
- }
- .inform-ushp h4 {
- margin-top: 30px;
- color: #635232;
- font-size: 26px;
- font-style: italic;
- }
- .inform-ushp p {
- margin-top: 30px;
- font-size: 17px;
- color: #635232;
- line-height: 1.5;
- }
- .about-ushp {
- height: 250px;
- background: #fffdf5;
- border-bottom: 10px solid #fffae9;
- }
- .about-ushp h3 {
- margin-top: 32px;
- width: 465px;
- color: #635232;
- font-size: 23px;
- border-bottom: 1px solid #e4dab9;
- padding-bottom: 10px;
- margin-bottom: 25px;
- font-weight: 700;
- }
- .about-ushp .left_text {
- float: left;
- width: 465px;
- }
- .about-ushp .right_text {
- float: right;
- width: 465px;
- }
- .tech-ushp {
- padding-top: 43px;
- }
- .tech-ushp h3 {
- color: #635232;
- font-size: 31px;
- font-weight: 700;
- text-align: center;
- }
- .labels {
- text-align: center;
- }
- /* Tabs START */
- .tabs {
- position: relative;
- margin: 0 auto;
- width: 800px;
- }
- .tabs label {
- color: #555;
- cursor: pointer;
- display: inline-block;
- padding-right: 11px;
- height: 37px;
- line-height: 37px;
- position: relative;
- top: 2px;
- background: linear-gradient(to top, #fef6e9, #fffdf9);
- text-align: center;
- padding-left: 39px;
- margin-bottom: 14px;
- margin-right: 15px;
- }
- .tabs input {
- position: absolute;
- left: -9999px;
- }
- #tab_1:checked ~ #tab_l1,
- #tab_2:checked ~ #tab_l2,
- #tab_3:checked ~ #tab_l3,
- #tab_4:checked ~ #tab_l4,
- #tab_5:checked ~ #tab_l5,
- #tab_6:checked ~ #tab_l6,
- #tab_7:checked ~ #tab_l7,
- #tab_8:checked ~ #tab_l8,
- #tab_9:checked ~ #tab_l9,
- #tab_10:checked ~ #tab_l10{
- background: linear-gradient(to top, #ff8c04, #ffae4f);
- border: 1px solid #fff;
- top: 0;
- z-index: 3;
- color: #fff;
- }
- .tech-ushp label span {
- color: #fff;
- position: absolute;
- left: 6px;
- top: 4px;
- line-height: 29px;
- font-size: 21px;
- font-weight: 700;
- width: 29px;
- height: 29px;
- border-radius: 15px;
- display: inline-block;
- background: #ff8a00;
- }
- #tab_1:checked ~ #tab_l1 span,
- #tab_2:checked ~ #tab_l2 span,
- #tab_3:checked ~ #tab_l3 span,
- #tab_4:checked ~ #tab_l4 span,
- #tab_5:checked ~ #tab_l5 span,
- #tab_6:checked ~ #tab_l6 span,
- #tab_7:checked ~ #tab_l7 span,
- #tab_8:checked ~ #tab_l8 span,
- #tab_9:checked ~ #tab_l9 span,
- #tab_10:checked ~ #tab_l10 span{
- color: #ff8b00;
- position: absolute;
- left: 6px;
- top: 4px;
- line-height: 29px;
- font-size: 21px;
- font-weight: 700;
- width: 29px;
- height: 29px;
- border-radius: 15px;
- display: inline-block;
- background: #fff;
- }
- .tabs_cont {
- background: #fff;
- position: relative;
- z-index: 2;
- margin-top: 47px;
- }
- .tabs_cont > div {
- position: absolute;
- left: -9999px;
- top: 0;
- opacity: 0;
- -moz-transition: opacity .5s ease-in-out;
- -webkit-transition: opacity .5s ease-in-out;
- transition: opacity .5s ease-in-out;
- }
- #tab_1:checked ~ .tabs_cont #tab_c1,
- #tab_2:checked ~ .tabs_cont #tab_c2,
- #tab_3:checked ~ .tabs_cont #tab_c3,
- #tab_4:checked ~ .tabs_cont #tab_c4,
- #tab_5:checked ~ .tabs_cont #tab_c5,
- #tab_6:checked ~ .tabs_cont #tab_c6,
- #tab_7:checked ~ .tabs_cont #tab_c7,
- #tab_8:checked ~ .tabs_cont #tab_c8,
- #tab_9:checked ~ .tabs_cont #tab_c9,
- #tab_10:checked ~ .tabs_cont #tab_c10{
- position: static;
- left: 0;
- opacity: 1;
- }
- /* END Tabs */
- .tabs_cont h4 {
- font-size: 21px;
- color: #635232;
- font-weight: 700;
- margin-bottom: 15px;
- }
- .tabs_cont .left_text {
- width: 462px;
- float: left;
- }
- .clearfix {
- clear: both;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement