mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
content area
This commit is contained in:
parent
b3fdd651e2
commit
9c0e77ab42
File diff suppressed because one or more lines are too long
|
|
@ -22,8 +22,8 @@ function App({ children, routes }) {
|
|||
|
||||
return (
|
||||
routes.filter(route => route.mapMenuTitle)
|
||||
.map((route, index, array) => (
|
||||
<span key={index}>
|
||||
.map((route, index, array) => (
|
||||
<span key={index}>
|
||||
<Interactive
|
||||
as={Link}
|
||||
{...s.link}
|
||||
|
|
@ -31,37 +31,36 @@ function App({ children, routes }) {
|
|||
>{route.mapMenuTitle}</Interactive>
|
||||
{(index + 1) < array.length && ' / '}
|
||||
</span>
|
||||
))
|
||||
))
|
||||
);
|
||||
}
|
||||
|
||||
function ChangePage(asParams)
|
||||
{
|
||||
function ChangePage(asParams) {
|
||||
let location = "#";
|
||||
switch(asParams) {
|
||||
switch (asParams) {
|
||||
case 'collect':
|
||||
break;
|
||||
// case 'register' :
|
||||
// location ='/Registration.aspx';
|
||||
// break;
|
||||
// case 'register' :
|
||||
// location ='/Registration.aspx';
|
||||
// break;
|
||||
case 'build':
|
||||
location ='http://www.tradecardsonline.com/?action=selectCard&goal=DK&game_id=82';
|
||||
location = 'http://www.tradecardsonline.com/?action=selectCard&goal=DK&game_id=82';
|
||||
break;
|
||||
case 'centerOval':
|
||||
break;
|
||||
case 'enterTheCode':
|
||||
break;
|
||||
case 'trade':
|
||||
location ='http://www.tradecardsonline.com/?action=selectCard&goal=&game_id=82';
|
||||
location = 'http://www.tradecardsonline.com/?action=selectCard&goal=&game_id=82';
|
||||
break;
|
||||
case 'portal':
|
||||
location = ('https://chaoticbackup.github.io/portal/')
|
||||
break;
|
||||
case 'forum':
|
||||
location ='http://chaoticbackup.forumotion.com';
|
||||
location = 'http://chaoticbackup.forumotion.com';
|
||||
break;
|
||||
case 'playNow':
|
||||
location ='http://www.tradecardsonline.com/?action=selectCard&goal=DK&game_id=82';
|
||||
location = 'http://www.tradecardsonline.com/?action=selectCard&goal=DK&game_id=82';
|
||||
break;
|
||||
default:
|
||||
location = '/UnderConstructionPage.aspx';
|
||||
|
|
@ -70,7 +69,7 @@ function App({ children, routes }) {
|
|||
return location;
|
||||
}
|
||||
|
||||
let language="ENG";
|
||||
let language = "ENG";
|
||||
let bkgrnd = "05";
|
||||
|
||||
return (
|
||||
|
|
@ -103,21 +102,75 @@ function App({ children, routes }) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="legacy content">
|
||||
<div className="left-column">
|
||||
<div className="full-width clear-line" style={{marginBottom: "5px"}}>
|
||||
</div>
|
||||
</div>
|
||||
<div className="center-column">
|
||||
<div className="pods-wrap pad5px-btm">
|
||||
<div className="clear-line full-width">
|
||||
<div className="adPod-top-wrap">
|
||||
<div className="videoAdPod-topleft">
|
||||
<div className="videoAdPod-topLeft-repeat-x"></div>
|
||||
</div>
|
||||
<div className="videoAdPod-topright">
|
||||
<div className="videoAdPod-topRight-repeat-x"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="content-area-repeat-xy">
|
||||
<div className="content-area-top-repeat-x">
|
||||
<div className="content-area-left-repeat-y">
|
||||
<div className="content-area-right-repeat-y">
|
||||
<div style={{margin: "0 8px 0 10px"}}>
|
||||
<div id="player" style={{textAlign: "center"}}>
|
||||
<br />
|
||||
<h1 style={s.title}>Single Page Apps for GitHub Pages</h1>
|
||||
<nav style={s.mapMenu}>
|
||||
{generateMapMenu()}
|
||||
</nav>
|
||||
{children}
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="content-btm-wrap">
|
||||
<div className="content-area-btm-left">
|
||||
<div className="content-left-btm-repeat-x">
|
||||
</div>
|
||||
</div>
|
||||
<div className="content-area-btm-right">
|
||||
<div className="content-right-btm-repeat-x">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="right-column">
|
||||
<div className="full-width clear-line" style={{marginBottom: "5px"}}>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{ /*
|
||||
<div style={s.root}>
|
||||
<h1 style={s.title}>Single Page Apps for GitHub Pages</h1>
|
||||
{/*
|
||||
|
||||
<Interactive
|
||||
as="a"
|
||||
href="https://github.com/rafrex/spa-github-pages"
|
||||
style={s.repoLink}
|
||||
{...s.link}
|
||||
>https://github.com/rafrex/spa-github-pages</Interactive>
|
||||
*/}
|
||||
|
||||
<nav style={s.mapMenu}>
|
||||
{generateMapMenu()}
|
||||
</nav>
|
||||
{children}
|
||||
{/*
|
||||
|
||||
<div style={s.creditLine}>
|
||||
<Interactive
|
||||
as="a"
|
||||
|
|
@ -130,9 +183,9 @@ function App({ children, routes }) {
|
|||
Code and concept by <span {...s.childLink}>Rafael Pedicini</span>
|
||||
</Interactive>
|
||||
</div>
|
||||
*/}
|
||||
|
||||
</div>
|
||||
<div style={{height: "150px"}} />
|
||||
*/ }
|
||||
<div className="legacy legacy-footer">
|
||||
<div className="footer-wrap">
|
||||
<div className="footer-repeat-x">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,45 @@
|
|||
/*-------------- Content Formatting --------------*/
|
||||
/*------------------------------------------------------*/
|
||||
.shift-txt-tenR {margin-left:10px;}
|
||||
.shift-txt-15R {margin-left:15px;}
|
||||
.shift-R22px {margin-right:8px;}
|
||||
.margin-top-11{ margin-top:86px; float:left;}
|
||||
.float-right { float: right; margin: 0 0 10px 10px;}
|
||||
.float-left { float: left; margin: 0 5px 0px 0px;}
|
||||
.float-left2 { float: left; margin: 7px 5px 0px 0px;}
|
||||
.adjust-margin-floatLeft{margin-right:0;}
|
||||
.clear-line { float: left; clear: both;}
|
||||
.clear-left { float: left; clear: both; margin: 5px 5px 0px 0px;}
|
||||
.clear-left2 { float: left; clear: both; margin-right: 3px;}
|
||||
.float-left3 { float: left; padding-top: 5px;}
|
||||
.txt-float-left { float: left; margin: 0;}
|
||||
.txt-float-left2 { float: left; margin-left: 5px;}
|
||||
.txt-float-left3 {width:240px; float: left; margin-left: 5px;}
|
||||
.txt-float-right { float: right; margin: 0;}
|
||||
.float-right-margin-10R {margin-right:10px;}
|
||||
.full-width{width:100%;}
|
||||
.width50{width:49%;}
|
||||
.width75{width:75%;}
|
||||
.zero-float-left{float:left;}
|
||||
.zero-float-left2{float:left; clear:left;}
|
||||
.zero-float-right{float:right;}
|
||||
.zero-clear-line{clear:both;}
|
||||
.zero-clear-left { clear:left;}
|
||||
.select-divide{ padding-bottom:3px; border-bottom:1px solid #333333;}
|
||||
.select-divide2{border-top:1px solid #333333;}
|
||||
.icon-text{line-height:22px;}
|
||||
.gridview-text{line-height:28px;}
|
||||
.icon-vert-pad{padding-top:4px;}
|
||||
.icon-vert-margin{margin-top:4px;}
|
||||
.pad10px{margin:10px;}
|
||||
.pad5px{margin:5px;}
|
||||
.pad15px{margin:15px;}
|
||||
.pad30px{margin:0 30px 0 30px;}
|
||||
.pad10px-top{margin-top:10px;}
|
||||
.pad5px-top{margin-top:5px;}
|
||||
.pad5px-btm{padding-bottom:5px;}
|
||||
.pad10px-btm{padding-bottom:10px;}
|
||||
.center{margin:0 auto; clear:both;}
|
||||
|
||||
/*-------------- Structural Framework --------------*/
|
||||
/*------------------------------------------------------*/
|
||||
|
|
@ -7,6 +49,7 @@
|
|||
}
|
||||
|
||||
.content-wrap {
|
||||
width:975px;
|
||||
z-index:2;
|
||||
position:absolute; top:0;
|
||||
margin-left:50%; margin-right:50%;
|
||||
|
|
@ -14,27 +57,57 @@
|
|||
clear:both;
|
||||
}
|
||||
|
||||
.content-wrap .legacy {
|
||||
width:975px;
|
||||
.content{
|
||||
width:943px;
|
||||
margin:5px 16px 8px 16px;
|
||||
float:left; clear:both;
|
||||
}
|
||||
|
||||
/*-------------- Index Columns --------------*/
|
||||
/*------------------------------------------------------*/
|
||||
/*-------------- Left Column --------------*/
|
||||
.left-column {
|
||||
/*width:269px;*/
|
||||
width: 20%;
|
||||
float:left;
|
||||
}
|
||||
.left-column-confirm{
|
||||
width:219px;
|
||||
float:left;
|
||||
}
|
||||
/*-------------- Center Column --------------*/
|
||||
.center-column {
|
||||
width:60% !important;
|
||||
/*width:392px !important;*/
|
||||
margin:0 6px 0 6px;
|
||||
float:left;
|
||||
}
|
||||
/*-------------- Right Column --------------*/
|
||||
.right-column {
|
||||
width: 20%;
|
||||
/*width:269px;*/
|
||||
float:left;
|
||||
}
|
||||
|
||||
/*-------------- Background --------------*/
|
||||
.fix-pgBkgrnd-repeat-x {
|
||||
/*------------------------------------------------------*/
|
||||
.fix-pgBkgrnd-repeat-x, .fix-img-bkgrnd {
|
||||
width:100%; height:100%;
|
||||
position:fixed; top:0; left:0; z-index:-2;
|
||||
top:0; left:0;
|
||||
float:left;
|
||||
clear:both;
|
||||
overflow:none;
|
||||
}
|
||||
.fix-pgBkgrnd-repeat-x {
|
||||
position:fixed; z-index:-2;
|
||||
background-image:url(../img/bkgrnd-repeat-x.jpg);
|
||||
background-position: top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left; clear:both;
|
||||
overflow:none;
|
||||
}
|
||||
.fix-img-bkgrnd {
|
||||
width:100%; height:100%;
|
||||
position:absolute; top:0; left:0; z-index:-1;
|
||||
position:absolute; z-index:-1;
|
||||
background-position: center 0;
|
||||
background-repeat: no-repeat;
|
||||
float:left; clear:both;
|
||||
overflow:none;
|
||||
}
|
||||
.fix-img-bkgrnd_01 {
|
||||
background-image:url(../img/visual-bkgrnd.jpg);
|
||||
|
|
@ -68,9 +141,8 @@
|
|||
float:left; clear:both;
|
||||
}
|
||||
|
||||
|
||||
/*-------------- Header --------------*/
|
||||
|
||||
/*------------------------------------------------------*/
|
||||
.legacy-header {
|
||||
height:200px;
|
||||
margin-top:10px;
|
||||
|
|
@ -308,3 +380,366 @@
|
|||
color:#FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*-------------- Content Pod --------------*/
|
||||
/*------------------------------------------------------*/
|
||||
.index-posted-by-wrap{
|
||||
margin:46px 10px 0 15px;
|
||||
}
|
||||
.posted-heading{color:#36a8ff; margin-left:20px; float:left;}
|
||||
.poster-name{color:#c5ecff; padding-left:5px; float:left;}
|
||||
.date{color:#36a8ff; float:right; margin-right:75px;}
|
||||
|
||||
.MRposted-heading{color:#36a8ff; float:left;}
|
||||
.MRposter-name{color:#c5ecff; padding-left:5px; float:left;}
|
||||
.MRdate{color:#36a8ff; float:right;}
|
||||
|
||||
.posted-heading2{margin-left:20px; float:right;}
|
||||
.poster-name2{padding-left:5px; padding-right:10px; float:right;}
|
||||
.divide{padding-left:10px; float:left;}
|
||||
.date2{float:right;}
|
||||
|
||||
.content-heading-wrap{
|
||||
width:100%; height:70px;
|
||||
float:left; clear:both;
|
||||
overflow:hidden;
|
||||
}
|
||||
.content-heading{
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:20px; padding:10px; padding-left:25px;
|
||||
line-height:50px;
|
||||
}
|
||||
.content-heading2{
|
||||
margin-left:-300px;
|
||||
}
|
||||
.content-heading-base-repeat-x{
|
||||
width:100%; height:70px;
|
||||
background-image:url(../img/content-heading-base-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-heading-base-repeat-x2{
|
||||
width:50%; height:70px;
|
||||
background-image:url(../img/content-heading-base-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left;
|
||||
}
|
||||
.heading-left-repeat-x{
|
||||
width:35%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-left-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left;
|
||||
}
|
||||
.heading-left{
|
||||
width:100%; height:70px;
|
||||
background-image:url(../img/content-heading-left.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
.heading-left-repeat-x2{
|
||||
width:90%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-left-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.heading-left-repeat-x3{
|
||||
width:80%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-left-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.heading-left2{
|
||||
width:35%; height:70px;
|
||||
background-image:url(../img/content-heading-left.gif);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.heading-center-rises{
|
||||
width:50%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-left-rise.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.heading-center-rises4{
|
||||
width:100%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-left-rise.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.heading-center-rises2{
|
||||
width:100%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-right-rise.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.heading-center-rises3{
|
||||
width:100%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-right-rise.jpg);
|
||||
background-position:top right;
|
||||
background-repeat:no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.heading-right-repeat-x{
|
||||
width:15%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-right-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.heading-right{
|
||||
width:100%; height:70px;
|
||||
background-image:url(../img/content-heading-right.jpg);
|
||||
background-position:top right;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
.heading-right-repeat-x2{
|
||||
width:85%; height:70px; line-height:70px; margin-left:-3px;
|
||||
background-image:url(../img/content-heading-right-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left;
|
||||
}
|
||||
.heading-right-repeat-x3{
|
||||
width:80%; height:70px; line-height:70px; margin-left:-3px;
|
||||
background-image:url(../img/content-heading-right-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left;
|
||||
}
|
||||
.heading-right-repeat-x4{
|
||||
width:85%; height:70px; line-height:70px;
|
||||
background-image:url(../img/content-heading-right-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left;
|
||||
}
|
||||
.heading-right2{
|
||||
width:15%; height:70px;
|
||||
background-image:url(../img/content-heading-right.gif);
|
||||
background-position:top right;
|
||||
background-repeat:no-repeat;
|
||||
float:right;
|
||||
}
|
||||
.content-area-repeat-xy2{
|
||||
width:100%;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-repeat-xy{
|
||||
width:100%;
|
||||
background-color:#292929;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-left-repeat-y{
|
||||
width:100%;
|
||||
background-image:url(../img/content-area-left-repeat-y.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-y;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-right-repeat-y{
|
||||
width:100%;
|
||||
background-image:url(../img/content-area-right-repeat-y.jpg);
|
||||
background-position:top right;
|
||||
background-repeat:repeat-y;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-top-repeat-x{
|
||||
width:100%;
|
||||
background-image:url(../img/content-area-top-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-top-left{
|
||||
width:100%;
|
||||
background-image:url(../img/content-top-left.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-top-right{
|
||||
width:100%;
|
||||
background-image:url(../img/content-top-right.jpg);
|
||||
background-position:top right;
|
||||
background-repeat:no-repeat;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-base-repeat-x{
|
||||
width:100%; height:22px;
|
||||
background-image:url(../img/content-base-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-base-left{
|
||||
width:100%; height:22px;
|
||||
background-image:url(../img/content-base-left.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:no-repeat;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-base-right{
|
||||
width:100%; height:22px;
|
||||
background-image:url(../img/content-base-right.jpg);
|
||||
background-position:top right;
|
||||
background-repeat:no-repeat;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.detailed-btm-wrap{
|
||||
width:100%; height:22px;
|
||||
clear:both;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
.content-btm-wrap{
|
||||
width:100%; height:22px;
|
||||
clear:both;
|
||||
}
|
||||
.content-left-btm-repeat-x{
|
||||
width:95%; height:22px;
|
||||
background-image:url(../img/content-btm-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:right; clear:both;
|
||||
}
|
||||
.content-right-btm-repeat-x{
|
||||
width:95%; height:22px;
|
||||
background-image:url(../img/content-btm-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-left-btm-repeat-x2{
|
||||
width:97%; height:22px;
|
||||
background-image:url(../img/content-btm-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
margin-right:-1px;
|
||||
float:right; clear:both;
|
||||
}
|
||||
.content-right-btm-repeat-x2{
|
||||
width:97%; height:22px;
|
||||
background-image:url(../img/content-btm-repeat-x.jpg);
|
||||
background-position:top left;
|
||||
background-repeat:repeat-x;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.content-area-btm-left{
|
||||
width:51%; height:22px;
|
||||
background-image:url(../img/content-btm-left.gif);
|
||||
background-position:left top;
|
||||
background-repeat:no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.content-area-btm-right{
|
||||
width:49%; height:22px;
|
||||
background-image: url(../img/content-btm-right.gif);
|
||||
background-position:right top;
|
||||
background-repeat:no-repeat;
|
||||
float:right;
|
||||
}
|
||||
|
||||
/*------------ Ads Pod ------------*/
|
||||
|
||||
.adPod-top-wrap{
|
||||
height:26px; width:100%;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.adPod-topleft{
|
||||
width:60%; height:26px;
|
||||
background: url(../img/adsPod-topLeft.gif) top left no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.adPod-topright{
|
||||
width:40%; height:26px;
|
||||
background: url(../img/adsPod-topRight.gif) top right no-repeat;
|
||||
float:right;
|
||||
}
|
||||
.videoAdPod-topleft{
|
||||
width:60%; height:26px;
|
||||
background: url(../img/videoPod-topLeft.gif) top left no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.videoAdPod-topright{
|
||||
width:40%; height:26px;
|
||||
background: url(../img/videoPod-topRight.gif) top right no-repeat;
|
||||
float:right;
|
||||
}
|
||||
.videoAdPod-topLeft-repeat-x{
|
||||
width:80%; height:26px;
|
||||
background: url(../img/videoPod-repeat-x.gif) top right repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.videoAdPod-topRight-repeat-x{
|
||||
width:80%; height:26px;
|
||||
background: url(../img/videoPod-repeat-x.gif) top left repeat-x;
|
||||
float:left; margin-left:-5px;
|
||||
}
|
||||
.adPod-topLeft-repeat-x{
|
||||
width:80%; height:26px;
|
||||
background: url(../img/adsPod-top.gif) top right repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.adPod-topRight-repeat-x2{
|
||||
width:95%; height:26px;
|
||||
background: url(../img/adsPod-top.gif) top left repeat-x;
|
||||
float:left; margin-left:-5px;
|
||||
}
|
||||
.adPod-topLeft-repeat-x2{
|
||||
width:95%; height:26px;
|
||||
background: url(../img/adsPod-top.gif) top right repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.adPod-topRight-repeat-x{
|
||||
width:80%; height:26px;
|
||||
background: url(../img/adsPod-top.gif) top left repeat-x;
|
||||
float:left; margin-left:-5px;
|
||||
}
|
||||
.adsBody-wrap{
|
||||
width:100%;
|
||||
background-color:#141414;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.adPod-left-repeat-y{
|
||||
width:100%;
|
||||
background: url(../img/adsPod-left.gif) top left repeat-y;
|
||||
float:left;
|
||||
}
|
||||
.adPod-right-repeat-y{
|
||||
width:100%;
|
||||
background: url(../img/adsPod-right.gif) top right repeat-y;
|
||||
float:right;
|
||||
}
|
||||
.adPod-btm-wrap{
|
||||
height:25px; width:100%;
|
||||
float:left; clear:both;
|
||||
}
|
||||
.adPod-btmleft{
|
||||
width:60%; height:26px;
|
||||
background: url(../img/adsPod-btmLeft.gif) top left no-repeat;
|
||||
float:left;
|
||||
}
|
||||
.adPod-btmright{
|
||||
width:40%; height:26px;
|
||||
background: url(../img/adsPod-btmRight.gif) top right no-repeat;
|
||||
float:right;
|
||||
}
|
||||
.adPod-btmLeft-repeat-x{
|
||||
width:80%; height:26px;
|
||||
background: url(../img/adsPod-btm.gif) top right repeat-x;
|
||||
float:right;
|
||||
}
|
||||
.adPod-btmRight-repeat-x{
|
||||
width:80%; height:26px;
|
||||
background: url(../img/adsPod-btm.gif) top left repeat-x;
|
||||
float:left; margin-left:-5px;
|
||||
}
|
||||
.adsBody-margin{margin:0 16px 0 14px;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user