Sha256: 26dce341fda3abad1f5f6bb4819f726ced4f847518c390edfab894b1e7fd7d56

Contents?: true

Size: 1.98 KB

Versions: 31

Compression:

Stored size: 1.98 KB

Contents

/**
 * Script:
 *   Flame.template.css - Template to build custom Flame for Lighter.js.
 *
 * License:
 *   MIT-style license.
 * 
 * Author:
 *   Jose Prado
 *
 * Copyright:
 *   Copyright (©) 2009 [Jose Prado](http://pradador.com/).
 *
 */
.myLighter {
	font-family: Monaco, Courier, Monospace;
	font-size: 12px;
	overflow: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	word-wrap: break-word;
}
.myLighter span {
	color: black;
	font-size: 12px;
}
.myLighter .mynum {
	background-color: #f2f2f2;
	color: #939393;
	font-size: 10px;
	text-align: center;
	width: 30px;
}
.myLighter .myline {
	background-color: #fff;
	padding: 0 3px 0 10px;
	padding-left: 15px;
	padding-right: 5px;
}
.myLighter .myfirst { padding-top: 5px; }
.myLighter .mylast  { padding-bottom: 5px; }
.myLighter .alt { background-color: #F4F8FC; }

/** Pre specific styles */
pre.myLighter {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/** OL specific styles */
ol.myLighter {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
ol.myLighter li { margin-left: 40px; }

/** Div specific styles */
div.myLighter .mynum {
	display: block;
	float: left;
}
div.myLighter .myline {
	display: block;
	margin-left: 30px;
	min-height: 12px;
}
div.myLighter div {
	clear: left;
	overflow: auto;
}

/** Table specific styles */
table.myLighter .mynum {}
table.myLighter .myline {}
	
/** Symbol styles */
.myLighter .de1 {}
.myLighter .de2 {}
.myLighter .kw1 { color: #; }
.myLighter .kw2 { color: #; }
.myLighter .kw3 { color: #; }
.myLighter .kw4 { color: #; }
.myLighter .co1 { color: #; }
.myLighter .co2 { color: #; }
.myLighter .st0 { color: #; }
.myLighter .st1 { color: #; }
.myLighter .st2 { color: #; }
.myLighter .nu0 { color: #; }
.myLighter .me0 { color: #; }
.myLighter .me1 { color: #; }
.myLighter .br0 { color: #; }
.myLighter .sy0 { color: #; }
.myLighter .es0 { color: #; }
.myLighter .re0 { color: #; }

Version data entries

31 entries across 16 versions & 1 rubygems

Version Path
pupu-0.2.1 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.2.1 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.2 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.2 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.1 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.1 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.5 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.5 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.4 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.4 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.3 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.3 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.2 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.2 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.1 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5.1 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5 examples/rango/media/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.5 examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.4.pre examples/merb/public/pupu/lighter/stylesheets/Flame.template.css
pupu-0.0.4.pre examples/rango/media/pupu/lighter/stylesheets/Flame.template.css