added vertical functional sliders, changed design, etc. etc.
|
@ -1,42 +1,73 @@
|
||||||
body {
|
body {
|
||||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
|
||||||
background: #e9e9e9;
|
background: #b1b1b1;
|
||||||
color: #000;
|
color: #666;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
|
||||||
color:#414958;
|
|
||||||
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #4E5869;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
#container {
|
||||||
.container {
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 1260px; /*change this*/
|
max-width: 1260px; /*change this*/
|
||||||
min-width: 780px; /*change this*/
|
min-width: 1000px; /*change this*/
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
-webkit-box-sizing:border-box;
|
-webkit-box-sizing:border-box;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
background-color:white;
|
||||||
|
position:relative;
|
||||||
|
border-right:1px ridge #FFF;
|
||||||
|
border-left:1px ridge #FFF;
|
||||||
|
z-index:1;
|
||||||
|
/* padding:5px;
|
||||||
|
border:3px ridge #f88329;
|
||||||
|
background:#a5e025;*/
|
||||||
|
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
#container:before {
|
||||||
|
content:"";
|
||||||
|
position:absolute;
|
||||||
|
z-index:-1;
|
||||||
|
top:4px;
|
||||||
|
left:4px;
|
||||||
|
right:4px;
|
||||||
|
bottom:4px;
|
||||||
|
border:3px ridge #00a5e6;
|
||||||
|
background:#FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#container:after{
|
||||||
|
content:"";
|
||||||
|
position:absolute;
|
||||||
|
z-index:-1;
|
||||||
|
top:3px;
|
||||||
|
left:3px;
|
||||||
|
right:3px;
|
||||||
|
bottom:3px;
|
||||||
|
border:3px ridge #0298ce;
|
||||||
|
background:#fff;
|
||||||
|
}*/
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color:#0387b8; /*formerly add03b*/
|
/*background-color:#0387b8; /*formerly add03b*/
|
||||||
|
/*background: rgb(4,195,229);
|
||||||
|
background: -moz-linear-gradient(top, rgba(4,195,229,1) 0%, rgba(8,87,109,1) 100%);
|
||||||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,195,229,1)), color-stop(100%,rgba(8,87,109,1)));
|
||||||
|
background: -webkit-linear-gradient(top, rgba(4,195,229,1) 0%,rgba(8,87,109,1) 100%);
|
||||||
|
background: -o-linear-gradient(top, rgba(4,195,229,1) 0%,rgba(8,87,109,1) 100%);
|
||||||
|
background: -ms-linear-gradient(top, rgba(4,195,229,1) 0%,rgba(8,87,109,1) 100%);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c3e5', endColorstr='#08576d',GradientType=0 );
|
||||||
|
background: linear-gradient(top, rgba(4,195,229,1) 0%,rgba(8,87,109,1) 100%);*/
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
-webkit-box-sizing:border-box;
|
-webkit-box-sizing:border-box;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
width:100%;
|
width:100%;
|
||||||
position:relative;
|
position:relative;
|
||||||
margin-bottom:2%; }
|
/*border-bottom:3px ridge #00a3de;*/
|
||||||
|
background: #3ab8e5;/*formerly 07b0ed 098bbb f8f796 #a5e025*/
|
||||||
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
display:block;
|
display:block;
|
||||||
|
@ -44,19 +75,22 @@ a:hover, a:active, a:focus { /* this group of selectors will give a keyboard nav
|
||||||
}
|
}
|
||||||
|
|
||||||
#search {
|
#search {
|
||||||
width:350px;
|
width:320px;
|
||||||
height:30px;
|
height:26px;
|
||||||
border:1px solid #f0f0f0;
|
border:2px outset #a5e025;/*formerly ec9d49*/
|
||||||
padding:2px 2px 2px 4px;
|
padding:2px 2px 2px 4px;
|
||||||
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
color:#7d7d7d;
|
color:#7d7d7d;
|
||||||
-moz-border-radius:8px;
|
background:url(/static/images/search-a-small.png) 99% 50% no-repeat;
|
||||||
|
background-color:white;
|
||||||
|
|
||||||
|
/*-moz-border-radius:8px;
|
||||||
-webkit-border-radius:8px;
|
-webkit-border-radius:8px;
|
||||||
border-radius:8px;
|
border-radius:8px;
|
||||||
-moz-box-shadow:2px 2px 6px #666;
|
-moz-box-shadow:2px 2px 6px #666;
|
||||||
-webkit-box-shadow:2px 2px 6px #666;
|
-webkit-box-shadow:2px 2px 6px #666;
|
||||||
box-shadow:2px 2px 6px #666;
|
box-shadow:2px 2px 6px #666;*/
|
||||||
position:absolute; /*problem on resizing windowd*/
|
position:absolute; /*problem on resizing windowd*/
|
||||||
top:30px;
|
top:30px;
|
||||||
left:0;
|
left:0;
|
||||||
|
@ -64,119 +98,354 @@ right:0;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#search:hover, #search:focus {
|
||||||
|
-moz-box-shadow:2px 2px 6px #666;
|
||||||
|
-webkit-box-shadow:2px 2px 6px #666;
|
||||||
|
box-shadow:2px 1px 6px #777;
|
||||||
|
outline:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttonLogin
|
||||||
|
{/*background-color:rgba(0,0,0,0.3); /*give fall back for old browsers*/
|
||||||
|
/*width:60px; /*TBC depending on font*/
|
||||||
|
padding:2px 0;
|
||||||
|
color:#FFF;/*formerly e3e3e3*/
|
||||||
|
font-size:12px;
|
||||||
|
font-weight:bold;
|
||||||
|
border:none;
|
||||||
|
background-color:transparent;
|
||||||
|
cursor:pointer;
|
||||||
|
vertical-align:super;
|
||||||
|
border-bottom:1px dotted transparent;
|
||||||
|
text-align:left;
|
||||||
|
margin-top:6px;}
|
||||||
|
|
||||||
|
#register
|
||||||
|
{margin-left:18px;}
|
||||||
|
|
||||||
|
.buttonLogin:hover
|
||||||
|
{border-bottom:1px dotted #FFF;}
|
||||||
|
|
||||||
|
|
||||||
|
#lightbox
|
||||||
|
{display:none;
|
||||||
|
background-color:#000;
|
||||||
|
opacity:0.6;
|
||||||
|
filter:alpha(opacity=40);
|
||||||
|
position:fixed;
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
|
bottom:0px;
|
||||||
|
right:0px;
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
z-index:1000;} /*everything except the lightbox panel should be below this z-index*/
|
||||||
|
|
||||||
|
#lightboxPanel {
|
||||||
|
/*display:none; */
|
||||||
|
z-index:1001;} /*must have the highest z-index, just more than the lightbox*/
|
||||||
|
|
||||||
|
|
||||||
#formLogin
|
#formLogin
|
||||||
{position:absolute;
|
{position:absolute;
|
||||||
right:10px;
|
right:4px;
|
||||||
top:35px;
|
top:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contentContainer
|
#contentContainer
|
||||||
{width:96%;
|
{border-top:1px solid #FFF; width:100%;
|
||||||
margin:0 auto;
|
-moz-box-sizing:border-box;
|
||||||
border-top:1px solid #e3e3e3;
|
-webkit-box-sizing:border-box;
|
||||||
border-left:1px solid #999;
|
box-sizing:border-box;
|
||||||
border-right:1px solid #999;
|
|
||||||
margin-top:1%;
|
|
||||||
margin-bottom:1%;}
|
|
||||||
|
|
||||||
.sidebar1 {
|
/*margin:0 auto;*/
|
||||||
|
/*border-left:1px solid #999;
|
||||||
|
border-right:1px solid #999;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
#col1 {
|
||||||
float: left;
|
float: left;
|
||||||
width: 25%;
|
width: 27%;
|
||||||
|
min-width:260px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
-webkit-box-sizing:border-box;
|
-webkit-box-sizing:border-box;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
border-right:1px solid #e3e3e3;
|
background:#a4cb52;
|
||||||
border-left:1px solid #e3e3e3;
|
/*border-right:3px ridge #00a3de;
|
||||||
|
border-left:1px solid #e3e3e3;*/
|
||||||
|
border-left:1px ridge #848383;
|
||||||
|
border-top:1px ridge #848383;/*formerly #0298ce, add03b;/*
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.box1
|
border-bottom:4px ridge #add03b;
|
||||||
{width:90%;
|
/*background:#009CD6;
|
||||||
height:200px;
|
border-bottom:3px ridge #f88329;*/}
|
||||||
margin:0 auto;
|
|
||||||
margin-top:20px;
|
|
||||||
background-color:#add03b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.productBox {
|
||||||
|
width:250px;
|
||||||
width: 50%;
|
height:234px;
|
||||||
float: left;
|
margin:0 auto;
|
||||||
|
margin-top:16px;
|
||||||
|
/*border:2px ridge #de6a11;
|
||||||
|
background-color:#add03b;*/
|
||||||
|
/*border-radius:10px;*/
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
-webkit-box-sizing:border-box;
|
-webkit-box-sizing:border-box;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
position:relative;
|
||||||
|
z-index:1;
|
||||||
|
padding:8px;
|
||||||
|
border:3px ridge #0298ce;
|
||||||
|
background:#FFF;
|
||||||
|
color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productBox:before {
|
||||||
|
content:"";
|
||||||
|
position:absolute;
|
||||||
|
z-index:-1;
|
||||||
|
top:3px;
|
||||||
|
left:3px;
|
||||||
|
right:3px;
|
||||||
|
bottom:3px;
|
||||||
|
border:3px ridge #f88329;
|
||||||
|
background:#FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ribbon {
|
||||||
|
display:block;
|
||||||
|
position:absolute;
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productBox h1 {
|
||||||
|
text-align:center;
|
||||||
|
font-weight:bold;
|
||||||
|
padding:4px 0 6px 0;
|
||||||
|
/*color:#2A2A2A;*/}
|
||||||
|
|
||||||
|
|
||||||
|
/*.productBox:after{
|
||||||
|
content:"";
|
||||||
|
position:absolute;
|
||||||
|
z-index:-1;
|
||||||
|
top:5px;
|
||||||
|
left:5px;
|
||||||
|
right:5px;
|
||||||
|
bottom:5px;
|
||||||
|
border:4px ridge #e5e638;
|
||||||
|
background:#fff;
|
||||||
|
}*/
|
||||||
|
|
||||||
|
.productImgDiv {
|
||||||
|
width:220px;
|
||||||
|
height:160px;
|
||||||
|
margin:0 auto;
|
||||||
|
padding-bottom:6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productBoxImg {
|
||||||
|
display:block;
|
||||||
|
margin:0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeClock {
|
||||||
|
padding-left:4px;
|
||||||
|
vertical-align:middle;}
|
||||||
|
|
||||||
|
.countdown {
|
||||||
|
font-size:12px;
|
||||||
|
border-bottom:1px dotted #F60;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productButton
|
||||||
|
{display:block;
|
||||||
|
width:60px;
|
||||||
|
float:right;
|
||||||
|
margin-right:8px;
|
||||||
|
font-size:12px; /*if someone increases their font size, then what?*/
|
||||||
|
color:#e3e3e3;
|
||||||
|
font-weight:bold;
|
||||||
|
text-align:center;
|
||||||
|
text-transform:uppercase;
|
||||||
|
text-decoration:none;
|
||||||
|
padding:3px 3px 4px 3px;
|
||||||
|
background-color:#feb200; /*fallback for old browsers*/
|
||||||
|
background:-moz-linear-gradient(top, #e77400 0%, #feb200);
|
||||||
|
background:-webkit-gradient(linear, left top, left bottom, from(#e77400), to(#feb200)); /*w/o prefix not mentioned here for a reason???*/
|
||||||
|
/*-moz-border-radius:10px;
|
||||||
|
-webkit-border-radius:10px;
|
||||||
|
border-radius:10px;*/
|
||||||
|
-moz-box-shadow:1px 2px 2px rgba(000,000,000,0.7), inset 0px 0px 1px rgba(255,255,255,0.7);
|
||||||
|
-webkit-box-shadow:1px 2px 2px rgba(000,000,000,0.7), inset 0px 0px 1px rgba(255,255,255,0.7);
|
||||||
|
box-shadow:1px 2px 2px rgba(000,000,000,0.7), inset 0px 0px 1px rgba(255,255,255,0.7);
|
||||||
|
text-shadow:0px 0px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
|
||||||
|
cursor:pointer;
|
||||||
|
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
|
||||||
|
}/*looks poor in IE*/
|
||||||
|
|
||||||
|
.productButton:link, .productButton:visited
|
||||||
|
{text-decoration:none;
|
||||||
|
color:#FFF;}
|
||||||
|
|
||||||
|
.productButton:hover {
|
||||||
|
text-decoration:none;
|
||||||
|
background-color:#e77400; /*fallback for old browsers*/
|
||||||
|
background:-moz-linear-gradient(top, #feb200 0%, #e77400);
|
||||||
|
background:-webkit-gradient(linear, left top, left bottom, from(#feb200), to(#e77400));
|
||||||
|
-moz-box-shadow:0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
|
||||||
|
-webkit-box-shadow:0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
|
||||||
|
box-shadow:0px 1px 6px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
|
||||||
|
text-shadow:0px 0px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.productButton:active
|
||||||
|
{text-decoration:none;
|
||||||
|
color:#FFF;}
|
||||||
|
|
||||||
|
#col2 {
|
||||||
|
/* background:#add03b;*/
|
||||||
|
width: 46%;
|
||||||
|
min-width:400px;
|
||||||
|
float: left;
|
||||||
|
-moz-box-sizing:border-box;
|
||||||
|
-webkit-box-sizing:border-box;
|
||||||
|
background:#055775;
|
||||||
|
box-sizing:border-box;
|
||||||
|
/*border-right:3px ridge #00a3de;*/;
|
||||||
|
/*border-top:1px ridge #848383; /*formerly 0298ce*/
|
||||||
|
border-right:2px solid #FFF; /*formerly 0298ce*//*background:#add03b;*/
|
||||||
|
border-left:2px solid #FFF; /*formerly 0298ce*//*background:#add03b;*/
|
||||||
|
/*border-bottom:3px ridge #f88329;
|
||||||
|
*/}
|
||||||
|
|
||||||
.boxMiddle
|
.boxMiddle
|
||||||
{width:90%;
|
{width:90%;
|
||||||
height:400px;
|
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
background-color:#0387b8;
|
padding:8px;
|
||||||
|
background-color:white; /*formerly 0387b8*/
|
||||||
|
/*-moz-border-radius:16px;
|
||||||
|
-webkit-border-radius:16px;
|
||||||
|
border-radius:16px;*/
|
||||||
margin-top:20px;
|
margin-top:20px;
|
||||||
}
|
/*border:3px ridge #ef9038;*/
|
||||||
|
/*border:4px ridge #F60;*/}
|
||||||
|
|
||||||
.sidebar2 {
|
#dummyGlobe /*delete or name better*/
|
||||||
|
{margin:0 auto;
|
||||||
|
display:block;
|
||||||
|
width:400px;}
|
||||||
|
|
||||||
|
.boxMiddle h1 {
|
||||||
|
text-align:center;
|
||||||
|
font-weight:bold;
|
||||||
|
padding-top:6px;
|
||||||
|
padding-bottom:10px;
|
||||||
|
/*color:#2a2a2a;*/
|
||||||
|
font-size:16px;}
|
||||||
|
|
||||||
|
.smm
|
||||||
|
{text-align:center;
|
||||||
|
width:50px;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top:10px;}
|
||||||
|
|
||||||
|
.boxMiddle p /*delete or name better*/
|
||||||
|
{text-align:center;
|
||||||
|
padding-top:10px;}
|
||||||
|
|
||||||
|
.boxMiddle p:last-child /*delete or name better*/
|
||||||
|
{color:#F60;
|
||||||
|
cursor:pointer;
|
||||||
|
font-weight:bold;}
|
||||||
|
|
||||||
|
#col3 {
|
||||||
float: left;
|
float: left;
|
||||||
width: 25%;
|
width: 27%;
|
||||||
border-right:1px solid #e3e3e3;
|
min-width:260px;
|
||||||
border-left:1px solid #e3e3e3;
|
|
||||||
-moz-box-sizing:border-box;
|
-moz-box-sizing:border-box;
|
||||||
-webkit-box-sizing:border-box;
|
-webkit-box-sizing:border-box;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
|
/*background:#009CD6;*/
|
||||||
|
border-left:1px ridge #848383;
|
||||||
|
border-right:1px ridge #848383;
|
||||||
|
border-top:1px ridge #848383; /*formerly 0298ce*/
|
||||||
|
/*border-bottom:4px ridge #add03b;
|
||||||
|
border-bottom:3px ridge #f88329;*/
|
||||||
|
background:#a4cb52;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
|
|
||||||
.content ul, .content ol {
|
|
||||||
padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
|
|
||||||
.nav {
|
.nav {
|
||||||
list-style: none; /* this removes the list marker */
|
list-style: none; /* this removes the list marker */
|
||||||
border-top: 1px solid #999; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
|
position:absolute;
|
||||||
margin-bottom: 15px; /* this creates the space between the navigation on the content below */
|
bottom:0px;
|
||||||
width:96%;
|
right:0px;
|
||||||
margin-left:2%;
|
/* background-color: -moz-linear-gradient(
|
||||||
background: -moz-linear-gradient(
|
|
||||||
top,
|
top,
|
||||||
#0387b8 0%,
|
#0387b8 0%,
|
||||||
#02151c);
|
#02151c);
|
||||||
background: -webkit-gradient(
|
background-color: -webkit-gradient(
|
||||||
linear, left top, left bottom,
|
linear, left top, left bottom,
|
||||||
from(#0387b8),
|
from(#0387b8),
|
||||||
to(#02151c));
|
to(#02151c));*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.nav li a{
|
.nav li {
|
||||||
border-bottom: 1px solid #666; /* this creates the button separation */
|
float:left;
|
||||||
float:left; /*add clear both somewhere*/
|
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
width:100px;
|
||||||
font-size: 14px;
|
|
||||||
color: #e3e3e3;
|
padding: 8px 10px;
|
||||||
padding: 10px 20px;
|
/* background: -moz-linear-gradient(
|
||||||
background: -moz-linear-gradient(
|
|
||||||
top,
|
top,
|
||||||
#0387b8 0%,
|
#0387b8 0%,
|
||||||
#02151c);
|
#02151c);
|
||||||
background: -webkit-gradient(
|
background: -webkit-gradient(
|
||||||
linear, left top, left bottom,
|
linear, left top, left bottom,
|
||||||
from(#0387b8),
|
from(#0387b8),
|
||||||
to(#02151c));
|
to(#02151c));*/
|
||||||
|
/* background: -webkit-gradient(
|
||||||
|
linear, left top, left bottom,
|
||||||
|
from(#00a5e6),
|
||||||
|
to(#044a66));
|
||||||
/*border-radius: 9px;
|
/*border-radius: 9px;
|
||||||
-moz-border-radius: 9px;
|
-moz-border-radius: 9px;
|
||||||
-webkit-border-radius: 9px;*/
|
-webkit-border-radius: 9px;*/
|
||||||
border: 0px solid #f6892a;
|
/*width:90px; /*TBC*/
|
||||||
-moz-box-shadow:
|
text-align:center;
|
||||||
|
|
||||||
|
/*-moz-box-shadow:
|
||||||
0px 1px 3px rgba(000,000,000,0.5),
|
0px 1px 3px rgba(000,000,000,0.5),
|
||||||
inset 0px 0px 2px rgba(255,255,255,0);
|
inset 0px 0px 2px rgba(255,255,255,0);
|
||||||
-webkit-box-shadow:
|
-webkit-box-shadow:
|
||||||
0px 1px 3px rgba(000,000,000,0.5),
|
0px 1px 3px rgba(000,000,000,0.5),
|
||||||
inset 0px 0px 2px rgba(255,255,255,0);
|
inset 0px 0px 2px rgba(255,255,255,0);
|
||||||
|
box-shadow:
|
||||||
|
0px 1px 3px rgba(000,000,000,0.5),
|
||||||
|
inset 0px 0px 2px rgba(255,255,255,0);
|
||||||
|
|
||||||
/*text-shadow:
|
/*text-shadow:
|
||||||
0px -1px 0px rgba(000,000,000,0.2),
|
0px -1px 0px rgba(000,000,000,0.2),
|
||||||
0px 1px 0px rgba(255,255,255,0.4);*/
|
0px 1px 0px rgba(255,255,255,0.4);*/
|
||||||
text-decoration:none;}
|
}
|
||||||
|
|
||||||
|
/*.nav li:first-child {
|
||||||
|
background: -webkit-gradient(
|
||||||
|
linear, left top, left bottom,
|
||||||
|
from(#e99b1f),
|
||||||
|
to(#e16b14));
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav li:last-child {
|
||||||
|
background: -webkit-gradient(
|
||||||
|
linear, left top, left bottom,
|
||||||
|
from(#a5e025),
|
||||||
|
to(#537211));
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/*ul.nav a, ul.nav a:visited {
|
/*ul.nav a, ul.nav a:visited {
|
||||||
padding: 5px 5px 5px 15px;
|
padding: 5px 5px 5px 15px;
|
||||||
|
@ -188,16 +457,38 @@ background: #6F7D94;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
ul.nav li a {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#FFF;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav li:hover {
|
||||||
|
/*background: -webkit-gradient(
|
||||||
|
linear, left top, left bottom,
|
||||||
|
from(#f78c24),
|
||||||
|
to(#af761b));*/
|
||||||
|
background: rgb(4,195,229);
|
||||||
|
background: -moz-linear-gradient(top, rgba(8,87,109,1) 0%, rgba(4,195,229,1) 100%);
|
||||||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,87,109,1)), color-stop(100%,rgba(4,195,229,1)));
|
||||||
|
background: -webkit-linear-gradient(top, rgba(8,87,109,1) 0%,rgba(4,195,229,1) 100%);
|
||||||
|
background: -o-linear-gradient(top, rgba(8,87,109,1) 0%,rgba(4,195,229,1) 100%);
|
||||||
|
background: -ms-linear-gradient(top, rgba(8,87,109,1) 0%,rgba(4,195,229,1) 100%);
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08576d', endColorstr='#04c3e5',GradientType=0 );
|
||||||
|
background: linear-gradient(top, rgba(8,87,109,1) 0%,rgba(4,195,229,1) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width:100%;
|
width:100%;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
padding-top:20px;
|
padding-top:20px;
|
||||||
padding-bottom:20px;
|
padding-bottom:20px;
|
||||||
background-color: #003;
|
background-color:#555; /*previously 085f7f*/
|
||||||
color:#e3e3e3;
|
color:#FFF;
|
||||||
position: relative;/* this gives IE6 hasLayout to properly clear */
|
position: relative;/* this gives IE6 hasLayout to properly clear */
|
||||||
clear:both;
|
border-top:1px ridge #FFF;
|
||||||
}
|
/*border-top:3px ridge #0298ce;*/}
|
||||||
|
|
||||||
.footer p
|
.footer p
|
||||||
{text-align:center;
|
{text-align:center;
|
||||||
|
@ -206,4 +497,4 @@ background: #6F7D94;
|
||||||
.clear { /* if required; can be removed later*/
|
.clear { /* if required; can be removed later*/
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
-->
|
|
||||||
|
|
|
@ -1,13 +1,99 @@
|
||||||
|
|
||||||
#slider-code { height: 320px; overflow:hidden; margin:0 auto; width:96%; border:1px double #e3e3e3;}
|
#slider-code { /*display:none*/; height: 180px; overflow:hidden; margin:0 auto; width:100%; position:relative; padding-top:30px; padding-bottom:10px; border-top:1px ridge #848383; /*border-bottom:3px ridge #00a3de;*/}
|
||||||
#slider-code .viewport { float: left; width: 100%; height: 235px; overflow: hidden; position: relative; }
|
#slider-code .viewport { float: left; width: 100%; height: 160px; overflow: hidden; position: relative;}
|
||||||
#slider-code .buttons a { display: block; margin: 30px 10px 0 0; float: left; }
|
|
||||||
#slider-code .next{ margin: 30px 0 0 10px; }
|
/*#slider-code .buttons a { display: block; margin: 30px 10px 0 0; float: left;}*/
|
||||||
|
|
||||||
|
/*#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; z-index:200;opacity:0.5;
|
||||||
|
filter:alpha (opacity=50); }*/
|
||||||
|
|
||||||
|
/*#buttonsHorizontal
|
||||||
|
{width:100%;
|
||||||
|
background-color:#5a5b5b;
|
||||||
|
height:27px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:0px;}*/
|
||||||
|
|
||||||
|
#slider-code #prevHorizontal {position:absolute; top:78px; left:0px; display: block; z-index:400;opacity:0.8;
|
||||||
|
filter:alpha (opacity=80);}
|
||||||
|
|
||||||
|
#slider-code #prevHorizontal:hover {
|
||||||
|
opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
|
||||||
|
#slider-code #nextHorizontal {display: block; z-index:400; position:absolute; right:0px; top: 78px; opacity:0.8;
|
||||||
|
filter:alpha (opacity=80);/*margin: 30px 0 0 10px;*//*position:absolute; top:45%;right:10px;z-index:5000;*/ }
|
||||||
|
|
||||||
|
#slider-code #nextHorizontal:hover {
|
||||||
|
opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
#startslider img
|
||||||
|
{display: block; z-index:400; position:absolute; bottom:90px; left: 49%; opacity:0.8;
|
||||||
|
filter:alpha (opacity=80);}
|
||||||
|
|
||||||
|
#startslider img:hover
|
||||||
|
{opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
#stopslider img
|
||||||
|
{display: block; z-index:400; position:absolute; bottom:90px; left: 53%; opacity:0.8;
|
||||||
|
filter:alpha (opacity=80);}
|
||||||
|
|
||||||
|
#stopslider img:hover
|
||||||
|
{opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
|
||||||
#slider-code .disable { visibility: hidden; }
|
#slider-code .disable { visibility: hidden; }
|
||||||
#slider-code .overview { list-style: none; padding: 0; margin: 0; position: absolute; left: 0; top: 0; }
|
#slider-code .overview { list-style: none; padding: 0; margin: 0; position: absolute; left: 0; top: 0; }
|
||||||
#slider-code .overview li{ float: left; margin: 0 20px 0 0; height: 225px; width: 300px; border: /*1px solid #dcdcdc;*/ }
|
#slider-code .overview li{ float: left; margin: 0 14px 0 14px; height: 160px; width: 160px; /*border: /*1px solid #dcdcdc;*/ }
|
||||||
|
#slider-code .active { color: #fff; background-color: #555555; }
|
||||||
|
|
||||||
|
|
||||||
|
/*vertical slider code below*/
|
||||||
|
#sliderVertical { height: 780px; overflow:hidden; margin:0 auto; width:270px; position:relative; padding-top:8px;}
|
||||||
|
#sliderVertical #viewportVertical { float: left; width: 270px; margin:0 auto; height: 760px; overflow: hidden; position: relative; }
|
||||||
|
|
||||||
|
#sliderVertical #prevVertical{ position:absolute; top:-3px; right:120px; display:block;z-index:200; opacity:0.7;
|
||||||
|
filter:alpha (opacity=70);}
|
||||||
|
|
||||||
|
#sliderVertical #nextVertical{ position:absolute; bottom:-5px; right:120px; display:block;z-index:200;
|
||||||
|
opacity:0.7;
|
||||||
|
filter:alpha (opacity=70);}
|
||||||
|
|
||||||
|
#sliderVertical #prevVertical:hover{ opacity:1; filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
#sliderVertical #nextVertical:hover{ opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
#sliderVertical .disable { visibility: hidden; }
|
||||||
|
#sliderVertical #overviewVertical { list-style: none; position: absolute; left: 0; top: 0;width: 270px; margin:0 auto; }
|
||||||
|
#sliderVertical #overviewVertical li{ float: left; margin-bottom: 14px; height: 240px; width: 270px; border: /*1px solid #dcdcdc;*/ }
|
||||||
|
|
||||||
|
|
||||||
|
/*verticalRight slider code below*/
|
||||||
|
#sliderVerticalRight { height: 780px; overflow:hidden; margin:0 auto; width:270px; position:relative; padding-top:8px;}
|
||||||
|
#sliderVerticalRight #viewportVerticalRight { float: left; width: 270px; margin:0 auto; height: 760px; overflow: hidden; position: relative; }
|
||||||
|
|
||||||
|
#sliderVerticalRight #prevVerticalRight{ position:absolute; top:-3px; right:120px; display:block;z-index:200; opacity:0.7;
|
||||||
|
filter:alpha (opacity=70);}
|
||||||
|
|
||||||
|
#sliderVerticalRight #prevVerticalRight:hover{ opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
|
||||||
|
#sliderVerticalRight #nextVerticalRight{ position:absolute; bottom:-5px; right:120px; display:block;z-index:200;
|
||||||
|
opacity:0.7;
|
||||||
|
filter:alpha (opacity=70);}
|
||||||
|
|
||||||
|
#sliderVerticalRight #nextVerticalRight:hover{ opacity:1;
|
||||||
|
filter:alpha (opacity=100);}
|
||||||
|
|
||||||
|
|
||||||
|
#sliderVerticalRight .disable { visibility: hidden; }
|
||||||
|
#sliderVerticalRight #overviewVerticalRight { list-style: none; position: absolute; left: 0; top: 0;width: 270px; margin:0 auto; }
|
||||||
|
#sliderVerticalRight #overviewVerticalRight li{ float: left; margin-bottom: 14px; height: 240px; width: 270px; border: /*1px solid #dcdcdc;*/ }
|
||||||
|
/*#sliderVertical .active { color: #fff; background-color: #555555;*/ }
|
||||||
|
|
||||||
#slider-code .pager { overflow:hidden; list-style: none; clear: both; margin: 0 auto; width:90%; }
|
|
||||||
#slider-code .pager li { float: left; }
|
|
||||||
#slider-code .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
|
|
||||||
#slider-code .active { color: #fff; background-color: #555555; }
|
|
BIN
trubox/static/images/down-transparenta.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
trubox/static/images/facebook.png
Normal file
After Width: | Height: | Size: 967 B |
BIN
trubox/static/images/login-c.png
Normal file
After Width: | Height: | Size: 798 B |
BIN
trubox/static/images/nextaa.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
trubox/static/images/pauseaa.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
trubox/static/images/playaa.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
trubox/static/images/previousaa.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
trubox/static/images/register-c.png
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 18 KiB |
BIN
trubox/static/images/time-clock.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
trubox/static/images/tweet.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
trubox/static/images/up-transparenta.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
|
@ -1,23 +1,23 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
$('#searchForm').submit(function(e) {
|
$('#searchForm').submit(function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var q = $('#search').val();
|
var q = $('#search').val();
|
||||||
$.getJSON("/search/", {'q': q}, function(data) {
|
$.getJSON("/search/", {'q': q}, function(data) {
|
||||||
var $container = $('.overview');
|
var $container = $('.overview');
|
||||||
$container.empty();
|
$container.empty();
|
||||||
for (var i=0; i<data.length; i++) {
|
for (var i=0; i<data.length; i++) {
|
||||||
var $li = getLi(data[i]);
|
var $li = getLi(data[i]);
|
||||||
$li.appendTo($container);
|
$li.appendTo($container);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
function getLi(image) {
|
function getLi(image) {
|
||||||
var $li = $('<li />').data("data", image).click(function() {
|
var $li = $('<li />').data("data", image).click(function() {
|
||||||
var data = $(this).data("data");
|
var data = $(this).data("data");
|
||||||
alert(JSON.stringify(data));
|
alert(JSON.stringify(data));
|
||||||
});
|
});
|
||||||
var $img = $('<img />').attr("src", image.Thumbnail.Url).appendTo($li);
|
var $img = $('<img />').attr("src", image.Thumbnail.Url).appendTo($li);
|
||||||
return $li;
|
return $li;
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
oBtnPrev.click(function(){oSelf.move(-1); return false;});
|
oBtnPrev.click(function(){oSelf.move(-1); return false;});
|
||||||
oBtnNext.click(function(){oSelf.move( 1); return false;});
|
oBtnNext.click(function(){oSelf.move( 1); return false;});
|
||||||
}
|
}
|
||||||
if(options.interval){ root.hover(oSelf.stop,oSelf.start); }
|
// if(options.interval){ root.hover(oSelf.stop,oSelf.start); }
|
||||||
if(options.pager && oPager.length > 0){ $('a',oPager).click(setPager); }
|
if(options.pager && oPager.length > 0){ $('a',oPager).click(setPager); }
|
||||||
};
|
};
|
||||||
function setButtons(){
|
function setButtons(){
|
||||||
|
|
|
@ -1,64 +1,92 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>{% block title %} {% endblock %}</title>
|
<title>{% block title %} {% endblock %}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/css/reset.css" type="text/css" />
|
<link rel="stylesheet" href="/static/css/reset.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="/static/css/main.css" type="text/css" />
|
<link rel="stylesheet" href="/static/css/main.css" type="text/css" />
|
||||||
|
|
||||||
<script type="text/javascript" src="/static/js/jquery-1.6.4.min.js"></script>
|
<!--[if lt IE 9]>
|
||||||
|
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
||||||
{% block extra_head %}
|
<![endif]-->
|
||||||
|
|
||||||
{% endblock %}
|
<script type="text/javascript" src="/static/js/jquery-1.6.4.min.js"></script><!-- ALSO NEED TO ADD PNG FIX for IE -->
|
||||||
|
|
||||||
</head>
|
<script type="text/javascript">
|
||||||
|
|
||||||
<body>
|
$(document) .ready(function(){
|
||||||
|
$(".buttonLogin").click(function(){
|
||||||
<div class="container">
|
$("#lightbox, #lightboxPanel").fadeIn(400);
|
||||||
|
})
|
||||||
<div class="header">
|
$("a#closePanel").click(function(){
|
||||||
<a href="#">
|
$("#lightbox, #lightboxPanel").fadeOut(400);
|
||||||
<img src="/static/images/truboxx-logo.png" alt="trubox-logo" width="280" height="78" id="logo"></a>
|
})
|
||||||
<form action="" id="searchForm" method="get">
|
});
|
||||||
<input type="text" placeholder="search for a gadget" name="field" id="search"/>
|
</script>
|
||||||
</form>
|
|
||||||
|
|
||||||
<form action="" method="post" id="formLogin">
|
{% block extra_head %}
|
||||||
<input type="password" name="password">
|
|
||||||
<input type="button" value="login">
|
{% endblock %}
|
||||||
<input type="button" value="New User?">
|
|
||||||
|
</head>
|
||||||
<!--<a href="" id="forgotPassword">Forgot Password?</a>-->
|
|
||||||
</form>
|
<body>
|
||||||
|
|
||||||
<ul class="nav">
|
<div id="container">
|
||||||
<li><a href="#">Link one</a></li>
|
|
||||||
<li><a href="#">Link two</a></li>
|
<div class="header">
|
||||||
<li><a href="#">Link three</a></li>
|
<img src="/static/images/truboxx-logo.png" alt="trubox-logo" width="280" height="78" id="logo">
|
||||||
<li><a href="#">Link four</a></li>
|
|
||||||
<li><a href="#">Link five</a></li>
|
|
||||||
<li><a href="#">Link six</a></li>
|
<form action="" id="searchForm" method="get">
|
||||||
<li><a href="#">Link seven</a></li>
|
<input type="text" placeholder="Search for a product" name="field" id="search"/>
|
||||||
<li><a href="#">Link eight</a></li>
|
</form>
|
||||||
<li><a href="#">Link nine</a></li>
|
|
||||||
<li><a href="#">Link ten</a></li>
|
<div id="lightboxPanel">
|
||||||
</ul>
|
<form action="" method="post" id="formLogin">
|
||||||
|
<input type="button" value="Login" class="buttonLogin">
|
||||||
</div><!-- HEADER CLOSING -->
|
<span><img src="/static/images/login-c.png" width="18" height="18" alt="login"></span>
|
||||||
|
|
||||||
{% block content %}
|
<input type="button" value="Register" class="buttonLogin" id="register">
|
||||||
{% endblock %}
|
<span><img src="/static/images/register-c.png" width="20" height="20" alt="register"></span>
|
||||||
<div class="footer">
|
</form>
|
||||||
<p>Copyright 2011</p>
|
<a id="closePanel" href="#"></a>
|
||||||
</div><!-- FOOTER CLOSING-->
|
|
||||||
|
</div><!-- LIGHTBOX PANEL CLOSING-->
|
||||||
</div><!-- CONTAINER CLOSING-->
|
|
||||||
|
<div id="lightbox">
|
||||||
</body>
|
</div><!-- LIGHTBOX CLOSING-->
|
||||||
|
|
||||||
</html>
|
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<ul class="nav">
|
||||||
|
<li><a href="#">About Us</a></li>
|
||||||
|
<li><a href="#">Learn More</a></li>
|
||||||
|
<li><a href="#">Get in Touch</a></li>
|
||||||
|
<!--<li><a href="#">Link four</a></li>
|
||||||
|
<li><a href="#">Link five</a></li>
|
||||||
|
<li><a href="#">Link six</a></li>
|
||||||
|
<li><a href="#">Link seven</a></li>
|
||||||
|
<li><a href="#">Link eight</a></li>
|
||||||
|
<li><a href="#">Link nine</a></li>
|
||||||
|
<li><a href="#">Link ten</a></li>-->
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div><!-- HEADER CLOSING -->
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{% endblock %}
|
||||||
|
<div class="footer">
|
||||||
|
<p> © Trubox 2011</p>
|
||||||
|
</div><!-- FOOTER CLOSING-->
|
||||||
|
|
||||||
|
</div><!-- CONTAINER CLOSING-->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,89 +1,360 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block title %}PLEASE ADD TITLES HERE{% endblock %}
|
{% block title %}PLEASE ADD TITLES HERE{% endblock %}
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="/static/css/slider.css" type="text/css" />
|
<link rel="stylesheet" href="/static/css/slider.css" type="text/css" />
|
||||||
<script type="text/javascript" src="/static/js/jquery.tinycarousel.min.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.tinycarousel.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/home.js"></script>
|
<script type="text/javascript" src="/static/js/home.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript" src="/static/js/equalcolumns.js"></script><!-- THE JQUERY LINK FOR EQUAL HEIGHT COLUMNS -->
|
||||||
$(document).ready(function(){
|
|
||||||
|
<script type="text/javascript">
|
||||||
$('#slider-code').tinycarousel({ pager: true });
|
var topCarousel, leftCarousel, rightCarousel;
|
||||||
|
$(document).ready(function(){
|
||||||
});
|
|
||||||
</script>
|
topCarousel = $('#slider-code').tinycarousel({interval: true, intervaltime: 2000});
|
||||||
|
$('#startslider').click(function(){
|
||||||
|
topCarousel.tinycarousel_start();
|
||||||
{% endblock %}
|
return false;
|
||||||
|
});
|
||||||
{% block content %}
|
|
||||||
<div id="slider-code">
|
//The tinycarousel_stop method stops the interval.
|
||||||
<a href="#" class="buttons prev"><img src="images/previous.png" width="50" height="50" alt="previous-button" class="nextButton"></a>
|
$('#stopslider').click(function(){
|
||||||
<div class="viewport">
|
topCarousel.tinycarousel_stop();
|
||||||
<ul class="overview">
|
return false;
|
||||||
<li><img src="/static/images/sliderdummy1a.jpg"></li>
|
});
|
||||||
<li><img src="/static/images/sliderdummy2a.jpg"></li>
|
|
||||||
<li><img src="/static/images/sliderdummy3a.jpg"></li>
|
|
||||||
<li><img src="/static/images/sliderdummy4a.jpg"></li>
|
leftCarousel = $('#sliderVertical').tinycarousel({ axis: 'y'});
|
||||||
<li><img src="/static/images/sliderdummy5a.jpg"></li>
|
});
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div><!-- VIEPORT CLOSING -->
|
rightCarousel = $('#sliderVerticalRight').tinycarousel({ axis: 'y'});
|
||||||
|
|
||||||
<a href="#" class="buttons next"><img src="/static/images/next.png" width="50" height="50" alt="next-button"></a>
|
</script>
|
||||||
<ul class="pager">
|
|
||||||
<li><a rel="0" class="pagenum" href="#">1</a></li>
|
|
||||||
<li><a rel="1" class="pagenum" href="#">2</a></li>
|
<script type="text/javascript"><!-- THE JQUERY CODE FOR EQUAL HEIGHT COLUMNS -->
|
||||||
<li><a rel="2" class="pagenum" href="#">3</a></li>
|
|
||||||
<li><a rel="3" class="pagenum" href="#">4</a></li>
|
$(document).ready(function(){
|
||||||
<li><a rel="4" class="pagenum" href="#">5</a></li>
|
equalHeight($(".col"));
|
||||||
<li><a rel="5" class="pagenum" href="#">6</a></li>
|
});
|
||||||
</ul>
|
|
||||||
</div><!-- SLIDER-CODE CLOSING -->
|
</script>
|
||||||
|
|
||||||
<div id="contentContainer">
|
|
||||||
<div class="sidebar1">
|
{% endblock %}
|
||||||
<div class="box1">
|
|
||||||
</div>
|
{% block content %}
|
||||||
|
|
||||||
<div class="box1">
|
<div id="slider-code">
|
||||||
</div>
|
<!--<div id="buttonsHorizontal">-->
|
||||||
|
<a href="#" id="prevHorizontal" class="prev"><img src="/static/images/previousaa.png" width="50" height="50" alt="previous-button"></a>
|
||||||
<div class="box1">
|
<a href="#" id="nextHorizontal" class="next"><img src="/static/images/nextaa.png" width="50" height="50" alt="next-button"></a>
|
||||||
</div>
|
|
||||||
|
<p><a id="startslider" href="#"><img src="/static/images/pauseaa.png" width="50" height="50" alt="play" data-rollover="/static/images/playaa.png"></a></p>
|
||||||
</div><!-- SIDEBAR 1 CLOSING-->
|
<!--<p><a id="stopslider" href="#"><img src="/static/images/pauseaa.png" width="50" height="50" alt="play"></a></p>-->
|
||||||
<div class="content">
|
<!--</div><!-- CLOSING BUTTONS HORIZONTAL -->
|
||||||
|
<!--<div id="buttonPrev">
|
||||||
<div class="boxMiddle">
|
</div>-->
|
||||||
</div>
|
|
||||||
<!--<h1>Instructions</h1>
|
<div class="viewport">
|
||||||
<p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the liquid layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
|
|
||||||
<h2>Clearing Method</h2>
|
<ul class="overview">
|
||||||
<p>Because all the columns are floated, this layout uses a clear:both declaration in the .footer rule. This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If your design requires you to remove the .footer from the .container, you'll need to use a different clearing method. The most reliable will be to add a <br class="clearfloat" /> or <div class="clearfloat"></div> after your final floated column (but before the .container closes). This will have the same clearing effect.</p>
|
<li><img src="/static/images/sliderdummy1a.jpg" width="160" height="160"></li>
|
||||||
<h3>Logo Replacement</h3>
|
<li><img src="/static/images/sliderdummy2a.jpg" width="160" height="160"></li>
|
||||||
<p>An image placeholder was used in this layout in the .header where you'll likely want to place a logo. It is recommended that you remove the placeholder and replace it with your own linked logo. </p>
|
<li><img src="/static/images/sliderdummy3a.jpg" width="160" height="160"></li>
|
||||||
<p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
|
<li><img src="/static/images/sliderdummy4a.jpg" width="160" height="160"></li>
|
||||||
<p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
|
<li><img src="/static/images/sliderdummy5a.jpg" width="160" height="160"></li>
|
||||||
<h4>Internet Explorer Conditional Comments</h4>
|
<li><img src="/static/images/sliderdummy1a.jpg" width="160" height="160"></li>
|
||||||
<p>These liquid layouts contain an Internet Explorer Conditional Comment (IECC) to correct two issues. </p>
|
<li><img src="/static/images/sliderdummy2a.jpg" width="160" height="160"></li>
|
||||||
<ol>
|
<li><img src="/static/images/sliderdummy3a.jpg" width="160" height="160"></li>
|
||||||
<li>Browsers are inconsistent in the way they round div sizes in percent-based layouts. If the browser must render a number like 144.5px or 564.5px, they have to round it to the nearest whole number. Safari and Opera round down, Internet Explorer rounds up and Firefox rounds one column up and one down filling the container completely. These rounding issues can cause inconsistencies in some layouts. In this IECC there is a 1px negative margin to fix IE. You may move it to any of the columns (and on either the left or right) to suit your layout needs.</li>
|
<li><img src="/static/images/sliderdummy4a.jpg" width="160" height="160"></li>
|
||||||
<li>The zoom property was added to the anchor within the navigation list since, in some cases, extra white space will be rendered in IE6 and IE7. Zoom gives IE its proprietary hasLayout property to fix this issue.</li>
|
<li><img src="/static/images/sliderdummy5a.jpg" width="160" height="160"></li>
|
||||||
</ol>-->
|
|
||||||
</div><!-- CONTENT CLOSING -->
|
|
||||||
|
</ul><!-- OVERVIEW CLOSING -->
|
||||||
<div class="sidebar2">
|
|
||||||
<div class="box1">
|
</div><!-- VIEPORT CLOSING -->
|
||||||
</div>
|
|
||||||
|
</div><!-- SLIDER-CODE CLOSING -->
|
||||||
<div class="box1">
|
|
||||||
</div>
|
<div id="contentContainer">
|
||||||
|
|
||||||
<div class="box1">
|
<div id="col1" class="col">
|
||||||
</div>
|
|
||||||
<!--<p>By nature, the background color on any div will only show for the length of the content. If you'd like a dividing line instead of a color, place a border on the side of the .content div (but only if it will always contain more content).--></p>
|
|
||||||
</div><!-- SIDEBAR 2 CLOSING -->
|
<div id="sliderVertical">
|
||||||
</div><!-- CONTENT CONTAINER CLOSING -->
|
<a href="#" id="prevVertical" class="prev"><img src="/static/images/up-transparenta.png" width="30" height="30" alt="previous-vertical"></a>
|
||||||
{% endblock %}
|
<a href="#" id="nextVertical" class="next"><img src="/static/images/down-transparenta.png" width="30" height="30" alt="next-vertical"></a>
|
||||||
|
|
||||||
|
<div id="viewportVertical" class="viewport">
|
||||||
|
|
||||||
|
<ul id="overviewVertical" class="overview">
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-news.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy3a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-news.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy1a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-news.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy5a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-news.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy2a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-news.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy2a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--<li><img src="/static/images/sliderdummy2a.jpg" width="160" height="160"></li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy3a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<img src="/static/images/time-clock.png" width="20" height="20" alt="time" class="timeClock" />
|
||||||
|
<span class="countdown">20 hours left to join</span>
|
||||||
|
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
</div>-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</ul><!-- OVERVIEW A CLOSING -->
|
||||||
|
</div><!-- VIEPORT A CLOSING -->
|
||||||
|
|
||||||
|
</div><!-- SLIDER-CODE CLOSING -->
|
||||||
|
|
||||||
|
</div><!-- COL1 CLOSING-->
|
||||||
|
|
||||||
|
<div id="col2" class="col">
|
||||||
|
|
||||||
|
<div class="boxMiddle">
|
||||||
|
<h1>Why Truboxx works</h1>
|
||||||
|
|
||||||
|
<img src="/static/images/dummy-world.jpg" width="400" height="267" alt="learn-more" id="dummyGlobe" />
|
||||||
|
<p>Truboxx is a group sharing website for the community.</p>
|
||||||
|
<p>Sign up now to avail of exciting offers!</p>
|
||||||
|
|
||||||
|
<div class="smm">
|
||||||
|
<img src="/static/images/tweet.png" width="18" height="18" alt="twitter-icon"> <img src="/static/images/facebook.png" width="18" height="18" alt="facebook-icon"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div><!-- COL2 CLOSING -->
|
||||||
|
|
||||||
|
<div id="col3" class="col">
|
||||||
|
|
||||||
|
<div id="sliderVerticalRight">
|
||||||
|
<a href="#" id="prevVerticalRight" class="prev"><img src="/static/images/up-red.png" width="30" height="30" alt="previous-vertical"></a>
|
||||||
|
<a href="#" id="nextVerticalRight" class="next"><img src="/static/images/down-red.png" width="30" height="30" alt="next-vertical"></a>
|
||||||
|
|
||||||
|
<div id="viewportVerticalRight" class="viewport">
|
||||||
|
|
||||||
|
<ul id="overviewVerticalRight" class="overview">
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy3a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy1a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy5a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy2a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy2a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy3a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<div class="productBox">
|
||||||
|
<img src="/static/images/ribbon-popular.png" width="65" height="65" alt="ribbon-new" class="ribbon"/>
|
||||||
|
<h1>Title for Group</h1>
|
||||||
|
|
||||||
|
<div class="productImgDiv">
|
||||||
|
<img src="/static/images/sliderdummy3a.jpg" width="160" height="160" class="productBoxImg">
|
||||||
|
</div>
|
||||||
|
<img src="/static/images/time-clock.png" width="14" height="14" alt="time" class="timeClock" /><!-- RESIZE this in CS5 properly later --> <span class="countdown">20 hours left to join</span>
|
||||||
|
<a href="" class="productButton"> Join now </a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul><!-- OVERVIEW A CLOSING -->
|
||||||
|
</div><!-- VIEPORT A CLOSING -->
|
||||||
|
|
||||||
|
</div><!-- SLIDER-CODE CLOSING -->
|
||||||
|
|
||||||
|
|
||||||
|
</div><!-- COL3 CLOSING -->
|
||||||
|
<div class="clear"></div><!-- CLEAR CLOSING -->
|
||||||
|
|
||||||
|
</div><!-- CONTENT CONTAINER CLOSING -->
|
||||||
|
{% endblock %}
|
||||||
|
|