Difference between revisions of "Coriolis (web theme)"

From Lunarpedia
Jump to: navigation, search
(→‎Progress Chart: vector-based spotlight graphics with gold reflection; 22 items; fixed a broken link.)
(→‎Component Themes: editing the language and making some updated comments)
Line 15: Line 15:
 
==Component Themes==
 
==Component Themes==
 
[[File:Coriolis-css3-phone.png|float:right|frame|Admin Appearence Menu 'screenshot' for CSS3 Phone]]
 
[[File:Coriolis-css3-phone.png|float:right|frame|Admin Appearence Menu 'screenshot' for CSS3 Phone]]
There are 11 component themes, all subthemes of Zen 5 with all HTML 5 specific elements replaced for HTML 4.01 compatibility, with one exception that aims below HTML 4.01.
+
The original version of Coriolis has 11 component themes, all subthemes of Zen.
  
 
===CSS2 Desktop===
 
===CSS2 Desktop===
In many ways the reference, this is a very common default destination for every mystery browser known to handle at least CSS1.  It uses a floated DIV layout and supports many CSS3 decorations.  Its main problems are the ones inherent in a float-based layout.  It is also the destination for MSIE 9 and versions of Opera below 12.10 which can't do flexbox but are otherwise CSS3 level.  The spotlight column will not appear on any actual CSS1 or CSS2 level browser.
+
In many ways the reference, this is the default destination for every mystery browser known to handle at least CSS1.  It uses a floated DIV layout and supports many CSS3 decorations.  Its main problems are the ones inherent in a float-based layout.  It is also the destination for versions of Opera below 12.10 and other browsers which can't do flexbox but are otherwise CSS3 level.  The spotlight column will not appear on any actual CSS1 or CSS2 level browser as it needs @media queries to be enabled.
  
Like most of the other themes, there are duplicate DIVs for the menus and the spotlight.  Only one is visible at a time, and only a browser with CSS3 level @wedia support can switch between the two.
+
Like most of the other themes, there are duplicate DIVs for the menus and the spotlight.  Only one is visible at a time, and only a browser with CSS3 level @media support can switch between the two.
  
 
===CSS2 Mobile===
 
===CSS2 Mobile===
Line 26: Line 26:
  
 
===CSS3 Desktop===
 
===CSS3 Desktop===
Originalyl a minor variant of CSS2 Desktop, this was modified to take advantage of CSS3's Flexbox featureAs this is a structural element it will break in any browser that can't support one of the forms of flexbox it uses.
+
Originally a minor variant of CSS2 Desktop, this was modified to take advantage of CSS3's flexbox structuringThis will naturally break in any browser that can't support one of the forms of flexbox it uses, which is why only confirmed to be compatible browsers should be sent to it.
  
 
===CSS3 Tablet===
 
===CSS3 Tablet===
Line 35: Line 35:
  
 
===MSIE 6===
 
===MSIE 6===
The unpopular MSIE 6, typically used by people under the thumbs of BOFHs, preventers of information services, and pointy-haired school boards, this has a table layout and GIFs on its template graphics.  As MSIE 5.5 is almost indistinguishable from 6, it comes along for the ride despite being a museum piece.  It benefits from work on filters that it wouldn't have developed for it if it was the only browser that needed Micorosoft's proprietary CSS3 decoration implementation that dates to MSIE 4.
+
The unpopular MSIE 6, typically used by people under the thumbs of BOFHs, preventers of information services, and pointy-haired school boards, this has a table layout and GIFs on its template graphics.  As MSIE 5.5's capabilities are almost indistinguishable from 6, it comes along for the ride despite being a museum piece.  It benefits from work on filters that it wouldn't have developed for it if it was the only browser that needed Microsoft's proprietary CSS3-ish decoration implementation that dates to MSIE 4.
  
 
===MSIE 7===
 
===MSIE 7===
This has mostly turned into MSIE6 with PNG images.
+
This ended up being mostly the MSIE 6 theme with PNG images and is an artifact of how Coriolis 1.0 progressed.
  
 
===MSIE 9===
 
===MSIE 9===
Line 44: Line 44:
  
 
===HTML 3.2===
 
===HTML 3.2===
One of the oubilettes, this one only recieves things deliberately sent to it.  Hence, it is the least feature-capable of the comonent themes.  The most popular (ond only current) browser that gets sent its way is Dillo, which is the default browser bundled with some Linux distributions.  It is also the destination of MSIE 3 through 5.0, Netscape 3, and the dreaded Netscape 4.  It has no stylesheets at all and only includes carefully targeted CSS statements directed at MSIE and Netscape 4.  This is also the most visually distinct theme, as it has a 'bookmark' on the left and a light gray background instead of the full image background.
+
One of the oubliettes, this one only receives things deliberately sent to it.  Hence, it is the least feature-capable of the component themes.  The most popular (and only current) browser that gets sent its way is Dillo, which is the default browser bundled with many lightweight Linux distributions.  It is also the destination of MSIE 3 through 5.0, Netscape 3, and the dreaded Netscape 4.  It has no external stylesheets at all and only includes carefully targeted CSS statements directed at MSIE and Netscape 4.  This is also the most visually distinct theme, as it has a 'bookmark' on the left and a light gray background instead of the full image background.
  
 
===Dropoff===
 
===Dropoff===
This is structurally CSS2 Desktop with the redundant element ripped out, as soveral things sent here never heard of CSS.  Only browsers sent here by mistake that can understand @media at a CSS2 level can unlock the CSS decorations and structure.  It does not use coriolis-defaults.css or coriolis-contentbox.css.  Its pneumonic image for the admin theme menu is logo for NCSA Mosaic, the web browser that first popularized the web.
+
This is structurally CSS2 Desktop with the redundant element ripped out, as several things sent here never heard of CSS.  Only browsers sent here by mistake that can understand @media at a CSS2 level can unlock the CSS decorations and structure.  It does not use coriolis-defaults.css or coriolis-contentbox.css.  Its pneumonic image for the admin theme menu is logo for NCSA Mosaic, the web browser that first popularized the web. In actual use, unidentified top-end browsers have consistently ended up here, which is why handling for these situations is being done differently in Coriolis 1.1
  
 
===Dropoff Mobile===
 
===Dropoff Mobile===
A single-colum version of Dropoff, it also lacks the redundant sections needed to reconfigure itself.  This may only recieve browsers that Mobile_Detect recognizes that Browscap doesn't.  Its pneumonic image for the admin theme menu is the logo of the organization that created PocketWeb, the earliest known mobile web browser.
+
A single-column version of Dropoff, it also lacks the redundant sections needed to reconfigure itself.  This may only receive browsers that Mobile_Detect recognizes that Browscap doesn't.  Its pneumonic image for the admin theme menu is the logo of the organization that created PocketWeb, the earliest known mobile web browser (for the Apple Newton).
  
 
<!--
 
<!--

Revision as of 23:11, 25 March 2016

Static test from 20 March 2013
Beta Candidate for CSS3 and flexbox compatible desktops circa 5 May 2013
Late Alpha for HTML 3.2 circa 5 May 2013

Coriolis is a web theme in development by Rose Dieteman, Scotty Gammenthaler, and James Gholston with some help from Mike Delaney for The Moon Society's 2013 site migration and upgrade.

It is based on Zen 5 for Drupal 7 with special attention to mobile device and legacy browser compatibility.

Developers


Component Themes

Admin Appearence Menu 'screenshot' for CSS3 Phone

The original version of Coriolis has 11 component themes, all subthemes of Zen.

CSS2 Desktop

In many ways the reference, this is the default destination for every mystery browser known to handle at least CSS1. It uses a floated DIV layout and supports many CSS3 decorations. Its main problems are the ones inherent in a float-based layout. It is also the destination for versions of Opera below 12.10 and other browsers which can't do flexbox but are otherwise CSS3 level. The spotlight column will not appear on any actual CSS1 or CSS2 level browser as it needs @media queries to be enabled.

Like most of the other themes, there are duplicate DIVs for the menus and the spotlight. Only one is visible at a time, and only a browser with CSS3 level @media support can switch between the two.

CSS2 Mobile

Aimed at both telephones and tablets, this is a single-column layout. The assumption is that any CSS2 level tablet is not going to have enough resolution to properly mimic a desktop. In the event that a browser that is at least partially CSS3 capable is directed here, it provides many CSS3 decorations.

CSS3 Desktop

Originally a minor variant of CSS2 Desktop, this was modified to take advantage of CSS3's flexbox structuring. This will naturally break in any browser that can't support one of the forms of flexbox it uses, which is why only confirmed to be compatible browsers should be sent to it.

CSS3 Tablet

This is basically CSS3 desktop with bigger buttons.

CSS3 Phone

This is a single-column theme with highly dynamic background selection.

MSIE 6

The unpopular MSIE 6, typically used by people under the thumbs of BOFHs, preventers of information services, and pointy-haired school boards, this has a table layout and GIFs on its template graphics. As MSIE 5.5's capabilities are almost indistinguishable from 6, it comes along for the ride despite being a museum piece. It benefits from work on filters that it wouldn't have developed for it if it was the only browser that needed Microsoft's proprietary CSS3-ish decoration implementation that dates to MSIE 4.

MSIE 7

This ended up being mostly the MSIE 6 theme with PNG images and is an artifact of how Coriolis 1.0 progressed.

MSIE 9

Used by MSIE 8 and 9, this forces square contentboxes and buttons as MSIE 9 can't be trusted to handle both rounded corners and gradients. It is structurally a variant of CSS2 Desktop.

HTML 3.2

One of the oubliettes, this one only receives things deliberately sent to it. Hence, it is the least feature-capable of the component themes. The most popular (and only current) browser that gets sent its way is Dillo, which is the default browser bundled with many lightweight Linux distributions. It is also the destination of MSIE 3 through 5.0, Netscape 3, and the dreaded Netscape 4. It has no external stylesheets at all and only includes carefully targeted CSS statements directed at MSIE and Netscape 4. This is also the most visually distinct theme, as it has a 'bookmark' on the left and a light gray background instead of the full image background.

Dropoff

This is structurally CSS2 Desktop with the redundant element ripped out, as several things sent here never heard of CSS. Only browsers sent here by mistake that can understand @media at a CSS2 level can unlock the CSS decorations and structure. It does not use coriolis-defaults.css or coriolis-contentbox.css. Its pneumonic image for the admin theme menu is logo for NCSA Mosaic, the web browser that first popularized the web. In actual use, unidentified top-end browsers have consistently ended up here, which is why handling for these situations is being done differently in Coriolis 1.1

Dropoff Mobile

A single-column version of Dropoff, it also lacks the redundant sections needed to reconfigure itself. This may only receive browsers that Mobile_Detect recognizes that Browscap doesn't. Its pneumonic image for the admin theme menu is the logo of the organization that created PocketWeb, the earliest known mobile web browser (for the Apple Newton).

The Dropoffs are intended to be maximally compatible with the most severe legacy cases but also include CSS decorations for web browsers that we simply failed to identify.


Coriolis 1.1

Having been in place for 18 months it's time for some improvements. Also, the databases used for most browser identification have proven to be unreliable, and this needs to be accommodated.


  ( ) Replace Moon Society text with the new wordmark/logo.
  ( ) Change colors and typefaces to match pending branding specifications
  ( ) Consolidate theme set to 7 or 8 themes
  ( ) Automatically widening menu buttons
  ( ) Find a way to identify tablets with @Media statements
  ( ) Tweak spotlight to improve consistency with the rest of the page
  ( ) Spotlight needs more items
  ( ) Add to exceptions and overrides for theme selection to reduce misidentification
  ( ) top level font declaration for HTML 3.2

  ( ) Vector substitutes for non-background bitmapped design elements?

Possible theme consolidations include:

  • Unify CSS3 into a single theme
  • Combine MSIE 6 and 7 -- the GIF is adequate for MSIE 7's dwindling userbase.
  • Combine MSIE 8 and 9 with CSS2 desktop and change the layout from floated DIVs to a table

Progress Chart

Start Structural Tweaks Site Upgrade
Initial setup Improved Spotlight Near done RegExes All items ready
Initial CSS3 unified Working CSS3 unified Near-final CSS3 unified Testing
Ported CSS2 mobile Working CSS2 mobile Near-final CSS2 mobile Install to test site
Ported CSS2 desktop Working CSS2 desktop Near-final CSS2 desktop Last Minute Fixes
Ported MSIE 9 Working MSIE 9 Near-final MSIE 9 Install to main site
Ported MSIE 6 Working MSIE 6 Near-final MSIE 6 Switchover
Initial Unknown Working Unknown Near-final Unknown Check and debug install
Ported HTML 3.2 Working HTML 3.2 Near-final HTML 3.2
Initial Text Working Text Near-final Text
Feature Freeze


Additional Browser RegExes: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


waiting on something might be startable can be started partially completed completed stage is completed

Other Improvements

While not part of Coriolis itself, other website improvements that are wanted include fixing the caching problem and improving the main page,