[SOLVED] Modifying ...
 
Notifications
Clear all

[SOLVED] Modifying Author Notes

3 Posts
2 Users
0 Reactions
1,728 Views
(@amalthia)
Posts: 93
Estimable Member
Topic starter
 

site: http://amalthia.mediawood.net/ebooks/viewstory.php?skin=bluearchive&sid=57
username: ebooks
password: forus

nature of problem: I'm trying to modify a 2.0 skin for 3.0 and I noticed something missing in the 3.0 version. In my 2.0 version skin http://amothea.slashcity.com/db/viewstory.php?sid=989 the Author's Notes have a thin blue box surrounding them. (a feature I really like) But for some reason I can't seem to get that same blue box around my author notes in efiction 3.0

Basically, I have no clue where I have to go or what I need to do to change location of author notes, add a border around them. In my css script I have this

#notes {
border: 1px solid #336699;
margin: 1em;
padding: 1em;
}

this created the blue border in my 2.0 version of my skin but it's not doing the same for 3.0.

I'd appreciate any and all help.


 
Posted : 17/04/2008 2:29 am
(@carissa)
Posts: 791
Member Moderator
 

Change #notes in your CSS to .notes. You used an id in 2.0 and a class in 3.0.


 
Posted : 17/04/2008 10:12 am
(@amalthia)
Posts: 93
Estimable Member
Topic starter
 

Change #notes in your CSS to .notes. You used an id in 2.0 and a class in 3.0.

this worked! thanks so much for your help.


 
Posted : 17/04/2008 1:32 pm
Share: