Commit c73d86b0 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added stylesheet

parent 0e45c8dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ASCII"?>
<css:StyleSheetReference xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:css="http://www.eclipse.org/papyrus/infra/gmfdiag/css" path="/TestDescriptionLanguage/css/tdl.css"/>
+90 −0
Original line number Diff line number Diff line

* {
    fillColor: #FFFFFF;
    fontColor: #000000;
    
    fontHeight: 9;
}

Label[type=StereotypeLabel]{
    depth:"none";
}

Property {
    elementIcon:false;
    maskLabel: name type multiplicity
}

Association > Label:sourceMultiplicity {
    visible:false;
}
 
Association > Label:targetMultiplicity {
    visible:false;
    
}

Association > Label:targetRole {
    maskLabel: name multiplicity;
    visible: true;
}

Association > Label:sourceRole {
    maskLabel: name multiplicity;
    visible: false;
}

Association > Label:name {
    visible: false;
}


Class {
    gradient: #EEEEEE vertical;
    elementIcon:false;
    shadow:false;
    qualifiedNameDepth:"none";
}

Enumeration {
    gradient: #EEEEEE vertical;
    elementIcon:false;
    shadow:false;
    qualifiedNameDepth:"none";
}

EnumerationLiteral {
    elementIcon:false;
    maskLabel: name;
    shapeStereotype: false;
    shapeDecorationStereotype: false;
}

EnumerationLiteral > Label:Stereotype {
    visible:false;
}


Class.referenced {
    gradient: #EEEEEE vertical;    
}

Class.referenced > Compartment[kind="attributes"] {
    visible:false;
}

Class > Compartment[kind="symbol"] {
    visible:false;
}

Class > Compartment[kind="internalstructure"] {
    visible:false;
}

Class > Compartment[kind="nestedclassifiers"] {
    visible:false;
}

Class > Compartment[kind="operations"] {
    visible:false;
}