Support > cpg1.5 theme contributions

Simple theme (white with a little black)

<< < (2/3) > >>

Cynos:
Hello allvip, may I ask you your help please ?

As I said I use your simple theme onto the pages I'm working.
I use the joomla wrapper to show coppermine.

I have a little problem with the simple theme, the left border is not showing (I'm french, so maybe I'cant well explain).

allvip: links removed at Cynos request.

In both the left border of the main frame is missing.

could you help me please ?
thanks.

allvip:
1) Open themes/simple/style.css and

FIND


--- Code: ---.thumbnails {
    border-right: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    padding: 5px;
}

--- End code ---

REPLACE WITH


--- Code: ---.borders {
    border: 1px solid #000000;
}
table {
border-collapse: collapse;
}
.thumbnails {
    border-right: 1px solid #BABABA;
border-bottom: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
    padding: 5px;
}

--- End code ---

2) Open themes/simple/template.html and

AFTER


--- Code: ---{JAVASCRIPT}

--- End code ---

ADD


--- Code: ---<script>
$(document).ready( function() {
$( "td:has(div.cpg_starttable_outer)" ).addClass( "borders" );
});
</script>

--- End code ---

allvip:

--- Quote from: Cynos on November 28, 2015, 02:16:47 am ---Just wanted to thank you for this simple but very nice looking theme that I use.
...  ;)

--- End quote ---

You're welcome.
I will soon release the responsive version of this theme.

Cynos:

--- Quote from: allvip on November 28, 2015, 03:28:36 pm ---You're welcome.
I will soon release the responsive version of this theme.

--- End quote ---

I would love a responsive simple theme !

I made the CSS modification, and it works great.
I just needed to set the width of the main table at 99%.
When setting at 100% I losted the right border.
So that's great eveything is showed as expected.

Thanks again.

Cynos:
 :-[ ... sorry, still a little problem in the CSS, I think I need to modify a "padding right" somewhere.

See picture please, it should be because of the left border modification.

Of couse, I tried to modify some padding, but with no success, I think it would be easy for you ... so ... thank you.

May I ask you another favor, because you're a moderator, are you able to remove the links to my test galery in my previous post, because this is the server adress, not the domain adress (don't yet have one).
Thanks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version