Difference between revisions of "MediaWiki:Common.css"

From ExeWiki
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
#yambe{background-color:#b0c4de;font-family: 'Trebuchet MS', Helvetica, sans-serif;}
 
#yambe{background-color:#b0c4de;font-family: 'Trebuchet MS', Helvetica, sans-serif;}
  
#note{  
+
.page-Main_Page h1.firstHeading { display: none; }
 +
 
 +
body.page-Main_Page #welcome-banner {
 +
  clear: both;
 +
}
 +
 
 +
#note{
 +
width:95%;
 
margin-left: auto;
 
margin-left: auto;
 
margin-right: auto;
 
margin-right: auto;
Line 11: Line 18:
 
-moz-border-radius-bottomleft: 8px;
 
-moz-border-radius-bottomleft: 8px;
 
-moz-border-radius-topright: 8px;
 
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;" }
+
-moz-border-radius-bottomright: 8px;
 +
padding-left:10px;
 +
padding-right:10px; }
 +
 
 +
#example{
 +
width:95%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
background-color: #97bffa;
 +
border: 1px solid #0066FF;
 +
border-radius: 15px;
 +
-moz-border-radius-topleft: 8px;
 +
-moz-border-radius-bottomleft: 8px;
 +
-moz-border-radius-topright: 8px;
 +
-moz-border-radius-bottomright: 8px;
 +
padding-left:10px;
 +
padding-right:10px; }

Latest revision as of 10:03, 14 October 2011

/* CSS placed here will be applied to all skins */
#yambe{background-color:#b0c4de;font-family: 'Trebuchet MS', Helvetica, sans-serif;}

.page-Main_Page h1.firstHeading { display: none; }

body.page-Main_Page #welcome-banner {
   clear: both;
}

#note{
width:95%; 
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF; 
border: 1px solid #0066FF;
border-radius: 15px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
padding-left:10px;
padding-right:10px; }

#example{
width:95%; 
margin-left: auto;
margin-right: auto;
background-color: #97bffa; 
border: 1px solid #0066FF;
border-radius: 15px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
padding-left:10px;
padding-right:10px; }