Device-Firmata

 view release on metacpan or  search on metacpan

presentation/stylesheets/screen.css  view on Meta::CPAN

/* @group reset */
    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
    blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, 
    q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn 
    { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline }
    a img, frameset { border: 0; }
    table {	border-collapse: collapse; border-spacing: 0; }
    caption, th, td { text-align: left;	font-weight: normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    blockquote, q {	quotes: "" ""; }
/* @end */

/* @group utility */
    .hide { display: none; }
    .contain-overflow { overflow: hidden; }
    .screen-reader { display: block; left: -9999px; position: absolute; top: -9999px; }
    .row:after, .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    .amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-size: 1.1em; font-style: italic; font-weight: normal; }
/* @end */

/* @group =base */
    body {
      background: #ffffff url(../images/HappySkies.png) center 30%;
      color: #000000;
      font: 24px/36px Helvetica, Arial, Sans-Serif;
      overflow: hidden;
    }

	/* @group -headers */
	h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	h1 { font-size: 18px; line-height: 18px; }
	h2, h3, h4, h5 { font-family: times, ariel, verdana, helvetica; }
	/* @end */

	/* @group -links */
	a, a:link { text-decoration: underline; color: inherit }
	a:visited { color: inherit }
	a:hover { text-decoration: none; color: inherit}
	a:active {}
	/* @end */

	/* @group -basic text */
	p, ol, ul, table { 
        margin: 0;
        font-size: 2em; 
        line-height: 1.25em;
    }
    ol, ul {
        margin: 0 0 0 1em; 
        font-size: 2em; 
        line-height: 1.25em;
    }
	ul { list-style: square; }
	li { border-bottom: 1px solid rgba(147,204,198,0.2); }
	li:first-child { padding-top: 0; }
	li:last-child { border-bottom: none; padding-bottom: 0; }
	/* @end */



( run in 0.697 second using v1.01-cache-2.11-cpan-39bf76dae61 )