removing unused CSS
This commit is contained in:
parent
ad2ad4f379
commit
24c9693832
1 changed files with 0 additions and 101 deletions
101
css/styles.css
101
css/styles.css
|
@ -9,16 +9,9 @@
|
|||
background-color: #111;
|
||||
padding: 10px;
|
||||
position: fixed !important;
|
||||
-webkit-box-shadow: 0 0 4px #000;
|
||||
-moz-box-shadow: 0 0 4px #000;
|
||||
box-shadow: 0 0 4px #000;
|
||||
}
|
||||
|
||||
.cb-control label {
|
||||
display: inline-block;
|
||||
margin: 0 0 4px;
|
||||
}
|
||||
|
||||
.navigate {
|
||||
top: 0;
|
||||
margin: 0;
|
||||
|
@ -26,8 +19,6 @@
|
|||
width: 128px;
|
||||
opacity: 0;
|
||||
background: center no-repeat;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -37,20 +28,10 @@
|
|||
|
||||
.navigate-left {
|
||||
left: 0;
|
||||
background-image: url(../img/left.png);
|
||||
}
|
||||
|
||||
.navigate-right {
|
||||
right: 0;
|
||||
background-image: url(../img/right.png);
|
||||
}
|
||||
|
||||
.cb-option {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.cb-option:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ui-draggable {
|
||||
|
@ -61,8 +42,6 @@
|
|||
z-index: 100;
|
||||
opacity: 0.8;
|
||||
background: #000 url("../img/loading.gif") no-repeat center;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -72,8 +51,6 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
margin: 8px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
@ -91,81 +68,3 @@
|
|||
background: #86C441;
|
||||
border-color: #3E7600;
|
||||
}
|
||||
|
||||
#cb-toolbar #cb-comic-info {
|
||||
float: right;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
#cb-toolbar {
|
||||
top: 0;
|
||||
border-bottom: 2px solid #444;
|
||||
}
|
||||
|
||||
#cb-toolbar button {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
color: transparent;
|
||||
border: none;
|
||||
background-image: url("../img/iconic/sprite.png");
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#cb-toolbar button.cb-close { background-position: 0 -120px }
|
||||
#cb-toolbar button.cb-close:hover { background-position: -24px -120px }
|
||||
|
||||
#cb-toolbar button.cb-color { background-position: 0 0 }
|
||||
#cb-toolbar button.cb-color:hover,
|
||||
#cb-toolbar button.cb-color.active { background-position: -24px 0 }
|
||||
|
||||
#cb-toolbar button.cb-layout { background-position: 0 -24px }
|
||||
#cb-toolbar button.cb-layout:hover { background-position: -24px -24px }
|
||||
|
||||
#cb-toolbar button.cb-zoom-out { background-position: 0 -72px }
|
||||
#cb-toolbar button.cb-zoom-out:hover { background-position: -24px -72px }
|
||||
|
||||
#cb-toolbar button.cb-zoom-in { background-position: 0 -96px }
|
||||
#cb-toolbar button.cb-zoom-in:hover { background-position: -24px -96px }
|
||||
|
||||
#cb-toolbar button.cb-fit-width { background-position: 0 -48px }
|
||||
#cb-toolbar button.cb-fit-width:hover { background-position: -24px -48px }
|
||||
#cb-toolbar button.cb-fit-width[disabled=disabled] { background-position: -48px -48px }
|
||||
|
||||
#cb-color {
|
||||
width: 246px;
|
||||
top: 44px;
|
||||
left: 120px;
|
||||
z-index: 1;
|
||||
border: 2px solid #444;
|
||||
border-top: none;
|
||||
-moz-border-radius-bottomleft: 16px;
|
||||
-moz-border-radius-bottomright: 16px;
|
||||
-webkit-border-bottom-left-radius: 16px;
|
||||
-webkit-border-bottom-right-radius: 16px;
|
||||
border-bottom-left-radius: 16px;
|
||||
border-bottom-right-radius: 16px;
|
||||
}
|
||||
|
||||
label[for="cb-desaturate"] {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#cb-desaturate {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#cb-reset {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#cb-reset {
|
||||
background: transparent url(../img/iconic/reload_12x14.png) no-repeat left center;
|
||||
padding-left: 16px;
|
||||
height: 14px;
|
||||
border: none;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue