Difference between revisions of "MediaWiki:Mobile.css"

From Serial Experiments Lain wiki
Jump to: navigation, search
Tags: Mobile web edit Mobile edit
Tags: Mobile web edit Mobile edit
Line 2: Line 2:
 
   --color-surface-0: #333232;
 
   --color-surface-0: #333232;
 
}
 
}
:root.skin-citizen-dark {
+
.list-header {
  --color-link: #A17B10;
+
background-color: #333232;;
 
}
 
}
 
.mw-footer {
 
.mw-footer {
Line 18: Line 18:
 
background-color: #2B2A2B;
 
background-color: #2B2A2B;
 
}
 
}
.list-header {
+
:root.skin-citizen-dark {
background-color: #2B2A2B;
+
  --color-link: #A17B10;
 
}
 
}

Revision as of 10:00, 5 August 2022

:root.skin-citizen-dark {
  --color-surface-0: #333232;
}
.list-header {
background-color: #333232;;
}
.mw-footer {
background-color: #2B2A2B;
}
.mw-header.citizen-header {
background-color: #2B2A2B;
transparency: 50;
}
.last-modified-bar {
background-color: #2B2A2B;
}
#footer-bottom {
background-color: #2B2A2B;
}
:root.skin-citizen-dark {
  --color-link: #A17B10;
}