« Utilisateur:Maxim21/common.css » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 126 : | Ligne 126 : | ||
#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 { | #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; | display: none; | ||
} | |||
#mp-frame #mp-tab-project { | |||
margin-top: 10px; | |||
background-color: lightgray; | |||
border: 2px transparent; | |||
padding: 15px; | |||
} | |||
#mp-tab-project td { | |||
padding: 10px; | |||
} | |||
#mp-tab-project h3 { | |||
font-height: 15px; | |||
color: #333333; | |||
font-variant: small-caps; | |||
text-align: center; | |||
} | |||
#mp-second-tab { | |||
height: 100%; | |||
} | |||
#mp-frame #mp-side-menu { | |||
width: 100%; | |||
height: 100%; | |||
} | |||
#mp-frame #mp-side-menu td { | |||
height: 28px; | |||
} | |||
#mp-frame #mp-side-menu td a { | |||
display: block; | |||
height: 100%; | |||
width: 100%; | |||
} | |||
#mp-frame #mp-side-menu td a:hover { | |||
background-color: green; | |||
color: lightgray !important; | |||
} | } | ||
Version du 17 janvier 2015 à 12:06
#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;
}
#mp-frame #mp-tab-project {
margin-top: 10px;
background-color: lightgray;
border: 2px transparent;
padding: 15px;
}
#mp-tab-project td {
padding: 10px;
}
#mp-tab-project h3 {
font-height: 15px;
color: #333333;
font-variant: small-caps;
text-align: center;
}
#mp-second-tab {
height: 100%;
}
#mp-frame #mp-side-menu {
width: 100%;
height: 100%;
}
#mp-frame #mp-side-menu td {
height: 28px;
}
#mp-frame #mp-side-menu td a {
display: block;
height: 100%;
width: 100%;
}
#mp-frame #mp-side-menu td a:hover {
background-color: green;
color: lightgray !important;
}