ผลต่างระหว่างรุ่นของ "มีเดียวิกิ:Common.css"

จาก TSWiki
(Add Infobox style)
 
แถว 1: แถว 1:
 
/** CSS ที่อยู่ในหน้านี้จะมีผลต่อทุกสกินในเว็บไซต์ */
 
/** CSS ที่อยู่ในหน้านี้จะมีผลต่อทุกสกินในเว็บไซต์ */
 +
 +
/* <source lang="css"> */
  
 
/* Infobox template style */
 
/* Infobox template style */

รุ่นปรับปรุงเมื่อ 13:57, 14 มกราคม 2552

/** CSS ที่อยู่ในหน้านี้จะมีผลต่อทุกสกินในเว็บไซต์ */

/* <source lang="css"> */

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}