|
|
| (47 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the Vector skin */ | | /* All CSS here will be loaded for users of the Vector skin */ |
| /* CSS for all infoboxes */
| |
| .infobox { | | .infobox { |
| border: 1px solid #aaa;
| | background-color: #3d3d3d; |
| border-collapse: collapse;
| |
| border-spacing: 3px;
| |
| background-color: #4c4c4c; | |
| margin: 0.5em 0 0.5em 1em;
| |
| padding: 0.2em;
| |
| float: right;
| |
| clear: right;
| |
| font-size: 88%;
| |
| line-height: 1.5em;
| |
| width: 22em;
| |
| }
| |
| .infobox td,
| |
| .infobox th {
| |
| border-top: 1px solid #aaa;
| |
| padding: 0.4em 0.6em 0 0.6em;
| |
| vertical-align: top;
| |
| text-align: left;
| |
| }
| |
| .infobox .name {
| |
| text-align: center;
| |
| font-size: 125%;
| |
| font-weight: bold;
| |
| font-size: 1.25em;
| |
| white-space: nowrap;
| |
| padding-bottom: 0.4em;
| |
| }
| |
| .infobox .tag {
| |
| text-align: center;
| |
| font-weight: bold;
| |
| background-color: aqua;
| |
| }
| |
| .infobox img {
| |
| display: block;
| |
| margin: auto;
| |
| }
| |
| .infobox .mergedtoprow td,
| |
| .infobox .mergedtoprow th {
| |
| border-top: 1px solid #aaa;
| |
| padding: 0.4em 0.6em 0.2em 0.6em;
| |
| }
| |
| .infobox .mergedrow td,
| |
| .infobox .mergedrow th {
| |
| border: 0;
| |
| padding: 0 0.6em 0.2em 0.6em;
| |
| }
| |
| | |
| /* CSS for Player and NPC Infoboxes */
| |
| .infobox.player,
| |
| .infobox.npc {
| |
| line-height: 1.2em;
| |
| font-size: 90%;
| |
| }
| |
| .infobox.player .tag,
| |
| .infobox.npc .tag {
| |
| text-align: center;
| |
| background-color: transparent;
| |
| font-weight: bold;
| |
| }
| |
| .infobox.player .charactersheet {
| |
| text-align: center;
| |
| padding-bottom: 0.4em;
| |
| }
| |
| | |
| /* CSS for Session Infoboxes */
| |
| .infobox.session th {
| |
| width: 8em;
| |
| }
| |
| | |
| /* Fix link colors */
| |
| a:visited {
| |
| color: darkorange !important;
| |
| }
| |
| a.new:link {
| |
| color: red !important;
| |
| }
| |
| a.new:visited {
| |
| color: darkred !important;
| |
| } | | } |