Difference between revisions of "MediaWiki:Gadget-site.css"

From Caiyun Wiki
Jump to: navigation, search
Line 21: Line 21:
 
   font-family: Roboto;
 
   font-family: Roboto;
 
   font-weight: 300;
 
   font-weight: 300;
   font-size: 2em;
+
   font-size: 1.2em;
 
   color:#5b5b5b;
 
   color:#5b5b5b;
 
}
 
}
Line 29: Line 29:
 
   font-family:Roboto;
 
   font-family:Roboto;
 
   font-weight: 300;
 
   font-weight: 300;
   font-size: 2em;
+
   font-size: 1.2em;
 
   color:#5b5b5b;
 
   color:#5b5b5b;
 
}
 
}

Revision as of 07:11, 30 August 2018

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    max-width: 100%;
    height: auto;
}

.tianqi {
  float: right;
  width:25em;
  min-height:320px;
  background: #fff;
  border-radius: .2em;
  padding-top:1em;
  padding-left: 1em;
  padding-right:1em;
}

.city {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.2em;
  color:#5b5b5b;
}

.temp {
  float: left;
  font-family:Roboto;
  font-weight: 300;
  font-size: 1.2em;
  color:#5b5b5b;
}