main.css 4.94 KB
/* Space out content a bit */
@import "../fonts/font.css";
body {
  font-family: 'Hiragino Kaku Gothic Pro';
}
button.red{
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;

}
button.white{
  border: 1px solid #ff8080;
  color: #ff8080;
  background-color: #ffffff;
}
button.brown{
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  border-radius: 5px;
}
#tshirt-container{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
/*HEADER*/
header{
  border-bottom: 1px solid #dcdcdc;
}
header .logo{
  color: #ed1d24;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
header .logo img{
  width: 60px;
}
/*NAVIGATION*/
nav{
  border-bottom: 1px solid #dcdcdc;
}
nav h2{
  font-size: 24px;
}
nav ul{
  list-style: none;
  padding-left: 0;
}
nav ul li{
  margin-left: 2px;
  float: left;
  padding: 6px 12px;
  background-color: #999999;
}
nav ul li a{
  color: #ffffff;
}
nav ul li.action{
  color: #ffffff;
  background-color: #ed1d24;
}
/*ASIDE*/
aside{

}

aside .break-down{
  padding: 0 0;
}
aside .break-down i.fa{
  font-size: 35px;
  color: #ff0000;
}
aside .break-line{

}
aside .break-line hr{
  border-top: 1px dotted #cccccc;
}
aside .step{
  margin: 0 0;
}
aside .step .title{
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
aside .step .title-notice{
  font-size: 13px;
  line-height: 16px;
}
aside .step .title-notice .require{
  font-size: 10px;
}
aside .step .step-box{
  border: 2px solid #dcdcdc;
  font-size: 12px;

}
/*Step 1*/
aside .step .step-box .tshirt-design{
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  margin: 10px 10px;
}
aside .step .step-box .tshirt-design div{
  float: left;
}
aside .step .step-box .tshirt-design .icon{
  padding: 4px 4px;
  border-right: 1px solid #cccccc;

}
aside .step .step-box .tshirt-design .icon img{
  height: 50px;
}
aside .step .step-box .tshirt-design .name{
  padding: 10px 10px;

}
aside .step .step-box .tshirt-design .action{
  padding: 10px 10px;
  float: right;

}
aside .step .step-box .tshirt-design .action button{
  padding: 8px 10px;
}
/*Step 2*/
aside .step .step-box .tshirt-color{
  padding: 6px 10px;
  position: relative;
}
aside .step .step-box .tshirt-color ul.choice-color{
  float: left;
  list-style: none;
  padding-left: 0;
  width: 100%;
}
aside .step .step-box .tshirt-color ul.choice-color li{
  margin: 0 10px 0 0;
  border: 1px solid #cccccc;
  padding: 2px 2px;
  float: left;
}
aside .step .step-box .tshirt-color ul.choice-color li div{
  height: 30px;
  width: 30px;
}

aside .step .step-box .tshirt-color ul.choice-color li.white div{
  background-color: #ece7e4;
}
aside .step .step-box .tshirt-color ul.choice-color li.blue div{
  background-color: #e7dfd0;
}
aside .step .step-box .tshirt-color .color-name{
  width: 100%;
}
aside .step .step-box .tshirt-color .view-more{
  position: absolute;
  bottom: 6px;
  right: 10px;
}
/*Step 3*/
aside .step .step-box .tshirt-saveorder{
  padding: 10px 10px;
}
aside .step .step-box .tshirt-saveorder .action{
  width: 50%;
  float: left;
}
aside .step .step-box .tshirt-saveorder .action:first-child{
  padding-right: 5px;
}
aside .step .step-box .tshirt-saveorder .action:last-child{
  padding-left: 5px;
}
aside .step .step-box .tshirt-saveorder .action button{
  padding: 8px 10px;

}
aside .step .step-box .tshirt-saveorder .action button .text{
  float: left;
  width: 80%;
  text-align: center;
  padding-left: 10px;
  vertical-align: bottom;
}
aside .step .step-box .tshirt-saveorder .action button .arrow{
  float: left;
  width: 20%;
  height: 40px;
  position: relative;
}
aside .step .step-box .tshirt-saveorder .action button .arrow i.fa{
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
/*Step 4*/
aside .step .title-notice{

}
aside .step .step-box .change-design{
  padding: 4px 4px;
}
aside .step .step-box .change-design table{

}
aside .step .step-box .change-design table tr{
  border-bottom: 1px dotted #cccccc;
}
aside .step .step-box .change-design table tr:last-child{
  border-bottom: 0;
}

/*Step 5- finish*/
aside .step .finish-design{

}
aside .step .finish-design button{
  width: 100%;
  padding: 6px 10px;
}

/*DESIGN CONTENT*/
#tshirt-content{

}
#tshirt-content .tshirt-image{

}
#tshirt-content .tshirt-choice{

}
#tshirt-content .tshirt-choice ul{
  list-style: none;
  padding-left: 0;
  display: table;
  margin: auto;
}
#tshirt-content .tshirt-choice ul li{
  float: left;

  margin: 10px 10px;
}
#tshirt-content .tshirt-choice ul li .image{
  border: 1px solid #cccccc;
  padding: 3px 3px;
}
#tshirt-content .tshirt-choice ul li.focus{

}
#tshirt-content .tshirt-choice ul li.focus .image{
  border: 1px solid #ff0000;
}


/* Customize container */
@media (min-width: 768px) {
  .container {
    /*max-width: 730px;*/
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */

}