Difference between revisions of "User:Trunner/VaraStyle.css"

From PRIMUS Database
Jump to: navigation, search
(Blanked the page)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
{{#css:
 +
  h2  {
 +
    background:#d26906;
 +
    color:#FFFFFF;
 +
    text-align:center;
 +
    margin:0 auto 0 auto;
 +
    height:25px;
 +
    border: solid 5px #723900;
 +
  }
 +
  h4  {
 +
    background: #ff8900;
 +
    color: #000000;
 +
    text-align: center;
 +
    width:300px;
 +
    margin: 0 auto 0 auto;
 +
    border: 3px solid #723900;
 +
  }
 +
}}

Latest revision as of 17:59, 10 September 2018

{{#css:
  h2   {
    background:#d26906;
    color:#FFFFFF;
    text-align:center;
    margin:0 auto 0 auto;
    height:25px;
    border: solid 5px #723900;
  }
  h4  {
    background: #ff8900;
    color: #000000;
    text-align: center;
    width:300px;
    margin: 0 auto 0 auto;
    border: 3px solid #723900;
  }
}}