Difference between revisions of "MediaWiki:Common.css"

From uGFX Wiki
Jump to: navigation, search
 
Line 13: Line 13:
 
}
 
}
 
.div-header {
 
.div-header {
   background-color: #2698DE;
+
   background-color: #3197d7;
   border: 1px solid #2698DE;
+
   border: 1px solid #3197d7;
 
   color: white;
 
   color: white;
 
   font-weight: bold;
 
   font-weight: bold;
Line 24: Line 24:
 
.div-block {
 
.div-block {
 
   background: #EBEBEB;
 
   background: #EBEBEB;
   border: 1px solid #2698DE;
+
   border: 1px solid #3197d7;
 
   padding: 8px 8px 0px 8px;
 
   padding: 8px 8px 0px 8px;
 
   margin-bottom: 10px;
 
   margin-bottom: 10px;

Latest revision as of 11:55, 4 February 2016

/* Hide Discussion tab */
#ca-talk {display: none}
 
/* CSS for the main page */
code {
  background-color: #ebf1f5;;
  color: #222;
  padding: 0 0.3em;
}
td {
  padding: 0;
  margin: 0;
}
.div-header {
  background-color: #3197d7;
  border: 1px solid #3197d7;
  color: white;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0px 8px 0px 8px;
}
 
.div-block {
  background: #EBEBEB;
  border: 1px solid #3197d7;
  padding: 8px 8px 0px 8px;
  margin-bottom: 10px;
}
 
 
 
 
 
/*
td {
  padding: 0;
  margin: 0;
}
.div-header {
  background-color: #2F8EED;
  border: 1px solid #2F8EED;
  color: white;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0px 8px 0px 8px;
}
 
.div-block {
  background: #EBEBEB;
  border: 1px solid #2F8EED;
  padding: 8px 8px 0px 8px;
  margin-bottom: 10px;
}
*/