16Skittles wrote:
First reaction: Hey, that looks like Win8 Metro
Forums reaction: Hey, people agreed with me
As for a suggestion, I think that if it causes a highlight, it should be clickable. I recommend putting the <a href> outside the div, it will make everything, even background within the div clickable like the buttons on my site (needs redesign work, I've made changes but not fixed bugs, really needs an overhaul anyway). I've noticed this on the home buttons in the settings menu and the user icon.
Owner reaction: Yes! People understand my theme!
Thanks for catching those. I tried to do that for most of the buttons but missed these.
Offline
RewriteRules added, try visiting http://flaxbeard.site90.net/users/Flaxbeard
also www.flaxbeard.site90.net works now.
Offline
Added live color scheme switching on the settings page, profile pages are also updated, with limited friend requests. Adding in messages when someone sends you a request... Preliminary friend requests work if you both add eachother from profiles but it is impossible to tell if someone has added you. That's coming next, don't worry.
Offline
dvd4 wrote:
SeptimusHeap wrote:
dvd4 wrote:
Um,there is a problem with the commenting ...
What's your issue?
Ghost comments.
Ghost... comments? Please explain.
Offline
Quick survey, if you guys wouldn't mind:
What browser do you use to view Flaxbeard's site?:
Are there any issues with the site and your browser?:
What could make your experience better?:
Offline
SeptimusHeap wrote:
Quick survey, if you guys wouldn't mind:
What browser do you use to view Flaxbeard's site?:Safari
Are there any issues with the site and your browser?:no
What could make your experience better?:if the "privacy policy" link was visible.
Offline
What browser do you use to view Flaxbeard's site?: Safari (iPad)
Are there any issues with the site and your browser?: No
What could make your experience better?: On an iPad, I need to stop double-tapping.
Offline
SeptimusHeap wrote:
Handcoded this thing over the past week and a half: CLICKY
(Flaxbeard is my other username)
Please leave feedback, it's based on Windows 8. I need ideas!
you can over-write all the control elements
the input and etc and make them css-3
even the slider and the range input
{
-vendor-appearance:none;
/* awesome css goes here */
}
and kindly dont play a lot with the select input ... please dont break it please
Last edited by fanofcena (2012-11-17 07:47:59)
Offline
fanofcena wrote:
SeptimusHeap wrote:
Handcoded this thing over the past week and a half: CLICKY
(Flaxbeard is my other username)
Please leave feedback, it's based on Windows 8. I need ideas!you can over-write all the control elements
the input and etc and make them css-3
even the slider and the range input
{
-vendor-appearance:none;
/* awesome css goes here */
}
and kindly dont play a lot with the select input ... please dont break it please
So wait what are you suggesting? I didn't overwrite the select, all I did was change the color.
Last edited by SeptimusHeap (2012-11-17 08:00:27)
Offline
SeptimusHeap wrote:
fanofcena wrote:
SeptimusHeap wrote:
Handcoded this thing over the past week and a half: CLICKY
(Flaxbeard is my other username)
Please leave feedback, it's based on Windows 8. I need ideas!you can over-write all the control elements
the input and etc and make them css-3
even the slider and the range input
{
-vendor-appearance:none;
/* awesome css goes here */
}
and kindly dont play a lot with the select input ... please dont break it pleaseSo wait what are you suggesting? I didn't overwrite the select, all I did was change the color.
yeah i know what you did , but it made the selectable inputs invisible on Chrome 23.x on Fedora 17 .. it all just appeared in a white list with white text
Offline