Difference between revisions of "MediaWiki:Common.css"
From Game Logs
(Added styles for updated GURPS charsheet) |
m |
||
Line 81: | Line 81: | ||
font: normal small 'Lucida Sans','Arial',sans-serif; | font: normal small 'Lucida Sans','Arial',sans-serif; | ||
height: 100%; | height: 100%; | ||
+ | table-layout: fixed; | ||
} | } | ||
.gurps-wrapper table, | .gurps-wrapper table, | ||
.gurps-wrapper tbody, | .gurps-wrapper tbody, | ||
− | .gurps-wrapper tr | + | .gurps-wrapper tr { |
− | |||
border-spacing: 0; | border-spacing: 0; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 95: | Line 95: | ||
.gurps-wrapper th { | .gurps-wrapper th { | ||
− | + | border: 1pt solid black; | |
border-right: 2px solid lightgray; | border-right: 2px solid lightgray; | ||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
− | + | font-weight: normal; | |
text-align: center; | text-align: center; | ||
} | } | ||
Line 109: | Line 109: | ||
.gurps-wrapper td { | .gurps-wrapper td { | ||
padding: 1pt; | padding: 1pt; | ||
− | + | text-align: right; | |
vertical-align: top; | vertical-align: top; | ||
white-space: nowrap; | white-space: nowrap; |
Revision as of 22:12, 10 June 2021
/* CSS placed here will be applied to all skins */ /* Table with borders */ table.border { border-collapse: collapse; } table.border th, table.border td { border: 1px solid #aaa; padding: 5px; } /* Table with striped rows */ table.zebra { border-collapse: collapse; } table.zebra tr:nth-child(odd) { background-color: #f7f7f7; } /* Table with row highlight on mouseover */ table.hover tr:hover { background-color: #e0e0e0; } /* Table with column highlight on mouseover */ table.columns { border-spacing: 0; border-collapse: collapse; } table.columns td, table.columns th { padding: 0px 5px; } table.columns .hovered { background-color: #e0e0e0; } /* Tooltip popups */ .tooltip { position: relative; border-bottom: 1px dotted black; } .tooltip .tooltiptext { visibility: hidden; border: 1px solid #aaa; border-spacing: 3px; background-color: #f9f9f9; color: black; text-align: center; border-radius: 3px; padding: 0.2em; /* Position the tooltip */ position: absolute; z-index: 1; top: 100%; left: 25px; } .tooltip:hover .tooltiptext { visibility: visible; } /* GURPS charsheets */ .gurps-wrapper { color: black; font: normal small 'Lucida Sans','Arial',sans-serif; height: 100%; table-layout: fixed; } .gurps-wrapper table, .gurps-wrapper tbody, .gurps-wrapper tr { border-spacing: 0; border-collapse: collapse; margin: 0; padding: 0; width: 100%; } .gurps-wrapper th { border: 1pt solid black; border-right: 2px solid lightgray; background-color: black; color: white; font-weight: normal; text-align: center; } .gurps-wrapper tr th:last-child { border: 1pt solid black; } .gurps-wrapper td { padding: 1pt; text-align: right; vertical-align: top; white-space: nowrap; } .gurps-wrapper table, .gurps-wrapper tr:last-child td { height: 100%; } .gurps-wrapper .list, .gurps-wrapper .cols, .gurps-wrapper .info { border: 1pt solid black; margin: 2pt 0 0 0; } .gurps-wrapper .list td { border: 1px solid lightgray; font-weight: bold; } .gurps-wrapper .cols td { border-left: 1px solid lightgray; } .gurps-wrapper .note { display: block-inline; color: gray; font: normal smaller 'Lucida Sans','Arial',sans-serif; white-space: normal; } .gurps-wrapper .new-section { border-top: 1px solid black; } .gurps-wrapper .value { font-weight: bold; } .gurps-wrapper .left { text-align: left; } .gurps-wrapper .center { text-align: center; } .gurps-wrapper .current { background-color: #FFFFCC; } /* GURPS done */ /* GRIMOIRE STARTS */ .dnd5-grimoire { display: inline-block; position: relative; cursor: pointer; } .dnd5-grimoire a { color: #8f713f; font-weight: bold; text-decoration: none; white-space: nowrap; } .dnd5-grimoire-wrapper { position: absolute; z-index: +10; top: 1.5em; left: 0; min-width: 30em; /* break font inheritance from parent selector */ color: black; font-weight: normal; } .dnd5-grimoire-wrapper.rtl { left: auto; right: 0; } .dnd5-grimoire-embed { font-size: 0.9em; background-color: white; border: solid 1px silver; padding: 0.5em 1em; cursor: default; } .dnd5-grimoire-loader { /* note: use slash-prefixed relative link when uploaded locally.. */ background: white url(//logs.ur-dnd.ru/images/d/de/Ajax-loader.gif) no-repeat 50% 50%; height: 32px; width: 32px; overflow: hidden; } /* GRIMOIRE ENDS */