Sha256: a8f79ccb48d77612851483b8fb43233773f182038d90a9b71abe14514725cbd2

Contents?: true

Size: 1.6 KB

Versions: 3

Compression:

Stored size: 1.6 KB

Contents

/* JSDoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	background-repeat: repeat-y;
	background-position: center;
}

#content {
  padding: 5px;
}

table.nopad {
  border:1px solid black;
  width:100%;
  border-collapse: collapse;
}

.odd {
  background-color: #EEEEEE;
}

.even {
  background-color: white;
}

tr {
  border:1px solid black;
  padding:0px;
}

td {
  border:1px solid black;
  padding:0px;
}

.header {
  background: #EEEEEE;
  width: 100%;
}
.TableHeadingColor     { background: #EEEEEE } 

td,p, li, ul {
	font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a {
	font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #397AB2;
	text-decoration: underline;
}
a:link {
	font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #397AB2;
	text-decoration: underline;
}
a:hover {
	font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4E6F9A;
}

h1 {
	font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #397AB2;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: 0px;
	padding-bottom: 0px;
}


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nasldoc-0.1.0 lib/nasldoc/assets/stylesheet.css
nasldoc-0.0.9 lib/nasldoc/assets/stylesheet.css
nasldoc-0.0.8 lib/nasldoc/assets/stylesheet.css