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.

Forum Width??

3 posters

Go down

Solved Forum Width??

Post by reuku September 18th 2009, 12:46 am

I looked at the F.A.Q and around the forums and nothing helped me o.o

Every time I try to reduce the forum width the board go shorted as well bwi

Then I tryed adding the #wrap thing but that didn't word, then I tried the .bodywrap thing and that didn't work, and when I try to make the outside background small it won't.

I am using the jaded forum skin from hitskins, and my forum url is:

http://yorozuya.fantasyboard.net/index.htm

can someone help?? Wink
reuku
reuku
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Width??

Post by Mehtevas September 18th 2009, 3:30 am

It's somewhere in the CSS...
I've found it once...but it took me awhile... and i'd have to see the code...can you post the CSS code?
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

Solved Re: Forum Width??

Post by reuku September 18th 2009, 7:48 am

its too big to post :s

so I uploaded the CSS to Media fire

http://www.mediafire.com/download.php?jzmhznfngj2
reuku
reuku
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Width??

Post by reuku September 18th 2009, 6:22 pm

is anyone going to help me? T^T
reuku
reuku
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Width??

Post by Mehtevas September 19th 2009, 1:33 am

put the CSS in the [*code][/code] Wink

i an't download.
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

Solved Re: Forum Width??

Post by reuku September 19th 2009, 2:23 am

its way too long to even post o.o
how do I pm it oh wait
check your pms
reuku
reuku
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Width??

Post by Mehtevas September 19th 2009, 2:30 am

WTH, read the paragragh under my name. do it. its right >>>>>there somewehere


DON'T SEND SUPPORT VIA PM!!!!!!

UGH!
here is the CSS

Code:
[code:1:78ae]/* Jaded forumotion theme designed by Jalokim Graphics
Not to be redistributed or copied.
Special thanks to Merlinz from Walesfforwm for updating the CSS*/

* {
margin: 0;
padding: 0;
}

/*TGF ClearfixTony Aslett from http://www.csscreator.com*/
.clearfix:after,.ipbform2 dl:after,.maintitle:after {
content: ".";
display: block;
height: 0;
clear: both !important;
visibility: hidden;
}
*+ html .clearfix {
min-height: 1px;
clear: both;
}
* html .clearfix {
height: 1%;
clear: both;
}
*+ html .empty-clear {
line-height: 1px;
height: 1px;
}
* html .empty-clear {
line-height: 1px;
height: 1px;
}
.clear {
clear: both;
}

/*Defaults*/
html{
background-color: transparent;
background-image: url('http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/background.png');

}
body {

width: 900px;
margin: 0 auto;
background-image: url('http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/Untitled-3ba.png');
background-repeat: repeat-y;
background-color: transparent;
background-attachment: scroll;
background-position: center;
color: #1d1d1d;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 12px;
line-height: 135%;
}
* html {


/* CSS properties only recognized by IE */
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
*+ html {

/* CSS properties only recognized by IE */
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
img {
border: none;
vertical-align: middle;
}
a:link {
color: #68b8de;
text-decoration:underline;
}
a:visited {
color: #79bad9;
text-decoration:underline;
}
a:hover {
color: #3488b0;
}
a:active {
color: #222;
text-decoration:underline;
}
a:focus {
color: #000000;
}
*+ html body {
min-width: 1166px;
overflow-x: hidden !important;
}
* html .minwidth_IE {

/* Hack IE min-width */
padding-left: 1266px;
}
* html .container_IE {

/* Hack IE min-width */
margin-left: -1266px;
position: relative;
}
* html .minwidth_IE, * html .layout_IE, * html .container_IE {

/* Hack IE min-width */
height: 1px;
}

/* ***************************Header*************************** */
div#logostrip {
padding-right: 15px;
min-height: 135px;
background-image: url('');
background-repeat: no-repeat;
text-align: center;
background-position: center;
background-color: transparent;
}
*+ html div#logostrip {
min-height: 70px;
}
div#logostrip #logo {
display: block;
margin: 0 5px;
float: center;
}
div#logostrip #main-title,div#logostrip #main-title h1 {
padding-top: 25px;
font-size: 24px;
font-weight: bold;
font-family: Arial,Verdana,Tahoma,sans-serif;
}
div#logostrip #main-title h1 {
padding-top: 0;
}
#site-desc {
margin: 8px;
}

/* Submenu */
#submenu {
text-align: right;
}
*+ html #submenu {
padding: 0;
}
* html #submenu {
padding: 0;
}
#submenu ul {
list-style: none;
text-align: center;
}
#submenu ul li {

/*line-height: 2em;
*/
}
#submenu ul li a {

text-decoration: none;
}
*+ html #submenu ul li a {
display: inline-block;
}
* html #submenu ul li a {
display: inline-block;
}

/*#submenu ul li a img {
display: none;
}
*/
#userlinks {
margin-left: -4px;
padding: 0.5em;
font-size: 0.9em;
}
#userlinks.not-connected {
text-align: center;
}
#userlinks.not-connected span {
margin: 0 0.25em;
}
#userlinks.not-connected .guest {
font-weight: bold;
}
#userlinks p.home {
float: left;
margin-left: 0.5em;
}
#userlinks p.home a {
font-weight: bold;
}
#userlinks ul {
float: right;
list-style: none;
}
#userlinks ul li {
float: left;
margin: 0 0.25em;

/* Spacing between generation dot */
}
#userlinks ul li:after {
content: ' .';

/* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
}
#userlinks ul li a {
margin-right: 0.25em;

/* Spacing between generation dot */
text-decoration: underline;
}

#userlinks ul li.last:after {
content: normal;
}
.minwidth_IE{
text-align: center;
margin: 0 auto;
width: 884px;
image-repeat: no-repeat !important;
background-position: top !important;
background-repeat: no-repeat !important;
background: transparent url('http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/wraptop.png');
}
.container_IE {
text-align: center;
margin: 0 auto;
width: 884px;
padding-bottom: 35px !important;
image-repeat: no-repeat !important;
background-position: left bottom!important;
background-repeat: no-repeat !important;
background: transparent url('http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/wrapbottom-2.png');
}
#ipbwrapper {
background-repeat: no-repeat !important;
background-position:bottom!important;
background-repeat: no-repeat !important;
background: transparent url('http://i100.photobucket.com/albums/m18/Jalokim5/copyright-3.png');
margin: 0px auto;

text-align: left;
width: 870px;
padding: 5px;
}
#navstrip {
color: #68b8de;

list-style: none;
margin: 0 0 1em;
font-weight: bold;
}
#navstrip li {

float: left;
margin: 0 5px;
padding-left: 13px;
background: url('') no-repeat left 50%;
}
#navstrip li.begin {
color: #68b8de;
padding-left: ;
background: url('') no-repeat left 50%;
}

#navstrip li a {
margin-left: 5px;
color: #68b8de;
text-decoration: none;
font-weight: bold;
}
div.newslink {
margin: 0.8em 0;
padding: 0.5em;
font-size: 11px;
}
div.newslink p.date {
font-size: 10px;
margin: 0 0 5px 0;
}
div.newslink .h3 {
font-weight: bold;
}

/* **************************************************************************Most stable Standards-compliant 3-column layout by Ryan Brillhttp://www.alistapart.com/articles/negativemargins
/************************************************************************** */
#content-container div#container {
width: 100%;
float: left;
margin-right: -183px;
}
#content-container div#content {
margin-right: 183px;
}
#content-container div#main {
margin-bottom: 1em;
overflow: hidden;

/* Fixes 3-column negative margins float clearing bug: http://archivist.incutio.com/viewlist/css-discuss/97678 Thanks Georg! */
}
*+ html #content-container div#main {
margin-left: 183px;
}
#content-container div#left {
width: 180px;
float: left;
margin-right: 3px;
overflow: hidden;
}
#content-container div#right {
width: 180px;
float: right;
overflow: hidden;
}
* html #content-container #main-content {

/* FIX for IE6... For some reason, if we insert comment before this series, the star html hack don't work no more... ?? */
overflow: visible;
margin-right: 183px;
}
* html #content-container div#main {

/* FIX for IE6 */
margin-right: -99%;
width: 100%;
float: left;
}

/*IPB BOXES*/
div.borderwrap,.borderwrapm {
padding: 1px;
}
* html div.borderwrap,* html .borderwrapm {
zoom: 1;
}
div.maintitle {
vertical-align: middle;
padding: 8px 8px 8px 15px;
background-image: url("http://2img.net/i/fa/empty.gif");
background-repeat: repeat-x;
}
* html div.maintitle {
zoom: 1;
}

/* Fixes IE6 Peekaboo bug */
div.maintitle h2,div.maintitle h3,div.maintitle div.toggle {
font-size: 11px;
}
.maintitle.floated h2,.maintitle.floated h3,.maintitle.floated div.toggle {
float: left;
}
.maintitle div.toggle {
font-weight: none;
}
div.maintitle .expand,div.maintitle .contract {
float: right;
width: 10px;
height: 10px;
background: url('http://2img.net/i/fa/invision/exp_minus.gif') no-repeat 50% 50%;
cursor: pointer;
}
div.maintitle .expand {
background: url('http://2img.net/i/fa/invision/exp_plus.gif') no-repeat 50% 50%;
}
* html div.maintitle .expand,* html div.maintitle .contract {
line-height: 0.1em;
cursor: hand;
}
*+ html div.maintitle .expand,*+ html div.maintitle .contract {
cursor: hand;
}
div.maintitle .expand a,div.maintitle .contract a {
text-decoration: none;
}
.borderwrap .subtitle {
padding: 5px;
font-size: 12px;
font-weight: bold;
}
.borderwrap .subtitle.cleared {

clear: both;
}
.borderwrap p.subtitled {
padding: 5px;
}
.borderwrap .msg {
padding: 0.5em;
}
.subtitle.posting-code {
margin: -0.5em;
}
.title-options {
float: right;
}

/*Box content*/
.box-content div.agreement {
padding: 0.5em;
}
*+ html .agreement {
border: none;

/* fix IE7 bug */
}
.agreement h2.u {
margin: 0.5em 0 1em 0;
}
.box-content fieldset.submit {
padding: 0.5em !important;
}
div.box-content.error {
border-bottom: none;

}
div.box-content.error p {
padding: 5px;
}
.maintitle.floated.dropped {
position: relative;
}
.member-header {
}
.popmenubutton {
float: right;
height: 22px;
}
.popmenubutton a {
display: block;
padding: 2px 16px 2px 8px;
background-image: url('http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/dropbutton.png');
background-position: 97% 50%;
background-repeat: no-repeat;
font-size: 11px;
font-weight: bold;
text-align: center;
white-space: nowrap;
text-decoration: none;
}
* html .popmenubutton a {
text-decoration: none !important;

}
*+ html #topicmenu-options.popmenubutton a {
background-position: 90% 50%;

}
* html #topicmenu-options.popmenubutton a {
background-position: 90% 50%;
margin-bottom: -13px;
margin-top:-3px;
}
.popmenubutton p.left-overview a {
display: inline !important;
padding: 0 !important;
background: transparent !important;
border: none !important;
}
.popupmenu {
list-style: none;
width: 200px;
font-size: 11px;
}
.post .popupmenu {
position: absolute;
top: 29px;
z-index: 100;
}
* html .post .popupmenu {
left: 1.5em;
}
#forummenu-options_menu.popupmenu {
position: absolute;
top: 30px;
right: 8px;
z-index: 100;
}
.member .popupmenu {
position: absolute;
z-index: 100;
}
.popupmenu .avatar {
float: right;
margin: 5px;
width: 50px;
height: 50px;
background: url('http://2img.net/i/fa/invision/pp-blank-thumb-50px.png') no-repeat;
}
.popupmenu .avatar img {
display: block;
width: 50px;
height: 50px;
}
.popupmenu ul {
padding: 0.5em;
list-style: none;
}
.popupmenu li a.profile-icon {
display: block;
float: left;
width: 30px;
margin: 0 0.5em 0 0;
text-align: center;
}
.popupmenu li {
display: block;
padding: 0.5em 0.5em;
background-image: url('http://2img.net/i/fa/invision/menu_item.gif');
background-repeat: no-repeat;
background-position: 2px 50%;
text-decoration: none;
white-space: nowrap;
}
.popupmenu li a {
text-decoration: none;
}
ul.popupmenu li.popupmenu-category {
padding: 0.5em;
text-align: center;
font-weight: bold;
letter-spacing: 1px;
background-image: none;
}
.popupmenu .last {
border-bottom: none;
}
.popup {
margin: 1em;
}
.popup .popup-msg {
margin: 1em;
}

/* IPB Tables */
table.ipbtable {
width: 100%;
empty-cells: show;
}
* html table.ie6-tbl {
}
*+ html table.ipbtable {
border-collapse: collapse;

/* Helps display empty-cells in IE.x */
}
* html table.ipbtable {
border-collapse: collapse;

/* Helps display empty-cells in IE.x */
}
table.ipbtable.index-box {
width: 100%;
table-layout: fixed;
}
table.index-box td {
height: 45px;
}
table.ipbtable th {
padding: 5px;
text-align: center;
background-image: url("http://2img.net/i/fa/empty.gif");
background-repeat: repeat-x;
}
table.ipbtable th.formsubtitle,.formsubtitle {
border: none;
text-align: left;
}
table.ipbtable th.icon {
text-align: center;
width: 1%;
empty-cells: show;
}
table.ipbtable.search th.forum {
width: 14%;
}
table.ipbtable th.forum {
text-align: left;
width: 60%;
}
table.ipbtable th.forum2 {
text-align: left;
width: 50%;
}
table.ipbtable th.topics,table.ipbtable th.replies,table.ipbtable th.views {


width: 8%;
}
table.ipbtable th.last-post {
width: 35%;
}
table.ipbtable th.last-post2 {
width: 22%;
}
table.ipbtable th.starter {
width: 14%;
}
table.ipbtable .last {
border-right: none;

}
table.ipbtable tfoot td {
font-size: 3px;
height: 10px;
}
table.ipbtable td {
padding: 5px;
vertical-align: top;
}
table.ipbtable td.icon {
height: 38px;
vertical-align: top;
}
* html table.ipbtable td.icon {
position: static;
}
table.ipbtable img.icon {
float: left;

}
table.ipbtable span.status {
position: absolute;

}
table.ipbtable .forum-name h3 {

font-size: 12px;
}
table.ipbtable td .par {
text-align: left;
}
.hierarchy {
display: inline;
font-size: inherit;
font-weight: inherit;
}
*+ html .hierarchy {
font-size: 12px;
font-weight: bold;

}
* html .hierarchy {
font-size: 12px;
font-weight: bold;
}
table.ipbtable .forum-name a {
font-weight: bold;
}
table.ipbtable .forumdesc {
font-size: 11px;
}
table.ipbtable .mods {
text-align: left;
}
.centered {
text-align: center;
}
.thin {
line-height: 150%;
margin: 2px 0pt;
padding: 6px 0pt;
}
.view-online th {
text-align: left;
}
.view-online th.name {
width: 50%;
}
.online-explain {
margin: 5px;
font-size: 0.8em;

}
.row1.centered.author b {
font-weight: normal;
}
.ipbtable .date {
font-size: 80%;
}
.last-post-icon {
margin: 0 0.25em;
}
table.posting-table td {
padding: 3px;

border: 1px solid #ccc;
border-collapse: collapse;

}

/*Forms*/

.ipbform fieldset {
margin: 0.5em;
padding: 0 1em 1em;
}
.ipbform fieldset legend {
margin: 0;
padding: 0 0.5em;
font-weight: bold;
}
.ipbform fieldset label {
display: block;
}
div.errorwrap,div.infowrap {
margin: 0 5px 5px;
}
div.errorwrap h4,div.infowrap h4 {
padding: 5px;

font-size: 12px;
font-weight: bold;
}
div.errorwrap p,div.infowrap p {
padding: 8px;
}
div.input-warn-content {
display: none;
margin: 4px;
padding: 4px;
}
fieldset {
border: none;
}
.button,.mainoption {
padding: 0 5px;
font-size: 10px;
cursor: pointer;
}
a.button {

/*margin: -15px 0 0 0;
*/
padding: 1px 5px 0 5px;
text-decoration: none;
line-height: 1em;
font-size: 11px;
}
.formbuttonrow {
margin: 0;
padding: 5px;
border: none !important;
}
.columned fieldset.formcolumn1 {
float: left;
width: 45%;
}
.columned fieldset.formcolumn2 {
float: left;
width: 45%;
}
.ipbform fieldset.signature {
margin: 1.5em;
padding: 1em;
}
.ipbform2 .box-content {
padding: 0;
}
.ipbform2 dl {
float: left;
width: 100%;
clear:left;
}
.ipbform2 dl dt {
display: block;
float: left;
width: 230px;
}
.ipbform2 dl dt label {
display: block;
width: 210px;
padding: 12px 10px 0 10px;
font-weight: bold;
}
.ipbform2 dl dd {
display: block;
margin-left: 250px;
padding: 10px;
}
*+ html .ipbform2 dl dt,*+ html .ipbform2 dl dd {
min-height: 1px;
}
*+ html .ipbform2 dl dd {
margin-left: 0;
}
*+ html .dd-options {
margin-left: 230px !important;
}
* html .dd-options {
margin-left: 233px !important;
}
* html .ipbform2 dl dt,* html .ipbform2 dl dd {
height: 1%;
}
* html .ipbform2 dl dd {
margin-left: 0;
}
.ipbform2 dl dd label {
margin: 0 1em 0 0;
}
.ipbform2 dl dd input {
margin: 0 0.5em 0 0;
}
.separator {
line-height: 1px;
height:1px;
}
.ipbform2 fieldset.captcha {
margin: 0.5em;
padding: 0 1em 1em;
}
.ipbform2 fieldset.captcha legend {
padding: 0 0.5em;
}
.ipbform2 fieldset.captcha label {
display: block;
}
.ipbform2 fieldset.captcha .desc {
font-size: 0.8em;
}
.ipbform2 fieldset.captcha .captcha-field {
float: left;
width: 30%;
padding: 1em 0;
}
.ipbform2 fieldset.captcha .captcha-images {
float: left;
padding: 2em;
}
.ipbform .desc,.ipbform2 .desc {
font-size: 0.9em;
font-weight: normal;
}
.borderwrap .padded {
margin: 0.25em;
}
.borderwrap fieldset.in-padding {
padding: 0;
}
/* **********************Posting block********************** */
.posting-subject {
width: 65%;
}
.messaging-box {
margin-top: 10px;
padding: 10px;
overflow: hidden;
}
* html .messaging-box {

/* Fixes Funky IE6 bug where textarea grows out of bounds when a message is typed in. */
float:left;
}
* html .simple .posting-block {
width: 99%;
}
*+ html .messaging-box textarea {
width: 97% !important;
}
.messaging-box fieldset dl,.messaging-box fieldset dd {
background-color: transparent;
}
.messaging-box fieldset dd {
margin: 0 !important;
}
.messaging-box fieldset dt {
width: auto;
}
#preview .content {
padding: 4px;
}
#smiley-box {
float: left;
width: 225px;;
margin: 0 10px 10px;
padding: 10px;
min-width: 200px;
}
#smiley-box .smiley-container object {
width: 225px;
}
*+ html #smiley-box {
margin-top: 10px;
}
* html #smiley-box {
margin-top: 10px;
display: inline;

/* margin doubling bug */
}
.helpline {
display: block;
height: 1.2em;
}
.textarea-info {
float: left;
padding: 0.5em 0;
font-size: 0.8em;
}
.exthelp,.rte-menu-button {
float: right;
height: 16px;
margin: 0.5em;
padding: 3px 5px 3px 25px;
background-image: url("http://2img.net/i/fa/invision/rte-bbcode-help-sm.png");
background-repeat: no-repeat;
background-position: 2% 50%;
font-size: 10px;
text-decoration: none !important;
}
.rte-menu-button {
float: left;
background-image: url("http://2img.net/i/fa/invision/rte-toggle-options.png");
}
.p-box {
padding: 5px;
}

/*Smileys*/
.smiley-selector {
padding: 0.35em;
text-align: center;
}
.smiley-element {
margin: 5px;
}
.smiley-element img {
margin: 0 15px 10px 0;
}
.smiley-element {
overflow-x: auto;
overflow-y: auto;
}
.smileys {
background-image: url('http://i731.photobucket.com/albums/ww312/walesfforwm/keeps/i_logo.png');
background-position: right bottom;
background-repeat: no-repeat;
max-width: 200px;
}


/*Poll*/
.poll,.polls h4 {
font-size: 11px;
}
.borderwrapm {
margin: 5px;
}
.poll .poll-choice {
clear: both;
margin: 0.5em 0;
}
.poll fieldset {
margin: 1em;
}
.polls {
margin: 4px;
font-family: Arial,Verdana,Tahoma,sans-serif;
font-size: 0.9em;
}
.polls .row1 {
padding: 4px;
font-weight: bold;
}
.polls dl {
margin: 1em;
padding: 5px 0 0 0;
line-height: 120%;
}
.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 1.1em;
}
.polls dd {
float: left;
}
.polls dd em {
font-weight: bold;
font-style: normal;
}
.polls dd.number-votes {
margin: 0 0.5em;
width: 4em;
text-align: center;
}

/*Login form*/
div.login fieldset label {
float: left;
width: 11em;
margin: 0.5em 0;
}
div.login fieldset input {
margin: 0.5em 0;
}
div.login fieldset.formcolumn2 label {
display: inline;
float: none;
}
div.login fieldset.formcolumn2 input {
margin: 0 0.5em 0 0;
}
div.box-content.resend-pwd {
border-bottom: none;
}
.login .errorwrap {
margin: 5px;
}
.login fieldset.formbuttonrow {
margin: 0;
padding: 5px;
}

/*Topic footer forms*/
.tfooter {
padding: 0.5em;
}
.search-footer-box {
float: left;
width: 45%;
}
.search-footer-box input {
margin: 0;
font-size: 0.8em;
}
.mod-forum-toolbox {
float: right;
width: 45%;
text-align: right;
}
.captcha-img {
margin: 5px;
vertical-align: middle;
}
.captcha {
margin: 10px 5px;
}

/*Quick Search*/
#search_menu {
padding: 5px;
font-size: 11px;
}
#search_menu table .thHead,#search_menu hr {
display: none;
}
#search_menu table td.row2 {
background-color: transparent;
border: none;
}
#search_menu input.post {
margin-top: 0 !important;
}
#search_menu table tr td input.button {
margin: 5px 0 0 0;
}
#search_menu span.genmed {
display: block;
padding: 5px;
}
div.module.advanced-search .box-content {
padding: 0;
}
.search-padding {
padding: 5px;
}
.advanced-search .search-footer{
padding: 3px;
text-align: center;
font-size: 0.8em;
}

/*Memberlist*/
.memberlist fieldset {
padding: 1em;
}
.borderwrap.member-list {
margin-bottom: 4em;
}
div.centerer {
display: table;
margin: 0 auto;
white-space: nowrap !important;
text-align: center;
}
.member {
float: left;
width: 22%;
margin-right: 10px;
margin-bottom: 10px;
padding: 5px;
}
.member-list .popmenubutton {
width: 100%;
height: auto;
}
* html .member span.membername {
float: left;
word-wrap: break-word !important;
}
*+ html .member span.membername {
float:left;
word-wrap: break-word !important;
white-space: normal;
}
.member-list .popmenubutton .mini-avatar {
display: block;
float: right;
margin: 5px;
background: url('http://2img.net/i/fa/invision/pp-blank-thumb-38px.png') no-repeat;
width: 38px;
height: 38px;
}
.member .popupmenu li {
background-image: none;
}
.member-list .popmenubutton .mini-avatar img {
width: 38px;
height: 38px;
}
.member p {
font-size: 10px;
height: 7em;
overflow: auto;
}
.search-filter {
float: left;
margin: 5px;
font-size: 11px;
}
.search-filter dt,.search-filter dd {
float: left;
margin: 3px 3px 0 3px;
vertical-align: middle;
}
.search-filter select {
font-size: 10px;
}
.centerer del {
text-decoration: none;
display: inline-block;
}
div.borderwrap .member-list {
padding: 5px;
border: none;
}

/*FAQ*/
dl.faq dd {
margin: 5px 5px 0 5px;
}
dl.faq dd p {
margin: 5px;
padding: 5px;
}
dl.faq .question {
padding: 5px 0 8px 0;
font-weight: bold;
}
dl.faq.answers {
padding: 10px;
}

/*Calendar*/
div.calmonths {
margin: 5px 0;
padding: 8px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
a.calarrow {
text-decoration: none !important;
}
table.ipbtable.calendar {
border: none;
border-collapse: collapse;
}
table.ipbtable.calendar th {
border-right: none;
}
.ipbtable.calendar .view-week {
width: 2%;
}
.ipbtable.calendar td.view-week {
vertical-align: middle;
text-align: center;
}
.ipbtable.calendar td {
padding: 5px;
overflow: hidden;
empty-cells: show;
}
.ipbtable.calendar .celldate {
padding: 0.25em;
}
.ipbtable.calendar .calday {
padding: 4px;
text-align: right;
font-size: 11px;
font-weight: bold;
}
.ipbtable.calendar ul {
list-style-type: none;
height: 10em;
}
.ipbtable.calendar ul li {
margin: 0.25em;
}
.ipbtable.calendar p.right-event {
padding: 0.25em;
text-align: right;
}
.overview .title-overview {
padding: 4px;
}
.overview .center-overview {
padding: 4px;
}
.overview .left-overview {
padding: 4px;
}
.overview hr.dashed {
border-bottom: none;
}
#mini-calendar {
float: left;
width: 270px;
margin: 1em;
}
#mini-calendar .table {
margin-bottom: 1em;
}
#calendar-result {
margin: 1em 0;
float: left;
width: 68%;
}
.bday td {
text-align: center;
}
.bday .name {
width: 20%;
text-align: left;
}
.bday .www {
width: 10%;
text-align: center;
overflow: hidden;
}

/*Private messenging*/
ul.privmsg {
list-style: none;
float: left;
margin-left: 2px;
margin-bottom: -2px;
}
*+ html ul.privmsg {
margin-left: 2px;
margin-bottom: -11px;
}
ul.privmsg li {
color: #fff;
display: block;
float: left;
margin-right: 2px;
background-image: url("http://i731.photobucket.com/albums/ww312/walesfforwm/keeps/pmbar.png");
background-repeat: repeat;
}
ul.privmsg li:hover {
background-image: url('http://i731.photobucket.com/albums/ww312/walesfforwm/keeps/backpm-1.png');
background-repeat: repeat;
}
ul.privmsg li div.tabitem {
padding: 5px 10px;
background-image: url("http://i731.photobucket.com/albums/ww312/walesfforwm/keeps/pmbar.png");
background-repeat: repeat;
}
ul.privmsg li div.tabitem :hover {
background-image: url('http://i731.photobucket.com/albums/ww312/walesfforwm/keeps/backpm-1.png');
background-repeat: repeat; }
ul.privmsg li a {
display: block;
margin: -5px -10px;
padding: 5px 10px;
}
.maintitle .options {
float: right;
}
th.subject {
text-align: left !important;
}
th.select-items {
width: 2%;
}

/* *************************Profile************************* */
.borderwrap#ucpmenu {
float: left;
width: 230px;

}
*+ html .borderwrap#ucpmenu {

}
.borderwrap.ucp {

overflow: hidden;
}
* html .borderwrap.ucp {
width: 75%;
}
.box-content.profile-tabs {
padding-top: 0;
border-bottom: none;
}
#ucpmenu ul {
list-style: none;
}
* html #ucpmenu ul li {
margin: 0;
}
#ucpmenu ul li a {
display: block;
padding: 8px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#ucpmenu .profile-tabs ul li.activetab a {
text-indent: 1em;
}
.maintitle clearfix{
background-color: #333;
}

/* View forum body */
.posting-options {
margin: 0.5em 0;
}
.posting-options .posting-buttons {
list-style: none;
}
.posting-options .posting-buttons li {
float: right;
}
.formsubtitle {
padding: 5px;
}
* html .formsubtitle {
zoom: 1;
}
.formsubtitle h4 {
font-size: 11px;
}
.activeusers-box p {
padding: 5px;
}
.activeusers {
padding: 5px;
}
.ul-icons {
list-style: none;
float: left;
margin: 0 1em 0 0;
}
.ul-icons li {
font-size: 11px;
}
.ul-icons li img {
vertical-align: middle;
}

/*Profile View*/
.profile-view {

/*width: 215px;
*/
}
* html .profile-view .maintitle {
position: relative;
}
.profile-view .avatar {
text-align: center;
width: 215px;
float: left;
}
.profile-view .avatar img {
display: block;
margin: 5px auto;
}
.profile-view .avatar img#i_icon_pm {
display: inline;
}
.profile-view p {
margin: 0 5px;
padding: 5px;
}
.profile-view .popmenubutton {
margin: 10px auto;
}
.profile-view .popmenubutton a {
font-weight: normal;
}
.profile-view .profile-view-list ul {

list-style: none;
}
.profile-view .profile-view-list ul li {
padding: 8px 10px;
}
.profile-view .profile-view-list ul li.last {
border-bottom: none;
}
blockquote {
margin: 8px;

padding: 8px;
}
blockquote cite {

display: block;

margin: -8px -8px 8px -8px;
padding: 3px;
background-image: url('');
background-repeat: no-repeat;
background-position: top right;
font-style: normal;
font-size: 11px;
}
dl.codebox {
margin: 8px;
}
.codebox dt {
display: block;
padding: 3px;
background-image: url('');
background-repeat: no-repeat;
background-position: top right;
text-transform: uppercase;
font-weight: bold;
}
* html .codebox dt {
zoom: 1;
}
.codebox dd {
padding: 5px;
font-family: Courier,'CourierNew',sans-serif;
white-space: pre;
overflow: auto;
max-height: 200px;
}
* html .codebox dd {
height: 200px;
}
.spoiler {

margin: 8px;
padding: 8px;
}
.spoiler dt {
display: block;
margin: -8px -8px 8px -8px;

padding: 3px;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
}
.spoiler dd {

padding: 8px;


}
.hidecode dt {

display: none;


}
.hidecode dd {


white-space: normal;
}

/*Drafts*/
.drafts th.subject {
width: 40%;
}

/* ************************Posts************************ */
.post-container {

margin-left: 195px;
}
.postbody {
width: 100%;
background-color: transparent;
}
*+ html .postbody {
word-wrap: break-word;
}
* html .postbody {
word-wrap: break-word;
}
.post-entry {
margin: 0.5em;
overflow: hidden;
}
* html .post-entry {
width: 96.9%;
float: left;
}
.postprofile {
float: left;
margin-left: -195px;
width: 195px;
}
* html .postprofile {
position: relative;
}
.post-footer {
clear: both;
}
.post-footer img {
cursor: pointer;
}
.post .post-header {
padding: 2px 8px 0;
min-height: 33px;
}
* html .post .post-header {
height: 30px;
}
.module .postbody .postbody-head {
margin-left: 0;
}
.postprofile-head .popmenubutton-new-out {
margin: 0 auto;
float: none;
padding: 0.3em 0;
}
.postbody-head .post-info {
list-style: none;
float: right;
}
.postbody-head .post-info li {
float: left;
margin-left: 0.5em;
}
.postdetails {
font-size: 11px;
line-height: 140%;
}
.postdetails h3 {
font-size: 11px;
margin-right: 15%;
}
.postprofile-details {
margin: 1em;
}
.postprofile-details dt {
font-weight: normal;
}
.post-footer ul.posting-icons,.post-footer ul.misc-icons {
list-style: none;
float: right;
margin: 5px;
}
.post-footer ul.misc-icons {
float: left;
}
.post-footer ul.posting-icons li,.post-footer ul.misc-icons li {
float: left;
}
.popmenubutton-new-out {
float: none;
width: 15em;
}
.popmenubutton-new-out a {
text-align: left;
}
.postprofile-head {

/*position: relative;
*/
}
*+ html .postprofile-head {
min-height: 1%;
}
.postprofile-head .avatar {

/*float: right;
*/
text-align: center;
}
.postprofile-head .avatar img {
width: 50px;
height: 50px;
}
.postprofile-head ul li {
background-image: none;
}
.signature {
padding: 1em;
}
.topic-footer {
padding: 5px;
}
.next-prev {
float: right;
}
.bar {
padding: 5px;
}
.postreview .box-content {
padding-top: 0;
}
.postreview .post {
margin: 0;
border-bottom: none;
}
.postreview .postbody .postbody-head h3 {
font-size: 11px;
font-weight: normal;
}
.postreview .postprofile-head h3 {
font-size: 12px;
}
.lastaction {
font-size: 0.9em;
}

/* Search results */
.postprofile .post-options {
list-style: none;
padding: 8px;
line-height: 1.8em;
font-size: 11px;
}
.search-results-posts .postbody-head h3 {
font-size: 12px;
}
.search-results-posts .postbody-head h3 a,.search-results-posts .postprofile-head .username a {
text-decoration: none;
}
.postprofile .post-options .label {
font-weight: bold;
}
.post-entry ul,.post-entry ol {
margin-left: 1.5em;
}
.postbody ol {
margin: 0 1.5em;
}
.vote {
float: right;
width: 9px;
margin-left: 4px;
}
.vote .vote-button {
text-align: center;
font-weight: bold;
margin-left: -1px;
}
.vote .vote-button a {
text-decoration: none !important;
}
.vote .vote-bar {
width: 3px;
height: 50px;
margin: 0 auto;
border: 1px solid #222222;
font-size: 0;
}
.vote .vote-no-bar {
letter-spacing:-2px;
margin-left:-2px;
white-space:nowrap;
}
.vote .vote-bar-plus {
background-color: #0f0;
}
.vote .vote-bar-minus {
background-color: #f00;
}

/*Quick reply*/

/* Text editor (quick reply)-------------------------------------------------------------*/
.qreply {
width: 75%;
margin: 1em auto;
padding: 6px;
}
.dd-textarea {
width: 98%;
margin: 6px;
}
button.button2, input.button2 {
font-size: 0.9em;
width: auto !important;
margin: 0px 0.25em 0;
padding: 2px 3px;
font-family: Arial,Verdana,Tahoma,sans-serif;

background-repeat: repeat-x;
background-image: url('');
background-position: top;
overflow: visible;
vertical-align:middle;
}
body:last-child a.button1, input.button1, a.button2, input.button2, button.button2 {

/* Opera does not see this */
padding: 1px 0;
}
button.button2:hover, input.button2:hover {
background-position: 0 100%;
}
* html button.button2, * html input.button2 {
padding-bottom: 0;
margin: 0 0.25em;
height: 22px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2, *+html input.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2 img {
vertical-align: middle;
}
* html button.button2 img {
vertical-align: middle;
}
.select {
position: absolute;
z-index:100;
top: 0;
left: 0;
overflow: hidden;
width: 0px;
}
* html .select {
margin-top: -9px;
}

.select p {

padding: 4px 6px;


font-size: 0.9em;

margin: 0px;

}
.select button {
padding: 4px;


font-size: 0.9em;
margin: 0px;
border: none;
text-align: left;
}
.select button.button2 {
padding: 0px;
}
*+html .select button.button2 {
padding-right: 3px;
padding-left: 3px;
}
* html .select button.button2 {
padding-right: 3px;
padding-left: 3px;
}
.select button.button2:hover {
background-position: 0 100%;
}
.selectHover {
cursor: pointer;
}
button.bbcode {
background-image: url("http://2img.net/i/fa/wysiwyg/bg_button.png");
}
#textarea_content iframe#text_editor_iframe,#text_editor_textarea {
width: 99%;
}
*+ html #textarea_content iframe#text_editor_iframe,*+ html #text_editor_textarea {
width: 99%;
}
* html #textarea_content iframe#text_editor_iframe,* html #text_editor_textarea {
width: 99%;
}
*+ html #text_editor_textarea.quick_reply_textarea {
width: 99% !important;
}
* html #text_editor_textarea.quick_reply_textarea {
width: 90% !important;
}
.vBulletin_editor {
border: none !important;
}
.vBulletin_editor table.text-style {
width: 450px;
display: table-layout;
}
/* ******************Pagination******************* */
div.pagination {
float: left;
margin-top: 8px;
margin-bottom: 0.5em;
}
.gen .forumline .thHead {
padding: 5px;
}
.gen table.forumline td {
padding: 5px;
}
.pagination table td {
padding: 5px;
text-align: center;
}
div.pagination a {
padding: 2px 4px;
text-decoration: none;
}
* html div.pagination a {
padding: 5px;
}
div.pagination b {
padding: 2px 5px;
font-weight: normal;
}
div.pagination b {
padding: 2px 4px;
font-weight: normal;
}
strong.pagination a,.topic-paging a {
margin: 0 1px 0 0;
padding:2px 4px;
font-size:10px;
text-decoration: none;
}
strong.pagination .page-sep {
visibility: hidden;
}

/* ***************Modules and Portal*************** */
.module .maintitle {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 15px;
}
.module .maintitle h3 {
float: none;
font-size: 1em;
}
.module .box-content {
background-color: #d7d7d7;
border-bottom: #191919 solid 6px;
padding: 5px;
margin-left:1px;
margin-right: 1px;
line-height: normal;
}
.module .postbody {
padding: 0;
}
.module .postbody .postbody-head {
height: auto;
padding: 5px;
}
.module .postbody .post-footer {
padding: 3px 5px;
font-size: 0.8em;
}
.module .postbody .post-read-full {
font-size: 0.8em;
}
.module .box-content.ipbform {
padding: 0;
border: none;
}
.module .box-content.ipbform fieldset {
border: none;
padding: 0;
margin: 0;
}
.module .box-content.ipbform fieldset dl {
padding: 5px}
.module .box-content.ipbform fieldset.formbuttonrow {
padding: 5px !important;


text-align: center;
}
.module .box-content .forgot-pwd {
font-size: 0.8em;
}
.module .mod-login dt {
float: left;
margin-right: 0.5em;
}
*+ html .module.social-book .bookmark-img {
width: 80%;
}
.module .social-bookmark {
font-size: 0.9em;
}
.module .box-content.poll {

padding: 0;
}

.module .box-content.poll dl {
margin-top: 1em;
}
.module .box-content.poll dt {
float: left;
width: 40%;
}
.module .box-content.poll dd {
margin-left: 41%;
}
.module .box-content.poll dd.pstats {
float: right;
}
.module ul {
margin-left: 1.5em;
}
.module table.mod-top-posters {
table-layout: fixed;
}

/* ************************Footer************************* */
#gfooter {
margin: 8px 0;
padding: 0.5em;


text-align: right;
font-size: 0.8em;
}
#gfooter form {
float:left;
}
#gfooter ul {
list-style: none;
display: table;
margin: 0 auto;
}
#gfooter ul li {
display: inline;
}
* html #qjump {
float: left;
text-align: left;
width: 15%;
}
.current-time {
color: #f1f1f1;
float: right;
}
#gfooter .footer-links {
width: 65%;
white-space: normal !important;
}

/*link lists and other menus*/
.toplinks {

margin: 0 0 0.25em;
}
.linklist ul {
float: right;
list-style: none;
}
.linklist ul li {
float: left;
margin: 0 0.25em;

/* Spacing between generation dot */
}
.linklist ul li:after {
content: ' .';

/* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
}
.linklist ul li a {
margin-right: 0.25em;

/* Spacing between generation dot */
text-decoration: underline;
font-size: 11px;
font-weight: bold;
}
.linklist ul li.last:after {
content: normal;

}

.statlinks ul li a {
text-decoration: none !important;
}
.stat-show-details {
display: inline;
list-style: none;
margin-right: 0.5em;
}
.stat-show-details li {
display: inline;
margin-left: 0.5em;
}
.viewonline {
float: right;
}

/* **************Gallery************** */
.gallery .borderwrap.column {
float: left;
max-height: 400px;
margin: 0 0.5em;
}
.gallery .borderwrap.column h3 a {
text-decoration: none;
}
.gallery .cat-img {
height: 150px;
padding: 1em;
text-align: center;
}
.gallery .cat-img .img-container {
width: 125px;
height: 100px;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.gallery .cat-img img {
display: block;
margin: 0 auto;
}
.gallery .gallery-desc {
height: 100px;
overflow-y: auto;
padding: 5px;
font-size: 11px;
vertical-align: top;
}
.gallery .cat-info {
padding: 8px;
text-align: right;
}
.gallery-footer .icon {
float: left;
min-width: 3%;
margin-right: 5px;
padding: 3px;
overflow: hidden;
}
.gallery-footer dd {
padding: 5px;
}
.borderwrap.thumbnails {
float: left;
margin: 0 5px 5px 5px;
}
.borderwrap.thumbnails .thumb {
min-height: 130px;
}
.borderwrap.thumbnails .thumbnail img {
display: block;
margin: 0.5em auto;
padding: 2px 2px 12px 2px;
text-align: center;
height: 75px;
}
.borderwrap.thumbnails .gal_caption {
margin: 0 auto 1em;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.borderwrap.thumbnails .gal_caption a {
text-decoration: none;
}
.sort-gal {
margin: 0.5em 0;
padding: 5px;
}
.photostrip .maintitle a,.view-photo .maintitle a {
color: #fff;
}
.photostrip .maintitle h3,.view-photo .maintitle h3 {
float: none;
text-align: center;
}
.photostrip .box-content {
border-collapse: collapse;
}
.photostrip .photo {
float: left;
border-bottom: none;
padding-top: 20px;
}

/* Special effects */
.img-effects {
display: table;
width: 90%;
margin: 1em auto;
}
fieldset.effects dl {
float: left;
width: 19%;
min-height: 10em;
margin: 0 0.5em 0.5em 0;
clear: none;
background-color: transparent;
}
fieldset.effects dt {
float: left;
padding: 0.25em;
font-weight: bold;
width: auto;
}
fieldset.effects dd {
padding: 0.25em;
text-align: center;
background-color: transparent;
margin-left: 0;
}
fieldset.effects dd.check {
float: right;
width: 1em;
margin: 0.15em;
border: none;
clear: right;
}
fieldset.effects .clearing {
font-size: 1px;
}

/* Avatar Gallery */
.avatar-gallery div.gal-content {
margin: 1em;
}
.avatar-gallery p.select-avatar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0.25em;
text-align: center;
}
* html .avatar-gallery div p.select-avatar {
width: 114px;
}
.avatar-gallery div div.avatar-box {
float: left;
position:relative;
width: 113px;
height: 260px;
margin: 0.5em 0.25em;
text-align: center;
overflow: hidden;
}
.avatar-gallery div div img {
margin: 0.5em;
}

/* *****************RPG***************** */
.rpg-table table {
width: 80%;
border: none;
border-collapse: collapse;
padding: 0;
}
.rpg-table table td {
margin: 0;
padding: 5px;
}

/* *****************Groups***************** */
div.groupcp .ipbform2 dd ul {
margin-left: 1.8em;
}

/*Report abuse*/
.report-abuse-textarea {
width: 80%;
}

/*Statistics*/
td.stat-bar {
padding: 8px 10px 0 !important;
}
td.stat-bar div {
white-space: nowrap;
}
table.status-bar td {
margin:0;
padding: 0;
}

/* Donate */
.donate-form p {
padding: 1em;
}

/*Useful styles*/
.center {
margin: 0 auto;
text-align: center;
}
.left {
float: left;
text-align: left;
}
.right {
float: right;
text-align: right;
}
.delspace {
visibility: hidden;
font-size: 0px;
line-height: 0px;
}

/* ****************************************************************************INVISION BASIC COLOURS**************************************************************************** */
div#logostrip {
background-color: transparent;
color: #ffffff;
}

/* Submenu */
#submenu {
width: 878px;
margin: 0 auto;
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/nav-3.png");
background-repeat: repeat-x;
color: transparent;
margin-left: -4px;
height: 38px;
text-align: right;
}
#submenu ul li a {
color: #f2f2f2;
font-family: Verdana;
font-size: 8pt;
align: center;
}
#submenu ul li a:hover {
background-color: transparent;
}
#userlinks {
width: 860px;
margin: 0 auto;
background-color: #222;
border: 1px #424242 dashed;
color: #F1F1F1
}
#userlinks.not-connected {
color: 191919;
background-color: #242424;
border-bottom: 1px dashed #222;
}
#navstrip {
color: #979ba0;
}
#navstrip li a:hover {
color: #5A7CB7;
}
div.newslink {
margin-left: -4px;
background-color: transparent;
}


/*IPB BOXES*/
div.borderwrap,.borderwrapm {
color: #242222;
border: 0px solid #c4c4c4;
background-color: #2d2d2d;
}
div.maintitle {
height: 22px;
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/bar2-4.png");
background-color: transparent;
background-repeat: no-repeat;
color: #ffffff;
text-align: bottom;
font-family: sans-serif;
font-size: 9pt;
}
.maintitle .titletext,.maintitle .titletext a,.maintitle .right,.maintitle .right a {
color: #242222;
}
#plus_menu .title-overview {
color: #242222;
}
.borderwrap .subtitle {
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/toppost-1.png");
background-repeat: repeat-x;
border-bottom: 1px solid #373737;
color: #191919;
}

/*Box Content*/
.box-content {
background-color: #696969;
border-bottom: 10px solid #666666;
}
div.box-content.agreement {
background-color: #222;
}
.box-content .rules {
background-color: #eff1f3;
}
.popmenubutton a {
background-color: transparent;
border: 1px dashed #68b8de ;
color: #5ca9cd;
}
.popupmenu {
background-color: #fff;
border: 1px solid #d0d0d0;
}
.popupmenu .avatar {
border: 1px solid #666666;
background-color: #ffffff;
}
.popupmenu li {
background-color: #fff;
border-bottom: 1px solid #d0d0d0;
}
ul.popupmenu li.popupmenu-category {
background-color: #c4c4c4;
color: #464c55;
}

/*IPB Tables*/
table.ipbtable th {
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/underbar-1.png");
border-right: 0px dotted #b0bbcd;
border-bottom: 0px solid #373737;
}
table.ipbtable th.formsubtitle,.formsubtitle {
background-color: #282828;


}


table.ipbtable tfoot td {
height: 15px;
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/bottom.png");
background-repeat: no-repeat;
background-position: bottom center;
background-color: transparent;
}
table.ipbtable .forumdesc {
color: #666666;

}
.row1,.row2 {
border-bottom: 1px solid #dcdcdc !important;
}
.row1 {
background-color: #ebebeb;
}
.row2 {
background-color: #ebebeb;
}
.darkrow {
background-color: #ebebeb;
border-top: 1px solid #373737;
color: #eaeaea;
}
.thin {
border: 1px solid #fff;
}
.sticky-separator {

border-top: 3px solid #373737;
}





/* Forms */
.ipbform fieldset {
border: 1px solid #000;
}
.ipbform fieldset legend {
color: #222222;
}
div.errorwrap,div.infowrap {
background-color: #bdece9;
border: 1px dashed #222224;
}
div.box-content.error {
background-color: #bdece9;
}
div.infowrap {
background-color: #dcdcdc;
border: 1px solid black;
}
div.errorwrap h4,div.infowrap h4 {
background-color: #8fd5d1;
border-bottom: 1px dashed #222;
color: #2184b3;
}
div.infowrap h4 {
background-color: #ddd;
border-bottom: 1px solid #000;
color: #000;
}
div.errorwrap p,div.infowrap p {
color: #2184b3;
}
div.input-warn-content {
background-color: #ffcccc;
border: 1px solid #cc0000;
}
.button,.mainoption {
background-color: #dfe6ef;
border:1px solid #666666;
color: ;
}
.formbuttonrow {
background-color: #2d2d2d;
border: 1px dashed #222 !important;
color: #f1f1f1;
}
.ipbform fieldset.signature {
background-color: #dcdcdc;
border: 1px solid #c4c4c4;

}
.ipbform fieldset.signature textarea {
border: 2px inset #666666;
}
.ipbform2 dl {
background-color: #f1f1f1;
border-bottom: 1px solid #dcdcdc;
}
.ipbform2 dl dd {
background-color: #eff1f3;
}
.separator {
border-bottom: 1px solid #dcdcdc;
}
.ipbform2 fieldset.captcha {
border: 1px solid #000;
}

/* **********************Posting block********************** */
.messaging-box {



background-color: #535353;
border: 1px dashed #aaa;
}
.messaging-box textarea {
border: 2px inset #666666;
}
#smiley-box {
background-color: #535353;
border: 1px dashed #aaa;
}
.exthelp,.rte-menu-button {
background-color: #fff;
border: 1px solid #666666;
}
.p-box {


background-color: #eff1f3;
}

/*Smileys*/
.smiley-selector {
background-color: transparent ;
}
.smiley-container {

max-width: 220px;
background-color: #222;
border: 1px solid ;
}



/* Poll */
.polls {
background-color: #eff1f3;
}
.polls dl {
color: #222222;
}

/* Quick Search */
#search_menu {
color: #f1f1f1;
background-color: #2d2d2d;
border: 1px dashed #f1f1f1;
}
#search_menu input.post {
border: 1px solid #666666;
}
.advanced-search .search-footer {
background-color: #e9e9e9;
border-top: 1px solid #373737;
}

/*Memberlist*/
.member {
background-color: #fff;
border: 1px solid #979ba0;
}
.member-list .popmenubutton .mini-avatar {
border: 1px solid #222222;
background-color: #fff;
}
.member p {
color: #808080;
}
div.borderwrap .member-list {
background-color: #454545;
border: 1px dashed #67b6dc;
}

/*FAQ*/
dl.faq dd p {
border: 1px solid #c4c4c4;
}
dl.faq .question {
border-bottom: 1px solid #dcdcdc;
}

/*Calendar*/
div.calmonths {
background-color: #dcdcdc;
}
table.ipbtable.calendar {
background-color: #c4c4c4;
}
.ipbtable.calendar .celldate {
background-color: #eff1f3;
}
.ipbtable.calendar .celldate:hover {
background-color: #fff;
}
.ipbtable.calendar .calday {
background-color: #333;
color: #eaeaea;
}
div.overview {
background-color: #222;
border: 1px solid #68b8de !important;
}
.overview hr.dashed {
border: 1px dashed #979ba0;
}
#mini-calendar .table {
border-left: 1px solid #979ba0;
border-bottom: 1px solid #979ba0;
border-right: 1px solid #979ba0;
}
.bday {
border: 1px solid #979ba0;
}

/* *************************Profile************************* */
.box-content.profile {
background-color: #eff1f3;
}
.box-content.profile-tabs {
background-color: #eff1f3;
}
* html #ucpmenu ul li {
border: 1px solid #ced7e5;
}
#ucpmenu ul li a {
background-color: #ced7e5;
border-bottom: 1px solid #9aa4b1;
color: #464c55;
}
#ucpmenu ul li a:hover {
background-color: #eff1f3;
}
#ucpmenu .profile-tabs ul li.activetab a {
background-color: #eff1f3;
}
.activeusers {
background-color: #eff1f3;
border: 3px solid #c4c4c4;
}

/*Profile View*/
.profile-view .popmenubutton a {
background-color: #fff;
}
.profile-view .profile-view-list ul li {
border-bottom: 1px solid #dcdcdc;
}

/*Advanced Profile*/
#profile-advanced-layout {
float: left;
margin-right: -304px;
width: 100%;
}
#profile-advanced-left {
margin-right: 304px;
}
#profile-advanced-avatar {
float: left;
width: 30%;
}
#profile-advanced-points, #profile-advanced-reputation {
float: left;
}
#profile-advanced-avatar .module, #profile-advanced-points .module, #profile-advanced-reputation .module, #profile-advanced-details {
margin-right: 4px;
}
*+ html #profile-advanced-avatar .module, *+ html #profile-advanced-points .module, *+ html #profile-advanced-reputation .module, *+ html #profile-advanced-details {
margin-top: 11px;
}
#profile-advanced-avatar .module, #profile-advanced-points .module, #profile-advanced-reputation .module, #profile-advanced-right .module {
margin-bottom: 4px;
}
#profile-advanced-details ol {
list-style: none;
}
#profile-advanced-details ol li {
display: block;
margin-bottom: 4px;
}
#profile-advanced-details .avatar {
float: left;
}
.avatar {
width: 50px;
border: 1px solid #303b4a;
background-color: #fff;
}
.avatar span.real_avatar img {
width: 50px;
}
.friend-block .avatar {
margin: 0 auto;
cursor:pointer;
}
.friend-block {
float: left;
width: 70px;
margin: 1px;
text-align: center;
overflow: hidden;
}
#profile-advanced-details .message-block {
margin-left: 57px;
zoom:1;
}
#profile-advanced-details .message-header {
border-top: 1px solid #9aa4b1;
background: #ced7e5;
padding: 4px;
margin-bottom: 4px;
}
#profile-advanced-details .message-date {
float: right;
}
#profile-advanced-details .message-body {
margin-bottom: 4px;
}
#profile-advanced-details .message-footer {
text-align: right;
}
#profile-advanced-details .message-footer li {
display: inline;
margin: 0 0.25em;

/* Spacing between generation dot */
}
#profile-advanced-details .message-footer li:after {
content: ' .';

/* Beware of character: can create a whitepage in IE6 if char does not exist in lang. */
}
#profile-advanced-details .message-footer li a {
margin-right: 0.25em;

/* Spacing between generation dot */
text-decoration: underline;
}
#profile-advanced-details .message-footer li.last:after {
content: normal;
}
#profile-advanced-layout #new-message {
position: relative;
padding-top: 10px;
}
#profile-advanced-layout #new-message-link {
position: absolute;
top: 0;
right: 4px;
}
#profile-advanced-details .top {
margin-bottom: 16px;
}
#profile-advanced-details .bottom {
margin-top: 16px;
}
#profile-advanced-right {
float: right;
width: 304px;
}
#profile-advanced-add {
margin-right: 4px;
padding: 4px 0;
text-align: right;
}
#profile-advanced-details .stats-field {
margin: 4px 0 10px 4px;
padding: 0 10px 6px;
}
#profile-advanced-details .stats-field legend {
font-weight: bold;
}
#profile-advanced-details .stats-field ul {
list-style-type:none;
text-indent: 10px;
padding: 0;
}
#profile-advanced-details .stats-field li {
margin: 4px 0;
}

/* ************************Posts************************ */
.post {
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/speech-4.png") ;
background-repeat: no-repeat;
background-color: #dfdfdf;
border-bottom: 0px solid #666666;
}
.post-container {
border-left: #686868 solid 0px;
background-color: #eff1f3;
}
.post-footer {
height: 35px;
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/toppost-1.png");
background-repeat: repeat-x;
background-color: #e9e9e9;
border-top: 0px solid #373737;
}

.post .post-header {
height: 39px;
background-image: url("http://i100.photobucket.com/albums/m18/Jalokim5/jalokimgraphics/toppost-1.png");
background-repeat: repeat-x;
}
.popmenubutton-new-out a {
background-color: #f1f1f1;
}


.member .popmenubutton-new-out a {
border: 1px solid #e9e9e9;

}
.postprofile-head .avatar img {
border: 1px solid #666666;
}
.topic-footer {
background-color: #dfe6ef;
}
.bar {
background-color: #e0e0e0;
border: #d4d4d4 dashed 1px;
}
.postreview .postbody .postbody-head h3 {
color: #eaeaea;
}
blockquote {
border: 1px dashed #aaa;
background-color: #e1e1e0;
}
blockquote cite {
background-color: #d6d6d5;
color: #000;

}
.codebox dt {
background-color: transparent;
}
.codebox dd {
background-c

See how easy that is?
Nice to post, and it fits thumleft
Mehtevas
Mehtevas
Hyperactive

Male Posts : 2114
Reputation : 14
Language : Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location : Oregon, USA

Back to top Go down

Solved Re: Forum Width??

Post by reuku September 19th 2009, 6:14 am

lol thanx sorry bout that o.o

anyway I used ur code and got this
Code:
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code.

Edit: nvm I fixed it.. I just had to add } at the very end of it o.o
reuku
reuku
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Width??

Post by Sanket September 19th 2009, 7:21 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Thanks!
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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