Login   Register  
Icontem

File: parms.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Randal Allen Anderson III  >  Javascript Params Array  >  parms.css  >  Download  
File: parms.css
Role: Auxiliary data
Content type: text/plain
Description: Parms style sheet
Class: Javascript Params Array
Manipulate arrays of named parameters
Author: By
Last change:
Date: 2013-05-11 18:14
Size: 1,777 bytes
 

Contents

Class file image Download
/*
  Parms - Open Source JavaScript Custom Parameters

  parms.css
    CSS stylings for custom parameters

  Author: Randal Allen Anderson III
          rational_ape@hotmail.com
  Web: http://raa3enterprises.com/parms
  Copyright (c) 2013 RAA3 Enterprises, Inc.
  GNU General Public License - http://www.gnu.org/licenses/gpl.html
*/

/**
 *  
 *
 *  
 */

/* body */
body {
	background-color: #fff;
	margin: 40px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #4F5155;
}

a :link{
	color: #339900;
	background-color: transparent;
	font-weight: normal;
}

a:hover {
	color: #339900;
	background-color: transparent;
	font-weight: normal;
}

a:visited {
	color: #339900;
	background-color: transparent;
	font-weight: normal;
}

/* h1 */
h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}

/* div class="copyright" */
.copyright {
	font-family: Verdana, Sans-serif;
	font-size: 8px;
	background-color: #f9f9f9;
}

/* severity level colors for loggers */
.Severe {
	color: #aa0000;
	font-weight: bold;
}
.Error {
	color: #aa0000;
}
.Warn {
	color: #dd7700;
}
.Info {
	color: #0000aa;
}
.Trace {
	color: #228822;
}
.Debug {
	color: #886622;
}

.rowA {
	background-color: lightblue;
}

.rowB {
	background-color: lightgreen;
}

/* div id="erroricons" for jraLogger */
#erroricons {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* div id="erroricons" for jraLogger */
#errorlistdivs {
  position: absolute;
  top: 210px;
  left: 40px;
}

/* class="loglist" for jraLogger */
.loglist {
	background-color: #f4f4f4;
}