Difference between revisions of "MediaWiki:Common.css"

From SkullSecurity
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 11: Line 11:


.pwtable {
.pwtable {
   border-width:   1px
   border:         1px outset gray;
  border-spacing:  2px
   border-collapse: separate;
  border-color:    gray
   color:          #c0c0c0;
  border-style:    outset
   font-size:      8pt;
   border-collapse: separate
   color:          #c0c0c0
   font-size:      8pt
}
}


.pwtable th {
.pwtable th {
   padding: 2px;
   padding:     6px;
  text-align:  left;
}
}


.pwtable td {
.pwtable td {
   padding: 2px;
   padding:     6px;
  text-align:  left;
}
}

Latest revision as of 01:47, 11 January 2015

.infobox{
float:right;
display:block;
padding:5px;
margin:10px 15px 10px 15px;
border: 1px solid #000000;
/*overflow: auto;*/
width: 126%;
color:#fff;
}

.pwtable {
  border:          1px outset gray;
  border-collapse: separate;
  color:           #c0c0c0;
  font-size:       8pt;
}

.pwtable th {
  padding:      6px;
  text-align:   left;
}

.pwtable td {
  padding:      6px;
  text-align:   left;
}