mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
53 lines
931 B
CSS
53 lines
931 B
CSS
.charsheet img.sheet-logo {
|
|
display: block;
|
|
width: 70%;
|
|
margin:auto;
|
|
}
|
|
|
|
.charsheet img.sheet-logo:lang-es {
|
|
display: block;
|
|
width: 70%;
|
|
margin:auto;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: url(https://github.com/Roll20/roll20-character-sheets/blob/master/Call_of_Cthulhu_Spanish/es_Call_of_Cthulhu_Logo.jpg) no-repeat;
|
|
width: 176px; /* Width of new image */
|
|
height: 79px; /* Height of new image */
|
|
padding-left: 176px; /* Equal to width of new image */
|
|
}
|
|
|
|
h3 {
|
|
color: #FFF;
|
|
background-color: #000;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet thead{
|
|
font-size: 10px;
|
|
}
|
|
|
|
.charsheet td.sheet-insanity{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.charsheet td.sheet-unconscius{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.charsheet td.sheet-unconscius2{
|
|
font-weight: bold;
|
|
text-align: right;
|
|
}
|
|
|
|
.charsheet td.sheet-dead{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-bottom{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-tdtitle{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
} |