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

Z Gewiki
Bez shrnutí editace
m (lepší tak)
značka: ruční vrácení zpět
 
(Není zobrazeno 34 mezilehlých verzí od 3 dalších uživatelů.)
Řádek 2: Řádek 2:


     #welcometext {
     #welcometext {
      line-height: 120%;
       background-color: rgb(232,240,255);
      font-stretch: 2em;
       background-color: rgb(198,219,255);
       border: 1px rgb(62,134,255) solid;
       border: 1px rgb(62,134,255) solid;
       padding: 10px;
       padding: 10px;
       margin-top: -20px;
       margin-top: -25px;
      margin-bottom: 5px;
    }
   
    #welcometext p, #welcometext h3 {
      letter-spacing: 0.08em;
      text-align: justify;
     }
     }
      
      
Řádek 14: Řádek 18:
       color: rgb(33,0,85);
       color: rgb(33,0,85);
     }
     }
   
 
  #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; padding: 5px}
  table.wikitable th {border: 1px #cccccc solid; background-color: #eeeeee ; padding: 5px}
 
  .motto {
    font-size: 1.4em;
    font-style: italic;
    font-weight: bolder;
    margin: 20px 15px 20px 0;
    color: #555;
    font-family: Georgia, times, serif;;
    text-align: right;
  }
 
  .copyright-box {
    background-color: #eee;
    border: 1px #ccc solid;
    padding: 2px;
    text-align:center;
    font-style: italic;
  }
 
  .copyright-box img {
    padding: 10px;
  }
  table.gewikiblog {
    border: 1px #ecf088 solid;
    background-color: #feffda;
    width: 100%;
    margin-bottom: 5px;
  }
  #block-o-gemini {
    font-size: 0.9em;
    line-height: 140%;
    font-style: bold;
    text-align: center;
    font-weight: bold;
    margin: 30px 30px 30px 30px;
    padding: 20px 20px 20px 20px;
    background-color: #FFFF99
  }
  #block-o-gemini a {color: black}
  #content {position: relative}
  #content .akord {font-weight: bold; margin-top: -11px;position:absolute}
/* Jáma */
.tabulka {display:table;}
.tabulka > div {display:table-row}
.tabulka > div > div {display:table-cell; width:50%;}
/** obecné pro dvojsloupcové stránky >> adaptace pro úzké obrazovky */
/* je třeba použít tyto divy */
@media only screen and (min-width: 768px) {
.doublepage-left {
float:left;
valign:top;
width:55%;
}
.doublepage-right {
float:right;
valign:top;
width:44%;
width:calc(45% - .5em);
}
.doublepage-clearfix {
clear: both;
}
}
/* Prevence přetekání obrázku */
/* zatím neimplementováno */
/* .picture-container img {
max-width: 100%;
object-fit: contain;
}
*/

Aktuální verze z 8. 3. 2023, 11:01

/* 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);
    }
    
   
   #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; padding: 5px}
   table.wikitable th {border: 1px #cccccc solid; background-color: #eeeeee ; padding: 5px}
   
   .motto {
     font-size: 1.4em;
     font-style: italic;
     font-weight: bolder;
     margin: 20px 15px 20px 0;
     color: #555;
     font-family: Georgia, times, serif;;
     text-align: right;
   }
   
   .copyright-box {
    background-color: #eee; 
    border: 1px #ccc solid; 
    padding: 2px; 
    text-align:center; 
    font-style: italic;
   }
   
   .copyright-box img {
     padding: 10px;
   }
 
   table.gewikiblog {
     border: 1px #ecf088 solid;
     background-color: #feffda;
     width: 100%;
     margin-bottom: 5px;
   }

  #block-o-gemini {
    font-size: 0.9em; 
    line-height: 140%; 
    font-style: bold; 
    text-align: center; 
    font-weight: bold; 
    margin: 30px 30px 30px 30px; 
    padding: 20px 20px 20px 20px; 
    background-color: #FFFF99
  }

  #block-o-gemini a {color: black}

  #content {position: relative}
  #content .akord {font-weight: bold; margin-top: -11px;position:absolute}

/* Jáma */
.tabulka {display:table;}
.tabulka > div {display:table-row}
.tabulka > div > div {display:table-cell; width:50%;}

/** obecné pro dvojsloupcové stránky >> adaptace pro úzké obrazovky */
/* je třeba použít tyto divy */
@media only screen and (min-width: 768px) {
	.doublepage-left {
		float:left;
		valign:top;
		width:55%;
	}
	.doublepage-right {
		float:right;
		valign:top;
		width:44%;
		width:calc(45% - .5em);
	}
	.doublepage-clearfix {
		clear: both;
	}
}

/* Prevence přetekání obrázku */
/* zatím neimplementováno */
/* .picture-container img {
	max-width: 100%;
	object-fit: contain;
}
*/