Jump to content

Recommended Posts

Posted

index.css

 

#quickReplyOptions form textarea
{
    height: 100px;
+   width: 635px;
+   max-width: 100%;
+   min-width: 100%;
    margin: 0.25em 0 1em 0;
}

Posted

index.css

 

#quickReplyOptions form textarea
{
    height: 100px;
+   width: 635px;
+   max-width: 100%;
+   min-width: 100%;
    margin: 0.25em 0 1em 0;
}

#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}
/* The jump to box */
#display_jump_to
{
clear: both;
padding: 5px;
margin-top: 2px;
}

/* Separator of posts. More useful in the print stylesheet. */
#forumposts .post_separator
{
display: none;
}

/* Styles for edit post section
---------------------------------------------------- */
form#postmodify .roundframe
{
padding: 0 12%;
}
#post_header
{
margin-bottom: 0.5em;
border-bottom: 1px solid #444;
padding: 0.5em;
overflow: hidden;
}
#post_header dt
{
float: left;
margin: 0;
padding: 0;
width: 15%;
margin: .3em 0;
font-weight: bold;
}
#post_header dd
{
float: left;
margin: 0;
padding: 0;
width: 83%;
margin: .3em 0;
}
#post_header img
{
vertical-align: middle;
}
ul.post_options
{
margin: 0 0 0 1em;
padding: 0;
list-style: none;
overflow: hidden;
}
ul.post_options li
{
margin: 0.2em 0;
width: 49%;
float: left;
}
#postAdditionalOptionsHeader
{
margin-top: 1em;
}
#postMoreOptions
{
border-bottom: 1px solid #444;
padding: 0.5em;
}
#postAttachment, #postAttachment2
{
overflow: hidden;
margin: .5em 0;
padding: 0;
border-bottom: 1px solid #444;
padding: 0.5em;
}
#postAttachment dd, #postAttachment2 dd
{
margin: .3em 0 .3em 1em;
}
#postAttachment dt, #postAttachment2 dt
{
font-weight: bold;
}
#postAttachment3
{
margin-left: 1em;
}
#post_confirm_strip, #shortcuts
{
padding: 1em 0 0 0;
}
.post_verification
{
margin-top: .5em;
}
.post_verification #verification_control
{
margin: .3em 0 .3em 1em;
}
/* The BBC buttons */
#bbcBox_message
{
margin: 1em 0 0.5em 0;
}
#bbcBox_message div
{
margin: 0.2em 0;
vertical-align: top;
}
#bbcBox_message div img
{
margin: 0 1px 0 0;
vertical-align: top;
}
#bbcBox_message select
{
margin: 0 2px;
}
/* The smiley strip */
#smileyBox_message
{
margin: 0.75em 0 0.5em 0;
}

/* Styles for edit event section
---------------------------------------------------- */
#post_event .roundframe
{
padding: 0 12%;
}
#post_event fieldset
{
margin-bottom: 0.5em;
border: none;
border-bottom: 1px solid #444;
padding: 0.5em;
clear: both;
}
#post_event legend
{
font-weight: bold;
color: #ccc;
}
#post_event div.event_options
{
width: 49%;
float: left;
}
#post_event ul.event_main, ul.event_options
{
padding: 0;
overflow: hidden;
}
#post_event ul.event_main li
{
list-style-type: none;
margin: 0.2em 0;
width: 49%;
float: left;
}
#post_event ul.event_options
{
margin: 0;
padding: 0 0 .7em .7em;
}
#post_event ul.event_options li
{
list-style-type: none;
margin: 0.3em 0 0 0;
}

/* Styles for edit poll section.
---------------------------------------------------- */

#edit_poll fieldset
{
margin-bottom: 0.5em;
border: none;
border-bottom: 1px solid #444;
padding: 0.5em;
clear: both;
}
#edit_poll legend
{
font-weight: bold;
color: #ccc;
}
#edit_poll ul.poll_main, dl.poll_options
{
overflow: hidden;
padding: 0 0 .7em .7em;
list-style: none;
}
#edit_poll ul.poll_main li
{
margin: 0.2em 0;
}
#edit_poll dl.poll_options dt
{
width: 35%;
}
#edit_poll dl.poll_options dd
{
width: 63%;
}

/* Styles for the recent messages section.
---------------------------------------------------- 

Posted

#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}
/* The jump to box */
#display_jump_to
{
clear: both;
padding: 5px;
margin-top: 2px;
}

/* Separator of posts. More useful in the print stylesheet. */
#forumposts .post_separator
{
display: none;
}

/* Styles for edit post section
---------------------------------------------------- */
form#postmodify .roundframe
{
padding: 0 12%;
}
#post_header
{
margin-bottom: 0.5em;
border-bottom: 1px solid #444;
padding: 0.5em;
overflow: hidden;
}
#post_header dt
{
float: left;
margin: 0;
padding: 0;
width: 15%;
margin: .3em 0;
font-weight: bold;
}
#post_header dd
{
float: left;
margin: 0;
padding: 0;
width: 83%;
margin: .3em 0;
}
#post_header img
{
vertical-align: middle;
}
ul.post_options
{
margin: 0 0 0 1em;
padding: 0;
list-style: none;
overflow: hidden;
}
ul.post_options li
{
margin: 0.2em 0;
width: 49%;
float: left;
}
#postAdditionalOptionsHeader
{
margin-top: 1em;
}
#postMoreOptions
{
border-bottom: 1px solid #444;
padding: 0.5em;
}
#postAttachment, #postAttachment2
{
overflow: hidden;
margin: .5em 0;
padding: 0;
border-bottom: 1px solid #444;
padding: 0.5em;
}
#postAttachment dd, #postAttachment2 dd
{
margin: .3em 0 .3em 1em;
}
#postAttachment dt, #postAttachment2 dt
{
font-weight: bold;
}
#postAttachment3
{
margin-left: 1em;
}
#post_confirm_strip, #shortcuts
{
padding: 1em 0 0 0;
}
.post_verification
{
margin-top: .5em;
}
.post_verification #verification_control
{
margin: .3em 0 .3em 1em;
}
/* The BBC buttons */
#bbcBox_message
{
margin: 1em 0 0.5em 0;
}
#bbcBox_message div
{
margin: 0.2em 0;
vertical-align: top;
}
#bbcBox_message div img
{
margin: 0 1px 0 0;
vertical-align: top;
}
#bbcBox_message select
{
margin: 0 2px;
}
/* The smiley strip */
#smileyBox_message
{
margin: 0.75em 0 0.5em 0;
}

/* Styles for edit event section
---------------------------------------------------- */
#post_event .roundframe
{
padding: 0 12%;
}
#post_event fieldset
{
margin-bottom: 0.5em;
border: none;
border-bottom: 1px solid #444;
padding: 0.5em;
clear: both;
}
#post_event legend
{
font-weight: bold;
color: #ccc;
}
#post_event div.event_options
{
width: 49%;
float: left;
}
#post_event ul.event_main, ul.event_options
{
padding: 0;
overflow: hidden;
}
#post_event ul.event_main li
{
list-style-type: none;
margin: 0.2em 0;
width: 49%;
float: left;
}
#post_event ul.event_options
{
margin: 0;
padding: 0 0 .7em .7em;
}
#post_event ul.event_options li
{
list-style-type: none;
margin: 0.3em 0 0 0;
}

/* Styles for edit poll section.
---------------------------------------------------- */

#edit_poll fieldset
{
margin-bottom: 0.5em;
border: none;
border-bottom: 1px solid #444;
padding: 0.5em;
clear: both;
}
#edit_poll legend
{
font-weight: bold;
color: #ccc;
}
#edit_poll ul.poll_main, dl.poll_options
{
overflow: hidden;
padding: 0 0 .7em .7em;
list-style: none;
}
#edit_poll ul.poll_main li
{
margin: 0.2em 0;
}
#edit_poll dl.poll_options dt
{
width: 35%;
}
#edit_poll dl.poll_options dd
{
width: 63%;
}

/* Styles for the recent messages section.
---------------------------------------------------- 

 

Add these three lines >.<

 

"Like this, like that":

 

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}

Posted

#quickReplyOptions .roundframe
{
padding: 0 10%;
}
#quickReplyOptions form textarea
{
height: 100px;
        width: 635px;
        max-width: 100%;
        min-width: 100%;
margin: 0.25em 0 1em 0;
}

 

Still Same

Posted

#quickReplyOptions .roundframe
{
padding: 0 10%;
}
#quickReplyOptions form textarea
{
height: 100px;
        width: 635px;
        max-width: 100%;
        min-width: 100%;
margin: 0.25em 0 1em 0;
}

 

Still Same

 

You might have to wait for a while, or clean your browser.

Posted

i fix it,you have any solution for my other problem?

 

As I may have a solution to a unknown problem?

 

Ah, you updated your 1st post. I honestly have no clue, I never tried to.

 

Use google >.<

Posted

As I may have a solution to a problem unknown?

How Can i change the opacity(dunno if i said it right) here?

 

51136973.png

 

Thanks for helping,if your help me & Sorry for spamming :P

 

 

 

 

Posted

What do you mean?

Find in the .css file the div you want to make transparent and add the line I posted.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock