Difference between revisions of "Template:Portal bar/styles.css"

From Sim Football Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
#portals-browsebar {
 
#portals-browsebar {
width: 80%;
+
  height: 25px;
  height: 16px;
 
 
  font-weight: bold;
 
  font-weight: bold;
 
  background: #CC1D1D;
 
  background: #CC1D1D;
 
  color: #FFFFFF;
 
  color: #FFFFFF;
 +
}
 +
 +
a, a:visited {
 +
color: #284163;
 
}
 
}

Revision as of 09:17, 29 October 2019

#portals-browsebar {
 height: 25px;
 font-weight: bold;
 background: #CC1D1D;
 color: #FFFFFF;
}

a, a:visited {
 color: #284163;
}