Simple theme (white with a little black) Simple theme (white with a little black)
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Simple theme (white with a little black)

Started by allvip, April 16, 2015, 04:40:15 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

allvip

Simple theme. .

You can find the responsive version here Simple theme (white with a little black) responsive coppermine theme http://forum.coppermine-gallery.net/index.php/topic,78617.0.html

Changes for v1.1

1) I included the navbar folder in the images folder (the dispayimage page arrows and images).
2) I added define('THEME_HAS_NAVBAR_GRAPHICS',1); in theme.php for the navbar folder.
3) I deleted backdrop.png, frame_repeat.png, main_block.png, menu_gfx.png from the images folder because the themes is not using them. I forgot to delete them in v1.0
4) I deleted from style.css all:   background: url(images/menu_gfx.png) no-repeat 100% 0; because the themes is not using them. I forgot to delete them in v1.0

Changes for v1.2

See Reply #6

allvip

#1
I made some screenshoots for preview:the home page and the image page.

phill104

Could you please attach your imaged to your thread rather than externally hosted? We often loose externally hosted images making the links a little bit of a waste.
It is a mistake to think you can solve any major problems just with potatoes.

allvip

Ok. I will try, but I thought the file size is too big.

Cynos

Just wanted to thank you for this simple but very nice looking theme that I use.
...  ;)

Cynos

#5
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

#6
1) Open themes/simple/style.css and

FIND


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


REPLACE WITH


.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;
}


2) Open themes/simple/template.html and

AFTER


{JAVASCRIPT}


ADD


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

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.
...  ;)

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.

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.

Cynos

Oh ... it could be another problem than a wrong "padding right".

Last screen was done with my browser (opera), I tested with firefox, problem is on the left with firefox (problem on the right with opera).

see picture.
thank you.

Cynos

sorry, maybe you could merge my posts ... sorry ... I made a mistake with the file (oops).

allvip

I will fix it and release a new version tomorrow.

Cynos


Cynos

Thank you allvip, I have downloaded and installed your last release, it is perfect.

I love this theme, simple but professionnal look.

Thanks again ...  ;)