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
Revision as of 19:29, 3 November 2022 by Wormic (talk | contribs) (Die Seite wurde neu angelegt: „→‎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 { disp…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
  }
}