|
Balises : Blanchiment Révocation manuelle |
| (61 versions intermédiaires par le même utilisateur non affichées) |
| Ligne 1 : |
Ligne 1 : |
| #mp-frame {
| |
| width: 100%;
| |
| }
| |
|
| |
|
| #mp-frame #mp-first-tab {
| |
| width: auto;
| |
| background-color: lightgray;
| |
| vertical-align: top;
| |
| padding: 15px;
| |
| border-radius: 15px 0 0 0;
| |
| color: #333333;
| |
| margin-left: 1px;
| |
| }
| |
|
| |
| #mp-frame #mp-second-tab {
| |
| width: 150px !important;
| |
| margin: 0;
| |
| padding: 0;
| |
| border: 0;
| |
| vertical-align: top;
| |
| }
| |
|
| |
| #mp-frame #mp-third-tab {
| |
| width: auto;
| |
| background-color: lightgray;
| |
| vertical-align: top;
| |
| text-align: center;
| |
| padding: 10px;
| |
| border-radius: 15px 15px 15px 15px;
| |
| color: #333333;
| |
| }
| |
|
| |
| #mp-frame #mp-second-tab table {
| |
| margin: 0;
| |
| }
| |
|
| |
| #mp-frame #mp-second-tab table tr td {
| |
| background-color: lightgray;
| |
| border: 1px solid lightgray;
| |
| font-weight: bold;
| |
| color: black;
| |
| text-align: center;
| |
| padding: 0;
| |
| }
| |
|
| |
| #mp-frame #mp-second-tab table tr td a:hover {
| |
| text-decoration: none;
| |
| }
| |
|
| |
| #mp-frame #mp-second-tab table tr td:hover {
| |
| cursor: pointer;
| |
| }
| |
|
| |
| #mp-frame #mp-first-tab div {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
| #mp-frame #mp-third-tab div {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
| #mp-frame #mp-search {
| |
| margin-top: 10px;
| |
| padding: 3px;
| |
| background-color: lightgray;
| |
| border: 2px transparent;
| |
| }
| |
|
| |
| #mp-featured {
| |
| margin: 0;
| |
| padding: 0;
| |
| width: 100%;
| |
| border: none;
| |
| }
| |
|
| |
| #mp-frame td {
| |
| padding: 0;
| |
| }
| |
|
| |
| #mp-fiche {
| |
| margin-top: 10px;
| |
| background-color: lightgray;
| |
| margin-left: 0;
| |
| border-radius: 0 0 0 25px;
| |
| padding: 10px;
| |
| width: 49%;
| |
| margin-right: 1%;
| |
| }
| |
|
| |
| #mp-image {
| |
| background-color: lightgray;
| |
| margin-top: 10px;
| |
| margin-left: 1%;
| |
| margin-right: 0;
| |
| border-radius: 0 0 25px 0;
| |
| padding: 10px;
| |
| width: 49%;
| |
| color: #333333;
| |
| }
| |
|
| |
| #mp-fiche, #mp-image {
| |
| vertical-align: top;
| |
| }
| |
|
| |
| #mp-fiche h3, #mp-image h3 {
| |
| font-height: 15px;
| |
| color: #333333;
| |
| font-variant: small-caps;
| |
| text-align: center;
| |
| }
| |
|
| |
| body.page-Accueil #content {
| |
| padding: 0;
| |
| padding-left: 5px;
| |
| padding-bottom: 15px;
| |
| }
| |
|
| |
| #mp-frame #mp-second-tab .mpbtsel {
| |
| background-color: green;
| |
| color: lightgray;
| |
| border: 1px solid green;
| |
| }
| |
|
| |
| #mp-frame #lieux, #mp-frame #societe, #mp-frame #personnages, #mp-frame #pouvoirs, #mp-frame #objets, #mp-frame #vehicules, #mp-frame #especes, #mp-frame #faune, #mp-frame #flore, #mp-frame #evenements {
| |
| display: none;
| |
| }
| |