Difference between revisions of "Chiara Russo/style.css"

From City of Hope MUSH
Jump to navigation Jump to search
(Created page with "img { width: 45%; height: auto; }")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
img {
+
.mw-body .firstHeading {
 +
    display: none;
 +
}
 +
 
 +
#chiarastuff {
 +
    background-color: #fff0d0;
 +
    padding: 10px;
 +
    border: solid 3px #ddd0b0;
 +
    text-align: center;
 +
}
 +
 
 +
#chiarastuff h1 {
 +
    margin-top: 0;
 +
}
 +
 
 +
#chiaragallery img {
 
     width: 45%;
 
     width: 45%;
 
     height: auto;
 
     height: auto;
 
}
 
}

Latest revision as of 07:42, 1 March 2020

.mw-body .firstHeading {

   display: none;

}

  1. chiarastuff {
   background-color: #fff0d0;
   padding: 10px;
   border: solid 3px #ddd0b0;
   text-align: center;

}

  1. chiarastuff h1 {
   margin-top: 0;

}

  1. chiaragallery img {
   width: 45%;
   height: auto;

}