Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 101: Line 101:
   margin-left: 1em;
   margin-left: 1em;
   margin-right: .5em;
   margin-right: .5em;
}
.em-lenses-inner {
  white-space: nowrap;
  display:inline-block;
}
}
div.em-pathways-container div.em-lenses {
div.em-pathways-container div.em-lenses {
Line 120: Line 124:
   font-style: italic;
   font-style: italic;
   font-weight: normal;
   font-weight: normal;
   color: var(--beacons-dark);
  font-size: 60%;
   color: var(--beacons-middle);
}
.PageTypeLandmark, .PageTypeCredo {
  font-size: 85%;
}
}
.em-table td, .em-table a:link, .em-table a:visited {
.em-table td, .em-table a:link, .em-table a:visited {
Line 129: Line 137:
   text-decoration: none;
   text-decoration: none;
}
}
.em-ee {
div.em-ee {
   background-color: var(--realm-lightest);
   background-color: var(--realm-lightest);
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
Line 135: Line 143:
   border-bottom-left-radius: .5em;
   border-bottom-left-radius: .5em;
   border-bottom-right-radius: .5em;
   border-bottom-right-radius: .5em;
  padding: 0.2em .5em 0.2em .5em;
}
}
.em-header {
.em-header {
Line 220: Line 229:
   border-bottom-right-radius: .5em;
   border-bottom-right-radius: .5em;
}
}
 
.em-realms-item {
  padding: 0.2em .5em 0.2em .5em;
}
div.em-bubble {
div.em-bubble {
   display: flex;
   display: flex;
Line 234: Line 245:


   background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light));
   background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light));
}
.em-show-shadows-no, .em-shadows-br {
  display: none;
}
.em-show-shadows-yes {
  font-size: 80%;
  font-style: italic;
}
}


Line 243: Line 263:
):where(:not(:hover))
):where(:not(:hover))
{
{
  grayscale: 35%;
   opacity: 55%;
   opacity: 55%;
}
div.em-hide-lenses-no {
  opacity: 100%;
}
div.em-hide-caption-yes {
  display: none;
}
}