Open main menu

Castlevania Speedrunning β

Difference between revisions of "MediaWiki:Mobile.css"

 
(15 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
}
 
}
  
#content p {
+
#content p,#content ul, #content h1, #content h2, #content h3, #content b, #content td, #content th{
  color: #6e6e6e;
+
  color: #c1c1c1; !important
 
}
 
}
#content a {
+
 
  color: #e69710;
+
#TOURNAMENT_ANNOUNCEMENTS {
 +
font-size: 90%; !important
 +
}
 +
 
 +
a {
 +
  color: #e69710; !important
 
}
 
}

Latest revision as of 05:28, 17 August 2017

/* CSS placed here will affect users of the mobile site */

body {
 background-color:#2a2a2a
}

#content {
 background-color: #333;
}

#content p,#content ul, #content h1, #content h2, #content h3, #content b, #content td, #content th{
 color: #c1c1c1; !important
}

#TOURNAMENT_ANNOUNCEMENTS {
 font-size: 90%; !important
}

a {
 color: #e69710; !important
}