Difference between revisions of "Team:Nankai/test3"

Line 445: Line 445:
 
background-position:-761px top;
 
background-position:-761px top;
 
background-repeat:no-repeat;
 
background-repeat:no-repeat;
}
 
.tabs_nav {
 
}
 
.tabs_nav li {
 
margin-bottom: -1px;
 
}
 
.tabs_nav li a:hover {
 
float:left;
 
background-image:url(../images/tab_selected_bg.png);
 
background-position:0 0;
 
background-repeat:no-repeat;
 
width:140px;
 
}
 
.tabs_nav .active a, .tabs_nav .active a:hover {
 
float:left;
 
background-image:url(../images/tab_selected_bg.png);
 
background-position:0 0;
 
background-repeat:no-repeat;
 
width:140px;
 
}
 
li {
 
line-height: 18px;
 
}
 
.tab-content.active {
 
display: block;
 
}
 
.tab-content.hide {
 
display: none;
 
}
 
/*=====================================PROJECT MAIN CONTANT CSS========================*/
 
#project_84_main_contant {
 
float:left;
 
width:100%;
 
margin-top:100px;
 
}
 
#project_84_main_contant h1 {
 
float:left;
 
width:100%;
 
text-align:center;
 
font-size:59px;
 
color:#000000;
 
font-family: 'existence_lightregular';
 
margin-bottom:75px;
 
}
 
#some_features {
 
float:left;
 
width:100%;
 
padding-bottom:20px;
 
}
 
#some_features li {
 
float:left;
 
width:50%;
 
margin-bottom:30px;
 
}
 
#some_features li img {
 
float:left;
 
}
 
#some_features li .features_text {
 
float:left;
 
width:75%;
 
margin-left:3%;
 
}
 
#some_features li .features_text h6 {
 
float:left;
 
width:100%;
 
font-family:"myriad Pro";
 
font-size:22px;
 
color:#000000;
 
}
 
#some_features li .features_text h6 a {
 
font-family:"myriad Pro";
 
font-size:12px;
 
color:#ffffff;
 
background-color:#66ce52;
 
padding:1px 3px;
 
font-weight:normal;
 
margin-left:15px;
 
margin-top:-2px !important;
 
float:right;
 
margin-right:50px;
 
}
 
#some_features li .features_text p {
 
float:left;
 
width:100%;
 
font-family:"myriad Pro";
 
font-size:16px;
 
color:#525252;
 
line-height:22px;
 
margin-top:5px;
 
}
 
/*===================================== LOGIN PAGE CSS ========================*/
 
#login_detail {
 
float:left;
 
width:100%;
 
}
 
#login_detail form {
 
margin:50px auto;
 
width:308px;
 
}
 
#login_detail form h6 {
 
float:left;
 
width:100%;
 
text-align:center;
 
font-size:47px;
 
color:#ffffff;
 
font-family: 'existence_lightregular';
 
}
 
#login_detail form input.input_1 {
 
float:left;
 
width:248px;
 
padding-top:13px;
 
padding-bottom:15px;
 
border:none;
 
background:none;
 
padding-left:60px;
 
background-image:url(../images/login_sprit.png);
 
background-position:left top;
 
background-repeat:no-repeat;
 
margin-top:50px;
 
}
 
#login_detail form input.input_2 {
 
float:left;
 
width:248px;
 
padding-top:13px;
 
padding-bottom:15px;
 
border:none;
 
background:none;
 
padding-left:60px;
 
margin-top:5px;
 
background-image:url(../images/login_sprit.png);
 
background-position:left -49px;
 
background-repeat:no-repeat;
 
}
 
#login_detail form input[type="submit"] {
 
float:left;
 
width:308px;
 
margin-top:28px;
 
background:none;
 
cursor:pointer;
 
background-image:url(../images/login_sprit.png);
 
background-position:left -118px;
 
background-repeat:no-repeat;
 
height:55px;
 
border:none;
 
}
 
#login_detail form input[type="submit"]:hover {
 
background-image:url(../images/login_hover.png);
 
background-position:1px 3px;
 
background-repeat:no-repeat;
 
}
 
#login_detail form .forget, #login_detail form .not_yet {
 
font-family:"myriad Pro";
 
font-size:11px;
 
color:#ffffff;
 
margin-top:15px;
 
}
 
#login_detail form .forget {
 
float:left;
 
}
 
#login_detail form .not_yet {
 
float:right;
 
}
 
/*===================================== REGISTER PAGE CSS =====================*/
 
#register_details {
 
float:left;
 
width:100%;
 
}
 
#register_details form {
 
margin:50px auto;
 
width:308px;
 
}
 
#register_details form h6 {
 
float:left;
 
width:100%;
 
text-align:center;
 
font-size:47px;
 
color:#ffffff;
 
font-family: 'existence_lightregular';
 
}
 
#register_details form input.input_1 {
 
float:left;
 
width:248px;
 
padding-top:13px;
 
padding-bottom:15px;
 
border:none;
 
background:none;
 
padding-left:60px;
 
background-image:url(../images/login_sprit.png);
 
background-position:left top;
 
background-repeat:no-repeat;
 
margin-top:50px;
 
}
 
#register_details form input.input_2 {
 
float:left;
 
width:248px;
 
padding-top:13px;
 
padding-bottom:15px;
 
border:none;
 
background:none;
 
padding-left:60px;
 
margin-top:5px;
 
background-image:url(../images/login_sprit.png);
 
background-position:left -49px;
 
background-repeat:no-repeat;
 
}
 
#register_details form input[type="submit"] {
 
float:left;
 
width:308px;
 
margin-top:28px;
 
background:none;
 
cursor:pointer;
 
background-image:url(../images/register_sprit.png);
 
background-position:left -221px;
 
background-repeat:no-repeat;
 
height:55px;
 
border:none;
 
}
 
#register_details form input[type="submit"]:hover {
 
background-image:url(../images/register_hover.png);
 
background-position:0 -1px;
 
background-repeat:no-repeat;
 
}
 
#register_details form .forget, #login_detail form .not_yet {
 
font-family:"myriad Pro";
 
font-size:11px;
 
color:#ffffff;
 
margin-top:15px;
 
}
 
#register_details form .forget {
 
float:left;
 
}
 
#register_details form .not_yet {
 
float:right;
 
}
 
#register_details form input.input_3 {
 
float:left;
 
width:248px;
 
padding-top:13px;
 
padding-bottom:15px;
 
border:none;
 
margin-top:5px;
 
background:none;
 
padding-left:60px;
 
background-image:url(../images/login_sprit.png);
 
background-position:left -49px;
 
background-repeat:no-repeat;
 
}
 
#register_details form input.input_4 {
 
float:left;
 
width:248px;
 
padding-top:13px;
 
padding-bottom:15px;
 
border:none;
 
background:none;
 
padding-left:60px;
 
margin-top:7px;
 
background-image:url(../images/register_sprit.png);
 
background-position:left -150px;
 
background-repeat:no-repeat;
 
}
 
/*===================================== ABOUT PSAGE CSS ========================*/
 
#about_us {
 
float:left;
 
width:100%;
 
margin-top:50px;
 
}
 
#about_us h1 {
 
float:left;
 
width:100%;
 
text-align:center;
 
color:#ffffff;
 
font-size:59px;
 
font-family: 'existence_lightregular';
 
}
 
#about_us .meet_the_team {
 
float:left;
 
width:100%;
 
margin-top:40px;
 
}
 
#about_us .meet_the_team li {
 
float:left;
 
margin:0px 10px;
 
width:220px;
 
}
 
#about_us .meet_the_team li .hawk, #about_us .meet_the_team li .kangaroo, #about_us .meet_the_team li .koala, #about_us .meet_the_team li .squirrel {
 
float:left;
 
width:100%;
 
height:160px;
 
}
 
#about_us .meet_the_team li .hawk {
 
background-image:url(../images/our_team_sprit.png);
 
background-position:36px top;
 
background-repeat:no-repeat;
 
}
 
#about_us .meet_the_team li .kangaroo {
 
background-image:url(../images/our_team_sprit.png);
 
background-position:-202px top;
 
background-repeat:no-repeat;
 
}
 
#about_us .meet_the_team li .koala {
 
background-image:url(../images/our_team_sprit.png);
 
background-position:-442px top;
 
background-repeat:no-repeat;
 
}
 
#about_us .meet_the_team li .squirrel {
 
background-image:url(../images/our_team_sprit.png);
 
background-position:-684px top;
 
background-repeat:no-repeat;
 
}
 
#about_us .meet_the_team li strong {
 
float:left;
 
width:100%;
 
text-align:center;
 
font-family: 'myriad_pro_lightbold';
 
font-size:18px;
 
color:#ffffff;
 
margin:5px 0px;
 
}
 
#about_us .meet_the_team li p {
 
float:left;
 
width:100%;
 
text-align:justify;
 
font-size:14px;
 
font-family:"myriad Pro";
 
color:#ffffff;
 
}
 
/*=====================================ABOUT WRAPPER TOP CSS========================*/
 
#wrapper_top_about {
 
background-image: url("../images/white_texture.png");
 
background-position: 0 0;
 
background-repeat: repeat;
 
float: left;
 
padding:30px 0px;
 
width: 100%;
 
}
 
#wrapper_top_about h2 {
 
float:left;
 
width:100%;
 
text-align:center;
 
font-size:59px;
 
color:#000000;
 
font-family: 'existence_lightregular';
 
margin-bottom:25px;
 
}
 
/*=====================================ABOUT WRAPPER LEFT CSS========================*/
 
#about_left {
 
float:left;
 
width:400px;
 
margin-left:10px;
 
margin-bottom: 20px;
 
}
 
#about_left .future_projects, #about_left .project_trial, #about_left .power_house {
 
float:left;
 
width:358px;
 
border:1px solid #cbcbcc;
 
background-color:#ffffff;
 
padding:0px 20px 0px 20px;
 
-moz-box-shadow: 3px 3px 3px #e0e0e0;
 
-webkit-box-shadow: 3px 3px 3px #e0e0e0;
 
box-shadow: 3px 3px 3px #e0e0e0;
 
}
 
#about_left .future_projects {
 
margin-top:48px;
 
}
 
#about_left .project_trial {
 
margin-top:170px;
 
}
 
#about_left .power_house {
 
margin-top:48px;
 
}
 
#about_left .future_projects .toltip_left, #about_left .project_trial .toltip_left, #about_left .power_house .toltip_left {
 
float:left;
 
margin-left:-21px;
 
}
 
#about_left .future_projects h3, #about_left .project_trial h3, #about_left .power_house h3 {
 
float:left;
 
font-size:20px;
 
color:#297f18;
 
font-family: 'existence_lightregular';
 
margin-top:-57px;
 
line-height:57px;
 
}
 
#about_left .future_projects p, #about_left .project_trial p, #about_left .power_house p {
 
float:left;
 
width:100%;
 
color:#414141;
 
font-family:"myriad Pro";
 
font-size:13px;
 
padding:25px 0px;
 
border-bottom:1px solid #e1e1e1;
 
}
 
#about_left .future_projects em, #about_left .project_trial em, #about_left .power_house em {
 
float:left;
 
margin:8px 0px 8px 0px;
 
padding-left:20px;
 
background-image:url(../images/clender_icon_1.png);
 
background-position: 0 center;
 
background-repeat:no-repeat;
 
font-style:normal;
 
font-family:"myriad Pro";
 
font-size:11px;
 
color:#272727;
 
line-height:14px;
 
 
}
 
}
  

Revision as of 03:38, 8 August 2015

Power House

3 facts you should know about Project 84

Quick insertion
It just takes 1 hour to improve your life

Come down to our clinic today and we will insert your new favourite toy into your brain and eye within just 1 hour and guaranteed life-long happiness will be yours.

Just think it
Whatever you want to happen, happens

Want to tweet that you were standing in line for ice cream and then accidentally farted in the boy's face behind you? All you have to do is think it! Our tech's so fast sometimes it posts before you even think it!

Fewer & fewer incidents
We take all the necessary precautions

We are hard at work to bring safer methods of implementing chips into the brains of users. Over the past 4 months we have decreased the amount of incidents so you have almost nothing to fear!

Medigo Blue, free responsive template