Jump to content

Template:TLSInfoBox/styles.css: Difference between revisions

From Tekkit Lite Server
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
   margin: 0 0 15px 15px;
   margin: 0 0 15px 15px;
   width: 270px;
   width: 270px;
   padding: 8px;
   padding: 4px;
  border: 1px solid #c8ccd1;
}
 
.pi-title {
  text-align: center;
}
}

Latest revision as of 15:42, 25 August 2025

.pi-theme-tls.portable-infobox {
  background: #f8f9fa;
  clear: right;
  float: right;
  font-size: 0.85em;
  margin: 0 0 15px 15px;
  width: 270px;
  padding: 4px;
  border: 1px solid #c8ccd1;
}

.pi-title {
  text-align: center;
}