MediaWiki:Common.css: Unterschied zwischen den Versionen

(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
  
.hidden {
 
    display: none !important;
 
    visibility: hidden;
 
}
 
#ca-ve-edit {
 
    visibility: visible!important;
 
    display: block !important;
 
}
 
.prefsectiontip {
 
    display: none !important;
 
    visibility: hidden;
 
}
 
.mw-label{
 
    font-size: 16px  !important;
 
    font-weight:300 !important;
 
    line-height:20px !important;
 
    text-align: left!important;
 
}
 
 
.mw-content-text {
 
  border-bottom: 1px solid #AAAAAA;
 
}
 
 
#signupend {
 
 
 
    border-bottom: 1px solid #AAAAAA;
 
}
 
input.mandatoryField, select.mandatoryField{
 
/* margin-left: 100px !important;*/
 
padding: 10px 10px 0px 0px !important;
 
position: relative    !important;
 
}
 
 
.inputSpan mandatoryFieldSpan {
 
margin-left: 100px !important;
 
}
 
 
#innerbodycontent {
 
padding: 50px !important;
 
}
 
 
#mw-imagepage-content,
 
.mediaWarning{
 
margin-top: 20px !important;
 
}
 
 
#filehistory,
 
#mw-imagepage-section-filehistory{
 
    display: none !important;
 
    visibility: hidden;
 
}
 
.qtip {
 
    max-width: 800px !important;
 
}
 
 
.select2-selection-limit {
 
    color: #000000    !important;
 
}
 
 
th {
 
    background-color:#c2d1f0 !important; 
 
}
 
 
.smwtable
 
{
 
  margin-left: auto!important;
 
  margin-right: auto!important;
 
  width: 100%!important;
 
  table-layout: fixed!important;
 
  word-wrap: break-word!important;
 
    -webkit-hyphens: auto!important; 
 
    -moz-hyphens: auto!important; 
 
    -ms-hyphens: auto!important;   
 
    -o-hyphens: auto!important; 
 
    hyphens: auto!important;
 
/* height: 400px!important;width: 600px!important;  */
 
    }
 
 
.mw-content-ltr {
 
  color: #000000 !important;
 
  font-weight:400 !important;
 
 
 
}
 
 
h1 {
 
    font-size: 40px  !important;
 
    color: #24478f  !important;
 
    font-weight:400 !important;
 
   
 
}
 
 
h2 {
 
    font-size: 30px  !important;
 
    color: #2e5cb8    !important;
 
    font-weight:400 !important;
 
}
 
h3 {
 
    font-size: 25px  !important;
 
    color: #4775d1    !important;
 
    font-weight:400 !important;
 
}
 
 
h4 {
 
    font-size: 20px  !important;
 
    color: #6699FF    !important;
 
    font-weight:400 !important;
 
}
 
.select2-search-choice {
 
    position: relative    !important;
 
    float:left !important;
 
    padding: 10px 10px 0px 0px !important;
 
}
 
a.select2-search-choice-close {
 
    position: relative    !important;
 
    float:right !important;
 
    right:0 !important;
 
    top: -13px !important;
 
    margin-left: 5px  !important;
 
    left: 10px !important;
 
}
 
 
.thumbinner {
 
    margin-right: 20px  !important;
 
}
 
.thumbnail{
 
    margin-right: 20px  !important;
 
    margin-left: 10px  !important;
 
}
 
 
a.new {
 
    color: #003366    !important;
 
    font-weight:bold !important;
 
}
 
 
.checkboxLabel {
 
  margin-left: 5px  !important;
 
}
 
 
.radioButtonItem { 
 
  margin-left: 5px  !important;
 
}
 
 
#footer-poweredbyico {
 
  display: none !important;
 
}
 
 
/* Hides the first element in a radio button group */
 
.radioButtonSpan label:nth-child(1),
 
.col-md-6 col-sm-4 pull-right {
 
    display: none;
 
}
 
 
/*#tabs-default-lighter, #n-recentchanges  {display: none;} */
 
 
/*#p-toolbox,#p-actions,#p-namespaces,#b-edit {display: none;} */
 
/*a.dropdown-toggle,.dropdown-menu { left:600px !important;} */
 
 
.actions pull-left nav {
 
  left:400px !important;
 
}
 
 
 
.input-group {
 
  top: 20px !important; 
 
  left: 120px !important;
 
}
 
/*#n-recentchanges  {display: none;} */
 
/*#searchInput { width: 90% !important;} */
 
 
/*.input-group-btn {top:-48px !important;left: 170px !important; width: 80%!important;}*/
 
.input-group-btn {top:-20px !important;}
 
 
.col-md-6 {
 
    font-weight:400 !important;
 
    top: -20px !important;
 
    color: #003366    !important;
 
    font-weight:bold !important;
 
    width: 300px !important;
 
    padding-left: 0px !important;
 
}
 
 
 
#n-Artikel-oder-Lehrmaterial-suchen {
 
    border-bottom-style: none !important;
 
    width: 350px !important;
 
    padding: 0px 0px 0px 0px !important;
 
    font-size: 17px  !important;
 
    top: 50px !important;
 
    color:  #6B8E23 !important; 
 
}
 
 
#n-Stellenangebote-oder-Qualifizierungsarbeiten {
 
    border-bottom-style: none !important;
 
    width: 360px !important;
 
    padding: 0px 0px 0px 0px !important;
 
    font-size: 17px  !important;
 
    top: 50px !important;
 
    color:  #6B8E23 !important; 
 
}
 
 
#n-Infothek,
 
#n-Beitrag-verfassen,
 
#n-Review-Prozess,
 
#n-help,
 
#n-Kontakt,
 
#n-recentchanges,
 
#n-Links
 
{
 
    border-bottom-style: none !important;
 
    width: 180px !important;
 
    padding: 0px 0px 0px 0px !important;
 
    font-size: 17px  !important;
 
    top: 50px !important;
 
    color:  #6B8E23   !important;
 
    font-weight:bold !important;
 
}
 
 
.nav-pills > li > a:hover,
 
.nav-pills > li > a:focus,
 
.nav-pills > li > a:active {
 
    background-color: #FFFFFF  !important;
 
    color:  #6B8E23   !important;
 
}
 
 
#page-header{
 
    margin-left: 102px !important;
 
}
 
 
.pull-left {
 
  float:right !important;
 
}
 
 
.pull-right {
 
    float:left !important;
 
}
 
 
#p-logo {
 
    float:right !important;
 
    left: 100px !important; 
 
   
 
    width: 80% !important;
 
}
 
 
#innerbodycontent.row {
 
  margin-top: 0px;
 
}
 
 
.gallerybox {
 
    margin-right:10px !important;
 
    padding-right: 30px !important;
 
}
 
 
#userbar, #b-edit { 
 
    font-weight:400 !important;
 
    top: -10px !important;
 
    color: #003366    !important;
 
    font-weight:bold !important;
 
}
 
 
.input-group has-light hidden-xs hidden-sm {
 
    display: block !important;
 
}
 
.navbar-nav > li > a { display: none !important; visibility: hidden;}
 
.form-control {margin-bottom:15px !important; width: 80% !important;}
 
 
/* All Mobile Sizes (devices and browser) */
 
@media only screen and (max-width: 767px) {
 
.responsive #top #main .sidebar {display:block !important; clear: both; }
 
}
 
 
/*.headerSort{ border:1px solid orange !important;} */
 
 
 
/*.col-md-6 { display: none !important; visibility: hidden;} # n-Artikel\/Lehrmaterial-suchen */
 
 
.oo-ui-toolbar-bar {
 
    color: #003366    !important;
 
    top: 0px !important;
 
}
 
.oo-ui-processDialog-title {
 
    line-height:0 !important;
 
  }
 
#mw-input-wpeditondblclick,
 
#mw-input-wpeditsectiononrightclick {
 
    checked="checked" !important;
 
  }
 

Version vom 1. September 2016, 16:00 Uhr