Newer
Older
3D_Braille / tenji.css
@natto natto on 10 Nov 2018 885 bytes all_tenji_system
/*
@media print{

teble{width:91mm,height:55mm,
border: 1px solid;}

}
*/

#left{
    float:left;
    width:50%;
}

#right{
    float:right;
    width:50%;
}


body{
background:#eeddaf;
}
@media screen{


table,tr,td {
border: 1px solid; 

}

caption{
text-align:center;
}

table {
table-layout: fixed;
width:91mm;
height:55mm;
padding:26px 30px 24px 26px;
}

td{
text-align:center;
font-size:16px;
width:16px;
height:63.2px;
border:3px solid;
}
/*
#iro1{
color:blue;
}

#iro2{
color:red;
}
*/
/*
td.a1{
width:4.13mm;
height:6.74mm;
margin-top:7mm;
margin-right:1.72mm;
margin-left:7mm;
}

td.a2{
width:4.13mm;
height:6.74mm;
margin-top:7.17mm;
margin-right:1.72mm;
}

td.a3{
width:4.13mm;
height:6.74mm;
margin-top:7.17mm;
margin-right:1.72mm;
}
*/

table {
  table-layout: fixed;
}


table,th,td {
    border: 1px solid #000;
} 
/*
td{
    width:4.13mm;
    height:6.74mm;
}
*/
}