Difference between revisions of "Template:Freiburg/CSS"
Line 390: | Line 390: | ||
---------------- END Our Team Flipcards css ---------------- | ---------------- END Our Team Flipcards css ---------------- | ||
*/ | */ | ||
+ | |||
+ | /*############# Mimick DW-elements ########## */ | ||
+ | |||
+ | |||
+ | .noteclassic, .noteimportant, .notewarning, .notetip { | ||
+ | margin: 2em auto; | ||
+ | width: 70% !important; | ||
+ | min-height: 40px; | ||
+ | clear: both; | ||
+ | text-align: justify; | ||
+ | vertical-align: middle; | ||
+ | border-collapse: collapse; | ||
+ | padding: 15px 25px; | ||
+ | border-radius: 20px; | ||
+ | } | ||
+ | |||
+ | .notewarning { | ||
+ | background-color: #FDD; | ||
+ | } | ||
+ | |||
+ | .noteimportant { | ||
+ | background-color: #FFC; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 10:34, 23 August 2015