IT:AD:HTML
Resources
- “Responsive Web Design” by Ethan Marcotte
Layout
- Width:
- Max Width of page: 2 alphabets wide.
- Height:
- http://iampaddy.com/lifebelow600/ tries to demonstate that scrolloing is ok. I still think it isn't. But I don't know how that works with showing on Mobile as well, which can't avoid it, unless hiding stuff on Mobile.
Navigation
Font
* Font Size: GB said 16pt (say what?!)
Colour
- Online (Voted up/down) Color Schemes:
Cut/Paste Sample
- See [List CDN of JQuery UI Themes] (http://stackoverflow.com/a/1349238/1052767)
> <!DOCTYPE HTML>
<html> <head><title></title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js" type="text/javascript"></script>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/redmond/jquery-ui.css rel="stylesheet" type="text/css"/>
</head> <body> </body> </html>