MediaWiki:Common.css: Porovnání verzí

Z Gewiki
Bez shrnutí editace
Bez shrnutí editace
Řádek 20: Řádek 20:
      
      
     #accesscontrol {
     #accesscontrol {
    position: absolute;
      position: absolute;
    right: 15px;
      right: 10px;
    top: 5px;     
      top: 100px;     
     }
     }
   
  #shorttoc,
  #shorttoc #toc
    {
    width: 100%;
    }
 
  #shorttoc #toc #toctitle,
  #shorttoc h2,
  #shorttoc ul,
  #shorttoc li
    {
    float: left;
    }
 
  #shorttoc #toc span.tocnumber,
  #shorttoc #toc .toctoggle
    {
    display: none;
    }
 
  #shorttoc h2,
  #shorttoc ul
    {
    margin: 0 .5em 0 0;
    }
 
  #shorttoc li
    {
    margin-left: .5em;
    }
 
  * html #shorttoc td
    {
    padding: .5em 0 .5em .5em;
    }
 
  table.wikitable {
          border-collapse: collapse;
          border: 1px #dddddd solid;
  }
 
  table.wikitable td {border: 1px #cccccc solid;}
  table.wikitable th {border: 1px #cccccc solid; background-color: #eeeeee}

Verze z 22. 11. 2007, 23:03

/* editací tohoto souboru upravíte css styl pro celou {{grammar:4sg|{{SITENAME}}}} */

    #welcometext {
      background-color: rgb(232,240,255);
      border: 1px rgb(62,134,255) solid;
      padding: 10px;
      margin-top: -25px;
      margin-bottom: 5px;
    }
    
    #welcometext p, #welcometext h3 {
      letter-spacing: 0.08em;
      text-align: justify;
    }
    
    #welcometext h3 {
      margin-top: 0;
      color: rgb(33,0,85);
    }
    
    #accesscontrol {
      position: absolute;
      right: 10px;
      top: 100px;    
    }
    
   #shorttoc,
   #shorttoc #toc
    {
    width: 100%;
    }
  
   #shorttoc #toc #toctitle,
   #shorttoc h2,
   #shorttoc ul,
   #shorttoc li
    {
    float: left;
    }
  
   #shorttoc #toc span.tocnumber,
   #shorttoc #toc .toctoggle
    {
    display: none;
    }
  
   #shorttoc h2,
   #shorttoc ul
    {
    margin: 0 .5em 0 0;
    }
  
   #shorttoc li
    {
    margin-left: .5em;
    }
  
   * html #shorttoc td
    {
    padding: .5em 0 .5em .5em;
    }
  
   table.wikitable {
          border-collapse: collapse;
          border: 1px #dddddd solid;
   }
  
   table.wikitable td {border: 1px #cccccc solid;}
   table.wikitable th {border: 1px #cccccc solid; background-color: #eeeeee}