Reducing Blue Pearl
| Article |
 Reducing Blue Pearl
|
I know there is a similar thread in the "old versions archive" but this is about version 1.3.0.53 and the Blue Pearl theme, I have changed the style_p_blue.css so that the global-wrapper is set to 980px, now everything works fine (so far) the only problem I have is that if I post an image over 660px wide a scroll bar comes on:-
is it possible so that the scroll bar only comes on if an image is greater than 750px
hope that makes sense ???
I have been looking in viewtopic_body.tpl but had no luck
ahhhhhhhhhhhhhh
any help would be fantastic
cheers
Nick
|
|
n1cks21 [ Wed 16 Sep, 2009 01:14 ]
|
 |
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
 |
Reducing Blue Pearl
| Comments |
 Re: Reducing Blue Pearl
|
blue pearl is a full width theme isn't it or did you change it so it did not fill the whole of the users browsers window..
i ask because if you made no changes to the original then the image you posted should be fine...
also what are you settings for images in post in the ACP..

|
|
DWho [ Wed 16 Sep, 2009 17:38 ]
|
 |
 Re: Reducing Blue Pearl
|
I have changed style_p_blue.css from this :-
#global-wrapper {
/*
width: 980px !important;
clear: both;
margin: 0 auto;
*/
}
to this:-
#global-wrapper {
width: 980px !important;
clear: both;
margin: 0 auto;
}
which makes the width 980px , now everything works fine, no problems at all it's just I would like to increase the size of the image before the scroll bar is used, at the moment it will show an image upto 660 but anything over that displays a scroll bar, I want to increase it so it shows an image upto 750 but anything over it then uses the scroll bar.
I have not changed anything in the ACP as I just want to increase the picture size before the scroll bars are displayed..........
hope that makes sense
you can see the width here
many thanks
Nick
|
|
n1cks21 [ Thu 17 Sep, 2009 00:36 ]
|
 |
 Re: Reducing Blue Pearl
|
Hi
This is using frozen icy as i do not have blue pearl installed but look for this in the blue pearl style sheet..
.post-text-hide-flow {
max-width: 740px !important;
}
.post-text {
max-width: 740px !important;
}
if you cannot find that look for post-text.. and increase the max-width... and it should work..
let me know

|
|
DWho [ Thu 17 Sep, 2009 10:08 ]
|
 |
 Re: Reducing Blue Pearl
|
|
Mike is right if you have overflow problems, but the images are not going to respect those rules.
Surely you must realise that if you reduce the width of your forum, then you MUST also change the dynamic reduction of the image to a width that is acceptable to the overall width of the forum. ?
For example: If you DON'T, and somehow compromise the system to handle the image you posted - Then when someone else posts a wider image - What then?
And IF - You had this image posted wherever you are having problems within the forum link that you posted.
And IF - You had the courtesy to provide a direct link to that problem, then these types of questions COULD be resolved a little more easily.
Some of us DO like to help, only your question is obscured by the fact that you propose it, and do very little else to provide anything to view the actual problem and to offer support for it.
|
|
Inactive User [ Thu 17 Sep, 2009 12:10 ]
|
 |
 Re: Reducing Blue Pearl
|
Mike is right if you have overflow problems, but the images are not going to respect those rules.
Surely you must realise that if you reduce the width of your forum, then you MUST also change the dynamic reduction of the image to a width that is acceptable to the overall width of the forum. ?
For example: If you DON'T, and somehow compromise the system to handle the image you posted - Then when someone else posts a wider image - What then?
And IF - You had this image posted wherever you are having problems within the forum link that you posted.
And IF - You had the courtesy to provide a direct link to that problem, then these types of questions COULD be resolved a little more easily.
Some of us DO like to help, only your question is obscured by the fact that you propose it, and do very little else to provide anything to view the actual problem and to offer support for it.
harsh.... I have obviously not explained it well:-
If you look at these two posts I can post an image upto 660px wide but anything over that you get a scroll bar. my question is can I increase it so I can post an image upto 750px anything over that then you get a scroll bar..........
Dwho I did look in the css file
was not there post-text was but not on its own.
Nick
|
|
n1cks21 [ Thu 17 Sep, 2009 18:30 ]
|
 |
 Re: Reducing Blue Pearl
|
what is the width of post-text...

|
|
DWho [ Thu 17 Sep, 2009 20:41 ]
|
 |
 Re: Reducing Blue Pearl
|
what is the width of post-text...

it gets mentioned a few times here is the code :-
@import url("../default/common.css");
@import url("../common/common_colors.css");
@import url("../common/FAP.css");
@import url("../common/dock.css");
@import url("style_p_blue_colors.css");
/* main selectors */
body {
background: #112244;
/*background: #ffffff url('images/p_blue/bg_body.gif') top left repeat-x;*/
margin: 0px 0px 0px 0;
padding: 0px 10px 0px;
}
#global-wrapper {
width: 980px !important;
clear: both;
margin: 0 auto;
}
.rounded_line {
background: #081838;
/* border: solid 1px #ffffff; */
padding: 5px;
}
.rounded_line_ext {
background: #334477;
/*border: solid 1px 1px 1px 1px #ffffff;*/
padding: 5px;
}
#top_logo {
border: 0px solid #182848;
background: #000000 url('images/p_blue/top_header.png') repeat-x;
height: 150px;
}
#logo-img {
margin-top: 20px;
margin-left: 10px;
}
#bottom_logo_ext {
border-top: 1px solid #334477;
border-bottom: 1px solid #555555;
}
#bottom_logo {
border: 0px solid #182848;
/*border-top: 1px solid #880000;*/
background: url('images/p_blue/bg_hdr.gif') repeat;
/*height: 150px;*/
}
.leftshadow {
background: url('images/p_blue/shadow_left.gif') top left repeat-y;
}
.rightshadow {
background: url('images/p_blue/shadow_right.gif') top right repeat-y;
}
#wrapper-inner {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 9px;
padding-right: 9px;
}
#forumtable {
background-color: #081838;
border: solid 0px #182848;
border-width: 0px 0px 0px 0px;
}
#ACP, #forumtable, p, td, th {
color: #dddddd;
}
label {
color: #dddddd;
}
label:hover {
color: #e8e8ee;
}
a {
color: #e8e8ee;
text-decoration: underline;
}
a:visited { color: #e8e8ee; text-decoration: underline; }
a:hover, a:active { color: #ff5500; text-decoration: underline;}
.error-message {
color: #ff5500;
}
hr {
border: 0px none #182848;
border-top: 1px solid #334477;
}
/* header */
.forum-buttons {
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #e8e8ee;
background: #121720 url('images/p_blue/bg_th.gif') top left repeat-x;
border-top: solid 1px #ff5500;
border-bottom: solid 1px #ff5500;
/*white-space: nowrap;*/
}
.forum-buttons a, .forum-buttons a:visited { color: #e8e8ee; font-weight: bold; text-decoration: none; vertical-align: top; }
.forum-buttons a:hover, .forum-buttons a:active { color: #ff5500; font-weight: bold; text-decoration: none; vertical-align: top; }
.gh-border {
border-left: solid 1px #ff5500;
border-right: solid 1px #ff5500;
}
.forum-buttons2 {
background: #112244 url('images/p_blue/bg_th.gif') top left repeat-x;
color: #e8e8ee;
font-weight: bold;
font-size: 11px;
height: 18px;
padding: 0 5px;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
white-space: nowrap;
}
.forum-buttons2 a, .forum-buttons2 a:visited { color: #e8e8ee; font-weight: bold; text-decoration: none; }
.forum-buttons2 a:hover, .forum-buttons2 a:active { color: #ff5500; font-weight: bold; text-decoration: none; }
.header-search { padding: 5px; }
/* footer */
#copyright {
padding-left: 4px;
padding-right: 4px;
color: #bbbbbb;
background-image: url('images/p_blue/bg_copyright.gif');
border-top: solid 1px #334477;
border-bottom: solid 2px #334477;
font-size: 9px;
}
#copyright a, #copyright a:visited {
color: #e8e8ee;
text-decoration: none;
}
#copyright a:hover, #copyright a:active {
color: #e8e8ee;
text-decoration: none;
}
.admin-link a, .admin-link a:visited {
font-size: 12px;
line-height: 20px;
text-decoration: underline;
}
.admin-link a:hover, .admin-link a:active {
text-decoration: underline;
}
.forumline {
border: solid 1px #555555;
background-color: #081838;
/*
border: solid 1px #e8eef8;
background-color: #e8eef8;
*/
margin: 5px 0;
}
.forumlinenb {
border: solid 1px #555555;
background-color: #081838;
/*
border: 0px;
margin: 10px 0px 0px 0px;
*/
}
.forumline-no {
border: solid 1px #334477;
background-color: #081838;
}
.forumline-no2 {
background-color: #081838;
/*margin: 5px 0;*/
}
.row1, .row2, .row3, .row4, .row1h, .row1h-new, .row1hHover, .row1h-newHover, .row2h, .row2h-new, .row2hHover, .row2h-newHover, .row3h {
background-color: #081838;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
text-align: left;
}
.row5, .row5h {
background-color: #334477;
}
.row5bg {
background: #334477 url('images/p_blue/bg_hdr.gif');
border-width: 1px 0px 1px 0px;
border-top: 1px solid #334477;
border-bottom: 1px solid #334477;
}
.row6 {
background-color: #081838;
border: solid 1px #555555;
}
.row-recent {
background-color: #081838;
border: solid 1px #182848;
border-bottom-color: #223355;
text-align: left;
}
.rowcal {
background-color: #081838;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
text-align: left;
}
.rowcal2 {
background-color: #081838;
text-align: left;
}
.rowcal3 {
background-color: #081838;
text-align: center;
}
.rowcalquote {
background-color: #081838;
border: solid 1px #334477;
text-align: center;
vertical-align: top;
}
.quote {
background-color: #081838;
border: solid 1px #334477;
vertical-align: top;
}
.row1h:hover, .row1hHover, .row2h:hover, .row2hHover {
background: #112244 url('images/p_blue/bg_row_hover.gif') bottom right no-repeat;
border: solid 1px #182848;
border-bottom-color: #223355;
border-right-color: #223355;
}
.row1h-new:hover, .row1h-newHover, .row2h-new:hover, .row2h-newHover {
background: #112244 url('images/p_blue/bg_row_hover_new.gif') bottom right no-repeat;
border: solid 1px #182848;
border-bottom-color: #223355;
border-right-color: #223355;
}
.forumline div.row1, .forumline p.row1, .forumlinenb div.row1, .forumlinenb p.row1 { text-align: left; padding: 3px; }
.row1g, .row1g-left, .row1g-left-top {
background: #112233 url('images/p_blue/bg_post.gif') top left repeat-x;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: middle;
text-align: center;
}
.row1g-left, .row1g-left-top {
text-align: left;
}
.row1g-left-top {
vertical-align: top;
}
.forumline th, .forumlinenb th {
background: #112244 url('images/p_blue/bg_th.gif') top left repeat-x;
color: #e8e8ee;
font-weight: bold;
font-size: 11px;
height: 24px;
padding: 0 5px;
border: solid 1px #182848;
border-right-color: #334477;
border-bottom-color: #334477;
white-space: nowrap;
}
.forumline .row1h-forum, .forumline .row1h-forumHover, .forumline .row1h-forum-new, .forumline .row1h-forum-newHover {
padding: 0 2px 2px 2px;
}
.forumlinenb .row1h-forum, .forumlinenb .row1h-forumHover, .forumlinenb .row1h-forum-new, .forumlinenb .row1h-forum-newHover {
padding: 0 2px 2px 2px;
}
.forumline .no-padding, .forumlinenb .no-padding {
padding: 0;
}
.forumline .row-header, .forumlinenb .row-header {
background: #c8c8c8 url('images/p_blue/bg_th.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
padding: 0;
text-align: left;
vertical-align: top;
height: 27px;
}
.forumline p.row-header, .forumlinenb p.row-header { height: 25px; }
.forumline .row-header span, .forumlinenb .row-header span {
background: url('images/p_blue/little_box.gif') no-repeat left;
/* MG XMas */
/*background: url('images/p_blue/xmas/little_box.gif') top left no-repeat;*/
/* MG XMas */
padding-left: 24px;
color: #e8e8ee;
display: block;
padding-top: 6px;
font-weight: bold;
font-size: 12px;
height: 24px;
/*line-height: 1.2em;*/
}
.row-header a, .row-header a:visited {
color: #e8e8ee;
text-decoration: underline;
}
.row-header a:hover, .row-header a:active {
color: #ff5500;
text-decoration: underline;
}
/* shortcuts */
.row-center, .row-center-small, .forumline .row1h-center, .row1h-centerHover {
text-align: center;
vertical-align: middle;
}
.row-center-small {
font-size: 10px;
}
.catBottom, .cat, .catLeft, .catRight {
background: #112244 url('images/p_blue/bg_catbottom.gif') top left repeat-x;
text-align: center;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
height: 28px;
min-height: 28px;
}
.forumline td.catBottom, .forumlinenb td.catBottom { padding: 1px; }
.spaceRow {
background: #334477 url('images/p_blue/bg_spacerow.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
height: 3px;
padding: 0;
}
.forumline td.spaceRow, .forumlinenb td.spaceRow { padding: 0; }
.roundedtop {
margin-top: 5px;
margin-bottom: 0px;
/*
background: url('images/p_blue/tbl_h_c.gif') bottom left repeat-x;
*/
}
.roundedtop td {
height: 29px;
white-space: nowrap;
/*
background: none;
*/
}
.topcorners {
vertical-align: bottom;
width: 27px;
height: 29px;
}
.roundedhl {
background: url('images/p_blue/tbl_h_l.gif') no-repeat;
}
.roundedhc {
background: url('images/p_blue/tbl_h_c.gif') bottom left repeat-x;
/* MG XMas */
/*background: url('images/p_blue/xmas/tbl_h_c.gif') bottom left repeat-x;*/
/* MG XMas */
}
.roundedhr {
background: url('images/p_blue/tbl_h_r.gif') no-repeat;
}
.roundedfl {
background: url('images/p_blue/tbl_f_l.gif') no-repeat;
}
.roundedfc {
background: url('images/p_blue/tbl_f_c.gif') top left repeat-x;
}
.roundedfr {
background: url('images/p_blue/tbl_f_r.gif') no-repeat;
}
.roundedbottom {
margin-top: 0px;
margin-bottom: 5px;
}
/* navigation */
.nav-header {
background: #112244 url('images/p_blue/bg_nav1.gif');
/* MG XMas */
/*background: #e8eef8 url('images/p_blue/xmas/bg_nav1.gif');*/
/* MG XMas */
color: #999999;
font-size: 12px;
font-weight: bold;
text-align: left;
padding: 4px 5px;
}
.nav-header2 {
background-image: url('images/p_blue/bg_nav1.gif');
color: #999999;
font-size: 12px;
font-weight: bold;
text-align: right;
padding: 4px 5px;
}
.nav-links {
color: #999999;
text-align: right;
background: #112244 url('images/p_blue/bg_nav2.gif') top left repeat-x;
padding: 3px 5px;
font-size: 10px;
line-height: 1.4em;
}
.nav-links-left {
position: relative;
float: left;
text-align: left;
}
.nav-header, .nav-links {
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
}
.nav-div a, .nav-div a:visited {
color: #e8e8ee;
text-decoration: none;
}
.nav-div a:hover, .nav-div a:active {
color: #ff5500;
text-decoration: none;
}
.nav-links a, .nav-links a:visited, .nav-links a:hover{ text-decoration: underline; }
.nav-div a.nav-current, .nav-div a.nav-current:visited {
color: #dd2222;
}
.nav-div a.nav-current:hover, .nav-div a.nav-current:active {
color: #ff5500;
text-decoration: none;
}
/* forum index */
.forumlink, .forumlink-new {
font-size: 12px;
font-weight: bold;
line-height: 1.3em;
color: #e8e8ee;
}
.forumlink2, .forumlink2-new {
font-size: 10px;
font-weight: bold;
line-height: 1.3em;
color: #e8e8ee;
}
a.forumlink, a.forumlink:visited { color: #e8e8ee; text-decoration: none; }
a.forumlink:hover, a.forumlink:active { color: #ff5500; text-decoration: underline; }
a.forumlink-new, a.forumlink-new:visited { color: #ff5500; text-decoration: none; }
a.forumlink-new:hover, a.forumlink-new:active { color: #ff5500; text-decoration: underline; }
.moderators {
font-size: 10px;
color: #999999;
}
.moderators a, .moderators a:visited { color: #bbbbbb; text-decoration: underline; }
.moderators a:hover, .moderators a:active { color: #e8e8ee; text-decoration: underline; }
/* viewforum */
.topiclink b, .topiclink-new b {
color: #e8e8ee;
font-size: 11px;
}
.topiclink a, .topiclink-new a {
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
.topiclink a:hover, .topiclink a:active {
text-decoration: underline;
}
.topiclink-new a{
color: #ff5500;
}
.topiclink-new a:hover, .topiclink-new a:active {
text-decoration: underline;
}
/* pagination */
.pagination a, .pagination a:visited {
color: #e8e8ee;
border: #888888 1px solid;
padding: 1px;
background: #112244 url('images/p_blue/bg_nav2.gif') top left repeat-x;
}
.pagination a:hover, .pagination a:active {
color: #ff5500;
border: #e8e8ee 1px solid;
padding: 1px;
}
.gotopage a, .gotopage a:visited {
color: #e8e8ee;
border: #888888 1px solid;
padding: 1px;
background: #112244 url('images/p_blue/bg_nav2.gif') top left repeat-x;
}
.gotopage a:hover, .gotopage a:active {
color: #ff5500;
border: #e8e8ee 1px solid;
padding: 1px;
}
/* post */
.row-signature {
background-color: #081838;
border: solid 1px #182848;
border-top: none;
border-right-color: #223355;
border-bottom-color: #223355;
text-align: left;
}
.row-post-author, .row-post {
background: #112233 url('images/p_blue/bg_post.gif') top left repeat-x;
/* MG XMas */
/*background: #ffffff url('images/p_blue/xmas/bg_post.gif') top left repeat-x;*/
/* MG XMas */
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: top;
padding: 3px;
}
.row-post-author {
text-align: center;
width: 150px;
}
.row-post {
text-align: left;
}
.post-name {
font-weight: bold;
color: #e8e8ee;
font-size: 12px;
/*line-height: 1.6em;*/
}
.post-rank {
color: #999999;
font-size: 10px;
}
.post-details {
text-align: left;
margin: 5px;
color: #999999;
font-size: 10px;
line-height: 1.4em;
}
.post-images img {
display: block;
margin: 1px auto;
}
.post-buttons-top {
float: right;
margin-top: 2px;
}
.post-subject {
color: #e8e8ee;
font-weight: bold;
font-size: 13px;
margin-bottom: 5px;
line-height: 20px;
}
.row-post-date, .row-post-buttons {
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
vertical-align: middle;
font-size: 10px;
line-height: 12px;
color: #999999;
background: url('images/p_blue/bg_postbottom.gif');
white-space: nowrap;
padding: 1px;
}
.row-post-buttons {
text-align: left;
}
.post-buttons a img, .post-buttons a:visited img, .post-buttons-single a img, .post-buttons-single a:visited img {
/*background-color: #445599;*/
vertical-align: middle;
}
.post-buttons a:hover img, .post-buttons a:active img, .post-buttons-single a:hover img, .post-buttons-single a:active img {
/*background-color: #FF5522;*/
vertical-align: middle;
}
.post-buttons-single {
text-align: center;
vertical-align: middle;
}
/* phpbbstyles.com bbcode */
blockquote {
margin: 0;
padding: 0;
display: block;
}
.post-text blockquote {
color: #bbbbbb;
display: block;
/*overflow: hidden;*/
overflow: auto;
background: #112244 url('images/p_blue/bg_quote_content.gif') bottom right no-repeat;
margin: 5px 20px;
width: auto;
border: solid 1px #182848;
padding: 5px;
font-size: 12px;
}
.post-text blockquote a, .post-text blockquote a:visited {
color: #ff5500;
text-decoration: none;
border-bottom: dotted 1px #ff5500;
}
.post-text blockquote a:hover, .post-text blockquote a:active {
color: #dd2222;
text-decoration: none;
border-bottom: dotted 1px #dd2222;
}
.post-text blockquote h6, .post-text blockquote .quote-user, .post-text blockquote .quote-nouser {
margin: 0;
margin-bottom: 5px;
padding-left: 18px;
padding-bottom: 3px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 1.2em;
color: #e8e8ee;
background: #112244 url('images/p_blue/bg_quote_header.gif') top left no-repeat;
border-bottom: solid 1px #223355;
}
.post-text .code {
display: block;
margin: 5px 20px;
width: auto;
font-size: 12px;
font-family: 'Courier New', sans-serif;
color: #e8e8ee;
background-color: #112244;
border: solid 1px #182848;
padding: 5px;
}
.post-text .code h6, .post-text .code-header {
margin: 0;
margin-bottom: 5px;
padding-left: 18px;
padding-bottom: 3px;
border-bottom: solid 1px #223355;
font-size: 11px;
line-height: 1.2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #bbbbbb;
background: #112244 url('images/p_blue/bg_code_header.gif') top left no-repeat;
}
.post-text .code a, .post-text .code a:visited {
color: #ff5500;
text-decoration: none;
border-bottom: dotted 1px #ff5500;
}
.post-text .code a:hover, .post-text .code a:active {
color: #dd2222;
text-decoration: none;
border-bottom: dotted 1px #dd2222;
}
.code-header a, .code-header a:visited { color: #ff5500; text-decoration: none; border-bottom: dotted 1px #888888; }
.code-header a:hover, .code-header a:active { color: #dd2222; text-decoration: none; border-bottom: dotted 1px #334477; }
.code-content { padding: 0; }
.code-list {
margin-top: 3px;
margin-right: 0;
margin-bottom: 3px;
}
li.code-row {
white-space: normal;
border-top: 1px #223355 solid;
color: #bbbbbb;
/*wrap-option: emergency;*/
}
.code-row-text {
color: #e8e8ee;
}
div.code li.code-row-highlight {
color: #ff5500;
border-color: #ff5500;
}
div.code li.code-row-highlight .code-row-text, div.code span.code-row-highlight {
color: #ff5500;
}
li.code-row-first {
border-top: none;
}
/* inputs */
input, textarea, select {
color: #dddddd;
}
.helpline {
background-color: #081838;
border: solid 1px #182848;
color: #ff5500;
}
input.button {
background: #112244 url('images/p_blue/bg_nav2.gif') top left repeat-x;
border: solid 1px #334477;
border-left-color: #223355;
border-top-color: #223355;
color: #e8e8ee;
font-weight: bold;
}
input.button:hover {
border: solid 1px #888888;
border-right-color: #999999;
border-bottom-color: #999999;
color: #e8e8ee;
font-weight: bold;
}
* html textarea, * html select,
textarea, select {
background-color: #081838;
border: solid 1px #888888;
color: #e8e8ee;
}
* html input.post,
input.post {
background-color: #081838;
border: solid 1px #888888;
color: #e8e8ee;
}
* html input.liteoption,
input.liteoption {
background-color: #081838;
border: solid 1px #888888;
color: #dddddd;
}
* html input.altoption,
input.altoption {
background-color: #081838;
border: solid 1px #888888;
color: #ff5500;
}
* html input.mainoption,
input.mainoption {
background-color: #081838;
border: solid 1px #888888;
color: #e8e8ee;
font-weight: bold;
}
input.liteoption:hover, input.altoption:hover, input.mainoption:hover {
background-color: #112244;
border: solid 1px #e8e8ee;
color: #ff5500;
}
input.mainoption:hover {
font-weight: bold;
}
input.post:hover, textarea:hover, select:hover, select:focus {
background-color: #112244;
border: solid 1px #e8e8ee;
color: #ff5500;
}
input.post:focus, textarea:focus {
border: solid 1px #dddddd;
color: #e8e8ee;
}
input.post:focus, select:focus, input.liteoption:focus, input.altoption:focus, input.mainoption:focus {
background: #e7e7e7 url('images/p_blue/bg_input.gif') top left repeat-x;
}
textarea:focus {
background-color: #112244;
}
select optgroup {
font-weight: normal;
font-style: normal;
color: #ff5500;
background-color: #112244;
}
select option {
font-weight: normal;
font-style: normal;
color: #ff5500;
background-color: #112244;
}
/* private message popup */
.popuppm-new a {
margin: 5px 0;
padding: 40px 60px;
font-size: 12px;
font-weight: bold;
color: #e8e8ee;
background: #112233 url('images/p_blue/bg_post.gif') top left repeat-x;
border: solid 1px #334477;
text-decoration: none;
}
.popuppm-new a:hover {
color: #dd2222;
text-decoration: underline;
}
.row-right {
text-align: right;
vertical-align: middle;
}
/* News Block */
.forumline .news-header, .forumlinenb .news-header {
background: #c8c8c8 url('images/p_blue/bg_th.gif');
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
padding: 0;
text-align: left;
vertical-align: top;
height: 27px;
}
.forumline .news-header span, .forumlinenb .news-header span {
background: url('images/p_blue/little_box.gif') no-repeat left;
/* MG XMas */
/*background: url('images/p_blue/xmas/little_box.gif') top left no-repeat;*/
/* MG XMas */
padding-left: 24px;
color: #e8e8ee;
display: block;
padding-top: 6px;
font-weight: bold;
font-size: 12px;
line-height: 1.5em;
}
.row-news-tickers b { color: #e8e8ee; }
.copyright {
color: #e8e8ee;
vertical-align: middle;
padding-left: 2px;
padding-right: 2px;
font-size: 9px;
}
.generation {
/*padding: 2px;
padding-bottom: 4px;*/
font-size: 9px;
color: #e8e8ee;
}
.activity-links {
color: #999999;
text-align: right;
background: #112244 url('images/p_blue/bg_nav2.gif') top left repeat-x;
padding: 8px 30px 0px 10px;
font-size: 10px;
line-height: 1.4em;
}
.activity-links-left {
position: relative;
float: left;
text-align: left;
}
/* edit notes */
.post-notes {
background-color: #081838;
border: solid 1px #999999;
margin: 0;
margin-top: 10px;
}
.post-note {
color: #bbbbbb;
background-color: #112244;
border: solid 1px #182848;
border-right-color: #223355;
border-bottom-color: #223355;
text-align: left;
font-size: 10px;
padding: 2px;
}
.post-note a, .post-note a:visited { color: #e8e8ee; text-decoration: underline; }
.post-note a:hover, .post-note a:active { color: #dd2222; text-decoration: underline; }
.post-note-delete { float: right; }
.extra-top-padding { padding-top: 1px; }
Edited by novice programmer, Fri 18 Sep, 2009 00:21: Added a spoiler to encapsule the code snip.
|
|
n1cks21 [ Thu 17 Sep, 2009 21:57 ]
|
 |
 Re: Reducing Blue Pearl
|
Add this to your stlye sheet see if it makes any differance
.post-text-hide-flow {
max-width: 740px !important;
}
.post-text {
max-width: 740px !important;
}
|
|
DWho [ Thu 17 Sep, 2009 23:19 ]
|
 |
 Re: Reducing Blue Pearl
|
n1cks21, please, use spoilers when posting so large snips of code, in order to avoid making users that could look for other things in the thread have to scroll so much. Thanks in advance.
If you do not know what are spoilers, there is a example:
And this is the bbcode you have to use (in fact I have copied the spoiler and the text inside):
- [spoiler]Whatever you want[/spoiler]
I am gonna edit your post this time, so you will se what am I refering to. Just try to use spoilers next time
@DWho: Sorry, I guess I have hijacked the thread you were ansering
I will just give it back to you 
|
|
novice programmer [ Fri 18 Sep, 2009 00:20 ]
|
 |
 Re: Reducing Blue Pearl
|
n1cks21, please, use spoilers when posting so large snips of code, in order to avoid making users that could look for other things in the thread have to scroll so much. Thanks in advance.
If you do not know what are spoilers, there is a example:
And this is the bbcode you have to use (in fact I have copied the spoiler and the text inside):
- [spoiler]Whatever you want[/spoiler]
I am gonna edit your post this time, so you will se what am I refering to. Just try to use spoilers next time
@DWho: Sorry, I guess I have hijacked the thread you were ansering
I will just give it back to you 
totally understand  won't happen again
Sorry DWho still no joy ahhhhhhhh
thanks for looking though
|
|
n1cks21 [ Fri 18 Sep, 2009 01:50 ]
|
 |
 Re: Reducing Blue Pearl
|
n1cks21, please, use spoilers when posting so large snips of code, in order to avoid making users that could look for other things in the thread have to scroll so much. Thanks in advance.
If you do not know what are spoilers, there is a example:
And this is the bbcode you have to use (in fact I have copied the spoiler and the text inside):
- [spoiler]Whatever you want[/spoiler]
I am gonna edit your post this time, so you will se what am I refering to. Just try to use spoilers next time
@DWho: Sorry, I guess I have hijacked the thread you were ansering
I will just give it back to you 
totally understand  won't happen again
Sorry DWho still no joy ahhhhhhhh
thanks for looking though
Don't worry, any of us commits fails that have to be fixed. Even I made a fail on the spanish IP board that made get a shiny yellow card, so yours is a minor fault
We shall not call the court for that little issue, nor jail you 
|
|
novice programmer [ Sun 20 Sep, 2009 01:13 ]
|
 |
|
|
Was this topic useful?
Was this topic useful?
|
Page 1 of 1
|
|
|