fujaba/NetworkParser

View on GitHub
doc/diagramstyle.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#trashcan:hover circle {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Don't use IDs in selectors.
Open

#trashcan[visibility=visible] > circle{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Don't use IDs in selectors.
Open

#copyNode[visibility=visible] > circle{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Don't use IDs in selectors.
Open

#copyNode:hover circle{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Don't use IDs in selectors.
Open

#addEdge:hover circle {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Don't use IDs in selectors.
Open

#addEdge[visibility=visible] > circle{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Use of !important
Open

    stroke: #FFA033 !important;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Use of !important
Open

    fill: rgb(255, 241, 225) !important;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid black;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #888;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 10px 30px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 1px dotted rgba(0, 0, 0, 0.3);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 1px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid black;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border-bottom can sometimes make elements larger than you expect.
Open

    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid rgb(200, 200, 200);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid black;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #c2e1f5;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule is empty.
Open

.SVGClazzAttribute{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with padding-bottom can sometimes make elements larger than you expect.
Open

    padding-bottom: 5px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with padding-left can sometimes make elements larger than you expect.
Open

    padding-left: 5px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 1px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #c2e1f5;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with padding-top can sometimes make elements larger than you expect.
Open

    padding-top: 5px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Duplicate property 'border' found.
Open

    border: 1px solid rgb(200, 200, 200);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid rgb(200, 200, 200);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 10px 30px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #888;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with padding-right can sometimes make elements larger than you expect.
Open

    padding-right: 5px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid rgb(200, 200, 200);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with padding-top can sometimes make elements larger than you expect.
Open

    padding-top: 35px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #ccc;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border:1px solid black;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Duplicate property 'background' found.
Open

    background: linear-gradient(to bottom, #666 0%, #555 50%, #666 100%);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #666;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border:1px solid black;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule is empty.
Open

.SVGClazzMethod{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with border-top can sometimes make elements larger than you expect.
Open

    border-top: none;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Duplicate property 'background' found.
Open

    background: linear-gradient(to bottom, #666 0%, #555 50%, #666 100%);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 5px 5px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
Severity: Minor
Found in doc/diagramstyle.css by csslint

The properties padding-top, padding-bottom, padding-left, padding-right can be replaced by padding.
Open

.propertiespanel, .propertiespanel-hidden{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Values of 0 shouldn't have units specified.
Open

    right: 0px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Element (div.alt) is overqualified, just use .alt without element name.
Open

.ChoiceBox div.alt {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Element (button.active) is overqualified, just use .active without element name.
Open

.tabbedpane button.active{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Values of 0 shouldn't have units specified.
Open

    -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Values of 0 shouldn't have units specified.
Open

    bottom: 0px;
Severity: Minor
Found in doc/diagramstyle.css by csslint

Fallback border-right (hex or RGB) should precede RGBA border-right.
Open

    border-right: 1px dotted rgba(0, 0, 0, 0.3);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Fallback border-bottom (hex or RGB) should precede RGBA border-bottom.
Open

    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.logo {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.palette {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#addEdge:hover circle {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Heading (h3) should not be qualified.
Open

.editor h3 {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.Error {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.CodeView {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar button{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#copyNode:hover circle{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.pi {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.objectElement {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.lineElement {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGChoiceText {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.code_box:before {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGChoice {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.editor h3 {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.palette button {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.diagram {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.centercenter {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.editor h4 {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.ClassEditor {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

h1 {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tabbedpane{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.palette button svg, .palette button svg line, .palette button svg polygon, .palette button svg rect, .palette button svg text {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.code_box {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.ChoiceBox {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.selection:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.saveBtn:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tabcontent {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.toolbar button:hover{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.editor {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazz > rect{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.palette button svg polygon, .palette button svg text {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#trashcan:hover circle {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.Clazz {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.propertiespanel, .propertiespanel-hidden{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.properties, .properties-hidden{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.Error{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Heading (h2) should not be qualified.
Open

.editor h2 {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGChoiceCaption {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.lineRaster {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.draggable:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.propertiespanel-hidden{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.divTable{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGChoice:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Heading (h4) should not be qualified.
Open

.editor h4 {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.ChoiceBox div {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.patternElement {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Outlines should only be modified using :focus.
Open

.tabbedpane button{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.saveBtn:hover{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.editor textarea {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.btn:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazz-readyToConnect > rect{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.btnHideProp{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGEdge-selected{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vkbuttonSpace:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vkbuttonAction:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGEdge{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGEdgeInfo{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazz-drawedge > rect{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazzProperty{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazz > line{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.ScrumCard{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tabbedpane button:hover{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGAddNode-ready{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vkbuttonAction {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazz-drawedge > line{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vkbutton {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vkbutton:hover {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tabbedpane button.active{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGClazz-selected > rect{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vkbuttonSpace {
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGAddNode{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tabbedpane button{
Severity: Minor
Found in doc/diagramstyle.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.SVGEdge:hover{
Severity: Minor
Found in doc/diagramstyle.css by csslint

There are no issues that match your filters.

Category
Status