GPN17:Stylesheet: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
body{
body{
/*background-color: red;*/
    background-image: url('https://fxkr.net/sidebar.png');
}
    background-repeat: repeat;
body{
background-image: url('https://fxkr.net/sidebar.png');
background-repeat: repeat;
}
}
#p-navigation *, #p-search *, #p-fnord *, #p-tb * {
#p-navigation *, #p-search *, #p-fnord *, #p-tb * {
background: none;
    background: none;
  text-shadow: 0px 0px 2px black;
    text-shadow: 0px 0px 1px grey;
}
}
  #content {
  #content {
     background: hsla(0, 0%, 0%, 0.81) none repeat scroll 0 0;
     background: hsla(0, 0%, 100%, 0.81) none repeat scroll 0 0;
     margin-right: 80px;
     margin-right: 80px;
  }
  }
#bodyContent {
#bodyContent {
     background: none;
     background: none;
}
#searchInput, #searchGoButton, #mw-searchButton {
    background: hsla(0, 0%, 100%, 0.81);
}
li#ca-nstab-project, li#ca-talk, li#ca-edit, li#ca-history, li#ca-delete, li#ca-move, li#ca-protect, li#ca-unwatch {
    background: hsla(0, 0%, 100%, 0.81);
    padding-bottom:0;
}
}

Version vom 24. April 2017, 22:10 Uhr

body{

   background-image: url('https://fxkr.net/sidebar.png');
   background-repeat: repeat;

}

  1. p-navigation *, #p-search *, #p-fnord *, #p-tb * {
   background: none;
   text-shadow: 0px 0px 1px grey;

}

#content {
   background: hsla(0, 0%, 100%, 0.81) none repeat scroll 0 0;
   margin-right: 80px;
}
  1. bodyContent {
   background: none;

}

  1. searchInput, #searchGoButton, #mw-searchButton {
   background: hsla(0, 0%, 100%, 0.81);

} li#ca-nstab-project, li#ca-talk, li#ca-edit, li#ca-history, li#ca-delete, li#ca-move, li#ca-protect, li#ca-unwatch {

   background: hsla(0, 0%, 100%, 0.81);
   padding-bottom:0;

}