I'm using this to do the side border:
background: url(*URL Here*) top left repeat-y;
And this to do the top border:
background: url(*URL Here*) top left repeat-x;
Is there some way to combine them? Can I do one of them some other way?
This is the entire theme, in case it helps.
/*
* This theme was designed and written by AvaveridaE.
*
* Theme (c) Samuel Hanes, Archindor Corp., 2006
* Okudagram concept (c) Paramount Pictures Inc.
*
* You may use and distribute this theme freely, provided
* that this copyright & license notice is attatched.
*/
/* Full Page */
#content
{
background-color: #000000;
color: #FFFFFF;
}
/* Section Titles */
.section h2
{
color: #FFFFFF;
}
/*** Sidebar ***/
/* Section Titles */
#sidebar .section h2
{
text-align: center;
}
/* Avatar Box */
#profile
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) top left repeat-x;
height: 1%;
}
#profile h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) top left no-repeat;
}
#bar
{
width: 20px;
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_side_tile.gif) top left repeat-y;
margin: -10px;
}
#bar #onlineButton { height: 60px; background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_online.gif) no-repeat; text-indent: -5000px;}
#bar #addButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_addFriend.gif) no-repeat; height: 19px; width: 20px;}
#bar #msgButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_pm.gif) no-repeat; height: 18px; width: 20px;}
#bar #tradeButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_trade.gif) no-repeat; height: 19px; width: 20px;}
#bar #ignoreButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_addIgnore.gif) no-repeat; height: 18px; width: 20px;}
#bar #addButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_addFriend.gif) -22px -90px no-repeat;}
#bar #msgButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_pm.gif) -22px -90px no-repeat;}
#bar #tradeButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_trade.gif) -22px -90px no-repeat;}
#bar #ignoreButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_addIgnore.gif) -22px -90px no-repeat;}
/* Details Box */
#details
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) top left repeat-x;
}
#details h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) top left no-repeat;
}
/* Wishlist */
#wishlist
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#wishlist h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) top left no-repeat;
}
/*** Main ***/
/* Sections */
#main .section
{
margin-left: 10px;
}
/* Section Titles */
#main .section h2
{
text-indent: 35px;
}
/* About */
#about
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_side_tile.gif) top left repeat-y;
}
#about h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) top left no-repeat;
}
/* Friends */
#friends
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) top left repeat-x;
}
#friends h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) top left no-repeat;
}
/* Journal */
#journal
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#journal h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) top left no-repeat;
}
/* Multimedia */
#multimedia
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#multimedia h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) left top no-repeat;
}
/* Comments */
#comments
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) left top repeat-x;
}
#comments h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) left top no-repeat;
}
/* Signature */
#signature
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#signature h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) left top no-repeat;
}
* This theme was designed and written by AvaveridaE.
*
* Theme (c) Samuel Hanes, Archindor Corp., 2006
* Okudagram concept (c) Paramount Pictures Inc.
*
* You may use and distribute this theme freely, provided
* that this copyright & license notice is attatched.
*/
/* Full Page */
#content
{
background-color: #000000;
color: #FFFFFF;
}
/* Section Titles */
.section h2
{
color: #FFFFFF;
}
/*** Sidebar ***/
/* Section Titles */
#sidebar .section h2
{
text-align: center;
}
/* Avatar Box */
#profile
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) top left repeat-x;
height: 1%;
}
#profile h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) top left no-repeat;
}
#bar
{
width: 20px;
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_side_tile.gif) top left repeat-y;
margin: -10px;
}
#bar #onlineButton { height: 60px; background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_online.gif) no-repeat; text-indent: -5000px;}
#bar #addButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_addFriend.gif) no-repeat; height: 19px; width: 20px;}
#bar #msgButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_pm.gif) no-repeat; height: 18px; width: 20px;}
#bar #tradeButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_trade.gif) no-repeat; height: 19px; width: 20px;}
#bar #ignoreButton {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_addIgnore.gif) no-repeat; height: 18px; width: 20px;}
#bar #addButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_addFriend.gif) -22px -90px no-repeat;}
#bar #msgButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_pm.gif) -22px -90px no-repeat;}
#bar #tradeButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_trade.gif) -22px -90px no-repeat;}
#bar #ignoreButton a {background: transparent url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/btn_ovr_addIgnore.gif) -22px -90px no-repeat;}
/* Details Box */
#details
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) top left repeat-x;
}
#details h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) top left no-repeat;
}
/* Wishlist */
#wishlist
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#wishlist h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) top left no-repeat;
}
/*** Main ***/
/* Sections */
#main .section
{
margin-left: 10px;
}
/* Section Titles */
#main .section h2
{
text-indent: 35px;
}
/* About */
#about
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_side_tile.gif) top left repeat-y;
}
#about h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) top left no-repeat;
}
/* Friends */
#friends
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) top left repeat-x;
}
#friends h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) top left no-repeat;
}
/* Journal */
#journal
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#journal h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) top left no-repeat;
}
/* Multimedia */
#multimedia
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#multimedia h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) left top no-repeat;
}
/* Comments */
#comments
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_top_tile.gif) left top repeat-x;
}
#comments h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/red_corner.gif) left top no-repeat;
}
/* Signature */
#signature
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_top_tile.gif) top left repeat-x;
}
#signature h2
{
background: url(http://img.photobucket.com/albums/v663/swordforge/Gaia Themes/Okudagram/blue_corner.gif) left top no-repeat;
}