ORIENT/plugins/rainlab/pages/assets/css/pages.css

126 lines
3.5 KiB
CSS

.control-filelist.menu-list li > a {
position: relative;
}
.control-filelist.menu-list li > a:before {
position: absolute;
width: 18px;
height: 18px;
left: 17px;
top: 18px;
content: ' ';
background-image: url(../images/menu-icons.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 36px auto;
}
.control-filelist.menu-list li > a:hover:before {
background-position: 0 -60px;
}
.control-filelist.content li > a {
position: relative;
}
.control-filelist.content li > a:before {
position: absolute;
width: 18px;
height: 22px;
left: 18px;
top: 10px;
content: ' ';
background-image: url(../images/content-icons.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 34px auto;
}
.control-filelist.content li > a:hover:before {
background-position: 0 -27px;
}
.control-filelist.content li.group ul li > a:before {
left: 34px;
}
.control-filelist.snippet-list li > a {
position: relative;
color: #808c8d;
}
.control-filelist.snippet-list li > a:before {
position: absolute;
width: 17px;
height: 19px;
content: ' ';
background-image: url(../images/snippet-icons.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 34px auto;
left: 18px;
top: 13px;
}
.control-filelist.snippet-list li > a:hover:before {
background-position: 0 -21px;
}
.control-filelist.snippet-list li.group ul li > a:before {
left: 34px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
.control-filelist.menu-list li > a:before {
background-position: 0px -11px;
background-size: 18px auto;
}
.control-filelist.menu-list li > a:hover:before {
background-position: 0px -40px;
}
.control-filelist.content li a:before {
background-position: 0px -27px;
background-size: 17px auto;
}
.control-filelist.content li a:hover:before {
background-position: 0px -52px;
}
.control-filelist.snippet-list li a:before {
background-position: 0px -21px;
background-size: 17px auto;
}
.control-filelist.snippet-list li a:hover:before {
background-position: 0px -41px;
}
}
.fancy-layout .pagesTextEditor {
border-left: 1px solid #bdc3c7 !important;
}
.control-richeditor [data-snippet]:before {
content: attr(data-name);
}
.control-richeditor [data-snippet]:after {
position: absolute;
width: 17px;
height: 19px;
left: 18px;
top: 17px;
content: ' ';
background-image: url(../images/snippet-icons.png);
background-position: 0 0;
background-repeat: no-repeat;
background-size: 34px auto;
left: 11px;
top: 12px;
}
.control-richeditor [data-snippet].loading:after {
background-image: url(../../../../../modules/system/assets/ui/images/loader-transparent.svg);
background-size: 15px 15px;
background-position: 50% 50%;
position: absolute;
width: 15px;
height: 15px;
top: 13px;
content: ' ';
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
.control-richeditor [data-snippet]:after {
background-position: 0px -21px;
background-size: 17px auto;
}
}
.form-group.secondary-tab {
padding: 10px 20px;
background: #fff;
}