Difference between revisions of "Template:Freiburg/CSS"
Line 393: | Line 393: | ||
/*############# Mimick DW-elements ########## */ | /*############# Mimick DW-elements ########## */ | ||
− | + | /* #### notes #### */ | |
.noteclassic, .noteimportant, .notewarning, .notetip { | .noteclassic, .noteimportant, .notewarning, .notetip { | ||
margin: 2em auto; | margin: 2em auto; | ||
Line 414: | Line 414: | ||
} | } | ||
+ | /* #### tables #### */ | ||
+ | |||
+ | table.inline th { | ||
+ | background-color: #DEE7EC; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | table.inline th, table.inline td { | ||
+ | border: 1px solid #8CACBB; | ||
+ | } | ||
+ | |||
+ | th, td { | ||
+ | |||
+ | padding: 0.3em 0.5em; | ||
+ | margin: 0px; | ||
+ | vertical-align: top; | ||
+ | border: 1px solid #8CACBB; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | |||
+ | border-collapse: collapse; | ||
+ | empty-cells: show; | ||
+ | border-spacing: 0px; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 10:40, 23 August 2015