Difference between revisions of "MediaWiki:Common.css"

From pgpool Wiki
Jump to: navigation, search
m
m
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
#toc {
 +
  font-size: 7pt;
 +
  float: right;
 +
  margin-left: 7px;
 +
  margin-bottom: 7px;
 +
  width: 250px;
 +
}
  
 
h1 {
 
h1 {
 +
  margin-top: 30px;
 
   border-width: 3px;
 
   border-width: 3px;
 
}
 
}
  
 
h2 {
 
h2 {
   border-left: 5px solid #cccccc;
+
  margin-top: 20px;
   padding-left: 3px;
+
  border: 1px solid #cccccc;
 +
   border-left: 10px solid #cccccc;
 +
  padding-left: 5px;
 +
  vertical-align: middle;
 +
}
 +
 
 +
h3 {
 +
  font-weight: normal;
 +
  border-bottom: 1px solid #cccccc;
 +
}
 +
table {
 +
  border-collapse: collapse;
 +
}
 +
th, td {
 +
  border: 1px solid #cccccc;
 +
   padding-left: 5px;
 +
  padding-right: 5px;
 +
}
 +
th {
 +
    background-color: #eeeeee;
 +
}
 +
th.header,
 +
td.header  {
 +
    background-color: #D3DAFF;
 
}
 
}

Latest revision as of 05:52, 29 November 2013

/* CSS placed here will be applied to all skins */

#toc {
   font-size: 7pt;
   float: right;
   margin-left: 7px;
   margin-bottom: 7px;
   width: 250px;
}

h1 {
  margin-top: 30px;
  border-width: 3px;
}

h2 {
  margin-top: 20px;
   border: 1px solid #cccccc;
   border-left: 10px solid #cccccc;
   padding-left: 5px;
   vertical-align: middle;
}

h3 {
   font-weight: normal;
   border-bottom: 1px solid #cccccc;
}
table {
   border-collapse: collapse;
}
th, td {
   border: 1px solid #cccccc;
   padding-left: 5px;
   padding-right: 5px;
}
th {
    background-color: #eeeeee;
}
th.header,
td.header  {
    background-color: #D3DAFF;
}