By tjholowaychuk on
Stationery Style is a design inspiration gallery devoted to print and visual identity. Although it is a small site, it helps to show that Drupal can be simple and elegant in its presentation.
Stationery Style is a design inspiration gallery devoted to print and visual identity. Although it is a small site, it helps to show that Drupal can be simple and elegant in its presentation.
Comments
Impressive.
Very nice. Without looking at the code, I wouldn't have guessed you were using Drupal.
I noticed when you mouse over the image in the popup viewer, the "move forward" arrow actually points left instead of right.
--
John Forsythe
Need reliable Drupal hosting?
Very Nice. How did you
Very Nice.
How did you implement the theme switch?
The JavaScript theme
The JavaScript theme switcher was used simply by using a cookie to store the users choice and then toggling the body class of the site to etc. Then with that in the stylesheet we can do things such as
body.theme-bright a {
color: #fff;
}
____________________________________________________
Tj Holowaychuk
Vision Media
350designs
I noticed you changed the
I noticed you changed the background and the color of the border around the images.
So, you just used one css file and toggled the attributes desired based on class?
Also when you say THE javascript theme switcher...is there a certain script/module out there I should know about. Definitely, gonna figure out how to do this. Off to google!!!!!! Any additional info would be greatly appreciated i.e any hickups in drupal. Do I need to put the js file in the includes folder..stuff like that.
For anyone else trying to do this, the folloing link might be helpful.
http://www.alistapart.com/stories/alternate/
Nah sorry I did not make it
Nah sorry I did not make it into a module, just custom work for the site. Idealy everything should have been image replacement but our designers left some things such as the logo as an image tag so I had to manually switch those out with Javascript as well.
____________________________________________________
Tj Holowaychuk
Vision Media
350designs
Stationery Style Design Inspiration