Difference between revisions of "Template:BulbapediaBar.css"

From The Wiki Camp 2
Jump to navigation Jump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
.noticebar {
 
.noticebar {
 
   border: 1px solid #8a8;
 
   border: 1px solid #8a8;
  margin-top: 0.2em;
 
 
   padding: 0.2em;
 
   padding: 0.2em;
 +
  margin-top: 1em;
 
   text-align: center;
 
   text-align: center;
 
   background-color: #efe;
 
   background-color: #efe;
   background-image: url("https://cdn2.bulbagarden.net/upload/6/6f/Notice_bar_background.png");
+
   background-image: url("https://camp2.rectangle.zone/images/5/50/Nurpyparties.png");
   no-repeat left center;
+
   background-repeat: no-repeat;
 +
  background-position: left center;
 
}
 
}
 
.roundy {
 
.roundy {
 
border-radius: 10px;
 
border-radius: 10px;
 
}
 
}

Latest revision as of 05:16, 25 January 2023

.noticebar {
  border: 1px solid #8a8;
  padding: 0.2em;
  margin-top: 1em;
  text-align: center;
  background-color: #efe;
  background-image: url("https://camp2.rectangle.zone/images/5/50/Nurpyparties.png");
  background-repeat: no-repeat;
  background-position: left center;	
}
.roundy {
border-radius: 10px;
}