Skip to content

Commit

Permalink
Added stylesheets for 'ultraviolet' brick. These are slightly modifie…
Browse files Browse the repository at this point in the history
…d stock CSS files to allow inline <code>.
  • Loading branch information
gaspard committed Jun 7, 2011
1 parent 94dfd5c commit 3e136a4
Show file tree
Hide file tree
Showing 21 changed files with 3,299 additions and 0 deletions.
114 changes: 114 additions & 0 deletions public/stylesheets/uv/active4d.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
.active4d_code .DiffHeader {
background-color: #656565;
color: #FFFFFF;
}
.active4d_code .Operator {
}
.active4d_code .InheritedClass {
}
.active4d_code .TypeName {
color: #21439C;
}
.active4d_code .Number {
color: #A8017E;
}
.active4d_code .EmbeddedSource {
background-color: #ECF1FF;
}
.active4d_code {
background-color: #FFFFFF;
color: #000000;
}
.active4d_code .DiffInsertedLine {
background-color: #98FF9A;
color: #000000;
}
.active4d_code .LibraryVariable {
color: #A535AE;
}
.active4d_code .Storage {
color: #FF5600;
}
.active4d_code .InterpolatedEntity {
font-weight: bold;
color: #66CCFF;
}
.active4d_code .line-numbers {
background-color: #BAD6FD;
color: #000000;
}
.active4d_code .LocalVariable {
font-weight: bold;
color: #6392FF;
}
.active4d_code .DiffLineRange {
background-color: #1B63FF;
color: #FFFFFF;
}
.active4d_code .BlockComment {
color: #D33435;
}
.active4d_code .TagName {
color: #016CFF;
}
.active4d_code .FunctionArgument {
}
.active4d_code .BuiltInConstant {
color: #A535AE;
}
.active4d_code .LineComment {
color: #D33535;
}
.active4d_code .DiffDeletedLine {
background-color: #FF7880;
color: #000000;
}
.active4d_code .NamedConstant {
color: #B7734C;
}
.active4d_code .CommandMethod {
font-weight: bold;
color: #45AE34;
}
.active4d_code .TableField {
color: #0BB600;
}
.active4d_code .PlainXmlText {
color: #000000;
}
.active4d_code .Invalid {
background-color: #990000;
color: #FFFFFF;
}
.active4d_code .LibraryClassType {
color: #A535AE;
}
.active4d_code .TagAttribute {
color: #963DFF;
}
.active4d_code .Keyword {
font-weight: bold;
color: #006699;
}
.active4d_code .UserDefinedConstant {
}
.active4d_code .String {
color: #666666;
}
.active4d_code .DiffUnchangedLine {
color: #5E5E5E;
}
.active4d_code .TagContainer {
color: #7A7A7A;
}
.active4d_code .FunctionName {
color: #21439C;
}
.active4d_code .Variable {
font-weight: bold;
color: #0053FF;
}
.active4d_code .DateTimeLiteral {
font-weight: bold;
color: #66CCFF;
}
72 changes: 72 additions & 0 deletions public/stylesheets/uv/all_hallows_eve.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
.all_hallows_eve_code .ClassInheritance {
font-style: italic;
}
.all_hallows_eve_code .Constant {
color: #3387CC;
}
.all_hallows_eve_code .TypeName {
text-decoration: underline;
}
.all_hallows_eve_code .TextBase {
background-color: #434242;
color: #FFFFFF;
}
.all_hallows_eve_code {
background-color: #000000;
color: #FFFFFF;
}
.all_hallows_eve_code .StringEscapesExecuted {
color: #555555;
}
.all_hallows_eve_code .line-numbers {
background-color: #73597E;
color: #FFFFFF;
}
.all_hallows_eve_code .StringExecuted {
background-color: #CCCC33;
color: #000000;
}
.all_hallows_eve_code .BlockComment {
background-color: #9B9B9B;
color: #FFFFFF;
}
.all_hallows_eve_code .TagName {
text-decoration: underline;
}
.all_hallows_eve_code .PreProcessorLine {
color: #D0D0FF;
}
.all_hallows_eve_code .SupportFunction {
color: #C83730;
}
.all_hallows_eve_code .FunctionArgument {
font-style: italic;
}
.all_hallows_eve_code .PreProcessorDirective {
}
.all_hallows_eve_code .StringEscapes {
color: #AAAAAA;
}
.all_hallows_eve_code .SourceBase {
background-color: #000000;
color: #FFFFFF;
}
.all_hallows_eve_code .TagAttribute {
}
.all_hallows_eve_code .StringLiteral {
color: #CCCC33;
}
.all_hallows_eve_code .String {
color: #66CC33;
}
.all_hallows_eve_code .Keyword {
color: #CC7833;
}
.all_hallows_eve_code .RegularExpression {
color: #CCCC33;
}
.all_hallows_eve_code .FunctionName {
}
.all_hallows_eve_code .Comment {
color: #9933CC;
}
147 changes: 147 additions & 0 deletions public/stylesheets/uv/amy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
.amy_code .PolymorphicVariants {
color: #60B0FF;
font-style: italic;
}
.amy_code .KeywordDecorator {
color: #D0D0FF;
}
.amy_code .Punctuation {
color: #805080;
}
.amy_code .InheritedClass {
}
.amy_code .InvalidDepricated {
background-color: #CC66FF;
color: #200020;
}
.amy_code .LibraryVariable {
}
.amy_code .TokenReferenceOcamlyacc {
color: #3CB0D0;
}
.amy_code .Storage {
color: #B0FFF0;
}
.amy_code .KeywordOperator {
color: #A0A0FF;
}
.amy_code .CharacterConstant {
color: #666666;
}
.amy_code .line-numbers {
background-color: #800000;
color: #000000;
}
.amy_code .ClassName {
color: #70E080;
}
.amy_code .Int64Constant {
font-style: italic;
}
.amy_code .NonTerminalReferenceOcamlyacc {
color: #C0F0F0;
}
.amy_code .TokenDefinitionOcamlyacc {
color: #3080A0;
}
.amy_code .ClassType {
color: #70E0A0;
}
.amy_code .ControlKeyword {
color: #80A0FF;
}
.amy_code .LineNumberDirectives {
text-decoration: underline;
color: #C080C0;
}
.amy_code .FloatingPointConstant {
text-decoration: underline;
}
.amy_code .Int32Constant {
font-weight: bold;
}
.amy_code .TagName {
color: #009090;
}
.amy_code .ModuleTypeDefinitions {
text-decoration: underline;
color: #B000B0;
}
.amy_code .Integer {
color: #7090B0;
}
.amy_code .Camlp4TempParser {
}
.amy_code .InvalidIllegal {
font-weight: bold;
background-color: #FFFF00;
color: #400080;
}
.amy_code .LibraryConstant {
background-color: #200020;
}
.amy_code .ModuleDefinitions {
color: #B000B0;
}
.amy_code .Variants {
color: #60B0FF;
}
.amy_code .CompilerDirectives {
color: #C080C0;
}
.amy_code .FloatingPointInfixOperator {
text-decoration: underline;
}
.amy_code .BuiltInConstant1 {
}
.amy_code {
background-color: #200020;
color: #D0D0FF;
}
.amy_code .FunctionArgument {
color: #80B0B0;
}
.amy_code .FloatingPointPrefixOperator {
text-decoration: underline;
}
.amy_code .NativeintConstant {
font-weight: bold;
}
.amy_code .BuiltInConstant {
color: #707090;
}
.amy_code .BooleanConstant {
color: #8080A0;
}
.amy_code .LibraryClassType {
}
.amy_code .TagAttribute {
}
.amy_code .Keyword {
color: #A080FF;
}
.amy_code .UserDefinedConstant {
}
.amy_code .String {
color: #999999;
}
.amy_code .Camlp4Code {
background-color: #350060;
}
.amy_code .NonTerminalDefinitionOcamlyacc {
color: #90E0E0;
}
.amy_code .FunctionName {
color: #50A0A0;
}
.amy_code .SupportModules {
color: #A00050;
}
.amy_code .Variable {
color: #008080;
}
.amy_code .Comment {
background-color: #200020;
color: #404080;
font-style: italic;
}

0 comments on commit 3e136a4

Please sign in to comment.