PLEASE HELP ! Changing Hosts. How To Keep Old Yahoo Site Solution Theme

Discussion in 'HTML & Website Design' started by workathomeshop, Feb 17, 2008.

  1. #1
    I used yahoo "Site Solution" theme to build my site originally.

    http://www.horserides.org


    Is there anyway to copy that theme so I can keep my site as is with a new web hosting company?
    I have no idea how or if I can do this.
    Any help greatly appreciated.

    Cheers
    Samantha
     
    workathomeshop, Feb 17, 2008 IP
  2. bnandika

    bnandika Well-Known Member

    Messages:
    1,079
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Ask your new web hosting company to move your sites, some of web hosting company charge a small amount to move a site and some of them do it for free as part of their service.
     
    bnandika, Feb 18, 2008 IP
  3. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #3
    in your web site control panel can you get a full backup?
    this way you get everything, then just restore it at the new host.

    just a thought. ;)
     
    sawz, Feb 18, 2008 IP
  4. workathomeshop

    workathomeshop Notable Member

    Messages:
    1,384
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    215
    #4
    I have made back-up copies
    but without being able to use this code;


    <link rel="stylesheet" type="text/css" media="screen" id="themeCSS"
    href="http://us.js2.yimg.com/us.js.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/css/style.css"><link
    rel="stylesheet" type="text/css" media="screen" id="layoutCSS"
    href="http://us.js2.yimg.com/us.js.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/css/custom.css">


    I will have to re-design my site as this theme is a yahoo hosted theme.

    Reason for moving hosts is because of really bad customer support so I don't like my chances.

    Thanks for your help appreciate it :)
    Cheers
    Samantha
     
    workathomeshop, Feb 18, 2008 IP
  5. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #5
    just copy and save those style sheets if thats the only problem.

    here is the first one:

    body {
    	margin: 0;
    	padding: 0;
    background:#fff;
    }
    
    #body  {
    	margin: 0;
    	padding: 0;
    	font-size: 12px;
    	font-family: Arial, Verdana, sans-serif;
    	background: #fff url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/bg.gif) repeat-x;
    }
    
    /* -------- Reset CSS --------- */
    
    #body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
    	margin: 0;
    	padding: 0;
    	font-size:100%;
    	text-align: left;
    	color: #332211;
    }
    
    #zWrap h1, #body h1 {
    	font-size: 200%;
    }
    
    #zWrap h2, #body h2 {
    	font-size: 180%;
    }
    
    #zWrap h3, #body h3 {
    	font-size: 160%;
    }
    
    #zWrap h4, #body h4 {
    	font-size: 130%;
    }
    
    #zWrap h5, #body h5 {
    	font-size: 120%;
    }
    
    #zWrap h6, #body h6 {
    	font-size: 110%;
    }
    
    /* --------- Site Wide Rules --------- */
    
    #body p {
    	margin: 0;
    	padding: 0;
    	line-height: 16px;
    }
    
    /* --------- Doc Rules --------- */
    
    #doc {
    	position: relative;
    	width: 780px;
    	margin: 0 auto;
    }
    
    #bd {
    	position: relative;
    	width: 780px;
    	margin: 0 auto;
    	background: url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/body_loop.gif) repeat-y;
    }
    
    #bd a {
    	color: #D8420D;
    }
    
    /* --------- Header Rules ---------- */
    
    #hd {
    	padding: 38px 21px 0 30px;
    	height: 178px;
    	background: url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/doc_bg.gif) no-repeat;
    }
    
    #hd h1 {
    	margin: 0;
    	padding: 0;
    	color: #708e70;
    	font-size: 30px;
    	font-weight: bold;
    }
    
    #headerContent {
    	width: 550px;
    }
    
    #hMisc {
    	position:absolute;
    	top: 30px;
    	left:600px;
    	font-size: 10px;
    	color: #bbbbaa;
    	min-width: 160px;
    	_width: 160px;
    }
    
    #hMisc p {
    	line-height: 11px;
    }
    
    /* -------- Nav / Header Sub Zone Rules ---------- */
    
    /* ---- This Nav will need to use the Alt. Layout with
    the subNav as a child of the mainNav ----- */
    
    #navigation {
    	position: absolute;
    	top: 123px;
    	min-height: 45px;
    	height: auto !important;
    	height: 45px;
    	margin: 0 26px;
    }
    
    #navigation ul {
    	list-style:none;
    	margin: 0;
    	padding: 0;
    	width: 730px;
    }
    
    ul#subNav {
    	clear: left;
    }
    
    ul#mainNav li {
    	display: inline;
    }
    
    ul#subNav li {
    	display: inline;
    }
    
    ul#mainNav li a {
    	display: block;
    	height: 15px;
    	padding: 5px 10px;
    	text-decoration: none;
    	color: #fff;
    	float: left;
    	font-weight: bold;
    }
    
    ul#mainNav li a:hover, ul#mainNav li.active a {
    	background: #849f84;
    }
    
    ul#subNav li a {
    	float: left;
    	padding: 4px 10px;
    	font-size: 10px;
    	color: #fff;
    	text-decoration: none;
    }
    
    ul#subNav li a:hover, ul#subNav li.active a {
    	color: #c9d6c9;
    }
    
    /* ---------- Page Name Rules ------------ */
    
    #pageName {
    	display: none;	
    }
    
    #zWrap blockquote,
    #zWrap ol,
    #zWrap ul {
    margin-top:0;
    margin-bottom:0;
    }
    
    #zA,#zB,#zC {_overflow:hidden;}
    
    #zWrap ul {
    	color: #332211;
    }
    
    /* ---------- Form Element Rules --------- */
    
    #formZone {
    	margin: 0 0 10px 0;	
    }
    
    fieldset {
    	border: none;
    	margin: 15px 0 0 0;
    }
    
    form#contactForm {
    	position: relative;
    	margin: 0;
    }
    
    #formZone div.dialog-actions {
    	width: 225px;
    	margin: 0;
    	padding: 0;
    }
    
    #defFormContainer .inputLabel  {
    	float: none;
    	color: #999;
    }
    
    #defFormContainer .defFormInput, #defFormContainer textarea  {
    	margin: 0 0 10px 0;
    }
    
    #defFormContainer textarea {
    	width: 200px;
    	height: 200px;
    }
    
    /* ---------- Footer Rules ------------ */
    
    #ft {
    	clear: both;
    	position: relative;
    	width: 780px;
    	height: 20px;
    	font-size: 11px;
    	color: #7E9380;
    	margin: 0 auto;
    	padding: 60px 0 0 0;
    	background: url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/footer_top.gif) no-repeat top;
    }
    
    #fContent {
    	background: url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/footer_bottom.gif) no-repeat bottom;
    	padding: 0 50px 20px 35px;
    	color: #7E9380;
    }
    
    #fMisc {
    	display: none;
    }
    
    #mapZone {
    	width: 300px;
    	height: 300px;
    }
    
    /* if the footer is empty */
    #fContent {min-height:10px;height:auto !important;height:10px;}
    
    Code (markup):
    and the second one:

    /* ---------- Zone A Rules ------------ */
    
    #zA {
    	float: left;
    	width: 305px;
    	padding: 0 50px 0 0;
    	margin: 0 0 0 35px;
    	display: inline;
    	
    }
    
    #zA h2 {
    	font-size: 18px;
    	color: #7b977b;
    	text-transform: uppercase;
    }
    
    #zA p {
    	margin: 0 0 15px 0;
    	color: #332211;
    }
    
    /* ---------- Zone B Rules ------------ */
    
    #zB { 
    	float: left;
    	width: 305px;
    	padding: 0 50px 0 0;
    	margin: 0 0 0 35px;
    	display: inline;
    	clear:right;
    }
    
    #zB h2 {
    	font-size: 18px;
    	color: #7b977b;
    	text-transform: uppercase;
    }
    
    #zB p {
    	color: #332211;
    	margin: 0 0 15px 0;
    }
    
    /* ---------- Zone C Rules ------------ */
    
    #zC {
    	clear: both;
    	background: url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/zone_a_bottom.gif) no-repeat;
    	margin: 0;
    	padding: 70px 0 0 0;
    	*padding: 35px 0 0 0;
    	_padding: 70px 0 0 0;
    	_float:left;
    	_clear:left;
    	_width: 100%;
    }
    
    #zC .modWrap {
    	padding: 0px 50px 0px 35px;
    	background: #fff url(http://us.i1.yimg.com/us.yimg.com/lib/smb/assets/hosting/yss/themes/patina/v_1_27/images/zone_c_loop.gif) repeat-y;
    }
    
    #zC h2 {
    	font-size: 18px;
    	color: #7b977b;
    	text-transform: uppercase;
    }
    
    #zC p {
    	color: #332211;
    	margin: 0 0 0 0;
    	padding: 0 0px 10px 0px;
    }
    
    
    #mapZone {
    	width: 295px;
    	height: 350px;
    	margin: 15px 0 0 0;
    }
    
    
    Code (markup):
    enjoy
     
    sawz, Feb 18, 2008 IP
    workathomeshop likes this.
  6. workathomeshop

    workathomeshop Notable Member

    Messages:
    1,384
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    215
    #6
    Have just sent you a pm please check
    You are a life saver :)

    Cheers
    Samantha


     
    workathomeshop, Feb 18, 2008 IP
    sawz likes this.