That's not a good idea. The low resolution of the monitor panel will be too short.Blaxis wrote:Hello,
Great style! Can you make a dark & blue version of it? If you can, it would be awesome on this style!
Can you move these to there?...
I am seeing this Difadon,doenwenu wrote:Go to a topic
click reply
and see the titlefield have a bigger width then the rest
<div class="top-bar clearfix">
<div class="top-bar navbar-fixed-top clearfix">
</div>
add<div class="visible-xs" style="margin-top: 45px;"></div>
Code: Select all
div.page-header {
margin-top: 0;
margin-top: 0;
to margin-top: 45px;
It is highly unlikely.Blaxis wrote:Can you make a dark & blue version of it?
Strange, i have to look againpit-PL wrote:I am seeing this Difadon,doenwenu wrote:Go to a topic
click reply
and see the titlefield have a bigger width then the rest
in overall_header.html change<div class="top-bar clearfix">
to<div class="top-bar navbar-fixed-top clearfix">
After the closing</div>
add
<div class="visible-xs" style="margin-top: 45px;"></div>
In stylesheet.css findchangeCode: Select all
div.page-header { margin-top: 0;
margin-top: 0;
tomargin-top: 45px;
It is highly unlikely.Blaxis wrote:Can you make a dark & blue version of it?
<!-- IF S_DISPLAY_REVIEW --> <a href="#review">{L_TOPIC_REVIEW}</a><!-- ENDIF -->
postprofile col-md-3
to postprofile col-lg-2 col-md-3
postbody col-md-9
to postbody col-lg-10 col-md-9
Hi Pi-PL,pit-PL wrote:Could you please check how it works on this site?
Difadon,
in posting_editor.html find and remove
<!-- IF S_DISPLAY_REVIEW --> <a href="#review">{L_TOPIC_REVIEW}</a><!-- ENDIF -->
in viewtopic_body.html changepostprofile col-md-3
topostprofile col-lg-2 col-md-3
andpostbody col-md-9
topostbody col-lg-10 col-md-9
inputbox autowidth
to form-control
Yes it works.pit-PL wrote:It was my fault.
In posting_editor.html (line 21 and 31) changeinputbox autowidth
toform-control
Code: Select all
.posthilit
{
color: black;
background-color: yellow;
}