Difference between revisions of "MediaWiki:Common.css"

From NSWiki
Jump to: navigation, search
(Replaced content with "/*.row.main-banner-row { margin: 0; border-width: 0px; line-height: 120%; border-style: solid; background-color: white; position: relative; box-shadow: 0px 1px 2px...")
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
.sr-only {
+
/*.row.main-banner-row {
  position: absolute;
+
margin: 0;
  width: 1px;
+
border-width: 0px;
  height: 1px;
+
line-height: 120%;
  margin: -1px;
+
border-style: solid;
  padding: 0;
+
background-color: white;
  overflow: hidden;
+
position: relative;
  clip: rect(0, 0, 0, 0);
+
box-shadow: 0px 1px 2px #999;
  border: 0;
+
background-image: url('/logos/nswikibg.png');
}
+
background-position: left center;
@-ms-viewport {
+
background-repeat: no-repeat;
  width: device-width;
+
text-align: center;
}
+
font-size: small;
.visible-xs,
+
color: #333;
tr.visible-xs,
+
font-size: 175%;
th.visible-xs,
+
padding: 2em;
td.visible-xs {
+
  display: none !important;
+
}
+
@media (max-width: 767px) {
+
  .visible-xs {
+
    display: block !important;
+
  }
+
  table.visible-xs {
+
    display: table;
+
  }
+
  tr.visible-xs {
+
    display: table-row !important;
+
  }
+
  th.visible-xs,
+
  td.visible-xs {
+
    display: table-cell !important;
+
  }
+
}
+
.visible-sm,
+
tr.visible-sm,
+
th.visible-sm,
+
td.visible-sm {
+
  display: none !important;
+
}
+
@media (min-width: 768px) and (max-width: 991px) {
+
  .visible-sm {
+
    display: block !important;
+
  }
+
  table.visible-sm {
+
    display: table;
+
  }
+
  tr.visible-sm {
+
    display: table-row !important;
+
  }
+
  th.visible-sm,
+
  td.visible-sm {
+
    display: table-cell !important;
+
  }
+
}
+
.visible-md,
+
tr.visible-md,
+
th.visible-md,
+
td.visible-md {
+
  display: none !important;
+
}
+
@media (min-width: 992px) and (max-width: 1199px) {
+
  .visible-md {
+
    display: block !important;
+
  }
+
  table.visible-md {
+
    display: table;
+
  }
+
  tr.visible-md {
+
    display: table-row !important;
+
  }
+
  th.visible-md,
+
  td.visible-md {
+
    display: table-cell !important;
+
  }
+
}
+
.visible-lg,
+
tr.visible-lg,
+
th.visible-lg,
+
td.visible-lg {
+
  display: none !important;
+
}
+
@media (min-width: 1200px) {
+
  .visible-lg {
+
    display: block !important;
+
  }
+
  table.visible-lg {
+
    display: table;
+
  }
+
  tr.visible-lg {
+
    display: table-row !important;
+
  }
+
  th.visible-lg,
+
  td.visible-lg {
+
    display: table-cell !important;
+
  }
+
}
+
@media (max-width: 767px) {
+
  .hidden-xs,
+
  tr.hidden-xs,
+
  th.hidden-xs,
+
  td.hidden-xs {
+
    display: none !important;
+
  }
+
}
+
@media (min-width: 768px) and (max-width: 991px) {
+
  .hidden-sm,
+
  tr.hidden-sm,
+
  th.hidden-sm,
+
  td.hidden-sm {
+
    display: none !important;
+
  }
+
}
+
@media (min-width: 992px) and (max-width: 1199px) {
+
  .hidden-md,
+
  tr.hidden-md,
+
  th.hidden-md,
+
  td.hidden-md {
+
    display: none !important;
+
  }
+
}
+
@media (min-width: 1200px) {
+
  .hidden-lg,
+
  tr.hidden-lg,
+
  th.hidden-lg,
+
  td.hidden-lg {
+
    display: none !important;
+
  }
+
 
}
 
}
 +
*/

Latest revision as of 00:56, 3 December 2015

/*.row.main-banner-row {
	margin: 0;
	border-width: 0px;
	line-height: 120%;
	border-style: solid;
	background-color: white;
	position: relative;
	box-shadow: 0px 1px 2px #999;
	background-image: url('/logos/nswikibg.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: small;
	color: #333;
	font-size: 175%;
	padding: 2em;
}
*/