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

 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
div#content a.external {
+
.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:none !important;
+
background-image: url('https://dahuawiki.com/images/9/94/Css_sprites.png');
    padding: 0px !important;
+
background-repeat: no-repeat;
 
}
 
}
.color-middle {
+
img.bg-Thermal_Red_New_Icon {
    background: #990000;
+
  background: url('css_sprites.png') -10px -10px;
 +
  width: 60px; height: 60px;
 
}
 
}
.color-right {
+
img.bg-Transmission_Red_New_Icon {
    background: #990000;
+
  background: url('css_sprites.png') -90px -10px;
 +
  width: 60px; height: 60px;
 
}
 
}
#ca-talk {
+
img.bg-Video_Intercom_Red_New_Icon {
    display: none !important;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -10px -90px;
 
}
 
}
#mw-content h2 {
+
img.bg-EZ_IP_Red_New_Icon {
    border-bottom: solid 1px darkgrey;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -90px -90px;
 
}
 
}
#mw-page-header-links li.selected {
+
img.bg-HDCVI_Camera_Red_New_Icon {
    border-bottom: solid 1px black;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -170px -10px;
 
}
 
}
#firstHeading{
+
img.bg-HDCVI_Recorder_Red_New_Icon {
    border-bottom: solid 1px black;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -170px -90px;
 
}
 
}
#mw-content h1.firstHeading {
+
img.bg-IVS_Red_New_Icon {
    border-bottom: solid 1px black;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -10px -170px;
 
}
 
}
#mw-site-navigation .sidebar-chunk h3 {
+
img.bg-Network_Camera_Red_New_Icon {
    border-bottom: solid 1px black;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -90px -170px;
 
}
 
}
div#content a.external {
+
img.bg-Network_Switch_Red_New_Icon {
    background:none !important;
+
  width: 60px; height: 60px;
    padding: 0px !important;
+
  background: url('css_sprites.png') -170px -170px;
 
}
 
}
#mw-footer-container a {
+
 
    display: none;
+
img.bg-NVR_Red_New_Icon {
 +
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -250px -10px;
 
}
 
}
#mw-content-container {
+
img.bg-PTZ_Red_New_Icon {
    border-bottom: solid 4px #990000;
+
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -250px -90px;
 
}
 
}
#mw-related-navigation .sidebar-chunk h3 {
+
 
    border-bottom: solid 1px black;
+
img.bg-Software_Red_New_Icon {
 +
  width: 60px; height: 60px;
 +
  background: url('css_sprites.png') -250px -170px;
 
}
 
}
.mw-wiki-logo {
+
 
    margin: -2.25em auto 0;
+
img.bg-Storage_Red_New_Icon {
}
+
  width: 60px; height: 60px;
#mw-site-navigation {
+
  background: url('css_sprites.png') -10px -250px;
    margin-top: -1em !important;
 
}
 
#mw-site-navigation .sidebar-chunk {
 
    margin: 1em 0;
 
}
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
#toc { float: right };
 
#mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
 
    margin: 0.3em 0 0.5em;
 
}
 
#mw-content h1, #mw-content h2 {
 
    border-bottom: solid 1px darkgrey;
 
}
 
#p-logo {
 
display: none;
 
 
}
 
}

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;
}