Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • scottpollack

    (@scottpollack)

    im actually having this same exact problem today.

    two odd things occured:
    I used to be able to access my site: https://www.skipster.us by just typing in skipster.us (with or without the www.) Now I need the www.

    also going to https://www.skipster.us/wp-admin yields a blank screen. what the heck is going on?! someone? anyone?

    Thread Starter scottpollack

    (@scottpollack)

    Anyone??

    Forum: Fixing WordPress
    In reply to: Mac Good, PC bad?
    Thread Starter scottpollack

    (@scottpollack)

    Hey esmi, still not working I bolded where I put the code you shared. its not doin’ much..any help?

    background: #666666;
    margin: 0; /* it’s good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: black;
    background-color: #330000;
    font-family: Times New Roman;
    font-size: 16px;
    }
    a:link{
    text-decoration: none;
    color: black;
    }
    a:hover{
    text-decoration: underline;
    color: black;
    }
    a:visited{
    text-decoration: none;
    color: black;
    }
    .twoColFixRtHdr #container {
    width: 945px; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #300;
    background-image: url(‘images/bg.jpg’);
    background-repeat: repeat;
    }
    .widecolumn {
    float: left;
    padding: 0 20px 40px 20px;
    margin left: 10px;
    width: 690px;
    }
    .post {
    padding: 0px;
    width: 690px;
    margin: 0px;
    margin-top: 35px;
    margin-left: 20px;
    border: 3px solid #000000;
    text-align: justify;
    background: #00000 url(‘images/posttan.jpg’) repeat;
    }
    .post-inner {
    padding: 10px;
    margin: 0px;
    text-align: justify;
    background: url(‘images/posttan.jpg’) repeat;
    }
    .post hr {
    display: block;
    }
    .widecolumn .post {
    margin: 0;
    }
    h2 {
    margin: 4px 0 20px 0;
    font-size: 40px;
    font-family: Times New Roman;
    }
    h2.pagetitle {
    margin-top: 10px;
    margin-left: 15px;
    text-align: left;
    }
    .twoColFixRtHdr #header {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-color: #73682B;
    background-image: url(‘images/bg.jpg’)
    background-repeat: repeat;
    }
    .twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse – an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    }
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 100px;
    background-color: #73682B;
    background-image: url(‘images/sidebar.jpg’);
    background-repeat: repeat;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-right: 30px;
    margin-bottom: 50px;
    margin-top: 35px;
    border: 3px solid #000000;
    font-family: Times New Roman;
    font-size: 16px;

    ]
    #sidebar h2 {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    #sidebar ul {
    margin:0;
    padding:0;
    }
    #sidebar# li {
    list-style:none;
    }

    h3 {
    padding: 0;
    margin: 20px 0 0;
    font-size: 18px;
    }
    h3.comments {
    padding: 0;
    margin: 40px auto 20px;
    }
    .postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }
    .twoColFixRtHdr #sidebar1 ul, #sidebar ul ol {
    margin: 0;
    padding: 0;

    Forum: Fixing WordPress
    In reply to: Mac Good, PC bad?
    Thread Starter scottpollack

    (@scottpollack)

    ok i did

    Forum: Fixing WordPress
    In reply to: Mac Good, PC bad?
    Thread Starter scottpollack

    (@scottpollack)

    that’s what i have as my css.

    what can i add to make it better on PC’s?

    Forum: Fixing WordPress
    In reply to: Mac Good, PC bad?
    Thread Starter scottpollack

    (@scottpollack)

    /*
    Theme Name: Skipster
    Theme URI: skipstermag.com
    Description: design by me with dreamweaver
    Author: Martha
    Author URI: skipstermag.com
    */
    body {
    background: #666666;
    margin: 0; /* it’s good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: black;
    background-color: #330000;
    font-family: Times New Roman;
    font-size: 16px;
    }
    a:link{
    text-decoration: none;
    color: black;
    }
    a:hover{
    text-decoration: underline;
    color: black;
    }
    a:visited{
    text-decoration: none;
    color: black;
    }
    .twoColFixRtHdr #container {
    width: 945px; /* the auto margins (in conjunction with a width) center the page */
    border: 2px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #73682B;
    background-image: url(‘images/bg.jpg’);
    background-repeat: repeat;
    }
    .widecolumn {
    float: left;
    padding: 0 20px 40px 20px;
    margin: 0px;
    width: 690px;
    }
    .post {
    padding: 0px;
    width: 690px;
    margin: 0px;
    margin-top: 35px;
    margin-left: 30px;
    border: 3px solid #000000;
    text-align: justify;
    background: #00000 url(‘images/posttan.jpg’) repeat;
    }
    .post-inner {
    padding: 10px;
    margin: 0px;
    text-align: justify;
    background: url(‘images/posttan.jpg’) repeat;
    }
    .post hr {
    display: block;
    }
    .widecolumn .post {
    margin: 0;
    }
    h2 {
    margin: 1px 0 10px 0;
    font-size: 40px;
    font-family: Times New Roman;
    }
    h2.pagetitle {
    margin-top: 10px;
    margin-left: 5px;
    text-align: left;
    }
    .twoColFixRtHdr #header {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-color: #73682B;
    background-image: url(‘images/bg.jpg’)
    background-repeat: repeat;
    }
    .twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse – an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    }
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 100px;
    background-color: #73682B;
    background-image: url(‘images/sidebar.jpg’);
    background-repeat: repeat;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-right: 30px;
    margin-bottom: 50px;
    margin-top: 35px;
    border: 3px solid #000000;
    font-family: Times New Roman;
    font-size: 16px;
    }
    #sidebar h2 {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    h3 {
    padding: 0;
    margin: 20px 0 0;
    font-size: 18px;
    }
    h3.comments {
    padding: 0;
    margin: 40px auto 20px;
    }
    .postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }
    .twoColFixRtHdr #sidebar1 ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }
    .twoColFixRtHdr #sidebar1 ul li {
    list-style-type: none;
    list-style-image: none;
    }
    .twoColFixRtHdr #sidebar1 ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }
    .twoColFixRtHdr #sidebar1 ul ul, .twoColFixRtHdr #sidebar1 ul ol {
    margin: 5px 0 0 10px;
    }
    .twoColFixRtHdr #sidebar1 ul ul ul, .twoColFixRtHdr #sidebar1 ul ol {
    margin: 0 0 0 10px;
    }
    ol li, .twoColFixRtHdr #sidebar1 ul ol li {
    list-style: decimal outside;
    }
    .twoColFixRtHdr #sidebar1 ul ul li, .twoColFixRtHdr #sidebar1 ul ol li {
    margin: 3px 0 0;
    padding: 0;
    font-size: 14px;
    }
    .twoColFixRtHdr #sidebar1 ul ul li a:link, .twoColFixRtHdr #sidebar1 ul ol li a:link, .twoColFixRtHdr #sidebar1 ul ul li a:visited, .twoColFixRtHdr #sidebar1 ul ol li a:visited {
    text-decoration: none;
    }
    .twoColFixRtHdr #sidebar1 ul ul li a:hover {
    text-decoration: underline;
    }
    /* End Entry Lists */
    /* Begin Form Elements */
    #searchform {
    margin: 2px auto;
    text-align: center;
    }
    #search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 20px;
    background: none;
    }
    .twoColFixRtHdr #sidebar1 #searchform #s {
    width: 80px;
    padding: 2px 6px;
    font-size: 10px;
    }
    .twoColFixRtHdr #sidebar1 #searchsubmit {
    padding: 0;
    background-color: #cae1a8;
    font-size: 10px;
    }
    .entry form {
    /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
    }
    select {
    width: 140px;
    }
    .twoColFixRtHdr #mainContent {
    margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page – no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div’s text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    }
    img.alignright {float:right; margin:0 0 1em 1em}
    img.alignleft {float:left; margin:0 1em 1em 0}
    img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    a img.alignright {float:right; margin:0 0 1em 1em}
    a img.alignleft {float:left; margin:0 1em 1em 0}
    a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
    }
    .twoColFixRtHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    }
    .twoColFixRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse – a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    }
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    }
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    }
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }
    </style>
    [if IE 5]>
    <style type=”text/css”>
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 100px; }
    </style>
    <![endif][if IE]>
    <style type=”text/css”>
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]

Viewing 6 replies - 1 through 6 (of 6 total)