MediaWiki:Mobile.css: Difference between revisions

copied qudbox updates over to mobile as well
(added qud-box to mobile)
(copied qudbox updates over to mobile as well)
Line 1,013: Line 1,013:
     font-size: medium;
     font-size: medium;
     color: #b1c9c3;
     color: #b1c9c3;
    background: none;
    background: -o-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
    background: -moz-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
    background: -webkit-repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
    background: repeating-linear-gradient(transparent 0px, transparent 2px, rgba(0,0,0,0.25) 2px, rgba(0,0,0,0.25) 4px);
  -o-background-size: 100% 4px;
  -moz-background-size: 100% 4px;
  -webkit-background-size: 100% 4px;
  background-size: 100% 4px;
}
}
.qud-box-header {
.qud-box-header {
     position: relative;
     position: relative;
     top: -0.8em;
     top: -1em;
     padding-left: 0.6em;
     padding-left: 0.6em;
     padding-right: 0.6em;
     padding-right: 0.6em;
     font-size: 1.2rem;
     font-size: 1.2rem;
     font-weight: bold;
     font-weight: bold;
    white-space: nowrap;
}
}
.qud-box-header:before,
.qud-box-header:before,
Line 1,028: Line 1,038:
     height: 4px;
     height: 4px;
     background: #77bfcf;
     background: #77bfcf;
     top: 20%;
     top: 40%;
}
}
.qud-box-header:before {
.qud-box-header:before {