Difference between revisions of "MediaWiki:Mobile.css"

From Wikicarpedia
Jump to navigation Jump to search
m (Test lists)
m (Test lists)
Line 133: Line 133:
ol.wica-list {
ol.wica-list {
   list-style: lower-latin outside;
   list-style: lower-latin outside;
   padding-left: 1em;
   padding-left: 1.5em;
}
}



Revision as of 00:27, 7 December 2018

/* CSS placed here will affect users of the mobile site */

/* === Boxes === */

div.wica-box-header.wica-placing-tile.wica-visible {
  background:#5C7A1B; 
  margin-top: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #5C7A1B;
  border-radius: 10px 10px 0px 0px; 
  -moz-border-radius: 10px 10px 0px 0px; 
  -webkit-border-radius: 10px 10px 0px 0px; 
}

div.wica-box-body.wica-placing-tile.wica-visible {
  background:#CFE183; 
  margin-bottom: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #5C7A1B;
  border-radius: 0px 0px 10px 10px; 
  -moz-border-radius: 0px 0px 10px 10px; 
  -webkit-border-radius: 0px 0px 10px 10px; 
}

div.wica-box-header.wica-placing-meeple.wica-visible {
  background:#0072BC; 
  margin-top: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #0072BC;
  border-radius: 10px 10px 0px 0px; 
  -moz-border-radius: 10px 10px 0px 0px; 
  -webkit-border-radius: 10px 10px 0px 0px; 
}

div.wica-box-body.wica-placing-meeple.wica-visible {
  background:#C7EBFC; 
  margin-bottom: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #0072BC;
  border-radius: 0px 0px 10px 10px; 
  -moz-border-radius: 0px 0px 10px 10px; 
  -webkit-border-radius: 0px 0px 10px 10px; 
}

div.wica-box-header.wica-scoring.wica-visible {
  background:#9E2322; 
  margin-top: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #9E2322;
  border-radius: 10px 10px 0px 0px; 
  -moz-border-radius: 10px 10px 0px 0px; 
  -webkit-border-radius: 10px 10px 0px 0px; 
}

div.wica-box-body.wica-scoring.wica-visible {
  background:#FBC9C3; 
  margin-bottom: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #9E2322;
  border-radius: 0px 0px 10px 10px; 
  -moz-border-radius: 0px 0px 10px 10px; 
  -webkit-border-radius: 0px 0px 10px 10px; 
}

div.wica-box-header.wica-additional-actions.wica-visible {
  background:#D3C400; 
  margin-top: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #D3C400;
  border-radius: 10px 10px 0px 0px; 
  -moz-border-radius: 10px 10px 0px 0px; 
  -webkit-border-radius: 10px 10px 0px 0px; 
}

div.wica-box-body.wica-additional-actions.wica-visible {
  background:#FFF799; 
  margin-bottom: 0px;
  padding:0px 10px 2px; 
  border: 2px solid #D3C400;
  border-radius: 0px 0px 10px 10px; 
  -moz-border-radius: 0px 0px 10px 10px; 
  -webkit-border-radius: 0px 0px 10px 10px; 
}

div.wica-top-spacing.wica-visible {
  margin-top: 10px;
}

div.wica-bottom-spacing.wica-visible {
  margin-bottom: 10px;
}


div.wica-box-header.wica-repeat-block.wica-visible {
  border: 3px dotted #c8ccd1; 
  padding: 2px 10px 2px; 
  border-radius: 20px 20px 0px 0px; 
  -moz-border-radius: 20px 20px 0px 0px; 
  -webkit-border-radius: 20px 20px 0px 0px;
}

div.wica-box-body.wica-repeat-block.wica-visible {
  border-left: 3px dotted #c8ccd1; 
  border-right: 3px dotted #c8ccd1; 
  border-bottom: 3px dotted #c8ccd1; 
  padding: 10px; border-radius: 0px 0px 20px 20px; 
  -moz-border-radius: 0px 0px 20px 20px; 
  -webkit-border-radius: 0px 0px 20px 20px;
}


div.wica-box-body.wica-repeat-step.wica-visible {
  border: 3px dotted #9E2322; 
  padding: 5px; 
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  margin: 10px 0px;
}

span.fake-h4 {
font-weight: bold;
  font-size: 100%;
  padding-top: 0.5em;
  margin: 0px !important;
  border-bottom: 0px;
  display: block;
  font-family: sans-serif;
  line-height: 0.5em;
}


ol.wica-list {
  list-style: lower-latin outside;
  padding-left: 1.5em;
}

ol.wica-list ul {
  margin-left: 0em;
  /* padding-left: 0px; */
}