Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added profite/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions profite/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RewriteEngine on
ErrorDocument 404 http:/404.php
8 changes: 8 additions & 0 deletions profite/404.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php include("head.php"); ?>
<body>
<div id="wrap">
<?php include("header.php"); ?>
<main>

</main>
<?php include("footer.php"); ?>
Binary file added profite/css/.DS_Store
Binary file not shown.
166 changes: 166 additions & 0 deletions profite/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
@charset "utf-8";

@media screen and (max-width:1490px){
#newsletter input{width:90%;}
footer ul li:first-child{font-size: 12px;}
footer ul li:not(:first-child),
footer p{font-size:.7em;}
footer > .wrap {padding: 50px 0px 52px;}
#mobileMenu > li,
#carrinho .total,
.cart_items p:last-of-type,
#newsletter form label,
[class*="btn"],
[class*="-cart"],
[class*="cart-"],
header ul li{font-size: 9px;}
}
@media screen and (max-width:1280px){
.vitrine > li{
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
}
.vitrine .btn2.pe-7s-cart::after{
font-size: 25px;
top:-5px;
}
footer > .wrap > *:nth-child(2) > *:not(:last-child){
-webkit-flex: 3 0px;
-ms-flex: 3 0px;
flex: 3 0px;
padding-bottom: 20px;
}
footer > .wrap > *:nth-child(2) > *:last-child{
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
footer > .wrap > *:first-child{
-webkit-flex: 0 30%;
-ms-flex: 0 30%;
flex: 0 30%;
}

footer > .wrap > *:last-child{
-webkit-flex: 0 70%;
-ms-flex: 0 70%;
flex: 0 70%;
}
footer{
position: relative;
height: auto;
}
main{padding-bottom: 0;}
footer > .wrap{padding: 20px 0 0;}
#mobileMenu > li,
#carrinho .total,
.cart_items p:last-of-type,
#newsletter form label,
[class*="btn"],
[class*="-cart"],
[class*="cart-"],
header ul li{font-size: 12px;}
}
@media screen and (max-width:1048px){

}
@media screen and (min-width:991px){

}
@media screen and (max-width:990px){
#webdoor .slideContent h1{font-size:2em;}
#webdoor .slideContent h2{font-size:1em;}
.btn, header ul li{font-size:.5em;}
#banners h1, #webdoor .slideContent h2 {font-size: 20px;}
header .wrap {padding: 15px 0;}
header .wrap > div{
-webkit-flex: 0 100%;
-ms-flex: 0 100%;
flex: 0 100%;
}
header .wrap > div:nth-child(3){
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}
header .wrap > div:nth-child(2){
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
padding:0 0 20px;
}
header .wrap > div:nth-child(1){
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
-webkit-order: 3;
order: 3;
}
header .wrap > div:nth-child(3) > *:first-child{text-align: left;}
header form{width:auto;}
header nav{display: none;}
#logo::after{
font-family: "entypo",sans-serif;
content: "☰";
position: absolute;
right:0;
top: 40%;
font-size:32px;
color:#000;
}
#logo.on::after{content: "-";}
}
@media screen and (max-width:790px){
#newsletter > div > *:first-child,
#webdoor .slideContent .btn{display:none;}
#newsletter > div > *{
-webkit-flex: 1 100%;
-ms-flex: 1 100%;
flex: 1 100%;
padding: 0;
}
#newsletter{padding: 12px;}
.vitrine > li{
-webkit-flex: 0 50%;
-ms-flex: 0 50%;
flex: 0 50%;
}
footer > .wrap > *{
-webkit-flex: 1 100% !important;
-ms-flex: 1 100% !important;
flex: 1 100% !important;
text-align: center;
}
footer > .wrap > :nth-child(2) > :not(:last-child){padding-bottom: 30px;}
footer > .wrap > :nth-child(2){padding: 30px 0;}
#mobileMenu > li,
#carrinho .total,
.cart_items p:last-of-type,
#newsletter form label,
[class*="btn"],
[class*="-cart"],
[class*="cart-"],
header ul li{font-size: 10px;}
}
@media screen and (max-width:520px){
#newsletter,
#webdoor .flex-control-nav{display:none;}
#banners ul li,
.vitrine > li{
-webkit-flex: 0 100%;
-ms-flex: 0 100%;
flex: 0 100%;
}
#banners{margin: 20px auto;}
#banners ul li{margin: 0;}
#banners ul li:not(:last-child){margin-bottom: 20px;}
#banners ul li > div > div::after, #banners h1{opacity: 1;}
#banners h1{font-size: 30px;}
#webdoor .slideContent h2{font-size: 20px;}
#webdoor .slideContent h1{font-size: 1.5em;}
}
98 changes: 98 additions & 0 deletions profite/css/default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
@charset "utf-8";
@import url("reset.css");
@import url("fontface.css");
@import url("flexslider.css");
@import url("https://metroui.org.ua/css/metro-icons.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,300italic,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext);
@import url(pe-icon-7-stroke.css);
@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);

body *{
word-break:normal;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}

html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}

body *,
input,
textarea,
button,
body{font-family: 'Lato', sans-serif;}

body a{text-decoration:none;}

#wrap{overflow: hidden;}

.wrap{
position:relative;
display:block;
margin:0px auto;
width: 85%;
max-width: 1240px;
min-width: 380px;
}

.b{display:block;}

.l{
position:relative;
float:left;
}

.r{
position:relative;
float:right;
}

.c::after{
clear:both;
position: relative;
display: block;
content: "";
}

html,
body {
margin:0;
padding:0;
height:100%;
}

#wrap {
min-height:100%;
position:relative;
}
main {
padding-bottom:307px;
}
footer {
width:100%;
height:307px;
position:absolute;
bottom:0;
left:0;
background-color: #f7f7f7;
}

textarea[placeholder] { text-overflow: ellipsis; color:#999; opacity: 1; font-weight: 300; }
input[placeholder] { text-overflow: ellipsis; color:#999; opacity: 1; font-weight: 300; }
::-moz-placeholder { text-overflow: ellipsis; color:#999; opacity: 1; font-weight: 300; }
input::-webkit-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
textarea::-webkit-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
input:-ms-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
textarea:-ms-input-placeholder {color: #999; opacity: 1; font-weight: 300;}
Loading