Difference between revisions of "Team:UCSC/CSS-2"

 
(6 intermediate revisions by the same user not shown)
Line 87: Line 87:
 
.content p {
 
.content p {
 
   margin-top: 0.6em !important;
 
   margin-top: 0.6em !important;
   margin-bottom: 0.4em !important;
+
   margin-bottom: 2em !important;
 
   padding-left: 1em !important;
 
   padding-left: 1em !important;
 
}
 
}
Line 627: Line 627:
 
   background: #333;
 
   background: #333;
 
   width: 60%;
 
   width: 60%;
 +
  margin-top: 2em;
 
   margin-left: 20%;
 
   margin-left: 20%;
 
}
 
}
Line 694: Line 695:
 
}
 
}
  
 +
.imageCont {
 +
  max-width: 95%;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
 +
 +
.imageCont.floatR, .imageCont.floatL {
 +
  max-width: 60%;
 +
}
 +
 +
.imageCont p {
 +
  text-align: center !important;
 +
  font-size: 85% !important;
 +
}
  
 
.image-inpage {
 
.image-inpage {
Line 714: Line 729:
 
.image-inpage.floatR, .floatR {
 
.image-inpage.floatR, .floatR {
 
   float: right;
 
   float: right;
   margin-right: 0;
+
   margin-right: 0 !important;
   margin-left: 1em;
+
   margin-left: 1em !important;
 
}
 
}
  
 
.image-inpage.floatL, .floatL {
 
.image-inpage.floatL, .floatL {
 
   float: left;
 
   float: left;
   margin-right: 1em;
+
   margin-right: 1em !important;
   margin-left: 0;
+
   margin-left: 0 !important;
 
}
 
}
  
Line 906: Line 921:
 
   margin: auto;
 
   margin: auto;
 
   overflow:hidden;
 
   overflow:hidden;
   border-top:3px solid black;
+
   border-top: 3px solid black;
   border-bottom:3px solid black;  
+
   border-bottom: 3px solid black;  
   border-left:1.5px solid black;  
+
   border-left: 1.5px solid black;  
 
   border-right: 1.5px solid black;
 
   border-right: 1.5px solid black;
 
   background-color: var(--main-bg-color);
 
   background-color: var(--main-bg-color);
Line 1,030: Line 1,045:
 
.FullNames {
 
.FullNames {
 
   text-align: center !important;
 
   text-align: center !important;
   font-size:1.3em !important;
+
   font-size: 1.3em !important;
   color: black;
+
   color: black !important;
 
   margin-top: -15px !important;
 
   margin-top: -15px !important;
 
   font-family: var(--main-txt-font) !important;  
 
   font-family: var(--main-txt-font) !important;  
Line 1,039: Line 1,054:
 
.PersDesc {
 
.PersDesc {
 
   text-align: center !important;  
 
   text-align: center !important;  
   font-size:1.15em !important;  
+
   font-size: 1.15em !important;  
   margin-top:5px !important;  
+
   margin-top: 5px !important;  
   color: black;
+
   margin-bottom: 0.5em !important;
 +
/*  color: black !important; */
 
   font-family: var(--main-txt-font) !important;  
 
   font-family: var(--main-txt-font) !important;  
 
/*  font-family: 'roboto' !important; */
 
/*  font-family: 'roboto' !important; */
Line 1,253: Line 1,269:
 
}
 
}
  
.image-inpage.floatL, .image-inpage.floatR {
+
.image-inpage.floatL, .image-inpage.floatR, .floatL, .floatR {
 
   float: none;
 
   float: none;
   margin-right: auto;
+
   margin-right: auto !important;
   margin-left: auto;
+
   margin-left: auto !important;
 
}
 
}
  

Latest revision as of 00:45, 18 October 2018