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

From PRIMUS Database
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{#css:
 
{{#css:
   h1   {
+
   h2   {
    background-color:#D26906;
+
    color:#FFFFFF;
+
    text-align:left;
+
    margin: 0 auto 0 auto;
+
    font-size:175%;
+
    height:35px;
+
    border:solid 5px #723900;
+
    vertical-align:center;
+
    font-weight:bold;
+
}
+
  h2  {
+
 
     background:#d26906;
 
     background:#d26906;
 
     color:#FFFFFF;
 
     color:#FFFFFF;
 
     text-align:center;
 
     text-align:center;
 
     margin:0 auto 0 auto;
 
     margin:0 auto 0 auto;
     font-size:125%;
+
     height:25px;
     height:30px;
+
    border: solid 5px #723900;
     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;
  }
}}