XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/templates/plugin/nyroModal.full.css

Summary

Maintainability
Test Coverage

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalLoading.error {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper a#closeBut {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {

3 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

Don't use IDs in selectors.
Open

div#nyroModalFull {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalLoading {

2 IDs in the selector, really?
Open

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

    border: 4px solid #f66;

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

    border: 4px solid #f66;

Expected (<filter-function-list> | none) but found 'alpha(opacity=50)'.</filter-function-list>
Open

    filter: alpha(opacity=50);

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

    border: 4px solid #777;

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

    border: 4px solid #777;

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

    padding: 20px;

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

    padding: 20px;

Expected (<filter-function-list> | none) but found 'alpha(opacity=20)'.</filter-function-list>
Open

    filter: alpha(opacity=20);

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

div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper a#closeBut {

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

div#nyroModalFull div#nyroModalLoading.error {

Element (div#nyroModalLoading.error) is overqualified, just use .error without element name.
Open

div#nyroModalFull div#nyroModalLoading.error {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {

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

div#nyroModalFull div#nyroModalWrapper {

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

div#nyroModalFull div#nyroModalWrapper {

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

div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {

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

div#nyroModalFull div#nyroModalLoading {

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

div#nyroModalFull div#nyroModalWrapper a#closeBut {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

Element (a#closeBut) is overqualified, just use #closeBut without element name.
Open

div#nyroModalFull div#nyroModalWrapper a#closeBut {

Element (h1#nyroModalTitle) is overqualified, just use #nyroModalTitle without element name.
Open

div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {

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

div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {

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

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull {

Element (div#nyroModalLoading.error) is overqualified, just use #nyroModalLoading without element name.
Open

div#nyroModalFull div#nyroModalLoading.error {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {

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

div#nyroModalFull div#nyroModalLoading {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {

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

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {

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

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9999em;

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9999em;

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

div#nyroModalFull div#nyroModalLoading {

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

div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {

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

div#nyroModalFull {

Outlines should only be modified using :focus.
Open

div#nyroModalFull div#nyroModalWrapper a#closeBut {

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

div#nyroModalFull div#nyroModalWrapper a#closeBut {

Heading (h1) should not be qualified.
Open

div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {

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

div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {

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

div#nyroModalFull div#nyroModalLoading.error {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {

Outlines should only be modified using :focus.
Open

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {

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

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {

There are no issues that match your filters.

Category
Status