845
edits
No edit summary |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
/ | // TABLES | ||
table { | |||
font-family: Arial, Helvetica, sans-serif; | |||
border-collapse: collapse; | |||
width: 100%; | |||
} | |||
#customers td, #customers th { | |||
border: 1px solid #ddd; | |||
padding: 8px; | |||
} | |||
#customers tr:nth-child(even){background-color: #f2f2f2;} | |||
#customers tr:hover {background-color: #ddd;} | |||
#customers th { | |||
padding-top: 12px; | |||
padding-bottom: 12px; | |||
text-align: left; | |||
background-color: #04AA6D; | |||
color: white; | |||
} | |||
//RESPONSIVE IMAGES | |||
.res-img img { | .res-img img { | ||
max-width:100%; | max-width:100%; | ||
| Line 8: | Line 33: | ||
} | } | ||
/ | //Take off "Main Page" from the home page | ||
body.page-Main_Page h1 { display: none; } | body.page-Main_Page h1 { display: none; } | ||
| Line 18: | Line 43: | ||
} | } | ||
//STYLING ATTEMPTS | |||
div #mw-panel { | div #mw-panel { | ||