« MediaWiki:Common.css » : différence entre les versions
De Wiki Dragon Quest
EUREKA |
Aucun résumé des modifications |
||
| Ligne 289 : | Ligne 289 : | ||
*/ | */ | ||
.standard { | .standard { | ||
background-color: # | background-color: #EFEFEF; | ||
border | border: solid 1px #888; | ||
border- | border-radius: 3px; | ||
} | } | ||
.standard tr:first-child > :first-child { | .standard tr:first-child > :first-child { | ||
border-top-left-radius: | border-top-left-radius: 3px; | ||
} | } | ||
.standard tr:first-child > :last-child { | .standard tr:first-child > :last-child { | ||
border-top-right-radius: | border-top-right-radius: 3px; | ||
} | } | ||
.standard tr:last-child > :first-child { | .standard tr:last-child > :first-child { | ||
border-bottom-left-radius: | border-bottom-left-radius: 3px; | ||
} | } | ||
.standard tr:last-child > :last-child { | .standard tr:last-child > :last-child { | ||
border-bottom-right-radius: | border-bottom-right-radius: 3px; | ||
} | } | ||
.standard th { | .standard th { | ||
padding: 4px; | |||
color: white; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||
.standard td { | .standard td { | ||
background:#FAFAFA; | |||
padding: 4px; | |||
} | } | ||
. | table.csort th { | ||
background: #AE4ABE; | |||
} | } | ||