MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus escos Documentation Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(30 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* please be aware that we globally set some colors within the dockerfile of the mediawiki docker container */
 
/* remove underlines from all links when hovering or focusing on them */
a:hover, a:focus{
  text-decoration:none;
}
 
/* removing text and adding logo for the new vector skin */
.mw-logo-wordmark {
.mw-logo-wordmark {
   margin: 0 auto;
   margin: 0 auto;
   display: none !important;
   display: none !important;
}
}
.mw-logo {
.mw-logo {
     min-height: 35px;
     min-height: 35px;
     background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat;
     background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat;
}
}
.vector-menu-tabs .mw-list-item.new a, .vector-menu-tabs .mw-list-item.new a:visited {
 
  color: #f15f40;
/* switch off some wiki-specific links like discussion or history */
/* for hiding and displaying the page history use #ca-history */
#ca-talk, #ca-viewsource, #ca-nstab-main {
    display: none !important;
}
}
@media screen
 
a {
 
  color: #0a4f5d;
/* eliminate the "back to old vector-skin link */
.mw-sidebar-action .mw-sidebar-action-item .mw-sidebar-action-content > a {
    display: none !important;
}
}
.vector-menu-portal .vector-menu-content li a:visited {
 
/* change the username (in logged in situation) color to escos darkblue */
#pt-userpage-2 a {
   color: #0a4f5d;
   color: #0a4f5d;
}
}
.vector-menu-tabs .mw-list-item a {
 
  color: #0a4f5d;
p {
font-family: Helvetica, Arial, sans-serif;  
}
}
@color-link: #0a4f5d;
 
@color-link--visited: #0a4f5d;
.mw-headline {
@color-link--active: #faa700;
font-family: Helvetica, Arial, sans-serif;  
// Link colors for new or missing articles, also known as “Red links”.
// https://www.wikidata.org/wiki/Q13417974#sitelinks-wikipedia
@color-link-new: #f15f40;
@color-link-new--visited: #f15f40;
// Link colors for a power user feature to highlight links to other projects.
// In Vector 2022 we unify these colors by default for simpler orientation by average users.
// It's still possible to overwrite the styles per user.
@color-link-external: #0a4f5d;
@color-link-external--visited: #0a4f5d;
@color-link-external--active: #0a4f5d;
.vector-menu-tabs .mw-list-item a {
  color: #0a4f5d;
}
}
.vector-menu-portal .vector-menu-content li a {
 
  color: #0a4f5d;
.vector-body h2 {
font-size: 1.2em;
}
}
#pt-userpage-2 a {
 
  color: #0a4f5d;
.mw-page-title-main {
font-family: Helvetica, Arial, sans-serif;  
}
}

Aktuelle Version vom 8. April 2024, 11:11 Uhr

/* please be aware that we globally set some colors within the dockerfile of the mediawiki docker container */

/* remove underlines from all links when hovering or focusing on them */
a:hover, a:focus{
   text-decoration:none;
}

/* removing text and adding logo for the new vector skin */
.mw-logo-wordmark {
  margin: 0 auto;
  display: none !important;
}
.mw-logo {
    min-height: 35px;
    background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat;
}

/* switch off some wiki-specific links like discussion or history */
/* for hiding and displaying the page history use #ca-history */
#ca-talk, #ca-viewsource, #ca-nstab-main {
    display: none !important;
}


/* eliminate the "back to old vector-skin link */
.mw-sidebar-action .mw-sidebar-action-item .mw-sidebar-action-content > a {
    display: none !important;
}

/* change the username (in logged in situation) color to escos darkblue */
#pt-userpage-2 a {
  color: #0a4f5d;
}

p {
font-family: Helvetica, Arial, sans-serif; 
}

.mw-headline {
font-family: Helvetica, Arial, sans-serif; 
}

.vector-body h2 {
font-size: 1.2em;
}

.mw-page-title-main {
font-family: Helvetica, Arial, sans-serif; 
}