|
|
Line 194: |
Line 194: |
|
| |
|
| .characterbox { | | .characterbox { |
| clear: right;
| | clear: right; |
| border: 2px #222222 solid; | | border: 2px #222222 solid; |
| background: #000000; | | background: #000000; |
| border-bottom-right-radius: .8em; | | border-bottom-right-radius: .8em; |
| border-bottom-left-radius: .8em; | | border-bottom-left-radius: .8em; |
| -moz-border-radius-bottomright: .8em; | | -moz-border-radius-bottomright: .8em; |
| -moz-border-radius-bottomleft: .8em; | | -moz-border-radius-bottomleft: .8em; |
| -webkit-border-bottom-right-radius: .8em; | | -webkit-border-bottom-right-radius: .8em; |
| -webkit-border-bottom-left-radius: .8em; | | -webkit-border-bottom-left-radius: .8em; |
| margin-top: -1.4em; | | margin-top: -1.4em; |
| margin: 0 0 1em 1em; | | margin: 0 0 1em 1em; |
| font-size: 12px; | | font-size: 12px; |
| color: #ffffff;" | | color: #ffffff;" |
| | } |
|
| |
|
| .characterbox.elder { | | .characterbox.elder { |
| border: 2px #65603B solid;
| | border: 2px #65603B solid; |
| } | | } |
|
| |
|
| .characterbox.yes { | | .characterbox.yes { |
| border: 2px #65603B solid;
| | border: 2px #65603B solid; |
| } | | } |
|
| |
|
| .header { | | .header { |
| border-top: 1px solid #111111; | | border-top: 1px solid #111111; |
| text-align: center; | | text-align: center; |
| color: #e5e5ed; | | color: #e5e5ed; |
| background-color: #282828; | | background-color: #282828; |
| text-align:center; | | text-align:center; |
| font-size:8pt; | | font-size:8pt; |
| } | | } |
|
| |
|
| .header.sith {
| | .header.sith { |
| background-color: #440B09;
| | background-color: #440B09; |
| } | | } |
|
| |
|
| .header.obelisk {
| | .header.obelisk { |
| background-color: #131E3D;
| | background-color: #131E3D; |
| } | | } |
|
| |
|
| .header.krath {
| | .header.krath { |
| background-color: #3D133B;
| | background-color: #3D133B; |
| } | | } |
|
| |
|
| .header.jedi {
| | .header.jedi { |
| background-color: #144446; | | background-color: #144446; |
| } | | } |
|
| |
|
| .header.jedipc {
| | .header.jedipc { |
| background-color: #144446;
| | background-color: #144446; |
| } | | } |
|
| |
|
| .header.guardian {
| | .header.guardian { |
| background-color: #084345;
| | background-color: #084345; |
| } | | } |
|
| |
|
| .header.consular {
| | .header.consular { |
| background-color: #08451A;
| | background-color: #08451A; |
| } | | } |
|
| |
|
| .header.sentinel {
| | .header.sentinel { |
| background-color: #453808;
| | background-color: #453808; |
| } | | } |
|
| |
|
| .header.npc {
| | .header.npc { |
| background-color: #3D2113;
| | background-color: #3D2113; |
| } | | } |
|
| |
|
| .header.gm {
| | .header.gm { |
| background-color: #65603b;
| | background-color: #65603b; |
| } | | } |
|
| |
|
| .header.grand.master {
| | .header.grand.master { |
| background-color: #65603b;
| | background-color: #65603b; |
| } | | } |
|
| |
|
| .name { | | .name { |
| border-top: 1px solid #111111; | | border-top: 1px solid #111111; |
| text-align: center; | | text-align: center; |
| color: #e5e5ed; | | color: #e5e5ed; |
| background-color: #383838; | | background-color: #383838; |
| font-size:larger; | | font-size:larger; |
| font-variant:small-caps; | | font-variant:small-caps; |
| } | | } |
|
| |
|
| .name.sith {
| | .name.sith { |
| background-color: #60110C;
| | background-color: #60110C; |
| } | | } |
|
| |
|
| .name.obelisk {
| | .name.obelisk { |
| background-color: #1B2A55;
| | background-color: #1B2A55; |
| } | | } |
|
| |
|
| .name.krath {
| | .name.krath { |
| background-color: #551B51;
| | background-color: #551B51; |
| } | | } |
|
| |
|
| .name.jedi {
| | .name.jedi { |
| background-color: #1A5C60;
| | background-color: #1A5C60; |
| } | | } |
|
| |
|
| .name.jedipc {
| | .name.jedipc { |
| background-color: #1A5C60;
| | background-color: #1A5C60; |
| } | | } |
|
| |
|
| .name.guardian {
| | .name.guardian { |
| background-color: #0B5B61;
| | background-color: #0B5B61; |
| } | | } |
|
| |
|
| .name.consular {
| | .name.consular { |
| background-color: #0B6126;
| | background-color: #0B6126; |
| } | | } |
|
| |
|
| .name.sentinel {
| | .name.sentinel { |
| background-color: #61510B;
| | background-color: #61510B; |
| } | | } |
|
| |
|
| .name.npc {
| | .name.npc { |
| background-color: #55311B;
| | background-color: #55311B; |
| } | | } |
|
| |
|
| .name.gm {
| | .name.gm { |
| background-color: #7d7222;
| | background-color: #7d7222; |
| } | | } |
|
| |
|
| .name.grand.master {
| | .name.grand.master { |
| background-color: #7d7222;
| | background-color: #7d7222; |
| } | | } |
|
| |
|
| .infoboxheader { | | .infoboxheader { |
| background: #222222; | | background: #222222; |
| padding-left:6px; | | padding-left:6px; |
| padding-right:6px; | | padding-right:6px; |
| border-top: 1px solid #111111; | | border-top: 1px solid #111111; |
| border-right: 1px solid #111111; | | border-right: 1px solid #111111; |
| color: #cccccc; | | color: #cccccc; |
| font-size:smaller; | | font-size:smaller; |
| } | | } |
|
| |
|
| .infoboxdata { | | .infoboxdata { |
| background: #2B2B2B;
| | background: #2B2B2B; |
| padding-left:6px; | | padding-left:6px; |
| padding-right:6px; | | padding-right:6px; |
| border-top: 1px solid #111111; | | border-top: 1px solid #111111; |
| font-size:smaller; | | font-size:smaller; |
| } | | } |
|
| |
|
| .characterimage { | | .characterimage { |
| background: #222222;
| | background: #222222; |
| border-top: 1px solid #111111; | | border-top: 1px solid #111111; |
| border-right: 1px solid #111111; | | border-right: 1px solid #111111; |
| color: #cccccc; | | color: #cccccc; |
| font-size:smaller; | | font-size:smaller; |
| text-align: center; | | text-align: center; |
| } | | } |
|
| |
|
| .characterboxfooter { | | .characterboxfooter { |
| border-bottom-right-radius: .8em; | | border-bottom-right-radius: .8em; |
| border-bottom-left-radius: .8em; | | border-bottom-left-radius: .8em; |
| -moz-border-radius-bottomright: .8em; | | -moz-border-radius-bottomright: .8em; |
| -moz-border-radius-bottomleft: .8em; | | -moz-border-radius-bottomleft: .8em; |
| -webkit-border-bottom-right-radius: .8em; | | -webkit-border-bottom-right-radius: .8em; |
| -webkit-border-bottom-left-radius: .8em; | | -webkit-border-bottom-left-radius: .8em; |
| text-align: center; | | text-align: center; |
| color: #e5e5ed; | | color: #e5e5ed; |
| font-variant:small-caps; | | font-variant:small-caps; |
| font-size:smaller; | | font-size:smaller; |
| background-color: #383838; | | background-color: #383838; |
| border-top: 1px solid #111111; | | border-top: 1px solid #111111; |
| } | | } |
|
| |
|
| .characterboxfooter.sith { | | .characterboxfooter.sith { |
| background-color: #60110C; | | background-color: #60110C; |
| } | | } |
|
| |
|
| .characterboxfooter.obelisk { | | .characterboxfooter.obelisk { |
| background-color: #1B2A55; | | background-color: #1B2A55; |
| } | | } |
|
| |
|
| .characterboxfooter.krath { | | .characterboxfooter.krath { |
| background-color: #551B51; | | background-color: #551B51; |
| } | | } |
|
| |
|
| .characterboxfooter.jedi { | | .characterboxfooter.jedi { |
| background-color: #1A5C60; | | background-color: #1A5C60; |
| } | | } |
|
| |
|
| .characterboxfooter.jedipc { | | .characterboxfooter.jedipc { |
| background-color: #1A5C60; | | background-color: #1A5C60; |
| } | | } |
|
| |
|
| .characterboxfooter.guardian { | | .characterboxfooter.guardian { |
| background-color: #0B5B61; | | background-color: #0B5B61; |
| } | | } |
|
| |
|
| .characterboxfooter.consular { | | .characterboxfooter.consular { |
| background-color: #0B6126; | | background-color: #0B6126; |
| } | | } |
|
| |
|
| .characterboxfooter.sentinel { | | .characterboxfooter.sentinel { |
| background-color: #61510B; | | background-color: #61510B; |
| } | | } |
|
| |
|
| .characterboxfooter.npc { | | .characterboxfooter.npc { |
| background-color: 85614B; | | background-color: 85614B; |
| } | | } |
|
| |
|
| .characterboxfooter.gm { | | .characterboxfooter.gm { |
| background-color: #7d7222; | | background-color: #7d7222; |
| } | | } |
|
| |
|
| .characterboxfooter.grand.master { | | .characterboxfooter.grand.master { |
| background-color: #7d7222; | | background-color: #7d7222; |
| } | | } |
|
| |
|