The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS Trouble

2 posters

Go down

CSS Trouble Empty CSS Trouble

Post by kinghybodo November 28th 2010, 5:52 pm

Hey guys. I was installing images to my forum, using css. I was swapping out original links, to ones I've created. Now, in my forum: http://www.rawrcraftultimate.forumotion.com the text for the threads is offset, and I'm not sure how to fix that. I know it would be under padding or margins, inside of css, but which one I really don't know, and I don't want to mess it up more than it is. Here is my current css coding, let me know what I should change:

#search{
display:none;
}

#wrap {

background-repeat: repeat-x;
background-image: url('https://2img.net/r/ihimizer/img256/9883/backgroundgradienth.png');
background: alpha(0.5);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;



}
.inputbox {

border: 1px solid #BCBCBC;
color: #ffffff;
padding: 2px;
cursor: text;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

}
#text_editor_controls a.button2,#text_editor_controls input.button2,#text_editor_controls button.button2{
background-image: url(https://2img.net/i/fa/prosilver/bg_button.gif);
color: black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 3px;}

.inputbox:hover {

border: 1px solid #BCBCBC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border-color: #111112;
-moz-box-shadow : 0 0 9px #fff;
-webkit-box-shadow : 0 0 9px #fff;
}
input.button1, input.button2, button.button2 {
font-size: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
fieldset dl {
padding: 4px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
fieldset.fields1 dt {
width: 10em;
border-right-width: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
fieldset.submit-buttons {
text-align: center;
vertical-align: middle;
margin: 5px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}

.navbar {
clear: both;
background-image: url('https://2img.net/r/ihimizer/img220/4660/navbar0.png');
padding:0px 10px;
border: 1px solid #101010;
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #340405;
-webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;

}
dl.codebox {
padding: 3px;
background-color: #FFFFFF;
border: 1px solid #C9D2D8;
font-size: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border: 1px solid #101010;
}
.forabg {
margin-bottom: 4px;
clear: both;
border: 2px solid #;
padding: 0px 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border: 1px solid #101010;
background-image: url('https://2img.net/r/ihimizer/img220/4660/navbar0.png');


}
.forumbg {
background-color: #340405;
background-image: url('https://2img.net/r/ihimizer/img220/4660/navbar0.png');


border: 2px solid #;
padding: 0px 5px;
margin-bottom: 4px;
clear: both;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border: 1px solid #101010;


}
.panel {
margin-bottom: 4px;
padding: 0px 10px;
background-image: url('https://2img.net/r/ihimizer/img220/4660/navbar0.png');
border: 1px solid #101010;
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #340405;
border: 1px solid #101010;
}
.post {
padding: 0 10px;
margin-bottom: 4px;
background-repeat: no-repeat;
background-position: 100% 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #111112;


}
.postprofile {
color: #ffffff;
margin: 5px 0 0px 0;
min-height: 80px;
border-right-style: solid;
border-right-width: 1px;
border-color: transparent;
width: 22%;
float: left;
display: inline;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#cp-main {
float: left;
width: 98%;
margin-left: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#cp-main .panel {

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#cp-main table.table1 {
margin-bottom: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#ucp-main table.table1 {
padding: 2px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#tabs {
line-height: normal;
margin: 50px 0 -1px 7px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

/*min-width: 570px;
*/
}
#smiley-box {

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}

ul.profile-icons {
margin-top: 10px;
list-style: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#message-box textarea {

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.module {
background-image: url('https://2img.net/r/ihimizer/img220/4660/navbar0.png');
border: 1px solid #101010;
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #340405;

}

.signature {

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border-color: #340405;
-moz-box-shadow : 0 0 9px #fff;
-webkit-box-shadow : 0 0 9px #fff;
}
body.chatbox {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
background-image: url('http://fc09.deviantart.net/fs10/i/2006/157/f/6/Evolution_WP_by_dilekt.jpg');
}

avatar
kinghybodo
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

CSS Trouble Empty Re: CSS Trouble

Post by kinghybodo November 28th 2010, 7:07 pm

Confused Mad Confused Mad I've tried figuring it out but can't =/ I got other text to move just a bit, but not the text I need.
avatar
kinghybodo
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

CSS Trouble Empty Re: CSS Trouble

Post by kinghybodo November 28th 2010, 7:15 pm

I circled the stuff that is offset, so you don't have to actually go to the forum.
CSS Trouble Exampleiq
avatar
kinghybodo
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

CSS Trouble Empty Re: CSS Trouble

Post by MrMario November 28th 2010, 7:58 pm

May I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

CSS Trouble Empty Re: CSS Trouble

Post by kinghybodo November 28th 2010, 9:27 pm

MrMario wrote:May I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink
Embarassed Sorry, I was kind of oblivious lol.
avatar
kinghybodo
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum