Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/*********** [ css for character template ] ***************/
.characterbox {
clear: right;
border: 2px #222222 solid;
background: #000000;
border-bottom-right-radius: .8em;
border-bottom-left-radius: .8em;
-moz-border-radius-bottomright: .8em;
-moz-border-radius-bottomleft: .8em;
-webkit-border-bottom-right-radius: .8em;
-webkit-border-bottom-left-radius: .8em;
margin-top: -1.4em;
margin: 0 0 1em 1em;
font-size: 12px;
color: #ffffff;"
}
.characterbox.elder {
border: 2px #65603B solid;
}
.characterbox.yes {
border: 2px #65603B solid;
}
header {
border-top: 1px solid #111111;
text-align: center;
color: #e5e5ed;
background-color: #282828;
text-align:center;
font-size:8pt;
}
.header.sith {
background-color: #440B09;
}
.header.obelisk {
background-color: #131E3D;
}
.header.krath {
background-color: #3D133B;
}
.header.jedi {
background-color: #144446;
}
.header.jedipc {
background-color: #144446;
}
.header.guardian {
background-color: #084345;
}
.header.consular {
background-color: #08451A;
}
.header.sentinel {
background-color: #453808;
}
.header.npc {
background-color: #3D2113;
}
.header.gm {
background-color: #65603b;
}
.header.grand.master {
background-color: #65603b;
}
name {
border-top: 1px solid #111111;
text-align: center;
color: #e5e5ed;
background-color: #383838;
font-size:larger;
font-variant:small-caps;
}
.name.sith {
background-color: #60110C;
}
.name.obelisk {
background-color: #1B2A55;
}
.name.krath {
background-color: #551B51;
}
.name.jedi {
background-color: #1A5C60;
}
.name.jedipc {
background-color: #1A5C60;
}
.name.guardian {
background-color: #0B5B61;
}
.name.consular {
background-color: #0B6126;
}
.name.sentinel {
background-color: #61510B;
}
.name.npc {
background-color: #55311B;
}
.name.gm {
background-color: #7d7222;
}
.name.grand.master {
background-color: #7d7222;
}
charboxinfoheader {
background: #222222;
padding-left:6px;
padding-right:6px;
border-top: 1px solid #111111;
border-right: 1px solid #111111;
color: #cccccc;
font-size:smaller;
}
charboxinfodata {
background: #2B2B2B;
padding-left:6px;
padding-right:6px;
border-top: 1px solid #111111;
font-size:smaller;
}
.characterimage {
background: #222222;
border-top: 1px solid #111111;
border-right: 1px solid #111111;
color: #cccccc;
font-size:smaller;
text-align: center;
}
.characterboxfooter {
border-bottom-right-radius: .8em;
border-bottom-left-radius: .8em;
-moz-border-radius-bottomright: .8em;
-moz-border-radius-bottomleft: .8em;
-webkit-border-bottom-right-radius: .8em;
-webkit-border-bottom-left-radius: .8em;
text-align: center;
color: #e5e5ed;
font-variant:small-caps;
font-size:smaller;
background-color: #383838;
border-top: 1px solid #111111;
}
.characterboxfooter.sith {
background-color: #60110C;
}
.characterboxfooter.obelisk {
background-color: #1B2A55;
}
.characterboxfooter.krath {
background-color: #551B51;
}
.characterboxfooter.jedi {
background-color: #1A5C60;
}
.characterboxfooter.jedipc {
background-color: #1A5C60;
}
.characterboxfooter.guardian {
background-color: #0B5B61;
}
.characterboxfooter.consular {
background-color: #0B6126;
}
.characterboxfooter.sentinel {
background-color: #61510B;
}
.characterboxfooter.npc {
background-color: 85614B;
}
.characterboxfooter.gm {
background-color: #7d7222;
}
.characterboxfooter.grand.master {
background-color: #7d7222;
}