Sha256: e6f53aea457e338db49268e5395d4c20622b304fc36dc3342f63253c6f686cf7

Contents?: true

Size: 1.2 KB

Versions: 22

Compression:

Stored size: 1.2 KB

Contents

/* http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0; padding : 0; border : 0; outline : 0; font-size : 100%; vertical-align : baseline; background : transparent; }
body { line-height : 1; }
ol, ul { list-style-type : none; }
:focus { outline : 0 } 
ins { text-decoration : none; }
del { text-decoration : line-through }

body  { 
  font: 12px/1.5 "Lucida Grande", Tahoma, serif;
  background-color: #000;
  overflow: hidden;
}

#outer  { height: 100%; width: 100%; display: table;  }
#stage  { 
/*  position: fixed;
  top: 33%;
  left: 33%;
*/}

/* classes for disabling things */
.no-text-shadow { text-shadow: none }
.no-drop-shadow {}
.hidden         { display: none }

h1  { font-size: 3.4em }
h2  { font-size: 3em }
h3  { font-size: 2.8em }

h1, h2, h3, p { text-align: center }

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
shining-2.0.1 spec/sample/base.css
shining-2.0.0 spec/sample/base.css
shining-1.3.7 spec/sample/base.css
shining-1.3.6 spec/sample/base.css
shining-1.3.5 spec/sample/base.css
shining-1.3.4 spec/sample/base.css
shining-1.3.3 spec/sample/base.css
shining-1.3.2 spec/sample/base.css
shining-1.3.1 spec/sample/base.css
shining-1.3.0 spec/sample/base.css
shining-1.2.0 spec/sample/base.css
shining-1.1.8 spec/sample/base.css
shining-1.1.7 spec/sample/base.css
shining-1.1.5 spec/sample/base.css
shining-1.1.4 spec/sample/base.css
shining-1.1.3 spec/sample/base.css
shining-1.1.2 spec/sample/base.css
shining-1.1.1 spec/sample/base.css
shining-1.1.0 spec/sample/base.css
shining-1.0.2 spec/sample/base.css