Files
roll20-character-sheets/MAGUS_UTK/MAGUS_UTK.css
T
SirTocy 469f963242 New sheet: M.A.G.U.S. - Új Törvénykönyv
This change contains files for a new character sheet for the hungarian
RPG M.A.G.U.S. - Új Törvénykönyv.
2016-06-21 17:33:47 +02:00

147 lines
2.7 KiB
CSS

.charsheet{
background: #fff4e6;
font-size: 12px;
font-family: "Sans-Serif", Verdana, "Arial-Narrow";
color: #000000;
}
.charsheet INPUT[type="number"]{
text-align: center;
}
.charsheet TABLE{
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border: 1px #4b3832 solid;
}
.charsheet .sheet-vertTablazat{
}
.charsheet .sheet-vertTablazat TH{
text-align: left;
width: 30%;
}
.charsheet .sheet-vertTablazat INPUT{
text-align: left;
width: 90%;
}
.charsheet .sheet-spanDobasNev{
background: #be9b7b;
padding-left: -4px;
}
.charsheet .sheet-fegyverAdatCella{
float:left;
padding: 1px;
text-align: center;
}
.charsheet .sheet-kepzettsegAdatCella{
float: left;
padding: 1px;
text-align: center;
}
.charsheet .sheet-kepzettsegAdatCella .sheet-kepzettsegAdatFejlec{
display: block;
width: 100%;
background: #4b3832;
color: #fff4e6;
text-align: center;
}
.charsheet .sheet-fegyverAdatCella .sheet-fegyverAdatFejlec{
display: block;
width: 100%;
background: #4b3832;
color: #fff4e6;
text-align: center;
}
.charsheet .sheet-altalanosCsomag{
clear: both;
border-collapse: collapse;
border: 1px #4b3832 solid;
width: 100%;
margin-top: 10px;
}
.charsheet .sheet-altalanosCsomag .sheet-altalanosCimsor{
background: #4b3832;
font-size: 14;
font-weight: bold;
font-style: italic;
color: #fff4e6;
padding-top: 5px;
padding-bottom: 5px;
text-transform: uppercase;
width: 100%;
display: block;
}
.charsheet TABLE CAPTION{
background: #4b3832;
font-size: 14;
font-weight: bold;
font-style: italic;
color: #fff4e6;
padding: 5px;
text-transform: uppercase;
}
.charsheet INPUT{
border: none;
background: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-bottom: 2px #3c2f2f solid;
}
.charsheet INPUT[type="text"]{
width: 130px;
}
.charsheet INPUT[name="attr_karakterNev"]{
font-size: 20px;
color: #fff4e6;
width: 100%;
text-align: center;
}
.charsheet .sheet-karakterPanel{
text-align: center;
}
.charsheet .sheet-karakterPanel .sheet-col{
text-align: center;
}
.charsheet .sheet-karakterPanel .sheet-col TABLE{
margin: auto;
}
.charsheet .sheet-karakterPanel .sheet-col TABLE TD{
text-align: left;
}
.charsheet .sheet-karakterPanel .sheet-col .sheet-tabSzemelyesAdatok{
}
.charsheet .sheet-karakterPanel .sheet-col .sheet-tabSzemelyesAdatok TH{
width: 30%;
text-align: left;
}
.charsheet .sheet-karakterPanel .sheet-col .sheet-tabSzemelyesAdatok TD{
width: 70%;
}