mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update torg.css
added textHeadsm for smaller header fonts (Approved Actions)
This commit is contained in:
+15
-1
@@ -71,6 +71,20 @@
|
||||
padding:1px 2px;
|
||||
border-spacing: 0px 4px;
|
||||
}
|
||||
|
||||
.charsheet div.sheet-textHeadsm {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-align:center;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px; /*[top-left] [top-right] [bottom-right] [bottom-left] */
|
||||
border-radius: 5px;
|
||||
width:100%;
|
||||
padding:1px 2px;
|
||||
border-spacing: 0px 4px;
|
||||
}
|
||||
.charsheet div.sheet-record {
|
||||
color: black;
|
||||
font-size: 14px;
|
||||
@@ -218,4 +232,4 @@ div.sheet-tab-content
|
||||
border-top-color: #000;*/
|
||||
margin: 2px 0 0 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user