suever/MATL-Online

View on GitHub
matl_online/static/css/style.css

Summary

Maintainability
Test Coverage
Rule doesn't have all its properties in alphabetical order.
.error {
font-family: monospace;
color: #F00;
border: 0;
font-weight:normal;
font-size: 14px;
overflow: auto;
white-space: pre-line;
}
 
.output {
padding: 6px 12px;
}
 
Don't use IDs in selectors.
#versiondrop {
max-height: 400px;
overflow: auto;
}
 
textarea{
resize: vertical;
}
 
.annotation {
color: #AAA;
float: right;
text-align: right;
}
 
Rule doesn't have all its properties in alphabetical order.
.code {
font-family: monospace;
font-size: 14px;
white-space: pre;
display: block;
overflow: auto;
}
 
Rule doesn't have all its properties in alphabetical order.
pre.code {
border: 0;
min-height: 200px;
height: auto;
overflow: auto;
background-color: inherit;
white-space: pre;
}
 
Rule doesn't have all its properties in alphabetical order.
.btn-secondary {
background-color: #CCCCCC;
color: #333333;
border-color: #BBBBBB;
}
 
Adjoining classes: .btn-inverse.active
.btn-inverse.active {
background-color: #080808;
}
 
Rule doesn't have all its properties in alphabetical order.
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
vertical-align: top;
font-size: 12px;
font-family: monospace;
white-space: pre-line;
}
 
.thumb {
cursor: pointer;
}
 
Don't use IDs in selectors.
#share {
cursor: pointer;
}
 
.explain {
max-height: 500px;
overflow-y: auto;
}
 
Don't use IDs in selectors.
#explain {
color: #BBB;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#imagepreview {
Using width with border can sometimes make elements larger than you expect.
border: 1px solid #DDD;
width: 90%;
margin: auto;
margin-bottom: 10px;
display: block;
}
 
Rule doesn't have all its properties in alphabetical order.
.imshow {
width: 100%;
Using width with border can sometimes make elements larger than you expect.
border: 1px solid #DDD;
max-width: 500px;
}
 
Rule doesn't have all its properties in alphabetical order.
.imagedetaildiv {
position: relative;
padding-top:10px;
padding-bottom: 5px;
color: #AAAAAA;
vertical-align: middle;
}
 
.imagedetails {
float: right;
font-size: 75%;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#paste_input_field {
width: 100%;
min-height: 200px;
Using width with padding can sometimes make elements larger than you expect.
padding: 5px;
Using width with border can sometimes make elements larger than you expect.
border: 1px solid #666;
}
 
.imgur {
float:left;
padding-right:10px;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#imgurlink {
height: 10px;
font-size: 75%;
}
 
.hspace {
width: 10px;
}
 
.nn-interp {
image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */
Expected (auto | optimizeSpeed | optimizeQuality) but found '-moz-crisp-edges'.
image-rendering: -moz-crisp-edges; /* Firefox */
Expected (auto | optimizeSpeed | optimizeQuality) but found '-o-crisp-edges'.
image-rendering: -o-crisp-edges; /* Opera */
Expected (auto | optimizeSpeed | optimizeQuality) but found '-webkit-optimize-contrast'.
image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
Expected (auto | optimizeSpeed | optimizeQuality) but found 'pixelated'.
image-rendering: pixelated; /* Chrome */
Expected (auto | optimizeSpeed | optimizeQuality) but found 'optimize-contrast'.
image-rendering: optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}
 
.popover{
z-index:100000000;
}
 
Rule doesn't have all its properties in alphabetical order.
.flip {
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
-webkit-transform-origin: 50% 50% 0;
-o-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
width: 300px;
position: absolute;
top:5px;
display: block;
}
 
Don't use IDs in selectors.
#share {
-moz-transform: rotateX( 0deg );
-ms-transform: rotateX( 0deg );
-webkit-transform: rotateX( 0deg );
-o-transform: rotateX( 0deg );
transform: rotateX( 0deg );
}
 
Don't use IDs in selectors.
#sharelink {
-moz-transform: rotateX( 180deg );
-ms-transform: rotateX( 180deg );
-webkit-transform: rotateX( 180deg );
-o-transform: rotateX( 180deg );
transform: rotateX( 180deg );
}
 
.flip-side-1 {
-moz-transform: rotateX( 0deg ) !important;
-ms-transform: rotateX( 0deg ) !important;
-webkit-transform: rotateX( 0deg ) !important;
-o-transform: rotateX( 0deg ) !important;
transform: rotateX( 0deg ) !important;
}
 
thead {
font-size: 14px;
}
 
 
.flip-side-2 {
-moz-transform: rotateX( 180deg ) !important;
-ms-transform: rotateX( 180deg ) !important;
-webkit-transform: rotateX( 180deg ) !important;
-o-transform: rotateX( 180deg ) !important;
transform: rotateX( 180deg ) !important;
}
 
html, body {
height: 100%;
overflow-y: auto;
Using height with padding-bottom can sometimes make elements larger than you expect.
padding-bottom: 20px;
}
 
.main {
margin: 0 auto -20px;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#save {
width: 125px;
text-align: center;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#run {
width: 125px;
text-align: center;
margin-right: 10px;
}
 
Rule doesn't have all its properties in alphabetical order.
.footer {
position: absolute;
bottom: 1px;
width: 100%;
height: 20px;
background-color: #f5f5f5;
Using height with border-top can sometimes make elements larger than you expect.
border-top: 1px solid #DDD;
font-size: x-small;
line-height: 20px;
vertical-align: middle;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#paste_input {
position: relative;
top: 5px;
right: 5px;
color: #BBB;
Values of 0 shouldn't have units specified.
height:0px;
}
 
@media(max-width:767px)
{
Don't use IDs in selectors.
#docmenutoggle {
display: none;
}
}
 
.footer .middle{
text-align: center;
}
 
.footer .left {
text-align: left;
}
 
.footer .right {
text-align: right;
}
 
.transition-width {
-moz-transition: width 0.25s ease-out;
-o-transition: width 0.25s ease-out;
-webkit-transition: width 0.25s ease-out;
transition: width 0.25s ease-out;
}
 
.documentation {
padding-left: 20px;
}
 
.dropdown {
z-index: 1036;
}
 
Rule doesn't have all its properties in alphabetical order.
.col-sm-0 {
width: 0;
float: left;
overflow: hidden;
margin: 0;
padding: 0;
min-height: 1px;
}
 
.footer-item {
padding-left: 10px;
padding-right: 10px;
}
 
Don't use IDs in selectors.
#left_div {
min-height: 80%;
}
 
Don't use IDs in selectors.
Rule doesn't have all its properties in alphabetical order.
#right_div {
height: 100%;
background-color: white;
border-left: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
 
.inner-container {
min-height: calc(100% - 80px);
}