Difference between revisions of "User:JP/timeless.css"
Line 9: | Line 9: | ||
} | } | ||
− | .bg-Transmission_Red_New_Icon { | + | img.bg-Transmission_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 15: | Line 15: | ||
} | } | ||
− | .bg-Video_Intercom_Red_New_Icon { | + | img.bg-Video_Intercom_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 21: | Line 21: | ||
} | } | ||
− | .bg-EZ_IP_Red_New_Icon { | + | img.bg-EZ_IP_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 27: | Line 27: | ||
} | } | ||
− | .bg-HDCVI_Camera_Red_New_Icon { | + | img.bg-HDCVI_Camera_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 33: | Line 33: | ||
} | } | ||
− | .bg-HDCVI_Recorder_Red_New_Icon { | + | img.bg-HDCVI_Recorder_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 39: | Line 39: | ||
} | } | ||
− | .bg-IVS_Red_New_Icon { | + | img.bg-IVS_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 45: | Line 45: | ||
} | } | ||
− | .bg-Network_Camera_Red_New_Icon { | + | img.bg-Network_Camera_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 51: | Line 51: | ||
} | } | ||
− | .bg-Network_Switch_Red_New_Icon { | + | img.bg-Network_Switch_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 57: | Line 57: | ||
} | } | ||
− | .bg-NVR_Red_New_Icon { | + | img.bg-NVR_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 63: | Line 63: | ||
} | } | ||
− | .bg-PTZ_Red_New_Icon { | + | img.bg-PTZ_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 69: | Line 69: | ||
} | } | ||
− | .bg-Software_Red_New_Icon { | + | img.bg-Software_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
Line 75: | Line 75: | ||
} | } | ||
− | .bg-Storage_Red_New_Icon { | + | img.bg-Storage_Red_New_Icon { |
width: 60px; height: 60px; | width: 60px; height: 60px; | ||
background: url('css_sprites.png') -10px -250px; | background: url('css_sprites.png') -10px -250px; | ||
} | } |
Revision as of 19:30, 15 October 2020
.bg-Software_Red_New_Icon, .bg-Storage_Red_New_Icon, .bg-PTZ_Red_New_Icon, .bg-NVR_Red_New_Icon, .bg-Network_Switch_Red_New_Icon, .bg-Network_Camera_Red_New_Icon, .bg-IVS_Red_New_Icon, .bg-HDCVI_Recorder_Red_New_Icon, .bg-HDCVI_Camera_Red_New_Icon, .bg-EZ_IP_Red_New_Icon, .bg-Video_Intercom_Red_New_Icon, .bg-Transmission_Red_New_Icon, .bg-Thermal_Red_New_Icon {
background-image: url('https://dahuawiki.com/images/9/94/Css_sprites.png');
background-repeat: no-repeat;
}
img.bg-Thermal_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -10px -10px;
}
img.bg-Transmission_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -90px -10px;
}
img.bg-Video_Intercom_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -10px -90px;
}
img.bg-EZ_IP_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -90px -90px;
}
img.bg-HDCVI_Camera_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -170px -10px;
}
img.bg-HDCVI_Recorder_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -170px -90px;
}
img.bg-IVS_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -10px -170px;
}
img.bg-Network_Camera_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -90px -170px;
}
img.bg-Network_Switch_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -170px -170px;
}
img.bg-NVR_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -250px -10px;
}
img.bg-PTZ_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -250px -90px;
}
img.bg-Software_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -250px -170px;
}
img.bg-Storage_Red_New_Icon {
width: 60px; height: 60px;
background: url('css_sprites.png') -10px -250px;
}