coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: digitalravi on November 05, 2006, 01:43:50 AM

Title: Style.css Formatting...
Post by: digitalravi on November 05, 2006, 01:43:50 AM
Style.css has changed the settings of my Navigation menu...

The way it is suppose to look: http://www.ravijaundoo.com/durgashivamandirinc/main.html

Style.css: http://ravijaundoo.com/dsm_gallery/index.php

Title: Re: Style.css Formatting...
Post by: digitalravi on November 05, 2006, 02:27:39 AM
Please help...
Title: Re: Style.css Formatting...
Post by: Gizmo on November 05, 2006, 05:12:09 AM
The styling for the sidebar is not the same in the two sites. You need to fix the style.css file in your gallery to match the other site. Basically you need to fix the <p> properties.
Title: Re: Style.css Formatting...
Post by: digitalravi on November 05, 2006, 05:25:14 AM
How would I be able to implement this code into the style.css file? I have already added the coding in the template.html...


Quote<p><strong><a href="main.html">Main</a></strong></p>
            <p><strong><a href="history.html">History</a></strong></p>
            <p><strong><a href="mission.html">Mission</a></strong></p>
            <p><strong><a href="executives.html">Executives</a></strong></p>
            <p><strong><a href="directions.html">Directions</a></strong></p>
            <p><strong><a href="service.html">Service</a></strong></p>
            <p><strong><a href="events.html">Events</a></strong></p>
            <p><a href="g_book.html"><strong>G-Book</strong></a></p>

Quote<style>
a:hover{color:blue; }
</style>

<style>
<!--
a{text-decoration:none}
//-->
</style>
Title: Re: Style.css Formatting...
Post by: Gizmo on November 05, 2006, 02:59:54 PM
Add this code to your themes style.css file. It's not the best way to fix this but it will work. Next time, be more patient. Please attempt to learn about css before you head off and start customizing the gallery.


p a {
        font-family: serif;
        font-size: 16px;
        color: #A44B85;
        margin: 2px 0px;
}

p a:hover {
        font-color: blue;
        text-decoration: none;
}
Title: Re: Style.css Formatting...
Post by: digitalravi on November 05, 2006, 03:40:33 PM
How would I be able to implement the spacing on the left navigation text?

Example: http://www.ravijaundoo.com/durgashivamandirinc/main.html

Presently: http://www.ravijaundoo.com/dsm_gallery/


Gizmo, thank you for you help...I'm sorry if I sounded impatient.
Title: Re: Style.css Formatting...
Post by: digitalravi on November 05, 2006, 05:50:51 PM
I tried using this code, but it only effects the Coppermine Menu (spaces between words)

Quotepadding:5px;margin-top:5px;

I'm also having this problem with another website as well...

The spacing between the menus are different...

Quotehttp://www.ravijaundoo.com/swami_album/