2011-07-15 17:25:00 +00:00
|
|
|
#centerInner
|
|
|
|
{background:url(/static/images/noel/wooden1.jpg) repeat;
|
|
|
|
width:100%;}
|
|
|
|
|
|
|
|
.centerInnerContent
|
|
|
|
{width:960px;
|
|
|
|
margin-right:auto;
|
|
|
|
margin-left:auto;
|
|
|
|
position:relative;}
|
|
|
|
|
|
|
|
#leftColumn
|
2011-08-26 20:55:30 +00:00
|
|
|
{width:300px;
|
2011-07-15 17:25:00 +00:00
|
|
|
height:620px; /*SANJ to change height in JS according to screen*/
|
|
|
|
background-color:#FFF;
|
|
|
|
margin-top:-8px; /*had to give this because of shadow*/
|
|
|
|
margin-bottom:20px;
|
|
|
|
-moz-border-radius:8px;
|
|
|
|
-webkit-border-radius:8px;
|
|
|
|
border-radius:8px;
|
|
|
|
-moz-box-shadow:2px 3px 20px #252425;
|
|
|
|
-webkit-box-shadow:2px 3px 20px #252425;
|
|
|
|
box-shadow:2px 3px 20px #252425;
|
|
|
|
position:relative;
|
2011-08-26 20:55:30 +00:00
|
|
|
float:left;
|
|
|
|
padding-right:6px;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#topText
|
|
|
|
{font-size:24px;
|
|
|
|
color:#ffb400;
|
|
|
|
padding-top:7px;
|
2011-08-09 20:55:46 +00:00
|
|
|
padding-left:16px;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#topTextSpan
|
|
|
|
{font-weight:bold;}
|
|
|
|
|
|
|
|
#plus
|
|
|
|
{font-size:24px;
|
|
|
|
color:#ffb400;
|
|
|
|
position:absolute;
|
2011-08-09 20:55:46 +00:00
|
|
|
right:42px;
|
2011-07-15 17:25:00 +00:00
|
|
|
top:6px;
|
|
|
|
cursor:pointer;}
|
|
|
|
|
|
|
|
#plusTooltip /*SANJ, this is the basic CSS for your javascript tooltip; no element exists in the HTML doc*/
|
|
|
|
{background-color:#f7bd00;
|
|
|
|
color:#FFF;
|
|
|
|
cursor:pointer;}
|
|
|
|
|
2011-09-28 14:45:50 +00:00
|
|
|
#searchInnerDiv
|
2011-07-15 17:25:00 +00:00
|
|
|
{position:absolute;
|
2011-08-09 20:55:46 +00:00
|
|
|
right:16px;
|
2011-09-28 14:45:50 +00:00
|
|
|
top:11px;}
|
|
|
|
|
|
|
|
.searchInner
|
|
|
|
{
|
2011-07-15 17:25:00 +00:00
|
|
|
cursor:pointer;}
|
|
|
|
|
2011-08-25 11:48:49 +00:00
|
|
|
.searchInnerField
|
|
|
|
{width:114px;
|
|
|
|
/*position:absolute;
|
|
|
|
right:4px;
|
|
|
|
top:11px;*/
|
|
|
|
margin-left: 174px;
|
|
|
|
margin-top:4px;
|
|
|
|
background:url(img/search-icon.png) no-repeat right;
|
|
|
|
padding:2px 2px 2px 4px;
|
|
|
|
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
|
|
|
font-size:12px;
|
|
|
|
color:#7d7d7d;
|
|
|
|
-moz-border-radius:8px;
|
|
|
|
-webkit-border-radius:8px;
|
|
|
|
border-radius:8px;
|
2011-08-25 17:55:56 +00:00
|
|
|
border:1px solid #f0f0f0;
|
2011-08-25 11:48:49 +00:00
|
|
|
-moz-box-shadow:inset 2px 2px 6px #d7d7d7;
|
|
|
|
-webkit-box-shadow:inset 2px 2px 6px #d7d7d7;
|
|
|
|
box-shadow:inset 2px 2px 6px #d7d7d7;
|
|
|
|
outline:none;
|
|
|
|
} /*placeholder input text supported by html5 for FF3.7 and webkit*/
|
|
|
|
|
|
|
|
|
|
|
|
.searchInnerField:focus
|
|
|
|
{border:1px solid #999; }
|
|
|
|
|
2011-07-15 17:25:00 +00:00
|
|
|
#tabsInner /*tabs not touching because i would prefer not to give fixed width, shadow, etc.*/
|
|
|
|
{font-size:14px;
|
|
|
|
color:#ff8400;
|
2011-08-09 20:55:46 +00:00
|
|
|
margin-top:6px;
|
|
|
|
margin-left:8px;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#tabsInner li
|
|
|
|
{list-style:none;
|
|
|
|
text-align:center;
|
2011-08-09 20:55:46 +00:00
|
|
|
padding-left:10px;
|
|
|
|
padding-right:10px;
|
2011-07-15 17:25:00 +00:00
|
|
|
float:left;}
|
|
|
|
|
|
|
|
#selection
|
|
|
|
{padding-left:6px;}
|
|
|
|
|
|
|
|
.tabCategory
|
|
|
|
{-moz-border-radius-topright:8px;
|
|
|
|
-webkit-border-top-right-radius:8px;
|
|
|
|
border-top-right-radius:8px;
|
|
|
|
-moz-border-radius-topleft:8px;
|
|
|
|
-webkit-border-top-left-radius:8px;
|
|
|
|
border-top-left-radius:8px;
|
|
|
|
border-top:1px solid #ececec;
|
|
|
|
-moz-box-shadow:-3px 0px 6px #e0dfdf;
|
|
|
|
-webkit-box-shadow:-3px 0px 6px #e0dfdf;
|
|
|
|
box-shadow:-3px 0px 6px #e0dfdf;
|
|
|
|
background-color:#FFF;
|
|
|
|
color:#ffb80f;
|
|
|
|
cursor:pointer;
|
|
|
|
margin-right:6px;}
|
|
|
|
|
|
|
|
.innerSelected /*SANJ this is the extra class for the selected tabs*/
|
|
|
|
{-moz-border-radius-topright:8px;
|
|
|
|
-webkit-border-top-right-radius:8px;
|
|
|
|
border-top-right-radius:8px;
|
|
|
|
-moz-border-radius-topleft:8px;
|
|
|
|
-webkit-border-top-left-radius:8px;
|
|
|
|
border-top-left-radius:8px;
|
|
|
|
border:1px solid #ececec;
|
|
|
|
padding:2px 6px;
|
|
|
|
background-color:#f7bd00;
|
|
|
|
color:#FFF;
|
|
|
|
-moz-box-shadow:-3px -0px 6px #e0dfdf;
|
|
|
|
-webkit-box-shadow:-3px -0px 6px #e0dfdf;
|
|
|
|
box-shadow:-3px -0px 6px #e0dfdf;
|
|
|
|
cursor:pointer;}
|
|
|
|
|
2011-08-25 09:39:15 +00:00
|
|
|
.tabText
|
|
|
|
{ display:none; }
|
|
|
|
|
|
|
|
.displayedTab
|
|
|
|
{ display:block !important; }
|
|
|
|
|
|
|
|
#loadingList
|
|
|
|
{display:none;}
|
|
|
|
|
2011-07-15 17:25:00 +00:00
|
|
|
#contentTabsInner
|
|
|
|
{font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
|
|
|
font-size:13px;
|
|
|
|
color:#3b3b39;
|
2011-08-09 20:55:46 +00:00
|
|
|
padding-top:6px;
|
|
|
|
padding-left:10px;
|
|
|
|
padding-right:20px; /*why is this 20 and the left 10?*/
|
|
|
|
padding-bottom:6px;
|
2011-07-15 17:25:00 +00:00
|
|
|
clear:both;}
|
|
|
|
|
2011-08-25 17:55:56 +00:00
|
|
|
.selectMenu
|
|
|
|
{padding-top:6px;}
|
|
|
|
|
|
|
|
.selectMenu select
|
2011-08-26 20:55:30 +00:00
|
|
|
{border:1px solid #f7bd00;
|
|
|
|
background-color:#f7bd00;
|
|
|
|
color:#3B3B39;
|
2011-08-25 17:55:56 +00:00
|
|
|
-moz-border-radius:8px;
|
|
|
|
-webkit-border-radius:8px;
|
|
|
|
border-radius:8px;
|
|
|
|
border:2px outset #f0f0f0;
|
2011-08-26 20:55:30 +00:00
|
|
|
/*background-color:#f0f0f0;*/
|
2011-08-25 17:55:56 +00:00
|
|
|
outline:none;}
|
|
|
|
|
|
|
|
.selectMenu select:focus
|
2011-08-26 20:55:30 +00:00
|
|
|
{}
|
2011-08-25 17:55:56 +00:00
|
|
|
|
2011-09-28 13:08:57 +00:00
|
|
|
.searchListField
|
|
|
|
{margin-top:5px;
|
|
|
|
margin-bottom:2px;
|
|
|
|
width:114px;
|
|
|
|
background:url(img/search-icon.png) no-repeat right;
|
|
|
|
padding:2px 2px 2px 4px;
|
|
|
|
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
|
|
|
|
font-size:12px;
|
|
|
|
color:#7d7d7d;
|
|
|
|
-moz-border-radius:8px;
|
|
|
|
-webkit-border-radius:8px;
|
|
|
|
border-radius:8px;
|
|
|
|
border:1px solid #f0f0f0;
|
|
|
|
-moz-box-shadow:inset 2px 2px 6px #d7d7d7;
|
|
|
|
-webkit-box-shadow:inset 2px 2px 6px #d7d7d7;
|
|
|
|
box-shadow:inset 2px 2px 6px #d7d7d7;
|
|
|
|
outline:none;} /*placeholder input text supported by html5 for FF3.7 and webkit*/
|
|
|
|
|
|
|
|
|
|
|
|
.searchListField:focus
|
|
|
|
{border:1px solid #999; }
|
|
|
|
|
|
|
|
#searchListIcon
|
2011-09-28 17:00:25 +00:00
|
|
|
{cursor:pointer;
|
|
|
|
margin-right:18px;}
|
2011-09-28 13:08:57 +00:00
|
|
|
|
|
|
|
#searchListIcon:hover
|
|
|
|
{box-shadow:1px 1px 1px 3px #e3e3e3;}
|
|
|
|
|
|
|
|
|
2011-07-15 17:25:00 +00:00
|
|
|
#listLeft
|
2011-08-26 20:55:30 +00:00
|
|
|
{position:relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabListItem
|
|
|
|
{text-overflow:ellipsis;
|
|
|
|
overflow:hidden;
|
|
|
|
white-space:nowrap;
|
|
|
|
width:100%;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#listLeft ul
|
2011-08-26 20:55:30 +00:00
|
|
|
{color:#898989; /*was originally f7bd00*/
|
|
|
|
list-style-image:url(/static/images/noel/disc.png);
|
2011-07-15 17:25:00 +00:00
|
|
|
list-style-type:disc;
|
|
|
|
list-style-position:inside;
|
2011-08-09 20:55:46 +00:00
|
|
|
padding-left:16px;
|
2011-08-26 20:55:30 +00:00
|
|
|
overflow:hidden; /*this prevents the box shadow from sticking out on the right*/
|
|
|
|
}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#listLeft ul span
|
2011-08-09 20:55:46 +00:00
|
|
|
{color:#898989;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#listLeft ul li
|
|
|
|
{border-top:1px solid #cac9c9;
|
|
|
|
-moz-box-shadow:4px 0px 6px #b8b8b8;
|
|
|
|
-webkit-box-shadow:4px 0px 6px #b8b8b8;
|
|
|
|
box-shadow:4px 0px 6px #b8b8b8;
|
|
|
|
padding-top:6px;
|
|
|
|
padding-bottom:6px;
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
2011-08-26 20:55:30 +00:00
|
|
|
|
|
|
|
|
2011-07-15 17:25:00 +00:00
|
|
|
#listLeft ul li a, #listLeft ul li a:link, #listLeft ul li a:visited, #listLeft ul li a:active
|
|
|
|
{color:#898989;
|
|
|
|
text-decoration:none;}
|
|
|
|
|
2011-09-28 13:24:27 +00:00
|
|
|
#listLeft ul li span:hover
|
2011-07-15 17:25:00 +00:00
|
|
|
{text-decoration:underline;
|
|
|
|
color:#898989;}
|
|
|
|
|
2011-08-25 11:48:49 +00:00
|
|
|
.listLeftSelected
|
2011-07-15 17:25:00 +00:00
|
|
|
{border-bottom:1px solid #eece98;
|
|
|
|
border-top:1px solid #eece98;
|
|
|
|
-moz-box-shadow:inset -6px 0px 18px #eece98;
|
|
|
|
-webkit-box-shadow:inset -6px 0px 18px #eece98;
|
|
|
|
box-shadow:inset -6px 0px 18px #eece98;
|
|
|
|
cursor:pointer;}
|
|
|
|
|
|
|
|
#triangleUp
|
|
|
|
{font-size:10px;
|
|
|
|
color:#f7bd00;
|
|
|
|
position:absolute;
|
|
|
|
right:8px;
|
|
|
|
top:-14px;
|
2011-08-10 15:22:20 +00:00
|
|
|
cursor:pointer;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#triangleDown
|
|
|
|
{font-size:10px;
|
|
|
|
color:#f7bd00;
|
|
|
|
position:absolute;
|
|
|
|
right:8px;
|
|
|
|
bottom:-0px;
|
|
|
|
cursor:pointer;} /*SANJ, see what happens to the list when i do ctrl minus, and the triangles as well*/
|
|
|
|
|
|
|
|
#rightColumn
|
|
|
|
{width:618px;
|
|
|
|
height:100%; /*necessary, right?*/
|
|
|
|
margin-top:-8px;
|
|
|
|
margin-left:36px;
|
|
|
|
margin-bottom:20px;
|
|
|
|
float:left;
|
2011-09-10 04:03:04 +00:00
|
|
|
position:relative;}
|
|
|
|
|
|
|
|
#pin
|
|
|
|
{position:absolute;
|
|
|
|
left:18px;
|
|
|
|
top:-24px;
|
|
|
|
z-index:60;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#topRight
|
|
|
|
{width:610px;
|
|
|
|
height:228px;
|
|
|
|
background-color:#FFF;
|
|
|
|
-moz-border-radius:8px;
|
|
|
|
-webkit-border-radius:8px;
|
|
|
|
border-radius:8px;
|
|
|
|
-moz-box-shadow:2px 3px 20px #252425;
|
|
|
|
-webkit-box-shadow:2px 3px 20px #252425;
|
2011-09-28 13:08:57 +00:00
|
|
|
box-shadow:2px 3px 20px #252425;
|
|
|
|
position:relative;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#imageLeft
|
2011-09-10 04:03:04 +00:00
|
|
|
{width:170px;
|
|
|
|
height:223px; /*width and height for placeholder ok?*/
|
|
|
|
background-image:url(/static/images/noel/image-holder.png);
|
2011-07-15 17:25:00 +00:00
|
|
|
background-repeat:no-repeat;
|
2011-09-10 04:03:04 +00:00
|
|
|
/*-moz-border-radius:8px;
|
2011-07-15 17:25:00 +00:00
|
|
|
-webkit-border-radius:8px;
|
2011-09-10 04:03:04 +00:00
|
|
|
border-radius:8px;*/
|
|
|
|
float:left;
|
|
|
|
position:relative;
|
|
|
|
z-index:40;
|
|
|
|
margin-left:14px;
|
|
|
|
margin-top:2px;
|
|
|
|
-moz-transform: rotate(-4deg);
|
|
|
|
-o-transform: rotate(-4deg);
|
|
|
|
-webkit-transform: rotate(-4deg);
|
|
|
|
transform: rotate(-4deg);}
|
|
|
|
|
|
|
|
#imageInside
|
|
|
|
{width:142px;
|
|
|
|
height:150px;
|
|
|
|
position:absolute;
|
|
|
|
left:14px;
|
|
|
|
top:12px;
|
|
|
|
background-color:purple;
|
|
|
|
z-index:50;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
|
|
|
#textRight
|
|
|
|
{width:306px;
|
2011-09-10 04:03:04 +00:00
|
|
|
height:159px;
|
|
|
|
overflow:hidden;
|
2011-07-15 17:25:00 +00:00
|
|
|
color:#f7bd00;
|
|
|
|
font-size:50px;
|
|
|
|
text-align:right;
|
|
|
|
padding-top:20px;
|
|
|
|
padding-right:14px;
|
2011-09-10 04:03:04 +00:00
|
|
|
float:right;}
|
|
|
|
|
|
|
|
.socialIcons
|
2011-09-28 13:08:57 +00:00
|
|
|
{position:absolute;
|
|
|
|
bottom:4px;
|
|
|
|
right:4px;
|
2011-09-10 04:03:04 +00:00
|
|
|
clear:both;}
|
|
|
|
|
2011-09-28 13:08:57 +00:00
|
|
|
.iconImages
|
|
|
|
{float:left;
|
2011-09-28 14:45:50 +00:00
|
|
|
margin-right:4px;
|
|
|
|
cursor:pointer;}
|
2011-09-28 13:08:57 +00:00
|
|
|
|
|
|
|
/*cursor:pointer;
|
|
|
|
position:absolute;
|
|
|
|
bottom:6px;
|
|
|
|
right:10px;/*}
|
|
|
|
|
|
|
|
|
|
|
|
/*.twitter
|
2011-09-10 04:03:04 +00:00
|
|
|
{position:absolute;
|
|
|
|
bottom:2px;
|
|
|
|
right:89px;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
2011-08-09 20:55:46 +00:00
|
|
|
.twitter-share-button
|
2011-09-10 04:03:04 +00:00
|
|
|
{/*padding-top:35px;
|
2011-07-15 17:25:00 +00:00
|
|
|
margin-left:164px;
|
2011-08-10 15:22:20 +00:00
|
|
|
margin-right:20px;
|
2011-09-28 13:08:57 +00:00
|
|
|
float:left;
|
2011-09-10 04:03:04 +00:00
|
|
|
}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
2011-09-10 04:03:04 +00:00
|
|
|
.fb
|
2011-07-15 17:25:00 +00:00
|
|
|
{width:62px;
|
|
|
|
font-size:12px;
|
|
|
|
color:#fff;
|
2011-09-10 04:03:04 +00:00
|
|
|
position:absolute;
|
|
|
|
bottom:2px;
|
|
|
|
right:20px;}
|
2011-07-15 17:25:00 +00:00
|
|
|
|
2011-09-10 04:03:04 +00:00
|
|
|
.fb a
|
2011-07-15 17:25:00 +00:00
|
|
|
{text-decoration:none;
|
|
|
|
color:#fff;
|
|
|
|
background-color:#3b5998;
|
|
|
|
-moz-border-radius:3px;
|
|
|
|
-webkit-border-radius:3px;
|
|
|
|
border-radius:3px;
|
2011-09-28 13:08:57 +00:00
|
|
|
}*/
|
2011-08-25 11:48:49 +00:00
|
|
|
|
2011-07-15 17:25:00 +00:00
|
|
|
#clearBoth
|
|
|
|
{clear:both;}
|