Difference between revisions of "User:JP/timeless.css"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen and (max-width: 850px) {
+
.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 {
#mw-header-container {
+
background-image: url('https://dahuawiki.com/images/9/94/Css_sprites.png');
    padding: 0em 0em 0em;
+
background-repeat: no-repeat;
 
}
 
}
@media screen and (max-width: 850px) {
+
img.bg-Thermal_Red_New_Icon {
#user-tools h2, .sidebar-chunk h2 {
+
  background: url('css_sprites.png') -10px -10px;
    height: 125px;
+
  width: 60px; height: 60px;
 
}
 
}
 +
img.bg-Transmission_Red_New_Icon {
 +
  background: url('css_sprites.png') -90px -10px;
 +
  width: 60px; height: 60px;
 
}
 
}
@media screen and (max-width: 850px) {
+
img.bg-Video_Intercom_Red_New_Icon {
#user-tools h2 span, .sidebar-chunk h2 span {
+
  width: 60px; height: 60px;
    display: none;
+
  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;
 
}
 
}
@media screen and (max-width: 850px) {
+
img.bg-HDCVI_Camera_Red_New_Icon {
.mw-wiki-logo {
+
  width: 60px; height: 60px;
    display: block;
+
  background: url('css_sprites.png') -170px -10px;
    content: '';
 
    width: 11em;
 
    height: 5em;
 
    background-repeat: no-repeat;
 
    background-position: 50% 50%;
 
    margin: auto;
 
    margin-top: 0em;
 
 
}
 
}
 +
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;
 
}
 
}

Latest revision as of 19:37, 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 {
   background: url('css_sprites.png') -10px -10px;
   width: 60px; height: 60px;
}
img.bg-Transmission_Red_New_Icon {
   background: url('css_sprites.png') -90px -10px;
   width: 60px; height: 60px;
}
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;
}