|
Page 1 of 1
|
Demons 
Joined: March 2010
Posts: 17
|
 Image
Hi,how to eliminate the scroll bar to the whole picture? thanks
Screen
|
#1 Sat 15 May, 2010 12:28 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Image
Check the CSS, the "post-text" class, it should have a max width attribute you should increase or remove that.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Mon 17 May, 2010 23:35 |
|
Demons 
Joined: March 2010
Posts: 17
|
 Re: Image
And where exactly do I find? it's annoying and I wish to enlarge
here somewhere? thanks
/* BBCode Buttons */
.bbimages:hover {
background-color: #ff5500;
}
/* Various */
abbr, acronym {
border-bottom: 1px dotted #333333;
cursor: help;
}
.forum_rules { font-size: 10px; color: #ff0000; font-weight: bold; }
b.date-today, .last-post b { color: #dd2222; font-weight: bold; }
b.date-yesterday, .last-post em { color: #22cc33; font-weight: bold; font-style: italic; }
/* MG BOXES */
.bbcb_mg_codetitle, .post-text .mg_codetitle {
color: #ffffaa;
background: #559977 url('images/bbc_code.gif') no-repeat right;
border: 1px solid #181818;
font-weight: bold;
font-size: 10px;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.bbcb_mg_codediv, .post-text .mg_codediv {
color: #006600;
background: #111111;
border: 1px solid #181818;
border-top: 0;
font: 12px Courier, "Courier New", sans-serif;
text-align: left;
padding: 5px;
overflow: auto;
width: 90%;
/* height: 100px; */
}
.bbcb_mg_quotetitle, .post-text .mg_quotetitle {
color: #446688;
background: #aaccff url('images/bbc_quote.gif') no-repeat right;
border: 1px solid #181818;
font-weight: bold;
font-size: 10px;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.bbcb_mg_attachtitle, .post-text .mg_attachtitle {
color: #ffdd99;
background: #ff9933 url('images/bbc_zip.gif') no-repeat right;
border: 1px solid #181818;
font-weight: bold;
font-size: 10px;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.bbcb_mg_quotediv, .post-text .mg_quotediv, .bbcb_mg_attachdiv, .post-text .mg_attachdiv {
color: #ffcc33;
background: #111111;
border: 1px solid #181818;
border-top: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
padding: 5px;
width: 90%;
overflow: auto;
direction: ltr;
/* max-height: 200px; */
}
.post-text .mg_codetitle, .post-text .mg_codediv, .post-text .mg_quotetitle, .post-text .mg_quotediv, .post-text .mg_attachtitle, .post-text .mg_attachdiv {
display: block;
}
.bbcb_mg_spoiler, .post-text .spoiler, .post-text .spoiler_trans {
background-color: #111111;
border: 1px solid #ff5500;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 125%;
margin: 5px 20px;
padding: 5px;
}
.post-text .spoiler {
display: block;
color: #fafcfe;
}
.post-text .spoiler_trans {
display: block;
color: #111111;
width: auto;
}
/* MG COLORS CLASSES */
.foundercolor,
a.foundercolor,
a.foundercolor:link,
a.foundercolor:active,
a.foundercolor:visited { color: #ff5500; font-weight: bold; }
a.foundercolor:hover { color: #557799; text-decoration: underline; }
.admincolor,
a.admincolor,
a.admincolor:link,
a.admincolor:active,
a.admincolor:visited { color: #dd2222; font-weight: bold; }
a.admincolor:hover { color: #557799; text-decoration: underline; }
.modcolor,
a.modcolor,
a.modcolor:link,
a.modcolor:active,
a.modcolor:visited { color: #228844; font-weight: bold; }
a.modcolor:hover { color: #557799; text-decoration: underline; }
.usercolor,
a.usercolor,
a.usercolor:link,
a.usercolor:active,
a.usercolor:visited { color: #224488; font-weight: bold; }
a.usercolor:hover { color: #557799; text-decoration: underline; }
.topic_glo,
a.topic_glo,
a.topic_glo:link,
a.topic_glo:active,
a.topic_glo:visited { color: #ff5500; font-weight: bold; }
a.topic_glo:hover { color: #ff5500; text-decoration: underline; }
.topic_ann,
a.topic_ann,
a.topic_ann:link,
a.topic_ann:active,
a.topic_ann:visited { color: #dd2222; font-weight: bold; }
a.topic_ann:hover { color: #ff5500; text-decoration: underline; }
.topic_imp,
a.topic_imp,
a.topic_imp:link,
a.topic_imp:active,
a.topic_imp:visited { color: #228844; font-weight: bold; }
a.topic_imp:hover { color: #ff5500; text-decoration: underline; }
.topic_nor,
a.topic_nor,
a.topic_nor:link,
a.topic_nor:active,
a.topic_nor:visited { color: #224488; font-weight: bold; }
a.topic_nor:hover { color: #ff5500; text-decoration: underline; }
/* Dropdown & OnClick Menus */
#dropmenudiv {
position: absolute;
border: 1px solid #444444;
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
z-index: 100;
}
#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #444444;
padding: 1px 0;
text-decoration: none;
}
#dropmenudiv a:hover {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #444444;
padding: 1px 0;
text-decoration: none;
}
#dropmenudiv a:hover { /*hover background color*/
background: #111111 url('images/p_black/bg_row_hover.gif') bottom right no-repeat;
}
/* UPI2DB */
.upi2db_unread_color{
border-style: solid;
border-width: 1px;
border-color: #ff0000;
}
.upi2db_edit_color{
border-style: solid;
border-width: 1px;
border-color: #ffff00;
}
.upi2db_mark_color{
border-style: solid;
border-width: 1px;
border-color: #33cc33;
}
|
#3 Tue 18 May, 2010 18:01 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Image
I think MG is talking about this ones
/* MG BOXES */
.bbcb_mg_codetitle, .post-text .mg_codetitle {
color: #ffffaa;
background: #559977 url('images/bbc_code.gif') no-repeat right;
border: 1px solid #181818;
font-weight: bold;
font-size: 10px;
text-align: left;
padding: 5px;
width: 90%;
margin-top: 10px;
}
.bbcb_mg_codediv, .post-text .mg_codediv {
color: #006600;
background: #111111;
border: 1px solid #181818;
border-top: 0;
font: 12px Courier, "Courier New", sans-serif;
text-align: left;
padding: 5px;
overflow: auto;
width: 90%;
/* height: 100px; */
}
In both the width is set to 90%
you should change both equaly to 100% or remove them
____________ Out of Order
|
#4 Tue 18 May, 2010 18:24 |
|
Demons 
Joined: March 2010
Posts: 17
|
 Re: Image
I changed it to 100% and nothing,I deleted that but there is a slider always.I do not know what he meant and how to get rid.I also tried to delete cache
/* MG BOXES */
.bbcb_mg_codetitle, .post-text .mg_codetitle {
color: #ffffaa;
background: #559977 url('images/bbc_code.gif') no-repeat right;
border: 1px solid #181818;
font-weight: bold;
font-size: 10px;
text-align: left;
padding: 5px;
margin-top: 10px;
}
.bbcb_mg_codediv, .post-text .mg_codediv {
color: #006600;
background: #111111;
border: 1px solid #181818;
border-top: 0;
font: 12px Courier, "Courier New", sans-serif;
text-align: left;
padding: 5px;
overflow: auto;
/* height: 100px; */
|
#5 Tue 18 May, 2010 20:45 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Image
outsch.
I just noticed , you´re looking in the wrong area.
quiet a bit higher in the CSS ( more to the beginning), should be this:
.post-text {
max-width: 740px !important;
}
it should be around line 100 in CSS ( if you´re using any of the standart styles, like Icy-phoenix. dark Phoenix, etc)
____________ Out of Order
|
#6 Tue 18 May, 2010 21:53 |
|
Demons 
Joined: March 2010
Posts: 17
|
 Re: Image
Yes I found it in file Edit: templates / icy_phoenix / style_cyan.css.but I have a style Black Pearl and there's nowhere I can not see
.post-subject {
max-width: 500px;
}
.post-text-hide-flow {
max-width: 740px !important;
}
.post-text {
max-width: 740px !important;
I installed styles Icy Phoenix and has deleted it
.post-subject {
}
.post-text-hide-flow {
}
.post-text {
but it is not always the whole picture,there's a slider.I do not know how to get rid
|
#7 Tue 18 May, 2010 22:32 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Image
Try also to have a look in common.css as you could have there another property which forces the box size.
You may try to use FireFox and FireBug plugin to exactly understand what's happening there.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#8 Tue 25 May, 2010 16:56 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|