Customizing SMF > Graphics and Templates

About to launch my website, but ran into some issues. Please help.

(1/1)

ocmdiaz714:




1. There's a border around what seems to be the div table which holds the category's name. This border only appears in iPhone's Safari for some reason.


--- Code: ---/* Generic, mostly color-related, classes.
------------------------------------------------------- */

.titlebg, .titlebg2, tr.titlebg th, tr.titlebg td, tr.titlebg2 td
{
   color: #222;
   font-family: arial, helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   background: #5C9ACD;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
    background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
    background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
}
.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th
{
   color: #838383;
   font-family: arial, helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   background: #222 url(../images/theme/menu.png);
   border: 0;
}
--- End code ---

2. Box-Shadow: I am utilizing the box-shadow effect on the entire content, and it seems to be shown fine on FireFox, and the iPhone, not such luck in Internet Explorer. I am also using the same effect on submit buttons.


--- Code: ---#header
{
   box-shadow: 0px 1px 5px rgba(25, 25, 25, 0.5);
}
#content_section
{
   box-shadow: 0px 1px 5px rgba(25, 25, 25, 0.5);
}

.button_submit, .button_reset
{
   background-image: url(../images/button-sprite.png);
   background-position: 0 -1134px;
    border: 1px solid #D3D3D3;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
   cursor: pointer;
   font: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 5px 9px;
   border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
   margin: 0 5px 20px;
   display: inline-block;
}

.button_submit2
  {
    background-image: url(../images/button-sprite.png);
   background-position: 0 -1134px;
   border: none;
    color: #555;
   width: 200px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
   cursor: pointer;
   font: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   padding: 4px;
   border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
   margin: 0;
   display: inline-block;
   float: right;
 }

--- End code ---

3. Now, the search submit button shows fine on FireFox, but is invisible on the iPhone's Safari, and quite out-of-place on Internet Explorer.


--- Quote ---#search
{
    float: right;
   line-height: 35px;
   padding: 0 10px;
}
#search input
{
    background: #FFF;
   color: #000;
   border: none;
   margin:0;
   border-radius: 5px 0 0 5px;
   padding: 5px;
   width: 180px;
}
#search .submit
{
    background: #FFF url(../images/search.png) no-repeat center;
    width: 20px;
   float: right;
   z-index: 1;
   position: relative;
   margin: 6px 0 0 -3px;
   padding: 4px;
   border-radius: 0 5px 5px 0;
   cursor: pointer;
}
--- End quote ---

4. I don't know if I can get much help here, as this issue concerns the TP-Portal mod, but for some reason there is a black dot shown right before the latest post titles. This dot only appears on Internet Explorer, to my knowledge, and quite frankly it's quite ugly.

Thanks for any help, folks.  :)

ocmdiaz714:
Sorry. Bump.

Navigation

[0] Message Index

Go to full version