(10 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 */
  
 +
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
  
*{font-family: "verdana"}
 
body
 
{
 
margin-left:200px;
 
background:#5d9ab2 url('img_tree.png') no-repeat top left;
 
}
 
  
.container
+
div.mw-geshi {
{
+
  padding: 1em;  
text-align:center;
+
  margin: 1em 0;  
}
+
  border: none;
 
+
    background-color: rgba(243, 238, 238, 0.33);
.center_div
+
{
+
border:1px solid gray;
+
margin-left:auto;
+
margin-right:auto;
+
width:90%;
+
background-color:#d0f0f6;
+
text-align:left;
+
padding:8px;
+
 
}
 
}

Latest revision as of 09:08, 19 March 2016

  1. /* CSS placed here will be applied to all skins */
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
  4.  
  5.  
  6. div.mw-geshi {
  7. padding: 1em;
  8. margin: 1em 0;
  9. border: none;
  10. background-color: rgba(243, 238, 238, 0.33);
  11. }