Checkpoint.
* Got fonts working cross platform by only using SVG. This will change
with the new webkit engine when Tide 1.4 is released.
* Use the Tide API accessors for cross-window data.
* Make the ThingFish server object an observable, so models and their
URI bases can be changed easily.
* Add options for saving window state and position.
* Contextual menu updates/tests for later.
html {
/* border-radius: 4px; */
border: 2px solid #333;
height: 100%;
}
body {
background-image: url( 'app://img/about/1.jpg' );
width: 600px;
height: 432px;
text-shadow: none;
color: #000;
font-size: 14px;
height: 100%;
margin: 0;
padding: 0;
}
div {
padding: 10px;
background-color: #fff;
border-right: 1px solid #333;
opacity: 0.7;
max-width: 250px;
height: 100%;
}