Sha256: f8b768a7ec20fd89c8f0e037acd7fedaea082d80891713628b03c253a286824c

Contents?: true

Size: 1.51 KB

Versions: 74

Compression:

Stored size: 1.51 KB

Contents

/* 
  This is the main SproutCore theme.  If you would prefer not to use this 
  theme, just set the theme option in your sc-config to another theme name.
*/

/* Always use Helvetica and this background color. */
body.sc-theme {
	font: 12px/18px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	background-color: #57647f ;
	padding: 0px;
}


body.sc-theme .sc-view.invalid {
  outline: 2px red solid;
}

/* @group Border Styles */

body.sc-theme .sc-view.sc-bezel-border {
  border-left:   1px #999 solid;
  border-top:    1px #666 solid;
  border-bottom: 1px #fff solid;
  border-right:  1px #fff solid;
}

body.sc-theme .sc-view.sc-black-border {
  border: 1px black solid; 
}

body.sc-theme .sc-view.sc-gray-border {
  border: 1px #888 solid; 
}

body.sc-theme .sc-view.sc-bottom-border {
  border-bottom: 1px #888 solid; 
}

body.sc-theme .sc-view.sc-top-border {
  border-top: 1px #888 solid; 
}

/* @end */

.sc-theme div.sc-web-view {
  background-color: white;
}

.sc-theme .sc-pane.sc-main {
	background: -webkit-gradient(linear, left top, left bottom, from(#57647f), to(#848ea2));
	color: white;
}

.sc-theme #loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#57647f), to(#848ea2));
	color: white;
}

.sc-theme #loading p.loading {
  position: absolute;
  padding: 4px 12px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #b1baca;
  color: black;
  border-top: 1px #b1baca solid;
  text-align: right;
}

Version data entries

74 entries across 74 versions & 2 rubygems

Version Path
sproutcore-1.0.1042 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1037 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1035 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1031 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1030 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1029 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1027 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1028 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1026 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1025 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1024 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1009 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1008 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css
sproutcore-1.0.1003 frameworks/sproutcore/themes/standard_theme/english.lproj/core.css