Difference between revisions of "Template:Exeter"
Line 427: | Line 427: | ||
} | } | ||
+ | /*TABLE*/ | ||
+ | table { | ||
+ | /*border-collapse: collapse;*/ | ||
+ | border-radius: 25px; | ||
+ | border: 0px !important; | ||
+ | box-shadow: 0px 0px 25px #888888; | ||
+ | overflow: hidden; | ||
+ | margin: 15px; | ||
+ | } | ||
+ | td, th { | ||
+ | border: 1px solid #274e13; | ||
+ | background: #b6d7a8; | ||
+ | padding: 15px; | ||
+ | padding-right: 25px; | ||
+ | vertical-align: top; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | table tr th:first-child, | ||
+ | table tr td:first-child { | ||
+ | border-left: 0px; | ||
+ | } | ||
+ | table tr th:last-child, | ||
+ | table tr td:last-child { | ||
+ | border-right: 0px; | ||
+ | } | ||
+ | table tr:first-child th { | ||
+ | border-top: 0px; | ||
+ | } | ||
+ | table tr:last-child td { | ||
+ | border-bottom: 0px; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 18:49, 18 September 2015