Jump to content
WebFlake
  • 0

Borders and removing space on Shift skin


Guest nys0

Question

I have came across with some more problems trying to costumize shift in order to loook like webflake custom look.

 

 

1.How can I remove the gap between the .maintitle and .post_block h3 and give a similar look to .post_block h3 to the webflake one.

 

From

Posted Image

 

To

Posted Image

 

 

2. When I am inside the a forum category I want  borders like the webflakes ones, I set up ones for the frontpage but for inner forums I can´t do it.

 

From

Posted Image

 

To

Posted Image

Edited by nys0
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Goto ACP > Look & Feel > You Skin > CSS > ipb_styles and press cntrl + f and search

#customize_topic
and delete
margin-top: 8px;
and for the other search for
.removeDefault .ipsBox, .removeDefault.ipsBox
and add
padding: 9px;background: #5e8e20;background: #5e8e20 url("{style_images_url}/mainPattern.png") repeat 50% 0%;border-radius: 0 0 3px 3px;-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;box-shadow: rgba(0,0,0,0.3) 0px 1px 4px;
Link to comment
Share on other sites

  • 0

I already have the second option you mentioned, but that only modifies the borders on the frontpage and not in the innerforums. You can check my website hotsportugal.com.

 

And how can I make the .pos_block h3 without rounded borders and specify a different color.

Edited by nys0
Link to comment
Share on other sites

  • 0

inner forums look like this on my screen just what you wanted Posted Image

but to get rid of border radius do as followed

find this in ipb_styles

.post_block h3
delete these lines
-webkit-border-radius: 3px;border-radius: 3px;
and to specify a different color you would have to turn of theme editor in ipbfs_Config which is under Global Templates and type in 'no' on
<if test="$this->settings['themeEditor']='yes'"></if>
then once done that go back to
.post_block h3
and change the color of this code
#333535 url("{style_images_url}/mainPattern.png") repeat 50% 100%
but only change this bit #333535
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...