imported>Dgg |
imported>Dgg |
(8 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| .Infobox { | | .Infobox.tabbertab { |
| width: 30%;
| | padding: 0; |
| float: right;
| | border: 0; |
| clear: right;
| | border-top: 0; |
| background: #e6e6e6;
| |
| border: 1px solid black;
| |
| border-radius: 0.7em;
| |
| margin: 0 0 .5em .5em;
| |
| } | | } |
|
| |
|
| @media screen and (max-width: 850px) {
| | /* cant remember what it was for |
| .Infobox { | | .QuestTable { |
| width: 80%;
| | width:100%; |
| }
| | background:#e6e6e6; |
| }
| |
| | |
| .Infobox th {
| |
| background: #c0b3cc;
| |
| text-align: left;
| |
| padding: 0.2em 0.2em 0.2em 0.3em;
| |
| }
| |
| | |
| .Infobox th.Header {
| |
| background: #916699;
| |
| font-size: 120%;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| padding: 0.5em;
| |
| border-radius: .4em .4em 0 0;
| |
| }
| |
| | |
| .Infobox th.SubHeader {
| |
| background: #916699;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| }
| |
| | |
| .Infobox th.InfoboxTalents {
| |
| text-align: center;
| |
| background: #e6e6e6; | |
| }
| |
| | |
| .InfoboxTalents img {
| |
| margin-top:5px;
| |
| } | | } |
|
| |
|
| .Infobox td.HeaderImage { | | .QuestTable thead tr th { |
| text-align: center; | | background-color:#916699; |
| background: #e6e6e6;
| |
| } | | } |
| | */ |