| Lurk all you'd like, but why not register and post some pics? Registering also makes it easier to find the good stuff. Need help? |
|
|||||||
| Register | FAQ | Shooters | Calendar | Reviews | Tutorials | Gallery | Books | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Code Monkey
Join Date: Jan 2004
Posts: 1,012
|
Phase 2 Customization
In this thread I will be detailing some of the CSS specifics to customizing the new styles as well as covering some specifics in converting previous customizations to the new style.
First hint; .offblue was a color that was used to customize various strong tags, headlines, etc. We will now be using the class .title You will be able to change what that color is in specific areas by combining it with what DIV ID it falls in; so to change the color of the gallery in the breadcrumb you would use: #breadcrumb .title { color: red; } More hints to follow, post your questions here. |
|
|
|
|
|
#2 | |
|
I � Unicode
Join Date: Feb 2005
Location: Dover, DE
Posts: 7,059
|
Quote:
Nice!
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
|
|
#3 | |
|
SmugMug CEO & Chief Geek
Join Date: Dec 2003
Location: Silicon Valley, CA
Posts: 1,203
|
Quote:
There have been no changes to smugmug's codebase on the live site in weeks. Try again. :) Don |
|
|
|
|
|
|
#4 | |
|
I � Unicode
Join Date: Feb 2005
Location: Dover, DE
Posts: 7,059
|
Quote:
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
|
|
#5 | |
|
pristine-light.com
Join Date: Aug 2005
Location: Santa Cruz
Posts: 23
|
Quote:
|
|
|
|
|
|
|
#6 | |
|
SmugMug CEO & Chief Geek
Join Date: Dec 2003
Location: Silicon Valley, CA
Posts: 1,203
|
Quote:
To change ALL green text to red on your pages, copy and paste this into your Stylesheet section of Customization: .title { color: red; } To change only the green in the "breadcrumbs" ( the navigation at the top of your page which looks like 'yourname > category > gallery title') to blue: #breadcrumb .title { color: blue; } There are DIV IDs on lots of page elements, so you can individually change almost anything you see that's green by simply viewing the HTML source and looking for the text you'd like to change. A "DIV ID" sounds terribly complicated and technical, but it's really not. It's simply a way of giving something on a page a name so you can manipulate it later. If you look for the breadcrumb data in your HTML source, for example, you'll see that it has a DIV ID of "breadcrumb" which is why the above example works. Of course, you can use fancy and geeky color codes to pick any of 16,700,000 colors, too. So if you'd like all the green to become smugmug's old blue: .title { color: #41B8D4; } Hope that helps, and please, reply back if we're still too confusing. We want to help! Don |
|
|
|
|
|
|
#7 | |
|
I � Unicode
Join Date: Feb 2005
Location: Dover, DE
Posts: 7,059
|
Quote:
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
|
|
#8 |
|
pristine-light.com
Join Date: Aug 2005
Location: Santa Cruz
Posts: 23
|
Don,
You've helped a lot, thank you! :) I was naively thinking that "breadcrump" was the name of one of your galleries... Silly me! Looks like I have some customizing to do!!!! |
|
|
|
|
|
#9 | |
|
pristine-light.com
Join Date: Aug 2005
Location: Santa Cruz
Posts: 23
|
Quote:
Got it now! :) This is pretty fantastic indeed, it looks like I will be able to tune stuffs the way I want them. Ok, next stop the bookstore and the CSS shelf.
|
|
|
|
|
|
|
#10 | |
|
Major grins
Join Date: Jun 2005
Posts: 261
|
Quote:
Matt |
|
|
|
|
|
|
#11 |
|
Amanda
Join Date: Aug 2005
Location: Toronto, Canada
Posts: 2
|
Still Don't Get It...
I'm totally new at this - just signed on less than a week ago. I've figured out the basics (iknowaguy.smugmug.com) but I'd like to know more. I'd like to use my account for different purposes and I want the custimization to be different. So could you show me a specific example of how this breadcrumb stuff works? I don't even know where to look when I read HTML source code. I have bought 2 books and am willing to learn!!
Amanda |
|
|
|
|
|
#12 | |
|
Big grins
Join Date: May 2005
Posts: 28
|
Quote:
Will this page be updated to follow suit? BenV |
|
|
|
|
|
|
#13 |
|
Art Hill
Join Date: Mar 2004
Posts: 52
|
Agree, some sort of document would help
I agree with BenV. Please provide a document that shows div id's and classes. And/or just list which stylesheets go with what. As I understand it, basically we are overriding the default stylesheet items when we put elelments into the customization section.
|
|
|
|
|
|
#14 | |
|
Code Monkey
Join Date: Jan 2004
Posts: 1,012
|
As I have said many times before, we will be providing written documentation on the new classes and styles once the new pages are created and finalized :)
Quote:
|
|
|
|
|
|
|
#15 |
|
sensory sponge
Join Date: Aug 2005
Location: Earth
Posts: 12
|
i hope there will be an easier way to make the "all HTML" pages within a gallery with the new changes today! (i can't wait to start customizing!) thanks smugmug.
Lida |
|
|
|
|
|
#16 |
|
Beginner grinner
Join Date: Aug 2005
Posts: 7
|
I’ve started to update my site and the add flexibility of CSS is great.
Example: http://mdifelice.smugmug.com/gallery/677841 My CSS development process/environment.
|
|
|
|
![]() |
| Tell The World! |
| Thread Tools | |
| Display Modes | |
|
|