Anonymous
×
Create a new article
Write your page title here:
We currently have 632 articles on SpellForce Wiki - Rohens encyclopedia. Type your article name above or click on one of the titles below and start writing!



SpellForce Wiki - Rohens encyclopedia

MediaWiki:Common.css: Difference between revisions

No edit summary
Tags: Manual revert Reverted
Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.:
Tags: Replaced Manual revert
Line 1: Line 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
{
/* Cleanup
********************************************/
  .langlist, .bookshelf-container, .wm-site-info, HR
  {
    display: none!important;
  }
  body#www-wikipedia-org .search-container label
  {
    display: none!important;
  }
  #searchLanguage
  {
    display: none!important;
  }
  .search-container.language-search
  {
    display: none!important;
  }
  .divider
  {
    display: none!important;
  }
/* Central Images
********************************************/
  body#www-wikipedia-org
  {
    background: white url('http://i.imgur.com/7jR9o.jpg') no-repeat scroll top center;
    background-position: center -70px;
  }
  a:link
  {
    color: black!important;
  }
  .central-featured
  {
  }
/* Input
********************************************/
  .search-container
  {
    box-shadow: 2px 5px 20px #444;
    -webkit-box-shadow: 2px 5px 20px #444;
    padding: 0px!important;
    margin-bottom: 45px!important;
    background-color: rgba(255,255,255,0.1)!important;
  }
  fieldset
  {
    background-color: transparent!important;
    padding: 0px!important;
    margin: 0px!important;
  }
  input#searchInput
  {
    padding: 5px!important;
    margin: 50px 0px!important;
    width: 200px!important;
    color: #333!important;
    font-family: Calibri;
    font-size: 16px!important;
  }
  input.formBtn
  {
    padding: 5px!important;
    margin: 50px 0px!important;
  }
/* Footer
********************************************/
  .otherprojects
  {
    background-color: rgba(255,255,255,0.6)!important;
    padding: 10px 0px;
    border-top: 1px dashed grey!important;
  }
}

Revision as of 19:30, 3 November 2022

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */